Home
last modified time | relevance | path

Searched refs:u32a (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/mjsunit/harmony/
Datomics.js43 var u32a = new Uint32Array(16);
49 [undefined, 1, 'hi', 3.4, ab, u32a, sab, sf32a, sf64a].forEach(function(o) {
/external/valgrind/VEX/priv/
Dir_opt.c1820 UInt u32a = e->Iex.Binop.arg1->Iex.Const.con->Ico.U32; in fold_Expr() local
1822 UInt res = u32a > u32b ? u32a : u32b; in fold_Expr()
1841 UInt u32a = e->Iex.Binop.arg1->Iex.Const.con->Ico.U32; in fold_Expr() local
1843 Int s32a = (Int)u32a; in fold_Expr()
2009 UInt u32a = e->Iex.Binop.arg1->Iex.Const.con->Ico.U32; in fold_Expr() local
2011 Int s32a = (Int)u32a; in fold_Expr()
/external/v8/test/cctest/
Dtest-api.cc3220 v8::Local<v8::Uint32Array> u32a = in THREADED_TEST() local
3243 CheckIsNeutered(u32a); in THREADED_TEST()