/third_party/spirv-tools/source/val/ |
H A D | validate_scopes.cpp | 82 uint32_t tmp_value = 0; in ValidateExecutionScope() local 83 std::tie(is_int32, is_const_int32, tmp_value) = _.EvalInt32IfConst(scope); in ValidateExecutionScope() 93 spv::Scope value = spv::Scope(tmp_value); in ValidateExecutionScope() 194 uint32_t tmp_value = 0; in ValidateMemoryScope() local 195 std::tie(is_int32, is_const_int32, tmp_value) = _.EvalInt32IfConst(scope); in ValidateMemoryScope() 205 spv::Scope value = spv::Scope(tmp_value); in ValidateMemoryScope()
|
/third_party/python/Lib/ |
H A D | configparser.py | 400 tmp_value = value.replace('%%', '') # escaped percent signs 401 tmp_value = self._KEYCRE.sub('', tmp_value) # valid syntax 402 if '%' in tmp_value: 404 "position %d" % (value, tmp_value.find('%'))) 461 tmp_value = value.replace('$$', '') # escaped dollar signs 462 tmp_value = self._KEYCRE.sub('', tmp_value) # valid syntax 463 if '$' in tmp_value: 465 "position %d" % (value, tmp_value [all...] |
/kernel/linux/linux-5.10/drivers/iio/common/st_sensors/ |
H A D | st_sensors_core.c | 162 u8 tmp_value; in st_sensors_set_enable() local 169 tmp_value = sdata->sensor_settings->pw.value_on; in st_sensors_set_enable() 178 tmp_value = odr_out.value; in st_sensors_set_enable() 183 sdata->sensor_settings->pw.mask, tmp_value); in st_sensors_set_enable()
|
/kernel/linux/linux-6.6/drivers/iio/common/st_sensors/ |
H A D | st_sensors_core.c | 163 u8 tmp_value; in st_sensors_set_enable() local 170 tmp_value = sdata->sensor_settings->pw.value_on; in st_sensors_set_enable() 179 tmp_value = odr_out.value; in st_sensors_set_enable() 184 sdata->sensor_settings->pw.mask, tmp_value); in st_sensors_set_enable()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-ethtool.c | 354 u32 tmp_value, tmp_mask; in dpaa2_eth_prep_uip_rule() local 381 tmp_value = be32_to_cpu(uip_value->l4_4_bytes); in dpaa2_eth_prep_uip_rule() 385 *(__be16 *)(key + off) = htons(tmp_value >> 16); in dpaa2_eth_prep_uip_rule() 390 *(__be16 *)(key + off) = htons(tmp_value & 0xFFFF); in dpaa2_eth_prep_uip_rule()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-ethtool.c | 386 u32 tmp_value, tmp_mask; in dpaa2_eth_prep_uip_rule() local 413 tmp_value = be32_to_cpu(uip_value->l4_4_bytes); in dpaa2_eth_prep_uip_rule() 417 *(__be16 *)(key + off) = htons(tmp_value >> 16); in dpaa2_eth_prep_uip_rule() 422 *(__be16 *)(key + off) = htons(tmp_value & 0xFFFF); in dpaa2_eth_prep_uip_rule()
|
/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
H A D | apic.c | 333 unsigned int lvtt_value, tmp_value; in __setup_APIC_LVTT() local 362 tmp_value = apic_read(APIC_TDCR); in __setup_APIC_LVTT() 364 (tmp_value & ~(APIC_TDR_DIV_1 | APIC_TDR_DIV_TMBASE)) | in __setup_APIC_LVTT()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | pktgen.c | 1658 __u32 tmp_value = 0; in pktgen_if_write() local 1659 len = hex32_arg(&user_buffer[i], 2, &tmp_value); in pktgen_if_write() 1665 pkt_dev->tos = tmp_value; in pktgen_if_write() 1674 __u32 tmp_value = 0; in pktgen_if_write() local 1675 len = hex32_arg(&user_buffer[i], 2, &tmp_value); in pktgen_if_write() 1681 pkt_dev->traffic_class = tmp_value; in pktgen_if_write()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | pktgen.c | 1765 __u32 tmp_value = 0; in pktgen_if_write() local 1766 len = hex32_arg(&user_buffer[i], 2, &tmp_value); in pktgen_if_write() 1772 pkt_dev->tos = tmp_value; in pktgen_if_write() 1781 __u32 tmp_value = 0; in pktgen_if_write() local 1782 len = hex32_arg(&user_buffer[i], 2, &tmp_value); in pktgen_if_write() 1788 pkt_dev->traffic_class = tmp_value; in pktgen_if_write()
|
/kernel/linux/linux-6.6/arch/x86/kernel/apic/ |
H A D | apic.c | 309 unsigned int lvtt_value, tmp_value; in __setup_APIC_LVTT() local 344 tmp_value = apic_read(APIC_TDCR); in __setup_APIC_LVTT() 346 (tmp_value & ~(APIC_TDR_DIV_1 | APIC_TDR_DIV_TMBASE)) | in __setup_APIC_LVTT()
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | Message.php | 1252 foreach ($value as $tmp_key => $tmp_value) { 1253 if (is_null($tmp_value)) { 1263 $tmp_value,
|