Searched refs:extra (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/kernel/common/linux/
H A Dspinlock.h31 #define LOCK_SECTION_START(extra) ".subsection 1\n\t" extra ".ifndef " LOCK_SECTION_NAME "\n\t" LOCK_SECTION_NAME ":\n\t" ".endif\n"
H A Dmod_devicetable.h111 __u8 extra; member in struct:serio_device_id
/bionic/linker/
H A DAndroid.mk52 # hand, as we want to insert an extra step that is not supported by the build system, and
/bionic/libc/kernel/common/linux/mtd/
H A Dcfi.h91 uint8_t extra[0]; member in struct:cfi_pri_intelext
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c59 The maximum overhead wastage (i.e., number of extra bytes
288 If true, provide extra checking and dispatching by placing
2445 would be possible to index these, but is not worth the extra
4326 size_t extra = ((m->topsize - pad + (unit - SIZE_T_ONE)) / unit - local
4333 sp->size >= extra &&
4335 size_t newsize = sp->size - extra;
4339 (CALL_MUNMAP(sp->base + newsize, extra) == 0)) {
4340 released = extra;
4345 if (extra >= HALF_MAX_SIZE_T) /* Avoid wrapping negative */
4346 extra
[all...]

Completed in 416 milliseconds