Searched refs:more (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/kernel/uapi/asm-mips/asm/ |
D | bitfield.h | 21 #define __BITFIELD_FIELD(field,more) more field; argument
|
/bionic/libc/bionic/ |
D | fts.c | 943 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/ |
D | 32-bit-abi.md | 32 increase your target API level, you'll have more and more of the functions
|
D | elf-tls.md | 42 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 …]
|
D | fdsan.md | 8 …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:
|
D | status.md | 117 * more FORTIFY support functions (`fread`/`fwrite`/`getcwd`/`pwrite`/`write`) 240 but there are likely to be more in future because of Project Treble.
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 151 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.
|
D | README.md | 155 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/ |
D | README.TXT | 43 content has changed. You can also process more than one file with -u.
|
/bionic/libc/dns/net/ |
D | gethnamaddr.c | 1319 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/ |
D | NOTICE | 5901 such a mathematical system to generate more random (yet non-repeating) 5908 trick, but makes it more resistant to LCG prediction.
|