/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-math-table.hh | 40 { return font->em_scale_x (value) + (base+deviceTable).get_x_delta (font); } in get_x_value() 42 { return font->em_scale_y (value) + (base+deviceTable).get_y_delta (font); } in get_y_value() 61 HBINT16 value; /* The X or Y value in design units */ member 377 * which the kern value changes. 378 * Sorted by the height value in
|
/third_party/python/Doc/tools/extensions/ |
H A D | pyspecific.py | 229 for name, value in other.all_audit_events.items(): 231 env.all_audit_events[name]["source"].extend(value["source"]) 233 env.all_audit_events[name] = value
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64AddressingModes.h | 84 /// getShiftValue - Extract the shift value. 100 assert((Imm & 0x3f) == Imm && "Illegal shifted immedate value!"); in getShifterImm() 117 /// getArithShiftValue - get the arithmetic shift value. 172 assert((Imm & 0x7) == Imm && "Illegal shifted immedate value!"); in getArithExtendImm() 176 /// getMemDoShift - Extract the "do shift" flag value for load/store 209 /// processLogicalImmediate - Determine if an immediate value can be encoded 211 /// size. If so, return true with "encoding" set to the encoded value in 253 // to our target value, where I is the number of RORs to go the opposite in processLogicalImmediate() 258 // If size has a 1 in the n'th bit, create a value that has zeroes in in processLogicalImmediate() 262 // Or the CTO value int in processLogicalImmediate() [all...] |
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass.cpp | 383 uint32_t FuzzerPass::FindOrCreateBoolConstant(bool value, bool is_irrelevant) { in FindOrCreateBoolConstant() argument 386 GetIRContext(), *GetTransformationContext(), {value ? 1u : 0u}, in FindOrCreateBoolConstant() 392 TransformationAddConstantBoolean(result, value, is_irrelevant)); in FindOrCreateBoolConstant()
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_helpers.h | 226 // Get code that evaluates to the field's default value. 652 // variables that are substituted using a key value map and direct arguments. In 696 void Set(const std::string& key, const T& value) { in Set() argument 697 vars_[key] = ToString(value); in Set() 731 std::is_integral<I>::value>::type>
|
/third_party/spirv-tools/source/opt/ |
H A D | copy_prop_arrays.cpp | 455 const AccessChainEntry& entry, uint32_t value) const { 457 return entry.immediate == value; 466 return constant->GetU32() == value; 570 // type of the value being stored. This way we can always handled
|
H A D | debug_info_manager.cpp | 150 // Create new constant directly into global value area, bypassing the 227 // directly into the global value section of the module; do not in CreateDebugInlinedAt() 534 auto* value = context()->get_def_use_mgr()->GetDef( in IsDeclareVisibleToInstr() local 536 if (value != nullptr) in IsDeclareVisibleToInstr() 537 scope_ids.push_back(value->GetDebugScope().GetLexicalScope()); in IsDeclareVisibleToInstr()
|
H A D | loop_descriptor.cpp | 127 // give a functionally equivalent value. in GetResidualConditionValue() 165 // Extract the initial value from the |induction| OpPhi instruction and store it 166 // in |value|. If the function couldn't find the initial value of |induction| 169 int64_t* value) const { in GetInductionInitValue() 191 if (value) { in GetInductionInitValue() 197 *value = type->IsSigned() ? constant->GetSignExtendedValue() in GetInductionInitValue() 671 // Find the constant value used by the condition variable. Exit out if it in FindNumberOfIterations() 694 // Find the constant value used by the condition variable. in FindNumberOfIterations() 711 // If this is a subtraction step we should negate the step value in FindNumberOfIterations() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp.c | 441 const char *value) in wpabuf_put_property() 445 if (value) in wpabuf_put_property() 446 wpabuf_put_str(buf, value); in wpabuf_put_property() 622 * Per UPnP spec, we send out the last value of each variable, even in subscription_first_event() 440 wpabuf_put_property(struct wpabuf *buf, const char *name, const char *value) wpabuf_put_property() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
H A D | networkconfig.cpp | 399 prio = prio.setNum(prioritySpinBox->value()); in addNetwork() 428 const char *value, bool quote) in setNetworkParam() 433 id, field, quote ? "\"" : "", value, quote ? "\"" : ""); in setNetworkParam() 427 setNetworkParam(int id, const char *field, const char *value, bool quote) setNetworkParam() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp.c | 462 const char *value) in wpabuf_put_property() 466 if (value) in wpabuf_put_property() 467 wpabuf_put_str(buf, value); in wpabuf_put_property() 644 * Per UPnP spec, we send out the last value of each variable, even in subscription_first_event() 461 wpabuf_put_property(struct wpabuf *buf, const char *name, const char *value) wpabuf_put_property() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
H A D | networkconfig.cpp | 399 prio = prio.setNum(prioritySpinBox->value()); in addNetwork() 428 const char *value, bool quote) in setNetworkParam() 433 id, field, quote ? "\"" : "", value, quote ? "\"" : ""); in setNetworkParam() 427 setNetworkParam(int id, const char *field, const char *value, bool quote) setNetworkParam() argument
|
/third_party/vulkan-loader/tests/framework/ |
H A D | test_util.cpp | 74 std::wstring value(value_size, L'\0'); in get_env_var() 75 if (GetEnvironmentVariableW(name_utf16.c_str(), &value[0], value_size) != value_size - 1) { in get_env_var() 78 return narrow(value); in get_env_var()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | angletypes.cpp | 399 void BlendStateExt::setColorMaskIndexed(const size_t index, const uint8_t value) 402 ASSERT(value <= 0xF); 403 ColorMaskStorage::SetValueIndexed(index, value, &mColorMask);
|
/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_utils.cpp | 176 bool JsonUtils::GetStringFromJson(const nlohmann::json &json, const std::string &key, std::string &value) in GetStringFromJson() argument 181 value = json.at(key).get<std::string>(); in GetStringFromJson() 182 APPSPAWN_LOGV("Find key[%{public}s] : %{public}s successful.", key.c_str(), value.c_str()); in GetStringFromJson() 1242 && bundles.size() == versions.size(), return -1, "MountAllHsp: value is not arrary or sizes are not same"); in MountAllHsp() 1299 && dataGroupIds.size() == dirs.size(), return -1, "MountAllGroup: value is not arrary or sizes are not same"); in MountAllGroup() 1503 char value[] = "false"; in CheckAppFullMountEnable() local 1504 int32_t ret = GetParameter("const.filemanager.full_mount.enable", "false", value, sizeof(value)); in CheckAppFullMountEnable() 1505 if (ret > 0 && (strcmp(value, "true")) == 0) { in CheckAppFullMountEnable() 1507 } else if (ret > 0 && (strcmp(value, "fals in CheckAppFullMountEnable() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_rx/ |
H A D | mipi_rx_hal.c | 173 static void set_bit(unsigned long value, unsigned long offset, in set_bit() argument 181 t |= (value << offset) & mask; in set_bit() 185 static void write_reg32(unsigned long addr, unsigned int value, unsigned int mask) in write_reg32() argument 191 t |= value & mask; in write_reg32() 234 static void mipi_rx_set_phy_skew_link(unsigned int phy_id, unsigned int value) in mipi_rx_set_phy_skew_link() argument 240 phy_skew_link.u32 = value; in mipi_rx_set_phy_skew_link() 244 void mipi_rx_set_phy_fsmo_link(unsigned int phy_id, unsigned int value) in mipi_rx_set_phy_fsmo_link() argument 249 mipi_rx_phy_cfg->CIL_FSM0_LINK.u32 = value; in mipi_rx_set_phy_fsmo_link() 1052 cfg_mode = 2; /* 2 -- PHY cfg is controlled by register value */ in mipi_rx_drv_set_phy_cfg_mode() 1780 if (lane_id >= 0 && lane_id <= 3) { /* 3 -- lane_id max value */ in mipi_rx_drv_is_lane_valid() [all...] |
/device/soc/hisilicon/common/platform/mipi_csi/ |
H A D | mipi_rx_hi2121.c | 178 static void SetBit(unsigned long value, unsigned long offset, unsigned long *addr) in SetBit() argument 185 t |= (value << offset) & mask; in SetBit() 189 static void WriteReg32(unsigned long *addr, unsigned int value, unsigned int mask) in WriteReg32() argument 195 t |= value & mask; in WriteReg32() 238 static void MipiRxSetPhySkewLink(unsigned int phyId, unsigned int value) in MipiRxSetPhySkewLink() argument 244 phySkewLink.u32 = value; in MipiRxSetPhySkewLink() 248 void MipiRxSetPhyFsmoLink(unsigned int phyId, unsigned int value) in MipiRxSetPhyFsmoLink() argument 253 mipiRxPhyCfg->CIL_FSM0_LINK.u32 = value; in MipiRxSetPhyFsmoLink() 1053 cfgMode = 2; /* 2 -- PHY cfg is controlled by register value */ in MipiRxDrvSetPhyCfgMode() 1773 if (laneId >= 0 && laneId <= 3) { /* 3 -- laneId max value */ in MipiRxDrvIsLaneValid() [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
H A D | mali_kbase_csf.c | 823 u32 value; in kbase_csf_ring_csg_slots_doorbell() local 828 value = kbase_csf_firmware_global_output(global_iface, GLB_DB_ACK); in kbase_csf_ring_csg_slots_doorbell() 829 value ^= slot_bitmap; in kbase_csf_ring_csg_slots_doorbell() 830 kbase_csf_firmware_global_input_mask(global_iface, GLB_DB_REQ, value, in kbase_csf_ring_csg_slots_doorbell() 852 u32 value; in kbase_csf_ring_cs_kernel_doorbell() local 864 value = kbase_csf_firmware_csg_output(ginfo, CSG_DB_ACK); in kbase_csf_ring_cs_kernel_doorbell() 865 value ^= (1 << csi_index); in kbase_csf_ring_cs_kernel_doorbell() 866 kbase_csf_firmware_csg_input_mask(ginfo, CSG_DB_REQ, value, in kbase_csf_ring_cs_kernel_doorbell() 2436 * CSs indicated by bits whose value differs. The actions required 2536 * If the CSG's request register value differ [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | prom_init.c | 220 * macros to use with any ihandle or phandle return value to check if 643 void *value, size_t valuelen) in prom_getprop() 646 (u32)(unsigned long) value, (u32) valuelen); in prom_getprop() 681 const char *pname, void *value, size_t valuelen) in prom_setprop() 687 (u32)(unsigned long) value, (u32) valuelen); in prom_setprop() 693 add_string(&p, tohex((u32)(unsigned long) value)); in prom_setprop() 713 unsigned long result = 0, base = 10, value; in prom_strtoul() local 725 (value = isdigit(*cp) ? *cp - '0' : toupper(*cp) - 'A' + 10) < base) { in prom_strtoul() 726 result = result * base + value; in prom_strtoul() 854 * The architecture vector has an array of PVR mask/value pair 642 prom_getprop(phandle node, const char *pname, void *value, size_t valuelen) prom_getprop() argument 680 prom_setprop(phandle node, const char *nodename, const char *pname, void *value, size_t valuelen) prom_setprop() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | prom_init.c | 218 * macros to use with any ihandle or phandle return value to check if 660 void *value, size_t valuelen) in prom_getprop() 663 (u32)(unsigned long) value, (u32) valuelen); in prom_getprop() 698 const char *pname, void *value, size_t valuelen) in prom_setprop() 704 (u32)(unsigned long) value, (u32) valuelen); in prom_setprop() 710 add_string(&p, tohex((u32)(unsigned long) value)); in prom_setprop() 729 unsigned long result = 0, base = 10, value; in prom_strtoul() local 741 (value = prom_isdigit(*cp) ? *cp - '0' : prom_toupper(*cp) - 'A' + 10) < base) { in prom_strtoul() 742 result = result * base + value; in prom_strtoul() 870 * The architecture vector has an array of PVR mask/value pair 659 prom_getprop(phandle node, const char *pname, void *value, size_t valuelen) prom_getprop() argument 697 prom_setprop(phandle node, const char *nodename, const char *pname, void *value, size_t valuelen) prom_setprop() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/ |
H A D | smd.c | 27 u32 value; member 33 .value = val \ 179 static int put_cfg_tlv_u32(struct wcn36xx *wcn, size_t *len, u32 id, u32 value) in put_cfg_tlv_u32() argument 196 *val = value; in put_cfg_tlv_u32() 646 cfg_vals[i].value); in wcn36xx_smd_start() 2706 rsp->regs[i].addr, rsp->regs[i].value); in wcn36xx_smd_print_reg_info_ind() 2712 int wcn36xx_smd_update_cfg(struct wcn36xx *wcn, u32 cfg_id, u32 value) in wcn36xx_smd_update_cfg() argument 2726 put_cfg_tlv_u32(wcn, &len, cfg_id, value); in wcn36xx_smd_update_cfg()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | net2272.c | 966 net2272_set_halt_and_wedge(struct usb_ep *_ep, int value, int wedged) in net2272_set_halt_and_wedge() argument 983 else if (ep->is_in && value && net2272_fifo_status(_ep) != 0) in net2272_set_halt_and_wedge() 987 value ? "set" : "clear", in net2272_set_halt_and_wedge() 990 if (value) { in net2272_set_halt_and_wedge() 1008 net2272_set_halt(struct usb_ep *_ep, int value) in net2272_set_halt() argument 1010 return net2272_set_halt_and_wedge(_ep, value, 0); in net2272_set_halt() 1115 net2272_set_selfpowered(struct usb_gadget *_gadget, int value) in net2272_set_selfpowered() argument 1120 _gadget->is_selfpowered = (value != 0); in net2272_set_selfpowered() 2123 /* To be nice, we write the original SCRATCH value back: */ in net2272_present() 2143 * register should read the same value, regardles in net2272_present() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/ |
H A D | gve_main.c | 1949 .value = cpu_to_be64(priv->tx[idx].wake_queue), in gve_handle_report_stats() 1954 .value = cpu_to_be64(priv->tx[idx].stop_queue), in gve_handle_report_stats() 1959 .value = cpu_to_be64(tx_frames), in gve_handle_report_stats() 1964 .value = cpu_to_be64(tx_bytes), in gve_handle_report_stats() 1969 .value = cpu_to_be64(last_completion), in gve_handle_report_stats() 1974 .value = cpu_to_be64(priv->tx[idx].queue_timeout), in gve_handle_report_stats() 1984 .value = cpu_to_be64(priv->rx[idx].desc.seqno), in gve_handle_report_stats() 1989 .value = cpu_to_be64(priv->rx[0].fill_cnt), in gve_handle_report_stats()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | net2272.c | 968 net2272_set_halt_and_wedge(struct usb_ep *_ep, int value, int wedged) in net2272_set_halt_and_wedge() argument 985 else if (ep->is_in && value && net2272_fifo_status(_ep) != 0) in net2272_set_halt_and_wedge() 989 value ? "set" : "clear", in net2272_set_halt_and_wedge() 992 if (value) { in net2272_set_halt_and_wedge() 1010 net2272_set_halt(struct usb_ep *_ep, int value) in net2272_set_halt() argument 1012 return net2272_set_halt_and_wedge(_ep, value, 0); in net2272_set_halt() 1117 net2272_set_selfpowered(struct usb_gadget *_gadget, int value) in net2272_set_selfpowered() argument 1122 _gadget->is_selfpowered = (value != 0); in net2272_set_selfpowered() 2137 /* To be nice, we write the original SCRATCH value back: */ in net2272_present() 2157 * register should read the same value, regardles in net2272_present() [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_midi2.c | 1403 u16 value, length; in f_midi2_setup() local 1409 value = le16_to_cpu(ctrl->wValue); in f_midi2_setup() 1412 if ((value >> 8) != USB_DT_CS_GR_TRM_BLOCK) in f_midi2_setup() 1416 if ((value & 0xff) != 1) in f_midi2_setup() 1479 uinfo->value.integer.min = MIDI_OP_MODE_UNSET; in f_midi2_operation_mode_info() 1480 uinfo->value.integer.max = MIDI_OP_MODE_MIDI2; in f_midi2_operation_mode_info() 1489 ucontrol->value.integer.value[0] = midi2->operation_mode; in f_midi2_operation_mode_get()
|