HomeSort by relevance Sort by last modified time
    Searched full:i64 (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/qemu/target-arm/
helpers.h 22 DEF_HELPER_2(traceBB32, void, i64, i32)
25 DEF_HELPER_2(traceBB64, void, i64, i64)
61 DEF_HELPER_1(logicq_cc, i32, i64)
152 DEF_HELPER_2(neon_add_saturate_u64, i64, i64, i64)
153 DEF_HELPER_2(neon_add_saturate_s64, i64, i64, i64)
    [all...]
  /external/expat/xmlwf/
xmlfile.h 10 #define XML_FMT_INT_MOD "I64"
  /external/qemu/tcg/
README 78 taking i32, i64 or pointer types. Before calling an helper, all
141 * brcond_i32/i64 cond, t0, t1, label
157 * add_i32/i64 t0, t1, t2
161 * sub_i32/i64 t0, t1, t2
165 * neg_i32/i64 t0, t1
169 * mul_i32/i64 t0, t1, t2
173 * div_i32/i64 t0, t1, t2
177 * divu_i32/i64 t0, t1, t2
181 * rem_i32/i64 t0, t1, t2
185 * remu_i32/i64 t0, t1, t
    [all...]
tcg.h 137 int i64; member in struct:__anon4875
145 #define GET_TCGV_I64(t) ((t).i64)
  /external/stlport/src/
num_get_float.cpp 39 uint64_t i64; member in union:_ll
490 vv.i64 = 0L;
493 vv.i64 *= 10;
494 vv.i64 += *buffer++;
497 if ( vv.i64 == ULL(0) ) { /* Check for zero and treat it as a special case */
507 if ((vv.i64 >> 32) != 0) { nzero = 32; }
508 if ((vv.i64 >> (16 + nzero)) != 0) { nzero += 16; }
509 if ((vv.i64 >> ( 8 + nzero)) != 0) { nzero += 8; }
510 if ((vv.i64 >> ( 4 + nzero)) != 0) { nzero += 4; }
511 if ((vv.i64 >> ( 2 + nzero)) != 0) { nzero += 2;
    [all...]
  /external/qemu/
def-helper.h 7 (i32, i64 and ptr). Additional aliases are provided for convenience and
31 #define dh_alias_i64 i64
32 #define dh_alias_s64 i64
34 #define dh_alias_f64 i64
38 #define dh_alias_tl i64
cpu-all.h 1012 uint64_t i64;
1020 return rval.i64;
gdbstub.c 2014 uint64_t i64; local
    [all...]
  /external/bluetooth/glib/glib/gnulib/
README 23 to support printing of __int64 values with the I64 format modifier. This
  /external/expat/examples/
elements.c 17 #define XML_FMT_INT_MOD "I64"
outline.c 34 #define XML_FMT_INT_MOD "I64"
  /external/bluetooth/glib/
glibconfig.h.win32.in 56 #define G_GINT64_CONSTANT(val) (val##i64)
63 #define G_GINT64_MODIFIER "I64"
75 #define G_GSIZE_MODIFIER "I64"
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...]
  /external/icu4c/test/iotest/
iotest.cpp 205 int64_t i64; local
269 i64 = uto64(argument);
270 uBufferLenReturned = u_sprintf_u(uBuffer, format, i64);
271 uFileBufferLenReturned = u_fprintf_u(testFile, format, i64);
372 int64_t i64, expected64; local
462 uBufferLenReturned = u_sscanf_u(argument, format, &i64);
463 //uFileBufferLenReturned = u_fscanf_u(testFile, format, i64);
464 if (i64 != expected64) {
576 int64_t i64; local
627 i64 = uto64(argument)
    [all...]
strtst.c 749 int64_t i64 = -1; local
763 if (u_sscanf(testStr, "%*[123]%*[1-9]%lln", &i64) != 0) {
766 if (i64 != 10) {
767 log_err("test 3: scanf did not return 10\n", i64);
  /external/icu4c/test/intltest/
winnmtst.cpp 236 int64_t i64 = randomInt64(); local
242 getWindowsFormat(lcid, currency, w6Buffer, L"%I64d", i64);
260 wnf->format(i64, u6Buffer);
  /frameworks/base/libs/rs/
spec.l 93 <var_type>"i64" {
rsg_ScriptJavaClass.cpp 112 case RS_TYPE_SIGNED_64: return "I64";
  /external/bluetooth/glib/docs/reference/glib/
cross.sgml 43 glib_cv_long_long_format=I64
62 <title>glib_cv_long_long_format=[ll/q/I64]</title>
  /external/dbus/dbus/
dbus-marshal-basic.h 161 dbus_int64_t i64; /**< as int64 */ member in union:__anon1539
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_string.c 812 if ( SDL_strncmp(fmt, "I64", 3) == 0 ) {
1161 if ( SDL_strncmp(fmt, "I64", 3) == 0 ) {
    [all...]
  /external/icu4c/common/
putil.c 143 int64_t i64; /* This must be defined first in order to allow the initialization to work. This is a C89 feature. */ member in union:__anon2054
297 return (UBool)((convertedNumber.i64 & U_INT64_MAX) > gInf.i64);
323 return (UBool)((convertedNumber.i64 & U_INT64_MAX) == gInf.i64);
    [all...]
  /external/stlport/stlport/stl/
_limits.h 261 # define LONGLONG_MIN (-LONGLONG_MAX-1i64)
  /external/sqlite/dist/
sqlite3.c 6614 typedef sqlite_int64 i64; \/* 8-byte signed integer *\/ typedef
107609 typedef sqlite3_int64 i64; typedef
    [all...]
sqlite3.c.orig     [all...]

Completed in 143 milliseconds

1 2 3