Searched refs:words (Results 1 - 11 of 11) sorted by relevance

/bionic/libc/arch-mips/string/
H A Dmemmove.c186 unsigned long words, unsigned long bytes, void *ret)
190 words_by_1 = words % 8;
191 words_by_8 = words >> 3;
201 words_by_1 = words % 4;
202 words_by_4 = words >> 2;
212 /* do remaining words. */
225 unsigned long words, unsigned long bytes, void *ret)
229 words_by_1 = words % 8;
230 words_by_8 = words >> 3;
240 words_by_1 = words
185 unaligned_words_forward(struct ulw *a, const reg_t * b, unsigned long words, unsigned long bytes, void *ret) argument
224 unaligned_words_backward(struct ulw *a, const reg_t * b, unsigned long words, unsigned long bytes, void *ret) argument
265 unaligned_words_forward(reg_t * a, const reg_t * b, unsigned long words, unsigned long bytes, void *ret) argument
272 unaligned_words_backward(reg_t * a, const reg_t * b, unsigned long words, unsigned long bytes, void *ret) argument
307 aligned_words_forward(reg_t * a, const reg_t * b, unsigned long words, unsigned long bytes, void *ret) argument
347 aligned_words_backward(reg_t * a, const reg_t * b, unsigned long words, unsigned long bytes, void *ret) argument
388 unsigned long bytes, words; local
[all...]
H A Dmemcpy.c148 unsigned long words, unsigned long bytes, void *ret)
152 words_by_1 = words % 8;
153 words_by_8 = words >> 3;
172 words_by_1 = words % 4;
173 words_by_4 = words >> 2;
187 /* do remaining words. */
201 unsigned long words, unsigned long bytes, void *ret)
206 for (i = 0; i < words; i++) {
238 unsigned long words, unsigned long bytes, void *ret)
242 words_by_1 = words
147 unaligned_words(struct ulw *a, const reg_t * b, unsigned long words, unsigned long bytes, void *ret) argument
200 unaligned_words(reg_t * a, const reg_t * b, unsigned long words, unsigned long bytes, void *ret) argument
237 aligned_words(reg_t * a, const reg_t * b, unsigned long words, unsigned long bytes, void *ret) argument
291 unsigned long bytes, words; local
[all...]
H A Dmemcmp.c88 /* pull apart the words to find the first differing unsigned byte. */
140 unsigned long words, unsigned long bytes)
147 for (; words >= 16; words -= 8) {
185 for (; words >= 4; words -= 4) {
201 /* do remaining words. */
202 while (words--) {
217 unsigned long words, unsigned long bytes)
219 return do_bytes (a, b, (sizeof (reg_t) * words)
139 unaligned_words(const struct ulw *a, const reg_t *b, unsigned long words, unsigned long bytes) argument
216 unaligned_words(const reg_t *a, const reg_t *b, unsigned long words, unsigned long bytes) argument
225 aligned_words(const reg_t *a, const reg_t *b, unsigned long words, unsigned long bytes) argument
314 unsigned long bytes, words; local
[all...]
/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_nan.c51 _scan_nan(uint32_t *words, int num_words, const char *s) argument
54 int bitpos; /* index into words (in bits) */
56 bzero(words, num_words * sizeof(uint32_t));
66 /* Scan backwards, filling in the bits in words[] as we go. */
74 words[bitpos / 32] |= digittoint(s[si]) << (bitpos % 32);
/bionic/libc/upstream-openbsd/lib/libc/net/
H A Dinet_ntop.c106 u_int words[IN6ADDRSZ / INT16SZ]; local
115 memset(words, '\0', sizeof words);
117 words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3));
121 if (words[i] == 0) {
169 (best.len == 6 || (best.len == 5 && words[5] == 0xffff))) {
175 advance = snprintf(tp, ep - tp, "%x", words[i]);
/bionic/libc/kernel/uapi/linux/
H A Dtcp.h42 __be32 words[5]; member in union:tcp_word_hdr
44 #define tcp_flag_word(tp) (((union tcp_word_hdr *) (tp))->words[3])
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dtcp.h42 __be32 words[5]; member in union:tcp_word_hdr
44 #define tcp_flag_word(tp) (((union tcp_word_hdr *) (tp))->words[3])
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dtcp.h42 __be32 words[5]; member in union:tcp_word_hdr
44 #define tcp_flag_word(tp) (((union tcp_word_hdr *) (tp))->words[3])
/bionic/libc/kernel/uapi/drm/
H A Dtegra_drm.h76 __u32 words; member in struct:drm_tegra_cmdbuf
/bionic/libc/versioner-dependencies/common/kernel_uapi/drm/
H A Dtegra_drm.h76 __u32 words; member in struct:drm_tegra_cmdbuf
/bionic/tools/versioner/dependencies/common/kernel_uapi/drm/
H A Dtegra_drm.h76 __u32 words; member in struct:drm_tegra_cmdbuf

Completed in 116 milliseconds