Searched refs:OutputIntForBin (Results 1 – 1 of 1) sorted by relevance
| /RevoEX-3.1/build/tools/makeChjp/ |
| D | main.c | 190 static void OutputIntForBin(unsigned int val, unsigned int byte, FILE *fp) in OutputIntForBin() function 218 OutputIntForBin(dataSize, 4, fp); // TotalSize in CreateChJumpFile() 219 OutputIntForBin(dataBlockNum, 4, fp); // NumBlocks in CreateChJumpFile() 220 OutputIntForBin(0, 4, fp); // Options in CreateChJumpFile() 223 OutputIntForBin(1, 2, fp); // (Publisher Code) (16 bit) in CreateChJumpFile() 224 OutputIntForBin((unsigned int)atoi(chCode), 2, fp); // (Channel Code) (16 bit) in CreateChJumpFile() 233 OutputIntForBin(addrDataBlock0, 4, fp); // Offset 0 in CreateChJumpFile() 234 OutputIntForBin(dataSize - CHJUMP_HEADER_SIZE, 4, fp); // Size 0 in CreateChJumpFile()
|