Home
last modified time | relevance | path

Searched refs:offset_max (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Analysis/
Dmalloc-overflow2.c12 unsigned offset_max; member
17 t->nentry = ((t->offset_max >> 2) + 31) / 32; in table_build()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/
Dgxvkern.c358 FT_UShort offset_max[2]; member
399 &( GXV_KERN_FMT2_DATA( offset_max[spec] ) ), in gxv_kern_subtable_fmt2_clstbl_validate()
453 GXV_KERN_FMT2_DATA( offset_max[GXV_KERN_CLS_L] ) in gxv_kern_subtable_fmt2_validate()
454 + GXV_KERN_FMT2_DATA( offset_max[GXV_KERN_CLS_R] ) in gxv_kern_subtable_fmt2_validate()
/external/pcre/dist/
Dpcre_exec.c968 if (offset < md->offset_max) in match()
1139 if (offset >= md->offset_max) goto POSSESSIVE_NON_CAPTURE; in match()
1464 if (offset >= md->offset_max) md->capture_last |= OVFLBIT; else in match()
1971 if (offset >= md->offset_max) md->capture_last |= OVFLBIT; else in match()
6673 md->offset_max = (2*ocount)/3; in pcre_exec()
Dpcre_internal.h2519 int offset_max; /* The maximum usable for return data */ member