Home
last modified time | relevance | path

Searched refs:to_int (Results 1 – 18 of 18) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gdef-table.hh379 …inline bool has_mark_sets (void) const { return version.to_int () >= 0x00010002u && markGlyphSetsD… in has_mark_sets()
381 …{ return version.to_int () >= 0x00010002u && (this+markGlyphSetsDef).covers (set_index, glyph_id);… in mark_set_covers()
383 …inline bool has_var_store (void) const { return version.to_int () >= 0x00010003u && varStore != 0;… in has_var_store()
385 { return version.to_int () >= 0x00010003u ? this+varStore : Null(VariationStore); } in get_var_store()
396 (version.to_int () < 0x00010002u || markGlyphSetsDef.sanitize (c, this)) && in sanitize()
397 (version.to_int () < 0x00010003u || varStore.sanitize (c, this))); in sanitize()
Dhb-ot-post-table.hh72 if (version.to_int () == 0x00020000) in sanitize()
Dhb-ot-layout-gsubgpos-private.hh2280 { return (version.to_int () >= 0x00010001u ? this+featureVars : Null(FeatureVariations)) in find_variations_index()
2286 version.to_int () >= 0x00010001u) in get_feature_variation()
2304 (version.to_int () < 0x00010001u || featureVars.sanitize (c, this))); in sanitize()
Dhb-open-type-private.hh767 inline uint32_t to_int (void) const { return (major << (sizeof(FixedType) * 8)) + minor; } in to_int() function
/external/compiler-rt/test/msan/
Dvector_cvt.cc7 int to_int(double v) { in to_int() function
22 int x = to_int(*p); in main()
/external/llvm/bindings/ocaml/executionengine/
Dllvm_executionengine.ml58 if Nativeint.to_int vptr <> 0 then
65 if Nativeint.to_int fptr <> 0 then
/external/clang/test/SemaCXX/Inputs/
Dregister.h5 #define to_int(x) ({ register int n = (x); n; }) macro
/external/clang/test/SemaCXX/
Ddeprecated.cpp29 int k = to_int(n); // no-warning in stuff()
/external/pdfium/third_party/freetype/src/cid/
Dcidparse.h100 #define cid_parser_to_int( p ) (p)->root.funcs.to_int( &(p)->root )
/external/pdfium/third_party/freetype/src/type1/
Dt1parse.h91 #define T1_ToInt( p ) (p)->root.funcs.to_int( &(p)->root )
/external/syslinux/utils/
Dmkdiskimage.in182 $id = to_int($id);
/external/python/cpython2/Modules/
Dbinascii.c1088 to_int(int c) in to_int() function
1137 int top = to_int(Py_CHARMASK(argbuf[i])); in binascii_unhexlify()
1138 int bot = to_int(Py_CHARMASK(argbuf[i+1])); in binascii_unhexlify()
/external/syslinux/bios/utils/
Dmkdiskimage182 $id = to_int($id);
/external/pdfium/third_party/freetype/include/freetype/internal/
Dpsaux.h359 (*to_int)( PS_Parser parser ); member
/external/freetype/include/freetype/internal/
Dpsaux.h360 (*to_int)( PS_Parser parser ); member
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml710 l := Attribute.Alignment (Int32.to_int align) :: !l;
718 l := Attribute.Stackalignment (Int32.to_int stackalign) :: !l;
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml825 l := Attribute.Alignment (Int32.to_int align) :: !l;
833 l := Attribute.Stackalignment (Int32.to_int stackalign) :: !l;
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td2531 multiclass FPToIntegerPats<SDNode to_int, SDNode round, string INST> {
2532 def : Pat<(i32 (to_int (round f32:$Rn))),
2534 def : Pat<(i64 (to_int (round f32:$Rn))),
2536 def : Pat<(i32 (to_int (round f64:$Rn))),
2538 def : Pat<(i64 (to_int (round f64:$Rn))),