Searched refs:byte (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/arch-arm/bionic/ |
D | ffs.S | 71 .byte 0, 1, 2, 13, 3, 7, 0, 14 /* 0- 7 */ 72 .byte 4, 0, 8, 0, 0, 0, 0, 15 /* 8-15 */ 73 .byte 11, 5, 0, 0, 9, 0, 0, 26 /* 16-23 */ 74 .byte 0, 0, 0, 0, 0, 22, 28, 16 /* 24-31 */ 75 .byte 32, 12, 6, 0, 0, 0, 0, 0 /* 32-39 */ 76 .byte 10, 0, 0, 25, 0, 0, 21, 27 /* 40-47 */ 77 .byte 31, 0, 0, 0, 0, 24, 0, 20 /* 48-55 */ 78 .byte 30, 0, 23, 19, 29, 18, 17, 0 /* 56-63 */
|
/bionic/libc/docs/ |
D | ISSUES.TXT | 19 the 'struct servent' structure in host-byte-order, instead of 20 network-byte-order.
|
D | CHANGES.TXT | 75 point. We need better multi-byte support code, and wprintf/wscanf
|
/bionic/libc/kernel/common/linux/ |
D | mca.h | 52 unsigned char byte);
|
D | i2c.h | 72 __u8 byte; member
|
D | soundcard.h | 860 #define SEQ_MIDIOUT(device, byte) {_SEQ_NEEDBUF(4); _seqbuf[_seqbufptr] = SEQ_MIDIPUTC; _seqbuf[_… argument
|
/bionic/libc/arch-x86/bionic/ |
D | clone.S | 19 # 16-byte alignment on child stack
|
D | crtbegin_dynamic.S | 54 # before push arguments, align the stack to a 16 byte boundary
|
D | crtbegin_static.S | 54 # before push arguments, align the stack to a 16 byte boundary
|
/bionic/libc/ |
D | README | 8 - no support for wide chars (i.e. multi-byte characters)
|
/bionic/libc/kernel/ |
D | README.TXT | 13 reason (e.g. optimized CPU-specific byte-swapping routines) 166 example is the optimized 32-bit byte-swap function found in
|