/bionic/ |
D | ABI-bugs.txt | 4 time_t is 32-bit. http://b/5819737 6 off_t is 32-bit. There is off64_t, but no _FILE_OFFSET_BITS support. 8 sigset_t is too small on ARM and x86 (but correct on MIPS), so support 9 for real-time signals is broken. http://b/5828899
|
/bionic/libc/arch-mips/bionic/ |
D | crtbegin.S | 34 # this is the small startup code that is first run when 35 # any executable that is statically-linked with Bionic
|
D | __dso_handle_so.S | 29 # The __dso_handle global variable is used by static
|
D | __dso_handle.S | 29 # The __dso_handle global variable is used by static
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_powf.c | 61 int32_t hx,hy,ix,iy,is; in __ieee754_powf() local 145 GET_FLOAT_WORD(is,t1); in __ieee754_powf() 146 SET_FLOAT_WORD(t1,is&0xfffff000); in __ieee754_powf() 168 GET_FLOAT_WORD(is,s_h); in __ieee754_powf() 169 SET_FLOAT_WORD(s_h,is&0xfffff000); in __ieee754_powf() 171 is = ((ix>>1)&0xfffff000)|0x20000000; in __ieee754_powf() 172 SET_FLOAT_WORD(t_h,is+0x00400000+(k<<21)); in __ieee754_powf() 181 GET_FLOAT_WORD(is,t_h); in __ieee754_powf() 182 SET_FLOAT_WORD(t_h,is&0xfffff000); in __ieee754_powf() 189 GET_FLOAT_WORD(is,p_h); in __ieee754_powf() [all …]
|
/bionic/libc/arch-mips/string/ |
D | memset.S | 83 # ensure count is even 103 addu t0,a0,a2 # t0 is the "past the end" address 133 # ensure count is a multiple of 4 143 addu t0,a0,a2 # t0 is the "past the end" address 155 addu t0,a0,a2 # t0 is the "past the end" address 156 slti AT,a2,4 # is a2 less than 4? 177 beq v1,zero,.Laligned # v1 is the unalignment count 185 # t8 is the byte count past 64-byte chunks 190 addu a3,a0,a3 # Now a3 is the final dst after 64-byte chunks 193 # 96 bytes left. The value "96" is calculated as needed buffer for [all …]
|
D | memcpy.S | 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 95 subu a2,a2,a3 # now a2 is the remining bytes count 105 # t8 is the byte count after 64-byte chunks 111 addu a3,a0,a3 # Now a3 is the final dst after 64-byte chunks 113 addu t0,a0,a2 # t0 is the "past the end" address 117 # This means: for x=128 the last "safe" a0 address is "t0-160" 118 # Alternatively, for x=64 the last "safe" a0 address is "t0-96" 119 # In the current version we will use "pref 30,128(a0)", so "t0-160" is the limit 120 subu t9,t0,160 # t9 is the "last safe pref 30,128(a0)" address [all …]
|
/bionic/libc/upstream-dlmalloc/ |
D | README.txt | 5 This code is imported from: ftp://g.oswego.edu/pub/misc/ 6 It is currently version 2.8.6.
|
/bionic/libc/ |
D | CAVEATS | 1 Bionic is a very small C library because we have decided to *not* implement various features 5 this file is here to document explicitely what we don't want to support in Bionic: 12 - pthread cancellation is *not* supported. this seemingly simple "feature" is the source 20 is much better than the ill-designed related C libraries functions.
|
D | SYSCALLS.TXT | 1 # This file is used to automatically generate bionic's the system calls stubs. 9 # the exported function name (example: the exit syscall is implemented by the _exit() 10 # function, which is not the same as the standard C exit() function which calls it) 16 # - each parameter type is assumed to be stored on 32 bits, there is no plan to support 28 # this system call is only available on some of the architectures (1), 30 # the order is arm,x86,mips. 33 # This file is processed by a python script named gensyscalls.py. 44 # NOTE: this system call is never called directly, but we list it there
|
D | NOTICE | 6 software is freely granted, provided that this notice 7 is preserved. 44 purpose with or without fee is hereby granted, provided that the above 61 purpose with or without fee is hereby granted, provided that the above 195 distributed under the License is distributed on an "AS IS" BASIS, 270 distributed under the License is distributed on an "AS IS" BASIS, 314 distributed under the License is distributed on an "AS IS" BASIS, 358 distributed under the License is distributed on an "AS IS" BASIS, 428 purpose with or without fee is hereby granted, provided that the above 840 purpose with or without fee is hereby granted, provided that the above [all …]
|
/bionic/libc/kernel/arch-arm/asm/ |
D | hardirq.h | 39 #error HARDIRQ_BITS is too low!
|
/bionic/libc/kernel/common/linux/ |
D | hardirq.h | 34 #error HARDIRQ_BITS is too low! 51 #error PREEMPT_ACTIVE is too low!
|
/bionic/libc/kernel/ |
D | README.TXT | 3 conflicts. for more information why this is needed, see the "RATIONALE" 60 'external/kernel-headers/original'. this is the script you're likely going to 106 sure that it is really needed by the Android sources. then add it to 121 this pass gets rid of everything that is guarded by a well-known macro 128 will be totally omitted from the output. the optimizer is smart enough to 157 there are however a few exceptions: it is seldom useful to keep the definition 159 example is the optimized 32-bit byte-swap function found in 162 the list of exceptions is in tools/defaults.py in case you need to update it 222 official headers. from their point of view this is purely a library author 229 unfortunately, this is not enough for Bionic because the result still contains [all …]
|
/bionic/libstdc++/ |
D | NOTICE | 61 and its documentation for any purpose is hereby granted without fee, 66 purpose. It is provided "as is" without express or implied warranty. 73 and its documentation for any purpose is hereby granted without fee, 78 purpose. It is provided "as is" without express or implied warranty.
|
/bionic/libc/arch-arm/include/machine/ |
D | cpu-features.h | 73 # error ARMv4 is not supported, please use ARMv4T at a minimum
|
/bionic/libc/arch-arm/bionic/ |
D | clone.S | 39 # 'child_stack' is already in r1, but we need to move 'flags' into position.
|
D | strcmp.S | 143 @ r3 is scratch
|
/bionic/libc/private/ |
D | bionic_atomic_arm.h | 54 # warning Rebuilding this source file in ARM mode is highly recommended for performance!!
|
/bionic/libstdc++/include/ |
D | cerrno | 38 // errno is a macro, so we can't define std::errno
|
/bionic/libm/ |
D | NOTICE | 6 software is freely granted, provided that this notice 7 is preserved. 16 software is freely granted, provided that this notice 17 is preserved. 29 software is freely granted, provided that this notice 30 is preserved. 39 software is freely granted, provided that this notice 40 is preserved. 53 software is freely granted, provided that this notice 54 is preserved. [all …]
|
/bionic/libdl/ |
D | NOTICE | 10 distributed under the License is distributed on an "AS IS" BASIS,
|
/bionic/libc/kernel/common/linux/mtd/ |
D | mtd.h | 21 #error This is a kernel header. Perhaps include mtd-user.h instead?
|
/bionic/libc/bionic/ |
D | malloc_debug_leak.cpp | 58 #error MALLOC_LEAK_CHECK is not defined.
|
/bionic/libc/arch-arm/generic/bionic/ |
D | strcmp.S | 143 @ r3 is scratch
|