Home
last modified time | relevance | path

Searched refs:more (Results 1 – 11 of 11) sorted by relevance

/bionic/libc/kernel/uapi/asm-mips/asm/
Dbitfield.h21 #define __BITFIELD_FIELD(field,more) more field; argument
/bionic/libc/bionic/
Dfts.c943 fts_palloc(FTS *sp, size_t more) in fts_palloc() argument
950 more += 256; in fts_palloc()
951 if (sp->fts_pathlen + more < sp->fts_pathlen) { in fts_palloc()
957 sp->fts_pathlen += more; in fts_palloc()
/bionic/docs/
D32-bit-abi.md32 increase your target API level, you'll have more and more of the functions
Delf-tls.md42 thread-specific data layout, but variant 1 is more problematic than variant 2.
121 LD is a specialization of GD that's useful when a function has references to two or more TLS
204 * A variable can be annotated with `__attribute__((tls_model(...)))`. Clang may still use a more
216 * web search: [`"dlopen: cannot load any more object with static TLS"`][glibc-static-tls-error]
228 [glibc-static-tls-error]: https://www.google.com/search?q=%22dlopen:+cannot+load+any+more+object+wi…
233 LD models, there is a newer, more efficient design that uses "TLS descriptors". Each TLS variable
333 The (static) linker frequently has more information about the location of a referenced TLS variable
334 than the compiler, so it can "relax" TLS accesses to more efficient models. For example, if an
388 LLDB more-or-less implemented Linux TLS debugging in [r192922][rL192922] ([D1944]) for x86 and
461 Aside: Because a `__thread` variable cannot have dynamic initialization, `__thread` is more
[all …]
Dfdsan.md8 …y allocation *use-after-free* and *double-free* bugs, but tend to be much more difficult to diagno…
61 In Android Q, fdsan has a global default of warn-once. fdsan can be made more or less strict at run…
186 …`'s fd. If we store `bystander`'s fd in a `unique_fd` as well, we should get something more useful:
Dstatus.md117 * more FORTIFY support functions (`fread`/`fwrite`/`getcwd`/`pwrite`/`write`)
240 but there are likely to be more in future because of Project Treble.
/bionic/
Dandroid-changes-for-ndk-developers.md151 them more likely to fail on specific devices, or on future releases ---
159 and libssl.so). In order to give you more time to transition, we will
266 has instructions for fixing text relocations, and more detailed
364 In API level 26 and above the dynamic linker checks more values in
433 may expand to include more functions (and more libraries) in future.
DREADME.md155 users in different projects, and there isn't a more specific library
156 that would make more sense as the place to add the wrapper.
/bionic/libc/kernel/
DREADME.TXT43 content has changed. You can also process more than one file with -u.
/bionic/libc/dns/net/
Dgethnamaddr.c1319 int more; in _yp_hostent() local
1346 more = 0; in _yp_hostent()
1373 more = 1; in _yp_hostent()
1383 if (more) in _yp_hostent()
/bionic/libc/
DNOTICE5901 such a mathematical system to generate more random (yet non-repeating)
5908 trick, but makes it more resistant to LCG prediction.