Searched refs:be (Results 1 - 13 of 13) sorted by relevance

/bionic/libc/kernel/arch-x86/asm/
H A Dbitops_32.h14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
22 #error only <linux/bitops.h> can be included directly
/bionic/libc/arch-mips/string/
H A Dmemset.S14 * contributors may be used to endorse or promote products derived from
45 * This routine could be optimized for MIPS64. The current code only
77 DBG andi t0,a0,1 # a0 must be halfword aligned
79 DBG andi t2,a2,1 # a2 must be even
127 DBG andi t0,a0,3 # a0 must be word aligned
129 DBG andi t2,a2,3 # a2 must be a multiple of 4 bytes
187 # There will be at most 1 32-byte chunk then
192 # Find out, if there are any 64-byte chunks after which will be still at least
194 # "pref 30,64(a0)" prefetch, which can be used as "pref 30,0(a0)" after
196 # For "a2" below 160 there will be n
[all...]
H A Dmemcpy.S14 * contributors may be used to endorse or promote products derived from
46 * This routine could be optimized for MIPS64. The current code only
86 # Test if the src and dst are word-aligned, or can be made word-aligned
108 # There will be at most 1 32-byte chunk after it
115 # When in the loop we exercise "pref 30,x(a0)", the a0+x should not be past
221 lw t3,0(a1) # the first t3 may be equal t0 ... optimize?
254 addu a1,a1,a3 # a3 may be here 1, 2 or 3
256 addu a0,a0,a3 # below the dst will be word aligned (NOTE1)
262 # There will be at most 1 32-byte chunk after it
/bionic/libc/arch-x86/bionic/
H A Dsyscall.S28 # (Not all will be valid, depending on the syscall.)
H A Dcrtbegin.S13 # be used to endorse or promote products derived from this software
/bionic/libc/kernel/arch-mips/asm/
H A Dbitops.h14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
22 #error only <linux/bitops.h> can be included directly
/bionic/linker/
H A Dlinker_debug.h35 #error LINKER_DEBUG should be defined to either 1 or 0 in Android.mk
/bionic/libc/kernel/common/linux/
H A Dwanrouter.h14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
336 unsigned be; member in struct:wanif_conf
/bionic/libc/private/
H A Dbionic_atomic_arm.h53 /* Warn the user that ARM mode should really be preferred! */
71 * need to be cautious.
91 # error ANDROID_SMP should not be set to 1 for an ARM architecture less than 6
/bionic/libc/
H A DAndroid.mk347 # The following files are common, but must be compiled
396 # These files need to be arm so that gdbserver
605 # Define the libc run-time (crt) support object files that must be built,
736 # The stack protector code needs to be compiled
/bionic/libc/arch-mips/bionic/
H A D_setjmp.S15 * may be used to endorse or promote products derived from this software
39 * XXX FPSET should probably be taken from SR setting. hmmm...
40 * GPOFF and FRAMESIZE must be the same for both _setjmp and _longjmp!
85 li v0, 1 # be nice if we could tell
H A Dsetjmp.S15 * may be used to endorse or promote products derived from this software
98 li v0, 1 # be nice if we could tell
/bionic/libc/stdlib/
H A Dstrtod.c49 * we can represent 10^k exactly), we may be able to
90 * appropriate. If MALLOC is undefined, malloc will be invoked
206 IBM should be defined.
223 * An alternative that might be better on some machines is
384 * computation is performed. Also the NULL value can also be
1786 /* special case -- power of FLT_RADIX to be */
2018 /* freedtoa(s) must be used to free values s returned by dtoa
2019 * when MULTIPLE_THREADS is #defined. It should be used in all cases,
2049 * 3. Under the assumption that input will be rounded nearest,
2097 ndigits can be negativ
2113 int bbits, b2, b5, be, dig, i, ieps, ilim0, local
[all...]

Completed in 288 milliseconds