Searched refs:byte (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libvcodex/Vcmisc/ |
H A D | vctranspose.c | 68 int byte; local 100 else /* output one byte from this record */ 101 { *flip++ = (byte = data[fl[r].rpos]); 102 if(byte == rsep) /* record is done */
|
/ast/src/lib/libodelta/ |
H A D | delta.c | 60 static int delputc(int byte) argument 65 *Dnext++ = byte;
|
/ast/src/lib/libtk/generic/ |
H A D | tkImgGIF.c | 58 #define BitSet(byte, bit) (((byte) & (bit)) == (bit))
|
/ast/src/cmd/pax/ |
H A D | pax-slt.c | 64 getlabnum(register char* p, int byte, int width, int base) argument 70 p += byte - 1; 83 getlabstr(register char* p, int byte, int width, register char* s) argument 90 p += byte - 1;
|
/ast/src/cmd/ksh93/features/ |
H A D | math.sh | 302 * first byte is two-digit octal number. Last digit is number of args
|
/ast/src/cmd/nmake/ |
H A D | Makerules.mk | 1441 -e 's/^\([ ]*[.a-zA-Z0-9_$:]*[ ]*\.*\)space[ ][ ]*1/\1byte 0/' \ 1442 -e 's/^\([ ]*[.a-zA-Z0-9_$:]*[ ]*\.*\)space[ ][ ]*2/\1byte 0,0/' \ 1443 -e 's/^\([ ]*[.a-zA-Z0-9_$:]*[ ]*\.*\)space[ ][ ]*3/\1byte 0,0,0/' \ 1444 -e 's/^\([ ]*[.a-zA-Z0-9_$:]*[ ]*\.*\)space[ ][ ]*4/\1byte 0,0,0,0/' \
|
Completed in 33 milliseconds