Home
last modified time | relevance | path

Searched refs:value2 (Results 101 - 125 of 220) sorted by relevance

123456789

/kernel/linux/linux-6.6/drivers/acpi/
H A Dacpi_lpss.c962 u32 value2 = LPSS_PMCSR_D3hot; in lpss_iosf_enter_d3_state() local
992 LPSS_IOSF_PMCSR, value2, mask2); in lpss_iosf_enter_d3_state()
995 LPSS_IOSF_PMCSR, value2, mask2); in lpss_iosf_enter_d3_state()
1011 u32 value2 = LPSS_PMCSR_D0; in lpss_iosf_exit_d3_state() local
1025 LPSS_IOSF_PMCSR, value2, mask2); in lpss_iosf_exit_d3_state()
1028 LPSS_IOSF_PMCSR, value2, mask2); in lpss_iosf_exit_d3_state()
H A Dacpi_processor.c41 u8 value2 = 0; in acpi_processor_errata_piix4() local
121 pci_read_config_byte(dev, 0x77, &value2); in acpi_processor_errata_piix4()
122 if ((value1 & 0x80) || (value2 & 0x80)) in acpi_processor_errata_piix4()
/third_party/python/Lib/test/test_capi/
H A Dtest_misc.py600 self.value2 = 20
608 self.assertEqual(subclass_instance.value2, 20)
617 self.value2 = 20
635 self.assertEqual(subclass_instance.value2, 20)
691 self.assertEqual(subclass_instance.value2, 20)
704 self.assertEqual(subclass_instance.value2, 20)
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_containers.cc358 PyObject* value2 = PyList_GetItem(other, index); in DescriptorSequence_Equal() local
359 if (value2 == NULL) { in DescriptorSequence_Equal()
362 int cmp = PyObject_RichCompareBool(value1.get(), value2, Py_EQ); in DescriptorSequence_Equal()
406 PyObject* value2 = PyDict_GetItem(other, key.get()); in DescriptorMapping_Equal() local
407 if (value2 == NULL) { in DescriptorMapping_Equal()
411 int cmp = PyObject_RichCompareBool(value1.get(), value2, Py_EQ); in DescriptorMapping_Equal()
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dsn9c20x.c1365 u16 value2; in set_hvflip() local
1402 i2c_r2(gspca_dev, 0x20, &value2); in set_hvflip()
1403 value2 &= ~0xc0a0; in set_hvflip()
1405 value2 |= 0x8080; in set_hvflip()
1407 value2 |= 0x4020; in set_hvflip()
1408 i2c_w2(gspca_dev, 0x20, value2); in set_hvflip()
1413 i2c_r2(gspca_dev, 0x20, &value2); in set_hvflip()
1414 value2 &= ~0x0003; in set_hvflip()
1416 value2 |= 0x0002; in set_hvflip()
1418 value2 | in set_hvflip()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Dsn9c20x.c1368 u16 value2; in set_hvflip() local
1405 i2c_r2(gspca_dev, 0x20, &value2); in set_hvflip()
1406 value2 &= ~0xc0a0; in set_hvflip()
1408 value2 |= 0x8080; in set_hvflip()
1410 value2 |= 0x4020; in set_hvflip()
1411 i2c_w2(gspca_dev, 0x20, value2); in set_hvflip()
1416 i2c_r2(gspca_dev, 0x20, &value2); in set_hvflip()
1417 value2 &= ~0x0003; in set_hvflip()
1419 value2 |= 0x0002; in set_hvflip()
1421 value2 | in set_hvflip()
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmap_test.cc186 int32 value2 = 101; in TEST_F() local
193 map_[key] = value2; in TEST_F()
194 ExpectSingleElement(key, value2); in TEST_F()
208 int32 value2 = 101; in TEST_F() local
213 map_.at(key) = value2; in TEST_F()
214 ExpectSingleElement(key, value2); in TEST_F()
640 int32 value2 = 101; in TEST_F() local
654 map_.insert(Map<int32, int32>::value_type(key, value2)); in TEST_F()
777 int32 value2 = 101; in TEST_F() local
781 map[key2] = value2; in TEST_F()
813 int32 value2 = 101; CopyConstructorHelper() local
841 int32 value2 = 101; TEST_F() local
858 int32 value2 = 101; TEST_F() local
[all...]
/kernel/linux/linux-5.10/drivers/acpi/
H A Dacpi_processor.c42 u8 value2 = 0; in acpi_processor_errata_piix4() local
122 pci_read_config_byte(dev, 0x77, &value2); in acpi_processor_errata_piix4()
123 if ((value1 & 0x80) || (value2 & 0x80)) in acpi_processor_errata_piix4()
/kernel/linux/linux-6.6/drivers/firmware/
H A Dstratix10-rsu.c231 unsigned long long *value2 = (unsigned long long *)data->kaddr2; in rsu_dcmf_version_callback() local
236 priv->dcmf_version.dcmf2 = FIELD_GET(RSU_DCMF2_MASK, *value2); in rsu_dcmf_version_callback()
237 priv->dcmf_version.dcmf3 = FIELD_GET(RSU_DCMF3_MASK, *value2); in rsu_dcmf_version_callback()
/third_party/icu/icu4c/source/common/
H A Ducptrie.cpp452 uint32_t value2; in ucptrie_internalGetRange() local
453 UChar32 end2 = getRange(trie, surrEnd + 1, filter, context, &value2); in ucptrie_internalGetRange()
454 if (value2 == surrogateValue) { in ucptrie_internalGetRange()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DUnicodeMapTest.java453 String value2 = map2.get(i); in check()
454 if (!UnicodeMap.areEqual(value1, value2)) { in check()
457 + "\t HashMap: " + value2); in check()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DUnicodeMapTest.java450 String value2 = map2.get(i); in check()
451 if (!UnicodeMap.areEqual(value1, value2)) { in check()
454 + "\t HashMap: " + value2); in check()
/third_party/node/deps/icu-small/source/common/
H A Ducptrie.cpp452 uint32_t value2; in ucptrie_internalGetRange() local
453 UChar32 end2 = getRange(trie, surrEnd + 1, filter, context, &value2); in ucptrie_internalGetRange()
454 if (value2 == surrogateValue) { in ucptrie_internalGetRange()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducptrie.cpp452 uint32_t value2; in ucptrie_internalGetRange() local
453 UChar32 end2 = getRange(trie, surrEnd + 1, filter, context, &value2); in ucptrie_internalGetRange()
454 if (value2 == surrogateValue) { in ucptrie_internalGetRange()
/kernel/linux/linux-5.10/drivers/md/persistent-data/
H A Ddm-btree.h75 int (*equal)(void *context, const void *value1, const void *value2);
/kernel/linux/linux-6.6/drivers/md/persistent-data/
H A Ddm-btree.h76 int (*equal)(void *context, const void *value1, const void *value2);
/third_party/icu/icu4c/source/common/unicode/
H A Dsimpleformatter.h202 * @param value2 Value for argument {2}.
212 const UnicodeString &value2,
/third_party/node/deps/icu-small/source/common/unicode/
H A Dsimpleformatter.h202 * @param value2 Value for argument {2}.
212 const UnicodeString &value2,
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dsimpleformatter.h202 * @param value2 Value for argument {2}.
212 const UnicodeString &value2,
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.cc430 void CodeAssembler::Return(TNode<Object> value1, TNode<Object> value2) { in Return() argument
434 return raw_assembler()->Return(value1, value2); in Return()
437 void CodeAssembler::Return(TNode<Object> value1, TNode<Object> value2, in Return() argument
443 return raw_assembler()->Return(value1, value2, value3); in Return()
482 void CodeAssembler::Return(TNode<WordT> value1, TNode<WordT> value2) { in Return() argument
490 return raw_assembler()->Return(value1, value2); in Return()
493 void CodeAssembler::Return(TNode<WordT> value1, TNode<Object> value2) { in Return() argument
499 return raw_assembler()->Return(value1, value2); in Return()
/third_party/ffmpeg/libavcodec/
H A Dtiff.c1222 unsigned tag, type, count, off, value = 0, value2 = 1; // value2 is a denominator so init. to 1 in tiff_decode_tag() local
1249 value2 = ff_tget(&s->gb, TIFF_LONG, s->le); in tiff_decode_tag()
1250 if (!value2) { in tiff_decode_tag()
1252 value2 = 1; in tiff_decode_tag()
1398 set_sar(s, tag, value, value2); in tiff_decode_tag()
1438 value2 = ff_tget(&s->gb, TIFF_LONG, s->le); in tiff_decode_tag()
1439 if (!value2) { in tiff_decode_tag()
1441 value2 = 1; in tiff_decode_tag()
1444 s->black_level = value / value2; in tiff_decode_tag()
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/tegra-vde/
H A Dvde.c191 u32 value2 = frame ? ((((mbs_width + 1) >> 1) << 6) | 1) : 0; in tegra_vde_setup_frameid() local
197 tegra_vde_writel(vde, value2, vde->frameid, 0x280 + frameid * 4); in tegra_vde_setup_frameid()
218 u32 value1, u32 value2) in tegra_vde_setup_iram_entry()
222 trace_vde_setup_iram_entry(table, row, value1, value2); in tegra_vde_setup_iram_entry()
225 iram_tables[0x20 * table + row * 2 + 1] = value2; in tegra_vde_setup_iram_entry()
215 tegra_vde_setup_iram_entry(struct tegra_vde *vde, unsigned int table, unsigned int row, u32 value1, u32 value2) tegra_vde_setup_iram_entry() argument
/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer_unittest.cc3658 protobuf_unittest::TestField value1, value2; in TEST() local
3660 value2.set_a(21); in TEST()
3664 m2.mutable_any_value()->PackFrom(value2); in TEST()
3673 protobuf_unittest::TestField value1, value2; in TEST() local
3676 value2.set_a(20); in TEST()
3677 value2.set_b(31); in TEST()
3681 m1.add_repeated_any_value()->PackFrom(value2); in TEST()
3682 m2.add_repeated_any_value()->PackFrom(value2); in TEST()
3694 protobuf_unittest::TestDiffMessage value2; in TEST() local
3695 value2 in TEST()
[all...]
/third_party/gn/src/gn/
H A Doperators_unittest.cc80 void SetRightToListOfValue(const Value& value1, const Value& value2) { in SetRightToListOfValue() argument
83 list.list_value().push_back(value2); in SetRightToListOfValue()
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.h374 void WriteDW(int32_t addr, int32_t value1, int32_t value2);
376 int WriteExDW(int32_t addr, int32_t value1, int32_t value2);

Completed in 37 milliseconds

123456789