/bionic/libc/upstream-netbsd/lib/libc/stdlib/ |
D | reallocarr.c | 57 reallocarr(void *ptr, size_t number, size_t size) in __weak_alias() 65 if (number == 0 || size == 0) { in __weak_alias() 79 if (__predict_false((number|size) >= SQRT_SIZE_MAX && in __weak_alias() 80 number > SIZE_MAX / size)) { in __weak_alias() 85 nptr = realloc(optr, number * size); in __weak_alias()
|
/bionic/libc/malloc_debug/ |
D | README_api.md | 20 *backtrace\_size* is set to the maximum number of backtrace entries 37 The number of *uintptr\_t* values is determined by the value 41 *num\_allocations* contains the total number of allocations with the same 43 incorrectly set to the number of frames in the backtrace. 44 Each *uintptr\_t* is a pc of the callstack. If the total number 53 The total number of these structures returned in *info* is
|
D | README.md | 54 If SIZE\_BYTES is present, it indicates the number of bytes in the guard. 77 If SIZE\_BYTES is present, it indicates the number of bytes in the guard. 92 If SIZE\_BYTES is present, it indicates the number of bytes in both guards. 98 system runs too slowly with this option enabled, decreasing the maximum number 104 If MAX\_FRAMES is present, it indicates the maximum number of frames to 119 If MAX\_FRAMES is present, it indicates the maximum number of frames to 131 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number 137 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number 143 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number 149 If XX is present, it is the number of bytes to expand the allocation by. [all …]
|
/bionic/tools/bionicbb/ |
D | bionicbb.py | 41 number = result['build']['number'] 50 logging.debug('%s #%s %s: %s', name, number, status, full_url) 56 name, number, status, go_url)]
|
D | README.md | 69 watches for a large number of projects. Since bionicbb is only interested in a
|
/bionic/libc/kernel/uapi/linux/ |
D | dlm_plock.h | 42 __u64 number; member
|
D | joystick.h | 31 __u8 number; member
|
D | atm.h | 141 int number; member
|
D | telephony.h | 61 char number[11]; member
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_u32.h | 29 __u32 number; member
|
/bionic/libc/tools/ |
D | pylintrc | 61 # respectively contain the number of errors / warnings messages and the total 62 # number of statements analyzed. This is used by the global evaluation report 158 # Minimum lines number of a similarity. 187 # Maximum number of characters on a single line. 200 # Maximum number of lines in a module 228 # Maximum number of arguments for function / method 235 # Maximum number of locals for function / method body 238 # Maximum number of return / yield for function / method body 241 # Maximum number of branch for function / method body 244 # Maximum number of statements in function / method body [all …]
|
/bionic/linker/ |
D | linker_allocator.cpp | 75 static inline uint16_t log2(size_t number) { in log2() argument 77 number--; in log2() 79 while (number != 0) { in log2() 81 number >>= 1; in log2()
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 563 return (syms->number); in sym_ston() 568 return (syms->number); /* The default value. */ in sym_ston() 572 sym_ntos(const struct res_sym *syms, int number, int *success) { in sym_ntos() argument 576 if (number == syms->number) { in sym_ntos() 583 snprintf(unname, sizeof(unname), "%d", number); /* XXX nonreentrant */ in sym_ntos() 590 sym_ntop(const struct res_sym *syms, int number, int *success) { in sym_ntop() argument 594 if (number == syms->number) { in sym_ntop() 600 snprintf(unname, sizeof(unname), "%d", number); /* XXX nonreentrant */ in sym_ntop()
|
/bionic/libc/arch-mips64/bionic/ |
D | syscall.S | 42 move v0, a0 # syscall number to v0
|
/bionic/libc/kernel/uapi/linux/raid/ |
D | md_u.h | 77 int number; member
|
D | md_p.h | 56 __u32 number; member
|
/bionic/libc/dns/include/ |
D | resolv_private.h | 120 int number; /* Identifying number, like T_MX */ member
|
/bionic/ |
D | README.md | 189 _not_ build the entire tree; just the minimum number of projects that are 230 have the same number of tests, and the host version of the executable 231 must also have the same number of tests.
|
D | android-changes-for-ndk-developers.md | 243 wastefully increase the number of dirty pages in memory. The dynamic
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vfprintf.c | 677 goto number; in __vfprintf() 916 number: if ((dprec = prec) >= 0) in __vfprintf()
|
D | vfwprintf.c | 630 goto number; in __vfwprintf() 876 number: if ((dprec = prec) >= 0) in __vfwprintf()
|
/bionic/libc/ |
D | NOTICE | 3589 Materiel Command, USAF, under agreement number F39502-99-1-0512. 3854 Materiel Command, USAF, under agreement number F39502-99-1-0512. 3874 Materiel Command, USAF, under agreement number F39502-99-1-0512.
|