Searched refs:esize (Results 1 - 11 of 11) sorted by relevance

/external/iptables/include/linux/netfilter/
H A Dx_tables.h166 #define xt_entry_foreach(pos, ehead, esize) \
168 (pos) < (typeof(pos))((char *)(ehead) + (esize)); \
/external/iproute2/include/linux/netfilter/
H A Dx_tables.h171 #define xt_entry_foreach(pos, ehead, esize) \
173 (pos) < (typeof(pos))((char *)(ehead) + (esize)); \
/external/iptables/iptables/
H A Dxtoptions.c286 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/
H A D_cvipp.h296 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 ))
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_disasm.c1023 int esize[6] = { variable
1035 int exec_size = esize[inst->header.execution_size];
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_disasm.c1023 int esize[6] = { variable
1035 int exec_size = esize[inst->header.execution_size];
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c3707 ULong esize; local
3798 esize = (8 << size) - 1;
3799 esize = (esize << 8) | esize;
3800 esize = (esize << 16) | esize;
3801 esize = (esize << 3
3973 ULong esize, imm; local
[all...]
/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.cc3462 int esize = 8 * imm3; local
3463 int elements = 64 / esize;
3485 int esize = 8 * imm3; local
3486 int elements = 64 / esize;
/external/eigen/unsupported/test/mpreal/
H A Ddlmalloc.c3943 size_t esize = granularity_align(nb + SYS_ALLOC_PADDING - asize); local
3944 if (esize < HALF_MAX_SIZE_T) {
3945 char* end = (char*)CALL_MORECORE(esize);
3947 asize += esize;
/external/libffi/src/
H A Ddlmalloc.c3426 size_t esize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE - asize); local
3427 if (esize < HALF_MAX_SIZE_T) {
3428 char* end = (char*)CALL_MORECORE(esize);
3430 asize += esize;
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c3438 size_t esize = granularity_align(nb + TOP_FOOT_SIZE + MALLOC_ALIGNMENT + SIZE_T_ONE - asize); local
3439 if (esize < HALF_MAX_SIZE_T) {
3440 char* end = (char*)CALL_MORECORE(esize);
3442 asize += esize;

Completed in 966 milliseconds