Searched refs:BOUNDS (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttinterp.c | 88 #define BOUNDS( x, n ) ( (FT_UInt)(x) >= (FT_UInt)(n) ) macro 4230 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_NPUSHB() 4258 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_NPUSHW() 4289 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_PUSHB() 4315 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_PUSHW() 4350 if ( BOUNDS( aIdx1, exc->zp2.n_points ) || in Ins_SxVTL() 4351 BOUNDS( aIdx2, exc->zp1.n_points ) ) in Ins_SxVTL() 4911 if ( BOUNDS( L, exc->zp2.n_points ) ) in Ins_SCFS() 4955 if ( BOUNDS( L, exc->zp0.n_points ) || in Ins_MD() 4956 BOUNDS( in Ins_MD() [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_inst.h | 84 #define BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, \ macro 114 BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, \ 121 BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, \ 154 BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, \ 169 BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, \ 202 BOUNDS(hi4, lo4, hi4, lo4, hi4, lo4, hi4, lo4, \ 215 BOUNDS(hi4, lo4, hi4, lo4, hi4, lo4, hi4, lo4, \ 1324 #undef BOUNDS macro
|
/third_party/selinux/libselinux/src/ |
H A D | audit2why.c | 31 #define BOUNDS 6 macro 435 RETURN(BOUNDS) in analyze() 493 PyModule_AddIntConstant(m,"BOUNDS", BOUNDS);
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
H A D | amber-syntax.vim | 47 syn keyword amberBlockCmd WRITE COMPARE_OP BOUNDS BIAS FAIL_OP PASS_OP
|
Completed in 8 milliseconds