Searched refs:word (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/string/ |
D | bcopy.c | 40 typedef long word; /* "word" used for optimal copy speed */ typedef 42 #define wsize sizeof(word) 97 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize); in memcpy() 118 TLOOP(src -= wsize; dst -= wsize; *(word *)dst = *(word *)src); in memcpy()
|
/bionic/libc/bionic/ |
D | ptrace.c | 40 long word; in ptrace() local 43 ret = __ptrace(request, pid, addr, &word); in ptrace() 45 return word; in ptrace()
|
/bionic/libc/arch-arm/bionic/ |
D | sigsetjmp.S | 58 .word _JB_MAGIC__SETJMP
|
D | _setjmp.S | 76 .word _JB_MAGIC__SETJMP
|
D | setjmp.S | 85 .word _JB_MAGIC_SETJMP
|
/bionic/libc/arch-mips/string/ |
D | memset.S | 127 DBG andi t0,a0,3 # a0 must be word aligned 163 # smear byte into 32 bit word 165 ins a1, a1, 8, 8 # Replicate fill byte into half-word. 166 ins a1, a1, 16, 16 # Replicate fill byte into word. 176 andi v1,v1,0x3 # word-unaligned address?
|
D | memcpy.S | 86 # Test if the src and dst are word-aligned, or can be made word-aligned 88 andi t8,t8,0x3 # t8 is a0/a1 word-displacement 94 beq a3,zero,.Lchk16w # when a3=0 then the dst (a0) is word-aligned 102 # Now the dst/src are mutually word-aligned with word-aligned addresses 349 # Here we have src and dest word-aligned but less than 64-bytes to go 397 addiu a0,a0,4 # note: dst=a0 is word aligned here, see NOTE1
|
/bionic/libm/src/ |
D | math_private.h | 136 unsigned int word; member 145 (i) = gf_u.word; \ 153 sf_u.word = (i); \
|
/bionic/libc/kernel/common/linux/ |
D | i2c.h | 74 __u16 word; member
|
/bionic/libc/kernel/arch-mips/asm/ |
D | asm.h | 55 #define TTABLE(string) .pushsection .text; .word 1f; .popsection .pushsection .data; 1: .a… 164 #define LONG .word 217 #define PTR .word
|
/bionic/libc/arch-mips/include/machine/ |
D | asm.h | 177 #define PTR_VAL .word
|