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

  /external/iptables/include/linux/netfilter/
x_tables.h 166 #define xt_entry_foreach(pos, ehead, esize) \
168 (pos) < (typeof(pos))((char *)(ehead) + (esize)); \
  /external/iproute2/include/linux/netfilter/
x_tables.h 171 #define xt_entry_foreach(pos, ehead, esize) \
173 (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 3707 ULong esize; local
3973 ULong esize, imm; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_disasm.c 1023 int esize[6] = { variable
1035 int exec_size = esize[inst->header.execution_size];
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_disasm.c 1023 int esize[6] = { variable
1035 int exec_size = esize[inst->header.execution_size];
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 4143 size_t esize = granularity_align(nb + SYS_ALLOC_PADDING - ssize); local
    [all...]
  /external/chromium_org/v8/src/arm/
simulator-arm.cc 3540 int esize = 8 * imm3; local
3563 int esize = 8 * imm3; local
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 3943 size_t esize = granularity_align(nb + SYS_ALLOC_PADDING - 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.15/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 1545 milliseconds