Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttinterp.c85 #define BOUNDS( x, n ) ( (FT_UInt)(x) >= (FT_UInt)(n) ) macro
4069 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_NPUSHB()
4097 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_NPUSHW()
4128 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_PUSHB()
4154 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_PUSHW()
4189 if ( BOUNDS( aIdx1, exc->zp2.n_points ) || in Ins_SxVTL()
4190 BOUNDS( aIdx2, exc->zp1.n_points ) ) in Ins_SxVTL()
4750 if ( BOUNDS( L, exc->zp2.n_points ) ) in Ins_SCFS()
4794 if ( BOUNDS( L, exc->zp0.n_points ) || in Ins_MD()
4795 BOUNDS( K, exc->zp1.n_points ) ) in Ins_MD()
[all …]
/external/pdfium/third_party/freetype/src/truetype/
Dttinterp.c87 #define BOUNDS( x, n ) ( (FT_UInt)(x) >= (FT_UInt)(n) ) macro
4110 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_NPUSHB()
4138 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_NPUSHW()
4169 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_PUSHB()
4195 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_PUSHW()
4230 if ( BOUNDS( aIdx1, exc->zp2.n_points ) || in Ins_SxVTL()
4231 BOUNDS( aIdx2, exc->zp1.n_points ) ) in Ins_SxVTL()
4826 if ( BOUNDS( L, exc->zp2.n_points ) ) in Ins_SCFS()
4870 if ( BOUNDS( L, exc->zp0.n_points ) || in Ins_MD()
4871 BOUNDS( K, exc->zp1.n_points ) ) in Ins_MD()
[all …]
/external/droiddriver/src/io/appium/droiddriver/finders/
DAttribute.java37 BOUNDS("bounds"); enumConstant
DByXPath.java167 element.setAttribute(Attribute.BOUNDS.getName(), uiElement.getBounds().toShortString()); in buildDomNode()
/external/selinux/libselinux/src/
Daudit2why.c31 #define BOUNDS 6 macro
430 RETURN(BOUNDS) in analyze()
488 PyModule_AddIntConstant(m,"BOUNDS", BOUNDS);
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_inst.h74 #define BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, hi7, lo7, hi8, lo8) \ macro
100 BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, hi7, lo7, hi8, lo8) \
106 BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, hi7, lo7, hi8, lo8) \
745 #undef BOUNDS
/external/droiddriver/src/io/appium/droiddriver/uiautomation/
DUiAutomationElement.java96 put(attribs, Attribute.BOUNDS, getBounds(node)); in UiAutomationElement()
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
DViewElement.java153 put(Attribute.BOUNDS, getBounds()); in call()
/external/droiddriver/src/io/appium/droiddriver/base/
DBaseUiElement.java148 return get(Attribute.BOUNDS); in getBounds()
/external/selinux/python/audit2allow/
Daudit2allow288 if rc == audit2why.BOUNDS:
Daudit2why288 if rc == audit2why.BOUNDS:
/external/llvm/lib/Target/X86/
DX86SchedHaswell.td964 def : InstRW<[WriteBOUND], (instregex "BOUNDS(16|32)rm")>;