Home
last modified time | relevance | path

Searched refs:value2 (Results 176 - 200 of 220) sorted by relevance

123456789

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_powertune.c962 uint32_t count, value, value2; in smu7_enable_didt_config() local
976 value2 = cgs_read_register(hwmgr->device, mmGRBM_GFX_INDEX); in smu7_enable_didt_config()
1010 cgs_write_register(hwmgr->device, mmGRBM_GFX_INDEX, value2); in smu7_enable_didt_config()
/kernel/linux/linux-6.6/sound/pci/emu10k1/
H A Demu10k1x.c967 unsigned long value,value1,value2; in snd_emu10k1x_proc_reg_read() local
983 value2 = snd_emu10k1x_ptr_read(emu, i, 2); in snd_emu10k1x_proc_reg_read()
984 snd_iprintf(buffer, "%02X: %08lX %08lX %08lX\n", i, value, value1, value2); in snd_emu10k1x_proc_reg_read()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp1622 const float value2 = 256.0f; in SpecConstantsHelper() local
1627 m_data.resize(sizeof(value1) + sizeof(value2) + 5u); // Some extra padding at the end too. in SpecConstantsHelper()
1629 deMemcpy(&m_data[offset2], &value2, sizeof(value2)); in SpecConstantsHelper()
1634 m_mapEntries.push_back({ 1u, static_cast<deUint32>(offset2), static_cast<deUintptr>(sizeof(value2)) }); in SpecConstantsHelper()
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc403 int32_t value2; in ExecDebugCommand() local
404 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) { in ExecDebugCommand()
406 end = cur + (value2 * kInstrSize); in ExecDebugCommand()
1111 void Simulator::WriteDW(int32_t addr, int32_t value1, int32_t value2) { in WriteDW() argument
1118 base::WriteUnalignedValue(addr + sizeof(value1), value2); in WriteDW()
1121 int Simulator::WriteExDW(int32_t addr, int32_t value1, int32_t value2) { in WriteExDW() argument
1127 base::WriteUnalignedValue(addr + sizeof(value1), value2); in WriteExDW()
2164 int32_t value2 = get_register(rt + 1); in DecodeType01() local
2165 int status = WriteExDW(addr, value1, value2); in DecodeType01()
2288 int32_t value2 in DecodeType01() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H A Dliquidio_common.h933 u64 value2; member
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H A Dliquidio_common.h933 u64 value2; member
/third_party/node/deps/v8/src/objects/
H A Dfixed-array.h362 const MaybeObjectHandle& value1, const MaybeObjectHandle& value2);
/third_party/python/Modules/
H A D_testcapimodule.c2051 const Py_UNICODE *value1, *value2; in test_Z_code() local
2065 value2 = PyUnicode_AS_UNICODE(obj); in test_Z_code()
2068 if (!PyArg_ParseTuple(tuple, "ZZ:test_Z_code", &value1, &value2)) { in test_Z_code()
2074 if (value2 != NULL) in test_Z_code()
2079 value2 = PyUnicode_AS_UNICODE(obj); in test_Z_code()
2085 &value2, &len2)) in test_Z_code()
2093 if (value2 != NULL || in test_Z_code()
7528 "__init__ sets the 'value' attribute to 10 and 'value2' to 20.");
7532 int value2; member
7543 ((HeapCTypeSubclassObject *)self)->value2 in heapctypesubclass_init()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_hv.c858 unsigned long value2) in kvmppc_h_set_mode()
864 if (value2) in kvmppc_h_set_mode()
880 if (value2 & DABRX_HYP) in kvmppc_h_set_mode()
883 kvmppc_set_dawrx0_hv(vcpu, value2); in kvmppc_h_set_mode()
896 if (value2 & DABRX_HYP) in kvmppc_h_set_mode()
899 kvmppc_set_dawrx1_hv(vcpu, value2); in kvmppc_h_set_mode()
856 kvmppc_h_set_mode(struct kvm_vcpu *vcpu, unsigned long mflags, unsigned long resource, unsigned long value1, unsigned long value2) kvmppc_h_set_mode() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DBasicTest.java2010 String value2 = "\u00fater\u00fd"; in TestCompareDebug()
2011 if(Normalizer.compare(value1,value2,0)!=0){ in TestCompareDebug()
2012 if(Normalizer.compare(value1,value2,Normalizer.COMPARE_IGNORE_CASE)==0){ in TestCompareDebug()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DBasicTest.java2007 String value2 = "\u00fater\u00fd"; in TestCompareDebug()
2008 if(Normalizer.compare(value1,value2,0)!=0){ in TestCompareDebug()
2009 if(Normalizer.compare(value1,value2,Normalizer.COMPARE_IGNORE_CASE)==0){ in TestCompareDebug()
/third_party/node/src/
H A Dnode_file.cc194 #define FS_ASYNC_TRACE_BEGIN2(fs_type, id, name1, value1, name2, value2) \
201 value2);
203 #define FS_ASYNC_TRACE_END2(fs_type, id, name1, value1, name2, value2) \
210 value2);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktDynamicRenderingTests.cpp562 const float value2 = depthClearValue; in generateDepthImage() local
572 image.getAccess().setPixDepth(value2, x, y); in generateDepthImage()
585 const IVec4 value2 = IVec4(stencilClearValue,0,0,0); in generateStencilImage() local
595 image.getAccess().setPixel(value2, x, y); in generateStencilImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp1637 const float value2 = 256.0f; in SpecConstantsHelper() local
1642 m_data.resize(sizeof(value1) + sizeof(value2) + 5u); // Some extra padding at the end too. in SpecConstantsHelper()
1644 deMemcpy(&m_data[offset2], &value2, sizeof(value2)); in SpecConstantsHelper()
1649 m_mapEntries.push_back({ 1u, static_cast<deUint32>(offset2), static_cast<deUintptr>(sizeof(value2)) }); in SpecConstantsHelper()
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc123 NotCopyable value2(2); in TEST()
124 const Matcher<NotCopyable&> m = Ge(ByRef(value2)); in TEST()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_hv.c762 unsigned long value2) in kvmppc_h_set_mode()
768 if (value2) in kvmppc_h_set_mode()
784 if (value2 & DABRX_HYP) in kvmppc_h_set_mode()
787 vcpu->arch.dawrx = value2; in kvmppc_h_set_mode()
760 kvmppc_h_set_mode(struct kvm_vcpu *vcpu, unsigned long mflags, unsigned long resource, unsigned long value1, unsigned long value2) kvmppc_h_set_mode() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingTests.cpp567 const float value2 = depthClearValue; in generateDepthImage() local
577 image.getAccess().setPixDepth(value2, x, y); in generateDepthImage()
590 const IVec4 value2 = IVec4(stencilClearValue,0,0,0); in generateStencilImage() local
600 image.getAccess().setPixel(value2, x, y); in generateStencilImage()
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc541 int64_t value2; in Debug() local
542 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) { in Debug()
544 end = cur + (value2 * kInstrSize); in Debug()
658 int64_t value2; in Debug() local
659 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) { in Debug()
661 end = cur + (value2 * kInstrSize); in Debug()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc510 int64_t value2; in Debug() local
511 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) { in Debug()
513 end = cur + (value2 * kInstrSize); in Debug()
627 int64_t value2; in Debug() local
628 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) { in Debug()
630 end = cur + (value2 * kInstrSize); in Debug()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc566 int32_t value2; in Debug() local
567 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) { in Debug()
569 end = cur + (value2 * kInstrSize); in Debug()
683 int32_t value2; in Debug() local
684 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) { in Debug()
686 end = cur + (value2 * kInstrSize); in Debug()
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc1853 int64_t value2; in Debug() local
1854 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) { in Debug()
1856 end = cur + (value2 * kInstrSize); in Debug()
1959 int64_t value2; in Debug() local
1960 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) { in Debug()
1962 end = cur + (value2 * kInstrSize); in Debug()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c3904 union tgsi_exec_channel value[4], value2[4]; in exec_atomop_img() local
3929 FETCH(&value2[i], 3, TGSI_CHAN_X + i); in exec_atomop_img()
3942 rgba2[0][j] = value2[0].f[j]; in exec_atomop_img()
3943 rgba2[1][j] = value2[1].f[j]; in exec_atomop_img()
3944 rgba2[2][j] = value2[2].f[j]; in exec_atomop_img()
3945 rgba2[3][j] = value2[3].f[j]; in exec_atomop_img()
/third_party/glslang/SPIRV/
H A DSpvBuilder.h390 void addExecutionMode(Function*, ExecutionMode mode, int value1 = -1, int value2 = -1, int value3 = -1);
/third_party/node/deps/v8/src/heap/
H A Dfactory.h184 Handle<Tuple2> NewTuple2(Handle<Object> value1, Handle<Object> value2,
/third_party/python/Lib/test/test_email/
H A Dtest_email.py3826 value2 = 'more text'
3828 value1, value2)
3831 eq(msg.get('Next-Header'), value2)

Completed in 119 milliseconds

123456789