Searched refs:words (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/inet/ |
D | inet_ntop.c | 106 u_int words[IN6ADDRSZ / INT16SZ]; in inet_ntop6() local 115 memset(words, '\0', sizeof words); in inet_ntop6() 117 words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3)); in inet_ntop6() 123 if (words[i] == 0) { in inet_ntop6() 167 (best.len == 6 || (best.len == 5 && words[5] == 0xffff))) { in inet_ntop6() 173 advance = snprintf(tp, ep - tp, "%x", words[i]); in inet_ntop6()
|
/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 | 55 __u32 words[5]; member 58 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
|