HomeSort by relevance Sort by last modified time
    Searched full:i64 (Results 2276 - 2300 of 2406) sorted by null

<<91929394959697

  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_limits.h 261 # define LONGLONG_MIN (-LONGLONG_MAX-1i64)
  /external/chromium/sdch/open-vcdiff/src/gflags/
gflags.h 488 #define DECLARE_int64(name) DECLARE_VARIABLE(::google::int64,I64, name)
489 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64,I64, name, val, txt)
  /external/clang/include/clang/Basic/
Builtins.def 476 // types of i8, i16, i32, i64, and i128. The front-end sees calls to the
481 // long long -> i64.
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 117 setOperationAction(ISD::READCYCLECOUNTER, MVT::i64, Custom);
493 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, lo, hi));
  /external/webkit/Source/WebCore/bindings/js/
SerializedScriptValue.cpp 919 uint64_t i64; member in union:WebCore::CloneDeserializer::__anon13218
921 if (!readLittleEndian(u.i64))
    [all...]
  /external/bluetooth/glib/
configure.in 593 for format in ll q I64; do
612 AC_DEFINE(HAVE_INT64_AND_I64,1,[define to support printing 64-bit integers with format I64])
621 glib_cv_long_long_format=I64
624 AC_DEFINE(HAVE_INT64_AND_I64,1,[define to support printing 64-bit integers with format I64])
    [all...]
ChangeLog.pre-2-4 667 gcc 'll' but always the msvcrt one 'I64'
812 include support for printing __int64 with format %I64 in
820 * glib/gnulib/printf-parse.c (printf_parse): Parse I64 format
823 format modifier I64.
    [all...]
config.h.win32.in 232 /* define to support printing 64-bit integers with format I64 */
  /external/llvm/lib/Target/X86/
X86InstrSSE.td 303 def : Pat<(v4i64 immAllZerosV), (SUBREG_TO_REG (i64 0), (V_SET0), sub_xmm)>;
305 (SUBREG_TO_REG (i64 0), (V_SET0), sub_xmm)>;
487 (SUBREG_TO_REG (i64 0), (MOVSDrm addr:$src), sub_sd)>;
489 (SUBREG_TO_REG (i64 0), (MOVSDrm addr:$src), sub_sd)>;
491 (SUBREG_TO_REG (i64 0), (MOVSDrm addr:$src), sub_sd)>;
493 (SUBREG_TO_REG (i64 0), (MOVSDrm addr:$src), sub_sd)>;
495 (SUBREG_TO_REG (i64 0), (MOVSDrm addr:$src), sub_sd)>;
579 (SUBREG_TO_REG (i64 0), (VMOVSDrm addr:$src), sub_sd)>;
581 (SUBREG_TO_REG (i64 0), (VMOVSDrm addr:$src), sub_sd)>;
583 (SUBREG_TO_REG (i64 0), (VMOVSDrm addr:$src), sub_sd)>
    [all...]
  /external/llvm/include/llvm/Target/
TargetSelectionDAG.td     [all...]
TargetLowering.h 563 /// registers, but may be more than one for types (like i64) that are split
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp     [all...]
LegalizeVectorOps.cpp 17 // operation, which introduces nodes with the illegal type i64 which must be
  /external/qemu/
gdbstub.c 2013 uint64_t i64; local
    [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp 460 // Allow i8, i16, i32, i64, and i128.
492 s += 3; // i64 suffix
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 158 #define GOOGLE_LONGLONG(x) x##I64
160 #define GOOGLE_LL_FORMAT "I64" // As in printf("%I64d", ...)
    [all...]
  /external/sqlite/dist/
sqlite3.c 530 #define IS_BIG_INT(X) (((X)&~(i64)0xffffffff)!=0)
7200 typedef sqlite_int64 i64; \/* 8-byte signed integer *\/ typedef
    [all...]
sqlite3.c.orig 526 #define IS_BIG_INT(X) (((X)&~(i64)0xffffffff)!=0)
    [all...]
  /external/bluetooth/glib/glib/
config.h 225 /* define to support printing 64-bit integers with format I64 */
  /external/bluetooth/glib/glib/gnulib/
vasnprintf.c 667 #ifdef HAVE_INT64_AND_I64 /* The system (sn)printf uses %I64. Also assume
  /external/libvpx/nestegg/m4/
ax_create_stdint_h.m4 71 128/*) ac_cv_data_model="i64" ; n="unusual int64 model" ;;
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 253 V = Builder.CreateOr(Tmp8, Tmp4, "bswap.i64");
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 486 if (VT == MVT::i64) return 0;
    [all...]
  /external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp 209 // i64
  /external/llvm/lib/Target/
TargetData.cpp 149 setAlignment(INTEGER_ALIGN, 4, 8, 64); // i64

Completed in 333 milliseconds

<<91929394959697