HomeSort by relevance Sort by last modified time
    Searched defs:to_int (Results 1 - 8 of 8) 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 6 int to_int(double v) { function
11 // CHECK: #{{.*}} in to_int{{.*}}vector_cvt.cc:[[@LINE-3]]
21 int x = to_int(*p);
  /external/openssl/crypto/conf/
conf.h 98 int (*to_int)(const CONF *conf, char c); member in struct:conf_method_st
  /external/openssl/include/openssl/
conf.h 98 int (*to_int)(const CONF *conf, char c); member in struct:conf_method_st
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 672 inline uint32_t to_int (void) const { return (major << 16) + minor; } function in struct:OT::FixedVersion
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 672 inline uint32_t to_int (void) const { return (major << 16) + minor; } function in struct:OT::FixedVersion
  /external/chromium_org/third_party/freetype/include/freetype/internal/
psaux.h 359 (*to_int)( PS_Parser parser ); member in struct:PS_Parser_FuncsRec_
    [all...]
  /external/freetype/include/internal/
psaux.h 359 (*to_int)( PS_Parser parser ); member in struct:PS_Parser_FuncsRec_
    [all...]

Completed in 4854 milliseconds