Searched refs:words (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/inet/ |
D | inet_ntop.c | 111 u_int words[IN6ADDRSZ / INT16SZ]; local 120 memset(words, '\0', sizeof words); 122 words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3)); 128 if (words[i] == 0) { 172 (best.len == 6 || (best.len == 5 && words[5] == 0xffff))) { 178 advance = snprintf(tp, ep - tp, "%x", words[i]);
|
/bionic/libm/src/ |
D | s_nan.c | 72 _scan_nan(uint32_t *words, int num_words, const char *s) argument 77 bzero(words, num_words * sizeof(uint32_t)); 95 words[bitpos / 32] |= digittoint(s[si]) << (bitpos % 32);
|
/bionic/libc/arch-x86/string/ |
D | swab.S | 25 testl $7,%ecx # copy first group of 1 to 7 words 35 L2: shrl $3,%ecx # copy remainder 8 words at a time
|
/bionic/libc/kernel/common/linux/ |
D | tcp.h | 69 __u32 words[5]; member 71 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
|
/bionic/libc/arch-mips/string/ |
D | memcpy.S | 392 # copying in words (4-byte chunks)
|