Home
last modified time | relevance | path

Searched refs:up (Results 1 – 17 of 17) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgethex.c48 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/
Dtipc_config.h83 __be32 up; member
87 __be32 up; member
/bionic/libc/tzcode/
Dlocaltime.c419 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/
Dlibc_assembler.md94 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:
DEINTR.md87 can end up with your 1 minute timeout being indefinite if you're receiving
Dnative_allocator.md61 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
Dclang_fortify_anatomy.md15 getting up-to-speed on how things function can be quite difficult.
393 ### Wrapping up
805 #### Wrapping up
Dfdsan.md368 …* Receiving a `ParcelFileDescriptor` via Intent, and then passing it into JNI code that ends up ca…
Delf-tls.md104 `__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/
DREADME.md94 # 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
Dandroid-changes-for-ndk-developers.md33 * 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/
DAndroid.bp10 // 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/
DREADME.md103 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,
DREADME_marshmallow_and_earlier.md91 only up to 16 frames will be recorded.
/bionic/libc/
DAndroid.bp161 // 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.
DNOTICE4377 Theo de Raadt <deraadt@openbsd.org> came up with the idea of using
/bionic/tests/
DAndroid.bp360 // match up with what the source file says they should be.