/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.cc | 1563 Node* WasmGraphBuilder::Return(base::Vector<Node*> vals) { in Return() argument 1564 unsigned count = static_cast<unsigned>(vals.size()); in Return() 1569 memcpy(buf.data() + 1, vals.begin(), sizeof(void*) * count); in Return() 3550 Node* vals[] = {to->field, from->field, merge}; \ in NewInstanceCacheMerge() 3551 to->field = graph()->NewNode(mcgraph()->common()->Phi(rep, 2), 3, vals); \ in NewInstanceCacheMerge() 3923 void WasmGraphBuilder::TraceFunctionExit(base::Vector<Node*> vals, in TraceFunctionExit() argument 3926 size_t num_returns = vals.size(); in TraceFunctionExit() 3934 Int32Constant(0), vals[0]); in TraceFunctionExit()
|
H A D | wasm-compiler.h | 343 void TraceFunctionExit(base::Vector<Node*> vals,
|
/third_party/skia/third_party/skcms/src/ |
H A D | Transform_inl.h | 1141 const float* m = &matrix->vals[0][0]; in exec_ops() 1154 const float* m = &matrix->vals[0][0]; in exec_ops()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 3245 uint64_t vals[2]; in emit_s128_const() local 3246 memcpy(vals, imms, sizeof(vals)); in emit_s128_const() 3247 TurboAssembler::Move(dst.fp(), vals[0]); in emit_s128_const() 3249 uint64_t high = vals[1]; in emit_s128_const()
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 3865 uint64_t vals[2]; 3866 memcpy(vals, imms, sizeof(vals)); 3867 vmov(dst.low_fp(), base::Double(vals[0])); 3868 vmov(dst.high_fp(), base::Double(vals[1]));
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 2841 uint64_t vals[2]; in emit_s128_const() local 2842 memcpy(vals, imms, sizeof(vals)); in emit_s128_const() 2843 TurboAssembler::Move(dst.fp(), vals[1], vals[0]); in emit_s128_const()
|
/third_party/python/Lib/test/ |
H A D | test_decimal.py | 373 vals = [] 409 vals.append(v) 417 funct(*vals) 432 funct(*vals) 448 result = str(funct(*vals))
|
H A D | test_bytes.py | 718 def check(fmt, vals, result): 720 b = b % vals
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 4020 Temp* const vals = (Temp*)alloca(info.dst.bytes() * sizeof(Temp)); 4171 vals[num_vals++] = val; 4184 if (vals[i].type() == RegType::vgpr) 4186 tmp_size += vals[i].bytes(); 4187 tmp[num_tmps++] = vals[i++]; 10431 aco_ptr<Instruction>& header_phi, Operand* vals) 10433 vals[0] = Operand(header_phi->definitions[0].getTemp()); 10434 RegClass rc = vals[0].regClass(); 10443 vals[idx - first] = vals[id [all...] |
/third_party/python/Modules/ |
H A D | _datetimemodule.c | 815 int *vals[3] = {hour, minute, second}; in parse_hh_mm_ss_ff() local 821 p = parse_digits(p, vals[i], 2); in parse_hh_mm_ss_ff()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactor.cpp | 4077 void VPrintf(const std::vector<Value *> &vals) in VPrintf() argument 4083 jit->builder->CreateCall(func, V(vals)); in VPrintf()
|
H A D | SubzeroReactor.cpp | 874 void VPrintf(const std::vector<Value *> &vals) 876 sz::Call(::function, ::basicBlock, Ice::IceType_i32, reinterpret_cast<const void *>(rr::DebugPrintf), V(vals), true);
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 9476 nk_draw_vertex_color(void *attr, const float *vals, in nk_draw_vertex_color() argument 9485 val[0] = NK_SATURATE(vals[0]); in nk_draw_vertex_color() 9486 val[1] = NK_SATURATE(vals[1]); in nk_draw_vertex_color() 9487 val[2] = NK_SATURATE(vals[2]); in nk_draw_vertex_color() 9488 val[3] = NK_SATURATE(vals[3]); in nk_draw_vertex_color()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |