Searched refs:up (Results 1 – 17 of 17) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | gethex.c | 48 int big, esign, havedig, irv, j, k, n, n0, nbits, up, zret; local 316 up = 0; 323 up = 1; 326 up = 1 - sign; 329 up = sign; 331 if (up) {
|
/bionic/libc/kernel/uapi/linux/ |
D | tipc_config.h | 83 __be32 up; member 87 __be32 up; member
|
/bionic/libc/tzcode/ |
D | localtime.c | 419 register union input_buffer *up = &lsp->u.u; in tzloadbody() local 482 nread = TEMP_FAILURE_RETRY(read(fid, up->buf, entry_length)); in tzloadbody() 484 nread = read(fid, up->buf, sizeof up->buf); in tzloadbody() 494 char version = up->tzhead.tzh_version[0]; in tzloadbody() 497 int_fast32_t ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt); in tzloadbody() 498 int_fast32_t ttisutcnt = detzcode(up->tzhead.tzh_ttisutcnt); in tzloadbody() 501 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt); in tzloadbody() 502 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt); in tzloadbody() 503 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt); in tzloadbody() 504 int_fast32_t charcnt = detzcode(up->tzhead.tzh_charcnt); in tzloadbody() [all …]
|
/bionic/docs/ |
D | libc_assembler.md | 94 that if the device does not get up to the maximum cpu frequency, the results 148 routines are properly set up. Here is a quick checklist of what to check:
|
D | EINTR.md | 87 can end up with your 1 minute timeout being indefinite if you're receiving
|
D | native_allocator.md | 61 purge and release action. The amount of delay is up to the allocator 376 up and down a bit, but stays mostly the same so an allocator that fragments
|
D | clang_fortify_anatomy.md | 15 getting up-to-speed on how things function can be quite difficult. 393 ### Wrapping up 805 #### Wrapping up
|
D | fdsan.md | 368 …* Receiving a `ParcelFileDescriptor` via Intent, and then passing it into JNI code that ends up ca…
|
D | elf-tls.md | 104 `__tls_get_addr` looks up `TlsIndex::module_id`'s entry in the DTV and adds `TlsIndex::offset` to 378 gdb provides APIs for looking up symbols, reading or writing memory, and retrieving the current 567 > up the process. It would be a waste of memory and time to allocate the storage for all threads. A
|
/bionic/ |
D | README.md | 94 # and constants that make up the "userspace API" (uapi) available as 142 # switching the file to C++ and cleaning it up. 150 # this mess up, and this directory should disappear. 187 2. Find the right header file to work in by looking up your system call 264 than 2GiB, say -- so you may end up just writing a "meaningless" program whose
|
D | android-changes-for-ndk-developers.md | 33 * On a developer preview build, dynamic linker warnings will also show up 143 at install time. This meant that they took up space in your APK and 145 and reported to the user as space taken up by your app). Any .so file 292 up the required libraries. Since API level 23 the runtime linker will honor
|
/bionic/linker/ |
D | Android.bp | 10 // each binary. There's a linker script that sets all of that up (generated by 360 // looking up symbols in the linker by mistake.
|
/bionic/libc/malloc_debug/ |
D | README.md | 103 of frames captured will speed the allocations up. 245 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number 251 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number 257 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number 384 Below is how each type of allocation/free call ends up in the file dump. 494 slow down process start up. However, if you want to re-enable these messages,
|
D | README_marshmallow_and_earlier.md | 91 only up to 16 frames will be recorded.
|
/bionic/libc/ |
D | Android.bp | 161 // Code that implements the stack protector (or that runs before TLS has been set up) needs to be 207 // libc_init_static.cpp sets up TLS for static executables, and libc_init_dynamic.cpp initializes 576 // TODO: clean this up instead. 727 // Disable FORTIFY for the compilation of these, so we don't end up having 996 // Forked but not yet cleaned up/rewritten stdio code.
|
D | NOTICE | 4377 Theo de Raadt <deraadt@openbsd.org> came up with the idea of using
|
/bionic/tests/ |
D | Android.bp | 360 // match up with what the source file says they should be.
|