/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gdef-table.hh | 379 …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()
|
D | hb-ot-post-table.hh | 77 if (version.to_int () == 0x00020000) in sanitize() 93 version = table->version.to_int (); in init()
|
D | hb-ot-layout-gsubgpos-private.hh | 2324 { return (version.to_int () >= 0x00010001u ? this+featureVars : Null(FeatureVariations)) in find_variations_index() 2330 version.to_int () >= 0x00010001u) in get_feature_variation() 2348 (version.to_int () < 0x00010001u || featureVars.sanitize (c, this))); in sanitize()
|
D | hb-open-type-private.hh | 750 inline uint32_t to_int (void) const { return (major << (sizeof(FixedType) * 8)) + minor; } in to_int() function
|
/external/compiler-rt/test/msan/ |
D | vector_cvt.cc | 7 int to_int(double v) { in to_int() function 22 int x = to_int(*p); in main()
|
/external/llvm/bindings/ocaml/executionengine/ |
D | llvm_executionengine.ml | 58 if Nativeint.to_int vptr <> 0 then 65 if Nativeint.to_int fptr <> 0 then
|
/external/clang/test/SemaCXX/Inputs/ |
D | register.h | 5 #define to_int(x) ({ register int n = (x); n; }) macro
|
/external/clang/test/SemaCXX/ |
D | deprecated.cpp | 29 int k = to_int(n); // no-warning in stuff()
|
/external/freetype/src/cid/ |
D | cidparse.h | 100 #define cid_parser_to_int( p ) (p)->root.funcs.to_int( &(p)->root )
|
/external/freetype/src/type1/ |
D | t1parse.h | 91 #define T1_ToInt( p ) (p)->root.funcs.to_int( &(p)->root )
|
/external/syslinux/utils/ |
D | mkdiskimage.in | 182 $id = to_int($id);
|
/external/python/cpython3/Modules/ |
D | binascii.c | 1125 to_int(int c) in to_int() function 1181 int top = to_int(Py_CHARMASK(argbuf[i])); in binascii_a2b_hex_impl() 1182 int bot = to_int(Py_CHARMASK(argbuf[i+1])); in binascii_a2b_hex_impl()
|
/external/python/cpython2/Modules/ |
D | binascii.c | 1088 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/ |
D | mkdiskimage | 182 $id = to_int($id);
|
/external/freetype/include/freetype/internal/ |
D | psaux.h | 380 (*to_int)( PS_Parser parser ); member
|
/external/freetype/src/type42/ |
D | t42parse.c | 118 (p)->root.funcs.to_int( &(p)->root )
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 825 l := Attribute.Alignment (Int32.to_int align) :: !l; 833 l := Attribute.Stackalignment (Int32.to_int stackalign) :: !l;
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.ml | 710 l := Attribute.Alignment (Int32.to_int align) :: !l; 718 l := Attribute.Stackalignment (Int32.to_int stackalign) :: !l;
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 2531 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))),
|