Home
last modified time | relevance | path

Searched refs:up (Results 1 – 15 of 15) 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.h96 __be32 up; member
100 __be32 up; member
/bionic/libc/tzcode/
Dlocaltime.c387 register union input_buffer *up = &lsp->u.u; in tzloadbody() local
428 nread = TEMP_FAILURE_RETRY(read(fid, up->buf, entry_length)); in tzloadbody()
430 nread = read(fid, up->buf, sizeof up->buf); in tzloadbody()
440 int_fast32_t ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt); in tzloadbody()
441 int_fast32_t ttisgmtcnt = detzcode(up->tzhead.tzh_ttisgmtcnt); in tzloadbody()
442 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt); in tzloadbody()
443 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt); in tzloadbody()
444 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt); in tzloadbody()
445 int_fast32_t charcnt = detzcode(up->tzhead.tzh_charcnt); in tzloadbody()
446 char const *p = up->buf + tzheadsize; 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:
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
Dfdsan.md366 …* 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`'s entry in the DTV and adds `TlsIndex::offset` to the
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/linker/
DAndroid.bp10 // each binary. There's a linker script that sets all of that up (generated by
295 // looking up symbols in the linker by mistake.
/bionic/libc/malloc_debug/
DREADME.md103 of frames captured will speed the allocations up.
173 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number
179 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number
185 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number
302 Below is how each type of allocation/free call ends up in the file dump.
412 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/
Dandroid-changes-for-ndk-developers.md36 * On a developer preview build, dynamic linker warnings will also show up
142 at install time. This meant that they took up space in your APK and
144 and reported to the user as space taken up by your app). Any .so file
299 up the required libraries. Since API 23 the runtime linker will honor
DREADME.md119 # switching the file to C++ and cleaning it up.
127 # this mess up, and this directory should disappear.
/bionic/libc/
DAndroid.bp173 // Code that implements the stack protector (or that runs before TLS has been set up) needs to be
208 // libc_init_static.cpp sets up TLS for static executables, and libc_init_dynamic.cpp initializes
755 // Disable FORTIFY for the compilation of these, so we don't end up having
1946 // TODO(b/153662223): Clean up these users that needed visibility when
DNOTICE4706 Theo de Raadt <deraadt@openbsd.org> came up with the idea of using
/bionic/tests/
DAndroid.bp304 // match up with what the source file says they should be.