Home
last modified time | relevance | path

Searched refs:BOUNDS (Results 1 – 25 of 37) sorted by relevance

12

/third_party/freetype/src/truetype/
Dttinterp.c88 #define BOUNDS( x, n ) ( (FT_UInt)(x) >= (FT_UInt)(n) ) macro
4218 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_NPUSHB()
4246 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_NPUSHW()
4277 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_PUSHB()
4303 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_PUSHW()
4338 if ( BOUNDS( aIdx1, exc->zp2.n_points ) || in Ins_SxVTL()
4339 BOUNDS( aIdx2, exc->zp1.n_points ) ) in Ins_SxVTL()
4899 if ( BOUNDS( L, exc->zp2.n_points ) ) in Ins_SCFS()
4943 if ( BOUNDS( L, exc->zp0.n_points ) || in Ins_MD()
4944 BOUNDS( K, exc->zp1.n_points ) ) in Ins_MD()
[all …]
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttinterp.c88 #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( K, exc->zp1.n_points ) ) in Ins_MD()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/
Dttinterp.c89 #define BOUNDS( x, n ) ( (FT_UInt)(x) >= (FT_UInt)(n) ) macro
4226 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_NPUSHB()
4254 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_NPUSHW()
4285 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_PUSHB()
4311 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_PUSHW()
4346 if ( BOUNDS( aIdx1, exc->zp2.n_points ) || in Ins_SxVTL()
4347 BOUNDS( aIdx2, exc->zp1.n_points ) ) in Ins_SxVTL()
4907 if ( BOUNDS( L, exc->zp2.n_points ) ) in Ins_SCFS()
4951 if ( BOUNDS( L, exc->zp0.n_points ) || in Ins_MD()
4952 BOUNDS( K, exc->zp1.n_points ) ) in Ins_MD()
[all …]
/third_party/mesa3d/src/intel/compiler/
Dbrw_inst.h83 #define BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, \ macro
113 BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, \
120 BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, \
153 BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, \
168 BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, \
201 BOUNDS(hi4, lo4, hi4, lo4, hi4, lo4, hi4, lo4, \
214 BOUNDS(hi4, lo4, hi4, lo4, hi4, lo4, hi4, lo4, \
1322 #undef BOUNDS
/third_party/selinux/libselinux/src/
Daudit2why.c31 #define BOUNDS 6 macro
429 RETURN(BOUNDS) in analyze()
487 PyModule_AddIntConstant(m,"BOUNDS", BOUNDS);
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/graphics/early_fragment/
Ddepth_equal.amber95 BOUNDS min 0.0 max 1.0
Ddepth_less_or_equal.amber95 BOUNDS min 0.0 max 1.0
Ddepth_greater.amber96 BOUNDS min 0.0 max 1.0
Ddepth_not_equal.amber95 BOUNDS min 0.0 max 1.0
Ddepth_less.amber96 BOUNDS min 0.0 max 1.0
Ddepth_greater_or_equal.amber95 BOUNDS min 0.0 max 1.0
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/graphics/execution_mode/
Ddepthless_2.amber93 BOUNDS min 0.0 max 1.0
Ddepthless_3.amber93 BOUNDS min 0.0 max 1.0
Ddepthunchanged_3.amber93 BOUNDS min 0.0 max 1.0
Ddepthgreater_2.amber93 BOUNDS min 0.0 max 1.0
Ddepthless_4.amber93 BOUNDS min 0.0 max 1.0
Ddepthgreater_1.amber93 BOUNDS min 0.0 max 1.0
Ddepthgreater_0.amber93 BOUNDS min 0.0 max 1.0
Ddepthunchanged_2.amber93 BOUNDS min 0.0 max 1.0
Ddepthless_0.amber93 BOUNDS min 0.0 max 1.0
Ddepthless_1.amber93 BOUNDS min 0.0 max 1.0
Ddepthgreater_4.amber93 BOUNDS min 0.0 max 1.0
Ddepthgreater_3.amber93 BOUNDS min 0.0 max 1.0
Ddepthunchanged_1.amber101 BOUNDS min 0.0 max 1.0
Ddepthunchanged_0.amber101 BOUNDS min 0.0 max 1.0

12