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

/external/clang/test/SemaCXX/Inputs/
H A Dregister.h5 #define to_int(x) ({ register int n = (x); n; }) macro
/external/compiler-rt/test/msan/
H A Dvector_cvt.cc7 int to_int(double v) { function
12 // CHECK: #{{.*}} in to_int{{.*}}vector_cvt.cc:[[@LINE-3]]
22 int x = to_int(*p);
/external/clang/test/SemaCXX/
H A Ddeprecated.cpp29 int k = to_int(n); // no-warning
/external/harfbuzz_ng/src/
H A Dhb-ot-post-table.hh72 if (version.to_int () == 0x00020000)
H A Dhb-ot-layout-gdef-table.hh379 inline bool has_mark_sets (void) const { return version.to_int () >= 0x00010002u && markGlyphSetsDef != 0; }
381 { return version.to_int () >= 0x00010002u && (this+markGlyphSetsDef).covers (set_index, glyph_id); }
383 inline bool has_var_store (void) const { return version.to_int () >= 0x00010003u && varStore != 0; }
385 { return version.to_int () >= 0x00010003u ? this+varStore : Null(VariationStore); }
396 (version.to_int () < 0x00010002u || markGlyphSetsDef.sanitize (c, this)) &&
397 (version.to_int () < 0x00010003u || varStore.sanitize (c, this)));
H A Dhb-ot-layout-gsubgpos-private.hh2280 { return (version.to_int () >= 0x00010001u ? this+featureVars : Null(FeatureVariations))
2286 version.to_int () >= 0x00010001u)
2304 (version.to_int () < 0x00010001u || featureVars.sanitize (c, this)));
H A Dhb-open-type-private.hh767 inline uint32_t to_int (void) const { return (major << (sizeof(FixedType) * 8)) + minor; } function in struct:OT::FixedVersion
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.ml58 if Nativeint.to_int vptr <> 0 then
65 if Nativeint.to_int fptr <> 0 then
/external/pdfium/third_party/freetype/src/cid/
H A Dcidparse.h100 #define cid_parser_to_int( p ) (p)->root.funcs.to_int( &(p)->root )
/external/pdfium/third_party/freetype/src/type1/
H A Dt1parse.h91 #define T1_ToInt( p ) (p)->root.funcs.to_int( &(p)->root )
/external/syslinux/utils/
H A Dmkdiskimage.in182 $id = to_int($id);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcore-extensions.rb103 n = n.to_int
/external/syslinux/bios/utils/
H A Dmkdiskimage182 $id = to_int($id);
/external/freetype/include/freetype/internal/
H A Dpsaux.h360 (*to_int)( PS_Parser parser ); member in struct:PS_Parser_FuncsRec_
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dpsaux.h359 (*to_int)( PS_Parser parser ); member in struct:PS_Parser_FuncsRec_
/external/skia/src/opts/
H A DSkRasterPipeline_opts.h674 auto to_int = [](const SkNu& v) { return SkNi::Load(&v); }; local
675 r = gather(tail, ctx->fR, to_int((rgba >> 0) & 0xff));
676 g = gather(tail, ctx->fG, to_int((rgba >> 8) & 0xff));
677 b = gather(tail, ctx->fB, to_int((rgba >> 16) & 0xff));
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.ml710 l := Attribute.Alignment (Int32.to_int align) :: !l;
718 l := Attribute.Stackalignment (Int32.to_int stackalign) :: !l;
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml825 l := Attribute.Alignment (Int32.to_int align) :: !l;
833 l := Attribute.Stackalignment (Int32.to_int stackalign) :: !l;

Completed in 528 milliseconds