Home
last modified time | relevance | path

Searched refs:word (Results 1 – 11 of 11) sorted by relevance

/bionic/libc/string/
Dbcopy.c40 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/
Dptrace.c40 long word; in ptrace() local
43 ret = __ptrace(request, pid, addr, &word); in ptrace()
45 return word; in ptrace()
/bionic/libc/arch-arm/bionic/
Dsigsetjmp.S58 .word _JB_MAGIC__SETJMP
D_setjmp.S76 .word _JB_MAGIC__SETJMP
Dsetjmp.S85 .word _JB_MAGIC_SETJMP
/bionic/libc/arch-mips/string/
Dmemset.S127 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?
Dmemcpy.S86 # 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/
Dmath_private.h136 unsigned int word; member
145 (i) = gf_u.word; \
153 sf_u.word = (i); \
/bionic/libc/kernel/common/linux/
Di2c.h74 __u16 word; member
/bionic/libc/kernel/arch-mips/asm/
Dasm.h55 #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/
Dasm.h177 #define PTR_VAL .word