/third_party/skia/third_party/externals/tint/src/ |
H A D | program_builder.h | 289 /// @param enable the new flag value (defaults to true) 334 traits::IsTypeOrDerived<T, ast::Node>::value && 335 !traits::IsTypeOrDerived<ARG0, Source>::value, 349 traits::EnableIf<traits::IsTypeOrDerived<T, sem::Node>::value && 350 !traits::IsTypeOrDerived<T, sem::Type>::value, 371 static_assert(std::is_base_of<sem::Type, T>::value, in create() 1040 /// @param value the boolean value 1041 /// @return a Scalar constructor for the given value 1042 const ast::BoolLiteralExpression* Expr(const Source& source, bool value) { in Expr() argument 1048 Expr(bool value) Expr() argument 1055 Expr(const Source& source, f32 value) Expr() argument 1061 Expr(f32 value) Expr() argument 1068 Expr(const Source& source, i32 value) Expr() argument 1074 Expr(i32 value) Expr() argument 1081 Expr(const Source& source, u32 value) Expr() argument 1087 Expr(u32 value) Expr() argument 1788 Group(uint32_t value) Group() argument 1795 Binding(uint32_t value) Binding() argument [all...] |
/third_party/rust/crates/syn/src/gen/ |
H A D | visit.rs | 949 let it = el.value(); in visit_angle_bracketed_generic_arguments() 983 v.visit_expr(&node.value); in visit_assoc_const() 1166 let it = el.value(); in visit_bound_lifetimes() 1201 let it = el.value(); in visit_constraint() 1232 let it = el.value(); in visit_data_enum() 1406 let it = el.value(); in visit_expr_array() 1505 let it = el.value(); in visit_expr_call() 1540 let it = el.value(); in visit_expr_closure() 1741 let it = el.value(); in visit_expr_method_call() 1844 let it = el.value(); in visit_expr_struct() [all...] |
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 157 // like `std::string::~string` being called on an uninitialized value. 539 T const& operator + ( T const& value, StreamEndStop ) { in operator +() argument 540 return value; in operator +() 1451 auto operator << ( T const& value ) -> ReusableStringStream& { 1452 *m_oss << value; 1473 StringRef lookup( int value ) const; 1574 static const bool value = decltype(test<std::ostream, const T&>(0))::value; 1582 !std::is_enum<T>::value && !std::is_base_of<std::exception, T>::value, [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-js.cc | 39 #include "src/wasm/value-type.h" 45 #include "src/wasm/wasm-value.h" 76 // If no exception value is provided, we do not reject the promise. This can in Abort() 151 Local<Value> value) { in Unpack() 155 i::Handle<i::Managed<WasmStreaming>>::cast(Utils::OpenHandle(*value)); in Unpack() 582 // Create and assign the return value of this function. in WebAssemblyCompileStreaming() 627 // set as result value. in WebAssemblyCompileStreaming() 870 // Create and assign the return value of this function. in WebAssemblyInstantiateStreaming() 935 // set as result value. in WebAssemblyInstantiateStreaming() 1023 Local<Context> context, v8::Local<v8::Value> value, in GetIntegerProperty() 150 Unpack(Isolate* isolate, Local<Value> value) Unpack() argument 1022 GetIntegerProperty(v8::Isolate* isolate, ErrorThrower* thrower, Local<Context> context, v8::Local<v8::Value> value, i::Handle<i::String> property_name, int64_t* result, int64_t lower_bound, uint64_t upper_bound) GetIntegerProperty() argument 1053 v8::Local<v8::Value> value; GetOptionalIntegerProperty() local 1150 v8::Local<v8::Value> value; WebAssemblyTable() local 1265 v8::Local<v8::Value> value; WebAssemblyMemory() local 1324 v8::Local<v8::Value> value; GetValueType() local 1358 ToI32(Local<v8::Value> value, Local<Context> context, int32_t* i32_value) ToI32() argument 1367 ToI64(Local<v8::Value> value, Local<Context> context, int64_t* i64_value) ToI64() argument 1376 ToF32(Local<v8::Value> value, Local<Context> context, float* f32_value) ToF32() argument 1387 ToF64(Local<v8::Value> value, Local<Context> context, double* f64_value) ToF64() argument 1421 v8::Local<v8::Value> value; WebAssemblyGlobal() local 1471 Local<v8::Value> value = Local<Value>::Cast(args[1]); WebAssemblyGlobal() local 1684 Local<Value> value = maybe_value.ToLocalChecked(); EncodeExceptionValues() local 2404 Local<BigInt> value = BigInt::New(isolate, receiver->GetI64()); WebAssemblyGlobalGetValueCommon() local [all...] |
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.cc | 127 // Clobbers object, dst, value, and ra, if (ra_status == kRAHasBeenSaved) 131 Register value, RAStatus ra_status, in RecordWriteField() 142 JumpIfSmi(value, &done); in RecordWriteField() 161 RecordWrite(object, Operand(offset - kHeapObjectTag), value, ra_status, in RecordWriteField() 283 // Clobbers object, address, value, and ra, if (ra_status == kRAHasBeenSaved) in CallRecordWriteStub() 287 Register value, RAStatus ra_status, in CallRecordWriteStub() 291 DCHECK(!AreAliased(object, value)); in CallRecordWriteStub() 299 Operand(value)); in CallRecordWriteStub() 314 JumpIfSmi(value, &done); in CallRecordWriteStub() 317 CheckPageFlag(value, MemoryChun in CallRecordWriteStub() 130 RecordWriteField(Register object, int offset, Register value, RAStatus ra_status, SaveFPRegsMode save_fp, RememberedSetAction remembered_set_action, SmiCheck smi_check) RecordWriteField() argument 286 RecordWrite(Register object, Operand offset, Register value, RAStatus ra_status, SaveFPRegsMode fp_mode, RememberedSetAction remembered_set_action, SmiCheck smi_check) CallRecordWriteStub() argument 1108 li(Register dst, Handle<HeapObject> value, LiFlags mode) CallRecordWriteStub() argument 1119 li(Register dst, ExternalReference value, LiFlags mode) CallRecordWriteStub() argument 1135 InstrCountForLiLower32Bit(int64_t value) CallRecordWriteStub() argument 1157 InstrCountForLi64Bit(int64_t value) CallRecordWriteStub() argument 2056 int32_t value = 0x01010101; // (T)~(T)0/255 CallRecordWriteStub() local 2086 int64_t value = 0x0101010101010101l; // (T)~(T)0/255 CallRecordWriteStub() local 2629 JumpIfIsInRange(Register value, unsigned lower_limit, unsigned higher_limit, Label* on_in_range) CallRecordWriteStub() argument 3344 EmitIncrementCounter(StatsCounter* counter, int value, Register scratch1, Register scratch2) CallRecordWriteStub() argument 3360 EmitDecrementCounter(StatsCounter* counter, int value, Register scratch1, Register scratch2) CallRecordWriteStub() argument 3669 JumpIfSmi(Register value, Label* smi_label) CallRecordWriteStub() argument 3677 JumpIfNotSmi(Register value, Label* not_smi_label) CallRecordWriteStub() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_nx2.c | 60 const uint32_t value) in qla8044_wr_direct() 65 qla8044_wr_reg(ha, qla8044_reg_tbl[crb_reg], value); in qla8044_wr_direct() 120 * qla8044_read_write_crb_reg - Read from raddr and write value to waddr. 131 uint32_t value; in qla8044_read_write_crb_reg() local 133 qla8044_rd_reg_indirect(vha, raddr, &value); in qla8044_read_write_crb_reg() 134 qla8044_wr_reg_indirect(vha, waddr, value); in qla8044_read_write_crb_reg() 209 uint32_t addr3, uint32_t mask, uint32_t addr, uint32_t value) in qla8044_ipmdio_wr_reg() 217 qla8044_wr_reg_indirect(vha, addr3, value); in qla8044_ipmdio_wr_reg() 227 * qla8044_rmw_crb_reg - Read value from raddr, AND with test_mask, 228 * Shift Left,Right/OR/XOR with values RMW header and write value t 58 qla8044_wr_direct(struct scsi_qla_host *vha, const uint32_t crb_reg, const uint32_t value) qla8044_wr_direct() argument 208 qla8044_ipmdio_wr_reg(struct scsi_qla_host *vha, uint32_t addr1, uint32_t addr3, uint32_t mask, uint32_t addr, uint32_t value) qla8044_ipmdio_wr_reg() argument 240 uint32_t value; qla8044_rmw_crb_reg() local 662 uint32_t value = 0; qla8044_poll_reg() local 719 uint32_t value; qla8044_poll_list() local 893 uint32_t value; qla8044_poll_read_list() local 3004 uint32_t addr1, addr2, value, data, temp, wrVal; qla8044_minidump_process_rddfe() local [all...] |
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | rt5677.c | 554 * rt5677_dsp_mode_i2c_write_addr - Write value to address on DSP mode. 557 * @value: Address data. 558 * @opcode: opcode value 563 unsigned int addr, unsigned int value, unsigned int opcode) in rt5677_dsp_mode_i2c_write_addr() 573 dev_err(component->dev, "Failed to set addr msb value: %d\n", ret); in rt5677_dsp_mode_i2c_write_addr() 580 dev_err(component->dev, "Failed to set addr lsb value: %d\n", ret); in rt5677_dsp_mode_i2c_write_addr() 585 value >> 16); in rt5677_dsp_mode_i2c_write_addr() 587 dev_err(component->dev, "Failed to set data msb value: %d\n", ret); in rt5677_dsp_mode_i2c_write_addr() 592 value & 0xffff); in rt5677_dsp_mode_i2c_write_addr() 594 dev_err(component->dev, "Failed to set data lsb value in rt5677_dsp_mode_i2c_write_addr() 562 rt5677_dsp_mode_i2c_write_addr(struct rt5677_priv *rt5677, unsigned int addr, unsigned int value, unsigned int opcode) rt5677_dsp_mode_i2c_write_addr() argument 620 rt5677_dsp_mode_i2c_read_addr( struct rt5677_priv *rt5677, unsigned int addr, unsigned int *value) rt5677_dsp_mode_i2c_read_addr() argument 669 rt5677_dsp_mode_i2c_write(struct rt5677_priv *rt5677, unsigned int reg, unsigned int value) rt5677_dsp_mode_i2c_write() argument 685 rt5677_dsp_mode_i2c_read( struct rt5677_priv *rt5677, unsigned int reg, unsigned int *value) rt5677_dsp_mode_i2c_read() argument 2693 unsigned int value; rt5677_if1_adc_tdm_event() local 2716 unsigned int value; rt5677_if2_adc_tdm_event() local 4721 rt5677_gpio_set(struct gpio_chip *chip, unsigned offset, int value) rt5677_gpio_set() argument 4741 rt5677_gpio_direction_out(struct gpio_chip *chip, unsigned offset, int value) rt5677_gpio_direction_out() argument 4769 int value, ret; rt5677_gpio_get() local 4805 rt5677_gpio_config(struct rt5677_priv *rt5677, unsigned offset, int value) rt5677_gpio_config() argument 4896 rt5677_gpio_config(struct rt5677_priv *rt5677, unsigned offset, int value) rt5677_gpio_config() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_nx2.c | 60 const uint32_t value) in qla8044_wr_direct() 65 qla8044_wr_reg(ha, qla8044_reg_tbl[crb_reg], value); in qla8044_wr_direct() 120 * qla8044_read_write_crb_reg - Read from raddr and write value to waddr. 131 uint32_t value; in qla8044_read_write_crb_reg() local 133 qla8044_rd_reg_indirect(vha, raddr, &value); in qla8044_read_write_crb_reg() 134 qla8044_wr_reg_indirect(vha, waddr, value); in qla8044_read_write_crb_reg() 209 uint32_t addr3, uint32_t mask, uint32_t addr, uint32_t value) in qla8044_ipmdio_wr_reg() 217 qla8044_wr_reg_indirect(vha, addr3, value); in qla8044_ipmdio_wr_reg() 227 * qla8044_rmw_crb_reg - Read value from raddr, AND with test_mask, 228 * Shift Left,Right/OR/XOR with values RMW header and write value t 58 qla8044_wr_direct(struct scsi_qla_host *vha, const uint32_t crb_reg, const uint32_t value) qla8044_wr_direct() argument 208 qla8044_ipmdio_wr_reg(struct scsi_qla_host *vha, uint32_t addr1, uint32_t addr3, uint32_t mask, uint32_t addr, uint32_t value) qla8044_ipmdio_wr_reg() argument 240 uint32_t value; qla8044_rmw_crb_reg() local 662 uint32_t value = 0; qla8044_poll_reg() local 719 uint32_t value; qla8044_poll_list() local 893 uint32_t value; qla8044_poll_read_list() local 2993 uint32_t addr1, addr2, value, data, temp, wrVal; qla8044_minidump_process_rddfe() local [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_io.c | 1241 base += load->value[1].u32; in nir_get_explicit_deref_range() 1244 base += load->value[1].u32; in nir_get_explicit_deref_range() 1247 base += load->value[2].u32; in nir_get_explicit_deref_range() 1579 nir_ssa_def *value, nir_component_mask_t write_mask) in build_explicit_io_store() 1588 value, write_mask); in build_explicit_io_store() 1595 value, write_mask); in build_explicit_io_store() 1600 value, write_mask); in build_explicit_io_store() 1609 value, write_mask); in build_explicit_io_store() 1615 value, write_mask); in build_explicit_io_store() 1689 if (value in build_explicit_io_store() 1575 build_explicit_io_store(nir_builder *b, nir_intrinsic_instr *intrin, nir_ssa_def *addr, nir_address_format addr_format, nir_variable_mode modes, uint32_t align_mul, uint32_t align_offset, nir_ssa_def *value, nir_component_mask_t write_mask) build_explicit_io_store() argument 1934 nir_ssa_def *value; nir_lower_explicit_io_instr() local 1961 nir_ssa_def *value = intrin->src[1].ssa; nir_lower_explicit_io_instr() local 1986 nir_ssa_def *value = build_explicit_io_load(b, intrin, addr, addr_format, nir_lower_explicit_io_instr() local 1996 nir_ssa_def *value = intrin->src[1].ssa; nir_lower_explicit_io_instr() local 2005 nir_ssa_def *value = nir_lower_explicit_io_instr() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers.c | 194 char *value = NULL; in set_network_properties() local 206 value = NULL; in set_network_properties() 213 value = os_zalloc(size); in set_network_properties() 214 if (value == NULL) in set_network_properties() 217 ret = wpa_snprintf_hex(value, size, in set_network_properties() 229 value = os_zalloc(size); in set_network_properties() 230 if (value == NULL) in set_network_properties() 233 ret = os_snprintf(value, size, "\"%s\"", in set_network_properties() 238 value = os_strdup(entry.str_value); in set_network_properties() 239 if (value in set_network_properties() 1891 const char *op, *field, *value; wpas_dbus_handler_network_reply() local 2546 char *value = NULL; wpas_dbus_handler_set_pkcs11_engine_and_module_path() local [all...] |
/applications/standard/contacts_data/dataBusiness/contacts/src/ |
H A D | contacts_database.cpp | 192 void ContactsDataBase::GetContactByValue(int &contactValue, OHOS::NativeRdb::ValueObject &value) in GetContactByValue() argument 194 if (value.GetType() == OHOS::NativeRdb::ValueObjectType::TYPE_NULL) { in GetContactByValue() 195 HILOG_ERROR("GetContactByValue value is nullptr"); in GetContactByValue() 199 if (value.GetType() == OHOS::NativeRdb::ValueObjectType::TYPE_INT) { in GetContactByValue() 200 value.GetInt(contactValue); in GetContactByValue() 203 if (value.GetType() == OHOS::NativeRdb::ValueObjectType::TYPE_DOUBLE) { in GetContactByValue() 205 value.GetDouble(temp); in GetContactByValue() 209 if (value.GetType() == OHOS::NativeRdb::ValueObjectType::TYPE_STRING) { in GetContactByValue() 211 value.GetString(tempString); in GetContactByValue() 237 OHOS::NativeRdb::ValueObject value; in InsertContactData() local 441 OHOS::NativeRdb::ValueObject value; UpdateRawContact() local 861 int value = -1; CompletelyDelete() local [all...] |
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | ec.c | 61 * event value in the data register (EC_DATA), the target can safely 509 u8 value = 0; in acpi_ec_clear() local 512 status = acpi_ec_query(ec, &value); in acpi_ec_clear() 513 if (status || !value) in acpi_ec_clear() 1045 acpi_ec_get_query_handler_by_value(struct acpi_ec *ec, u8 value) in acpi_ec_get_query_handler_by_value() argument 1051 if (value == handler->query_bit) { in acpi_ec_get_query_handler_by_value() 1172 u8 value = 0; in acpi_ec_query() local 1176 q = acpi_ec_create_query(ec, &value); in acpi_ec_query() 1186 if (!value) in acpi_ec_query() 1191 q->handler = acpi_ec_get_query_handler_by_value(ec, value); in acpi_ec_query() 1308 u8 *value = (u8 *)value64; acpi_ec_space_handler() local 1381 int value = 0; acpi_ec_register_query_methods() local [all...] |
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | ims-pcu.c | 948 enum led_brightness value) in ims_pcu_backlight_set_brightness() 954 __le16 br_val = cpu_to_le16(value); in ims_pcu_backlight_set_brightness() 964 value, error); in ims_pcu_backlight_set_brightness() 1125 int value; in ims_pcu_reset_device() local 1128 error = kstrtoint(buf, 0, &value); in ims_pcu_reset_device() 1132 if (value != 1) in ims_pcu_reset_device() 1157 int value; in ims_pcu_update_firmware_store() local 1160 error = kstrtoint(buf, 0, &value); in ims_pcu_update_firmware_store() 1164 if (value != 1) in ims_pcu_update_firmware_store() 1322 u8 value; in ims_pcu_ofn_reg_data_store() local 947 ims_pcu_backlight_set_brightness(struct led_classdev *cdev, enum led_brightness value) ims_pcu_backlight_set_brightness() argument 1360 u8 value; ims_pcu_ofn_reg_addr_store() local 1412 int value; ims_pcu_ofn_bit_store() local [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | fusb300_udc.c | 37 u32 value) in fusb300_enable_bit() 41 reg |= value; in fusb300_enable_bit() 46 u32 value) in fusb300_disable_bit() 50 reg &= ~value; in fusb300_disable_bit() 470 static int fusb300_set_halt_and_wedge(struct usb_ep *_ep, int value, int wedge) in fusb300_set_halt_and_wedge() argument 488 if (value) { in fusb300_set_halt_and_wedge() 504 static int fusb300_set_halt(struct usb_ep *_ep, int value) in fusb300_set_halt() argument 506 return fusb300_set_halt_and_wedge(_ep, value, 0); in fusb300_set_halt() 535 u32 value) in fusb300_clear_int() 537 iowrite32(value, fusb30 in fusb300_clear_int() 36 fusb300_enable_bit(struct fusb300 *fusb300, u32 offset, u32 value) fusb300_enable_bit() argument 45 fusb300_disable_bit(struct fusb300 *fusb300, u32 offset, u32 value) fusb300_disable_bit() argument 534 fusb300_clear_int(struct fusb300 *fusb300, u32 offset, u32 value) fusb300_clear_int() argument 659 u8 value; fusb300_get_epnstall() local 669 u8 value; fusb300_get_cxstall() local 890 u32 value; fusb300_fill_idma_prdtbl() local [all...] |
/kernel/linux/linux-5.10/security/ |
H A D | security.c | 676 * The default value of the LSM hook is defined in linux/lsm_hook_defs.h and 681 * The macros below define static constants for the default value of each 698 * This is a hook that does not return a value. 701 * This is a hook that returns a value. 814 * The module will respond with a positive value if in security_vm_enough_memory_mm() 1060 &lsm_xattr->value, in security_inode_init_security() 1071 for (xattr = new_xattrs; xattr->value != NULL; xattr++) in security_inode_init_security() 1072 kfree(xattr->value); in security_inode_init_security() 1079 void **value, size_t *len) in security_old_inode_init_security() 1084 qstr, name, value, le in security_old_inode_init_security() 1077 security_old_inode_init_security(struct inode *inode, struct inode *dir, const struct qstr *qstr, const char **name, void **value, size_t *len) security_old_inode_init_security() argument 1298 security_inode_setxattr(struct dentry *dentry, const char *name, const void *value, size_t size, int flags) security_inode_setxattr() argument 1322 security_inode_post_setxattr(struct dentry *dentry, const char *name, const void *value, size_t size, int flags) security_inode_post_setxattr() argument 1394 security_inode_setsecurity(struct inode *inode, const char *name, const void *value, size_t size, int flags) security_inode_setsecurity() argument 2012 security_getprocattr(struct task_struct *p, const char *lsm, char *name, char **value) security_getprocattr() argument 2025 security_setprocattr(const char *lsm, const char *name, void *value, size_t size) security_setprocattr() argument [all...] |
/kernel/linux/linux-5.10/sound/x86/ |
H A D | intel_hdmi_audio.c | 48 "Index value for INTEL Intel HDMI Audio controller."); 245 * appropriate value when doing read-modify of AUD_CONFIG register. 250 /* update the cached value */ in had_enable_audio() 538 uinfo->value.integer.min = 0; in had_chmap_ctl_info() 539 uinfo->value.integer.max = SNDRV_CHMAP_LAST; in had_chmap_ctl_info() 551 memset(ucontrol->value.integer.value, 0, in had_chmap_ctl_get() 561 ucontrol->value.integer.value[i] = chmap->map[i]; in had_chmap_ctl_get() 718 * Program HDMI audio CTS value [all...] |
/kernel/linux/linux-6.6/drivers/soundwire/ |
H A D | cadence_master.c | 208 static inline void cdns_writel(struct sdw_cdns *cdns, int offset, u32 value) in cdns_writel() argument 210 writel(value, cdns->registers + offset); in cdns_writel() 218 static inline void cdns_ip_writel(struct sdw_cdns *cdns, int offset, u32 value) in cdns_ip_writel() argument 220 return cdns_writel(cdns, cdns->ip_offset + offset, value); in cdns_ip_writel() 239 static int cdns_set_wait(struct sdw_cdns *cdns, int offset, u32 mask, u32 value) in cdns_set_wait() argument 247 if ((reg_read & mask) == value) in cdns_set_wait() 257 static int cdns_clear_bit(struct sdw_cdns *cdns, int offset, u32 value) in cdns_clear_bit() argument 259 writel(value, cdns->registers + offset); in cdns_clear_bit() 262 return cdns_set_wait(cdns, offset, value, 0); in cdns_clear_bit() 398 static int cdns_hw_reset(void *data, u64 value) in cdns_hw_reset() argument 418 cdns_parity_error_injection(void *data, u64 value) cdns_parity_error_injection() argument 497 cdns_set_pdi_loopback_source(void *data, u64 value) cdns_set_pdi_loopback_source() argument 514 cdns_set_pdi_loopback_target(void *data, u64 value) cdns_set_pdi_loopback_target() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | fusb300_udc.c | 37 u32 value) in fusb300_enable_bit() 41 reg |= value; in fusb300_enable_bit() 46 u32 value) in fusb300_disable_bit() 50 reg &= ~value; in fusb300_disable_bit() 470 static int fusb300_set_halt_and_wedge(struct usb_ep *_ep, int value, int wedge) in fusb300_set_halt_and_wedge() argument 488 if (value) { in fusb300_set_halt_and_wedge() 504 static int fusb300_set_halt(struct usb_ep *_ep, int value) in fusb300_set_halt() argument 506 return fusb300_set_halt_and_wedge(_ep, value, 0); in fusb300_set_halt() 535 u32 value) in fusb300_clear_int() 537 iowrite32(value, fusb30 in fusb300_clear_int() 36 fusb300_enable_bit(struct fusb300 *fusb300, u32 offset, u32 value) fusb300_enable_bit() argument 45 fusb300_disable_bit(struct fusb300 *fusb300, u32 offset, u32 value) fusb300_disable_bit() argument 534 fusb300_clear_int(struct fusb300 *fusb300, u32 offset, u32 value) fusb300_clear_int() argument 659 u8 value; fusb300_get_epnstall() local 669 u8 value; fusb300_get_cxstall() local 890 u32 value; fusb300_fill_idma_prdtbl() local [all...] |
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | ims-pcu.c | 948 enum led_brightness value) in ims_pcu_backlight_set_brightness() 954 __le16 br_val = cpu_to_le16(value); in ims_pcu_backlight_set_brightness() 964 value, error); in ims_pcu_backlight_set_brightness() 1125 int value; in ims_pcu_reset_device() local 1128 error = kstrtoint(buf, 0, &value); in ims_pcu_reset_device() 1132 if (value != 1) in ims_pcu_reset_device() 1157 int value; in ims_pcu_update_firmware_store() local 1160 error = kstrtoint(buf, 0, &value); in ims_pcu_update_firmware_store() 1164 if (value != 1) in ims_pcu_update_firmware_store() 1322 u8 value; in ims_pcu_ofn_reg_data_store() local 947 ims_pcu_backlight_set_brightness(struct led_classdev *cdev, enum led_brightness value) ims_pcu_backlight_set_brightness() argument 1360 u8 value; ims_pcu_ofn_reg_addr_store() local 1412 int value; ims_pcu_ofn_bit_store() local [all...] |
/kernel/linux/linux-6.6/sound/x86/ |
H A D | intel_hdmi_audio.c | 50 "Index value for INTEL Intel HDMI Audio controller."); 247 * appropriate value when doing read-modify of AUD_CONFIG register. 252 /* update the cached value */ in had_enable_audio() 540 uinfo->value.integer.min = 0; in had_chmap_ctl_info() 541 uinfo->value.integer.max = SNDRV_CHMAP_LAST; in had_chmap_ctl_info() 553 memset(ucontrol->value.integer.value, 0, in had_chmap_ctl_get() 563 ucontrol->value.integer.value[i] = chmap->map[i]; in had_chmap_ctl_get() 720 * Program HDMI audio CTS value [all...] |
/test/xts/acts/multimedia/audio/audio_js_standard/OhAudioNdk/entry/src/main/cpp/ |
H A D | ohaudiondk.cpp | 124 int value; in getParamAtIndex() local 125 napi_get_value_int32(env, args[index], &value); in getParamAtIndex() 126 return value; in getParamAtIndex() 129 // 根据value值获取采样格式 152 // 根据value值获取播放流场景类型 214 double value; in OHAudioStreamBuilderCreate() local 215 napi_get_value_double(env, args[0], &value); in OHAudioStreamBuilderCreate() 220 if (value == 1) { in OHAudioStreamBuilderCreate() 224 if (value == 1) { in OHAudioStreamBuilderCreate() 1058 double value; in OHAudioStreamBuilderDestroy() local 1149 int value; OHAudioStreamBuilderSetCapturerInfo() local 1291 int value; OHAudioStreamBuilderSetRendererInfo() local 1469 double value; OHAudioRendererSetSpeed() local [all...] |
/third_party/curl/src/ |
H A D | tool_getparam.c | 781 curl_off_t value; in GetSizeParameter() local 783 if(curlx_strtoofft(arg, &unit, 10, &value)) { in GetSizeParameter() 796 if(value > (CURL_OFF_T_MAX / (1024*1024*1024))) in GetSizeParameter() 798 value *= 1024*1024*1024; in GetSizeParameter() 802 if(value > (CURL_OFF_T_MAX / (1024*1024))) in GetSizeParameter() 804 value *= 1024*1024; in GetSizeParameter() 808 if(value > (CURL_OFF_T_MAX / 1024)) in GetSizeParameter() 810 value *= 1024; in GetSizeParameter() 820 *value_out = value; in GetSizeParameter() 1233 curl_off_t value; in getparameter() local [all...] |
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator.h | 62 int value() const { return value_; } in value() function in v8::internal::compiler::final 71 // Returns true if this lifetime position corresponds to a START value 73 // Returns true if this lifetime position corresponds to an END value 75 // Returns true if this lifetime position corresponds to a gap START value 160 static inline LifetimePosition FromInt(int value) { in FromInt() argument 161 return LifetimePosition(value); in FromInt() 171 explicit LifetimePosition(int value) : value_(value) {} in LifetimePosition() argument 691 void set_spilled(bool value) { bits_ = SpilledField::update(bits_, value); } in set_spilled() argument 814 set_is_phi(bool value) set_is_phi() argument 818 set_is_non_loop_phi(bool value) set_is_non_loop_phi() argument 841 register_slot_use(SlotUseKind value) register_slot_use() argument 878 set_spill_type(SpillType value) set_spill_type() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_http_cookiejar.py | 224 # names such as 'expires' are not special in first name=value pair 308 headers: list of RFC822-style 'Key: value' strings 360 # cookies with no value should be saved and loaded consistently 364 self.assertEqual(c._cookies["www.acme.com"]["/"]["boo"].value, None) 371 self.assertEqual(c._cookies["www.acme.com"]["/"]["boo"].value, None) 478 ## - Quoting: only quotes around the expires value are recognized as such 479 ## (and yes, some folks quote the expires value); quotes around any other 480 ## value are treated as part of the value. 487 ## commas and equals are commonly appear in the cookie value) [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 139 enum ValueExpected { // Is a value required for the option? 140 // zero reserved for the unspecified value 141 ValueOptional = 0x01, // The value can appear... or not 142 ValueRequired = 0x02, // The value is required to appear! 143 ValueDisallowed = 0x03 // A value may not be specified (for flags) 156 // matched by options that are a prefix of the actual value. This is useful for 159 // enabled, and used, the value for the flag comes from the suffix of the 169 Prefix = 0x02, // Can this option directly prefix its value? 170 AlwaysPrefix = 0x03 // Can this option only directly prefix its value? 257 // handleOccurrences - Overriden by subclasses to handle the value passe 1570 push_back(const DataType &value) push_back() argument 1571 push_back(DataType &&value) push_back() argument 1593 insert(const_iterator pos, const DataType &value) insert() argument 1596 insert(const_iterator pos, DataType &&value) insert() argument 1600 insert(iterator pos, const DataType &value) insert() argument 1603 insert(iterator pos, DataType &&value) insert() argument [all...] |