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

  /external/valgrind/main/none/tests/s390x/
lpr.c 55 void t64(unsigned long value) function
84 t64(0); t64(1); t64(-1);
85 t64(INT_MAX); t64(INT_MIN); t64(UINT_MAX);
86 t64(LONG_MAX); t64(LONG_MIN); t64(ULONG_MAX)
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_win.c 315 sqlite3_int64 t64; local
316 t64 = *t;
317 t64 = (t64 + 11644473600)*10000000;
318 uTm.dwLowDateTime = (DWORD)(t64 & 0xFFFFFFFF);
319 uTm.dwHighDateTime= (DWORD)(t64 >> 32);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c 5592 IRTemp t64 = newTemp(Ity_I64); local
11442 IRTemp t64 = newTemp(Ity_I64); local
27826 IRTemp t64 = newTemp(Ity_I64); local
27843 IRTemp t64 = newTemp(Ity_I64); local
27860 IRTemp t64 = newTemp(Ity_I64); local
27877 IRTemp t64 = newTemp(Ity_I64); local
27897 IRTemp t64 = newTemp(Ity_I64); local
27912 IRTemp t64 = newTemp(Ity_I64); local
28542 IRTemp t64 = newTemp(Ity_I64); local
28565 IRTemp t64 = newTemp(Ity_I64); local
28580 IRTemp t64 = newTemp(Ity_I64); local
28601 IRTemp t64 = newTemp(Ity_I64); local
28658 IRTemp t64 = newTemp(Ity_I64); local
28684 IRTemp t64 = newTemp(Ity_I64); local
28712 IRTemp t64 = newTemp(Ity_I64); local
28736 IRTemp t64 = newTemp(Ity_I64); local
    [all...]
guest_arm64_toIR.c 1657 IRTemp t64 = newTemp(Ity_I64); local
1666 IRTemp t64 = newTemp(Ity_I64); local
1672 IRTemp t64 = newTemp(Ity_I64); local
    [all...]
guest_ppc_toIR.c 812 static IRExpr* mkQNarrow64Sto32 ( IRExpr* t64 )
817 vassert(typeOfIRExpr(irsb->tyenv, t64) == Ity_I64);
819 assign( hi32, unop(Iop_64HIto32, t64));
820 assign( lo32, unop(Iop_64to32, t64));
834 static IRExpr* mkQNarrow64Uto32 ( IRExpr* t64 )
839 vassert(typeOfIRExpr(irsb->tyenv, t64) == Ity_I64);
841 assign( hi32, unop(Iop_64HIto32, t64));
842 assign( lo32, unop(Iop_64to32, t64));
845 /* if (top 32 bits of t64 are 0) */
1978 IRTemp t64; local
    [all...]
guest_x86_toIR.c 4091 IRTemp t64 = newTemp(Ity_I64); local
8738 IRTemp t64 = newTemp(Ity_I64); local
    [all...]
  /external/pixman/demos/
quad2quad.c 26 t51, t52, t53, t54, t55, t56, t57, t58, t59, t60, t61, t62, t63, t64, t65, t66, local
194 t64 = px2 * x3;
196 t66 = t65 + t64 + t63;
242 t102 = x2 * (t98 + t64);
501 t297 = t296 + t64;
646 t408 = t65 + t64;
1065 t681 = t203 + t298 + (t64 + t680) * y2;
1102 t708 = t224 + t204 + (t296 + t64 + t424) * y2;
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 31434 sqlite3_int64 t64; local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 33933 sqlite3_int64 t64; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 33953 sqlite3_int64 t64; local
    [all...]

Completed in 1992 milliseconds