HomeSort by relevance Sort by last modified time
    Searched refs:to_int (Results 1 - 22 of 22) sorted by null

  /external/clang/test/SemaCXX/Inputs/
register.h 5 #define to_int(x) ({ register int n = (x); n; }) macro
  /external/compiler-rt/test/msan/
vector_cvt.cc 7 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/
deprecated.cpp 29 int k = to_int(n); // no-warning
  /external/harfbuzz_ng/src/
hb-ot-post-table.hh 72 if (version.to_int () == 0x00020000)
hb-ot-layout-gdef-table.hh 379 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)));
hb-ot-layout-gsubgpos-private.hh     [all...]
hb-open-type-private.hh 767 inline uint32_t to_int (void) const { return (major << (sizeof(FixedType) * 8)) + minor; } function in struct:OT::FixedVersion
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml 58 if Nativeint.to_int vptr <> 0 then
65 if Nativeint.to_int fptr <> 0 then
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swig.ml 56 | C_int32 u -> (Int32.to_int u)
57 | C_int64 u -> (Int64.to_int u)
60 | C_ptr (p,q) -> (Int64.to_int p)
73 | C_int32 u -> (float_of_int (Int32.to_int u))
74 | C_int64 u -> (float_of_int (Int64.to_int u))
  /external/pdfium/third_party/freetype/src/cid/
cidparse.h 100 #define cid_parser_to_int( p ) (p)->root.funcs.to_int( &(p)->root )
  /external/pdfium/third_party/freetype/src/type1/
t1parse.h 91 #define T1_ToInt( p ) (p)->root.funcs.to_int( &(p)->root )
  /external/syslinux/utils/
mkdiskimage.in 182 $id = to_int($id);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 103 n = n.to_int
  /system/bt/btcore/test/
device_class_test.cc 185 TEST_F(DeviceClassTest, to_int) {
  /external/syslinux/bios/utils/
mkdiskimage 182 $id = to_int($id);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
binascii.c 1088 to_int(int c) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
binascii.c 1103 to_int(int c) function
    [all...]
  /external/python/cpython2/Modules/
binascii.c 1088 to_int(int c) function
    [all...]
  /external/freetype/include/freetype/internal/
psaux.h 360 (*to_int)( PS_Parser parser ); member in struct:PS_Parser_FuncsRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
psaux.h 359 (*to_int)( PS_Parser parser ); member in struct:PS_Parser_FuncsRec_
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 710 l := Attribute.Alignment (Int32.to_int align) :: !l;
718 l := Attribute.Stackalignment (Int32.to_int stackalign) :: !l;
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 825 l := Attribute.Alignment (Int32.to_int align) :: !l;
833 l := Attribute.Stackalignment (Int32.to_int stackalign) :: !l;
    [all...]

Completed in 814 milliseconds