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

  /external/qemu/target-arm/
helpers.h 3 DEF_HELPER_1(clz, i32, i32)
4 DEF_HELPER_1(sxtb16, i32, i32)
5 DEF_HELPER_1(uxtb16, i32, i32)
7 DEF_HELPER_2(add_setq, i32, i32, i32)
8 DEF_HELPER_2(add_saturate, i32, i32, i32
    [all...]
  /external/qemu/
def-helper.h 7 (i32, i64 and ptr). Additional aliases are provided for convenience and
28 #define dh_alias_i32 i32
29 #define dh_alias_s32 i32
30 #define dh_alias_int i32
33 #define dh_alias_f32 i32
36 #define dh_alias_tl i32
cpu-all.h 1016 } i32;
1019 : "=r"(rval.i32.high), "=r"(rval.i32.low));
  /frameworks/base/libs/rs/
rsg_ScriptJavaClass.cpp 111 case RS_TYPE_SIGNED_32: return "I32";
223 Element *i32 = new Element(RS_TYPE_SIGNED_32, 1); local
237 e_Params->fields[0].e = i32;
239 e_Params->fields[1].e = i32;
241 e_Params->fields[2].e = i32;
243 e_Params->fields[3].e = i32;
  /external/icu4c/test/iotest/
iotest.cpp 204 int32_t i32; local
264 i32 = (int32_t)uto64(argument);
265 uBufferLenReturned = u_sprintf_u(uBuffer, format, i32);
266 uFileBufferLenReturned = u_fprintf_u(testFile, format, i32);
371 int32_t i32, expected32; local
453 uBufferLenReturned = u_sscanf_u(argument, format, &i32);
454 //uFileBufferLenReturned = u_fscanf_u(testFile, format, i32);
455 if (i32 != expected32) {
457 i, i32, expected32);
575 int32_t i32; local
    [all...]
strtst.c 748 int32_t i32 = -1, actual_count, actual_result; local
751 if (u_sscanf(testStr, "%*3[123]%n%*[1-9]", &i32) != 0) {
754 if (i32 != 3) {
755 log_err("test 1: scanf returned %hd instead of 3\n", i32);
769 actual_result = u_sscanf(x15, "%C%d%n", &character, &i32, &actual_count);
776 if (i32 != 15) {
777 log_err("scanf should return 15 for the number, but returned %d\n", i32);
  /external/icu4c/test/intltest/
winnmtst.cpp 235 int32_t i32 = randomInt32(); local
240 getWindowsFormat(lcid, currency, w3Buffer, L"%I32d", i32);
252 wnf->format(i32, u3Buffer);
  /external/stlport/src/
num_get_float.cpp 50 } i32; member in union:_ll
579 v.ieee.mantissa0 = vv.i32.hi;
580 v.ieee.mantissa1 = vv.i32.lo;
635 v.ieee.mantissa0 = vv.i32.hi;
636 v.ieee.mantissa1 = vv.i32.lo;
  /external/qemu/tcg/
tcg.h 132 int i32; member in struct:__anon4874
144 #define GET_TCGV_I32(t) ((t).i32)
  /external/dbus/dbus/
dbus-marshal-basic.h 158 dbus_int32_t i32; /**< as int32 */ member in union:__anon1539
  /build/
envsetup.sh 967 adb shell service call window 1 i32 $port

Completed in 538 milliseconds