Home
last modified time | relevance | path

Searched refs:words (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/inet/
Dinet_ntop.c111 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/
Ds_nan.c72 _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/
Dswab.S25 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/
Dtcp.h69 __u32 words[5]; member
71 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
/bionic/libc/arch-mips/string/
Dmemcpy.S392 # copying in words (4-byte chunks)