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

  /external/iproute2/include/linux/netfilter/
x_tables.h 166 #define xt_entry_foreach(pos, ehead, esize) \
168 (pos) < (typeof(pos))((char *)(ehead) + (esize)); \
  /external/iptables/include/linux/netfilter/
x_tables.h 166 #define xt_entry_foreach(pos, ehead, esize) \
168 (pos) < (typeof(pos))((char *)(ehead) + (esize)); \
  /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)
  /external/opencv/cv/src/
_cvipp.h 296 int dststep, CvSize roi, CvSize esize, CvPoint anchor, void* buffer )) \
299 CV_PLUGINS1(CV_PLUGIN_IPPCV), ( int width, CvSize esize, int* bufsize )) \
331 CvSize esize, CvPoint anchor, void** morphstate ))
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 3688 ULong esize; local
3954 ULong esize, imm; local
    [all...]
  /bionic/libc/bionic/
dlmalloc.c 3645 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...]

Completed in 389 milliseconds