HomeSort by relevance Sort by last modified time
    Searched defs:esize (Results 1 - 6 of 6) sorted by null

  /external/iptables/iptables/
xtoptions.c 286 size_t esize = xtopt_esize_by_type(entry->type); local
294 maxiter = entry->size / esize;
297 if (entry->size % esize != 0)
617 static const size_t esize = sizeof(uint16_t); local
627 maxiter = entry->size / esize;
630 if (entry->size % esize != 0)
  /frameworks/base/libs/utils/
ResourceTypes.cpp 4859 uint16_t esize = dtohs(ent->size); local
    [all...]
  /bionic/libc/bionic/
dlmalloc.c 3604 size_t esize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE - asize); local
    [all...]
  /external/libffi/src/
dlmalloc.c 3426 size_t esize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE - asize); local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 3438 size_t esize = granularity_align(nb + TOP_FOOT_SIZE + MALLOC_ALIGNMENT + SIZE_T_ONE - asize); local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 3671 ULong esize; local
3945 ULong esize, imm; local
    [all...]

Completed in 392 milliseconds