Home
last modified time | relevance | path

Searched refs:val (Results 4551 - 4575 of 6089) sorted by relevance

1...<<181182183184185186187188189190>>...244

/third_party/python/Tools/scripts/
H A Dumarshal.py255 val = self.r_object()
256 retval[key] = val
/third_party/python/Lib/test/test_asyncio/
H A Dtest_runners.py356 async def f(val):
359 cvar.set(val)
/third_party/openssl/crypto/
H A Dpacket.c382 int WPACKET_put_bytes__(WPACKET *pkt, uint64_t val, size_t size) in WPACKET_put_bytes__() argument
389 || !put_value(data, val, size)) in WPACKET_put_bytes__()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h257 #define __TBB_machine_fetchadd4(addr, val) __fetchadd4_acq((void *)addr, val)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp474 int val = (int)Args[1].IntVal.getSExtValue(); in lle_X_memset() local
476 memset((void *)GVTOP(Args[0]), val, len); in lle_X_memset()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsBuiltinVarTests.cpp47 deUint32 val = data[x * 4]; in checkVertexPipelineStagesSubgroupSize() local
49 if (subgroupSize != val) in checkVertexPipelineStagesSubgroupSize()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTextureUploadFormatTest.cpp103 constexpr uint32_t EncodeNormUint(const float val) in EncodeNormUint() argument
105 return static_cast<uint32_t>(val * static_cast<float>(UINT32_MAX >> (32 - bits)) + in EncodeNormUint()
/third_party/skia/src/core/
H A DSkDistanceFieldGen.cpp448 unsigned char val = sk_float_round2int(255*result); in generate_distance_field_from_image() local
449 *dfPtr++ = val; in generate_distance_field_from_image()
/third_party/skia/src/effects/imagefilters/
H A DSkArithmeticImageFilter.cpp133 static Sk4f pin(float min, const Sk4f& val, float max) { in pin() argument
134 return Sk4f::Max(min, Sk4f::Min(val, max)); in pin()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DComputeTests.cpp27 size_t alignUp(size_t val, size_t alignment) in alignUp() argument
29 return alignment * ((val + alignment - 1) / alignment); in alignUp()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconvert_to_half_pass.cpp358 for (auto& val : get_module()->types_values()) { in ProcessImpl()
359 uint32_t v_id = val.result_id(); in ProcessImpl()
H A Dlocal_access_chain_convert_pass.cpp69 uint32_t val = cInst->GetSingleWordInOperand(kConstantValueInIdx); in AppendConstantOperands()
71 {spv_operand_type_t::SPV_OPERAND_TYPE_LITERAL_INTEGER, {val}}); in AppendConstantOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconvert_to_half_pass.cpp358 for (auto& val : get_module()->types_values()) { in ProcessImpl()
359 uint32_t v_id = val.result_id(); in ProcessImpl()
H A Dlocal_access_chain_convert_pass.cpp69 uint32_t val = cInst->GetSingleWordInOperand(kConstantValueInIdx); in AppendConstantOperands()
71 {spv_operand_type_t::SPV_OPERAND_TYPE_LITERAL_INTEGER, {val}}); in AppendConstantOperands()
/third_party/openssl/test/
H A Dcmp_msg_test.c46 #define SET_OPT_UNPROTECTED_SEND(ctx, val) \
47 OSSL_CMP_CTX_set_option((ctx), OSSL_CMP_OPT_UNPROTECTED_SEND, (val))
/third_party/python/Lib/test/
H A Dtest_winreg.py118 val = QueryValue(root_key, test_key_name)
119 self.assertEqual(val, "Default value",
H A Dtest_enumerate.py35 for val in self.seqn:
36 yield val
/third_party/python/Lib/
H A Dwebbrowser.py684 def _name(self, val):
688 self.name = val
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_regression.py421 val = cur.fetchone()[0]
422 self.assertEqual(val, b'')
/third_party/toybox/toys/posix/
H A Dfile.c41 struct {int val; char *name;} type[] = {{0x9026, "alpha"}, {93, "arc"}, in do_elf_file() member
88 for (i = 0; i<ARRAY_LEN(type); i++) if (j==type[i].val) break; in do_elf_file()
/third_party/vixl/test/
H A Dtest-invalset.cc43 Obj(KeyType key, ValType val) : key_(key), val_(val) {} in Obj() argument
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMap.java382 public void visit(IRubyObject key, IRubyObject val) { in mergeIntoSelf()
383 indexSet(context, key, val); in mergeIntoSelf()
/third_party/python/Lib/unittest/test/
H A Dtest_async_case.py338 async def on_sync_cleanup(self, val):
339 events.append(f'sync_cleanup {val}')
341 async def on_async_cleanup(self, val):
342 events.append(f'async_cleanup {val}')
/third_party/spirv-tools/source/opt/
H A Dlocal_access_chain_convert_pass.cpp76 uint32_t val = static_cast<uint32_t>(long_value); in AppendConstantOperands()
78 {spv_operand_type_t::SPV_OPERAND_TYPE_LITERAL_INTEGER, {val}}); in AppendConstantOperands()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dbgscan_learn.c195 static int in_array(int *array, int val) in in_array() argument
203 if (array[i] == val) in in_array()

Completed in 23 milliseconds

1...<<181182183184185186187188189190>>...244