/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | tmutfmt.cpp | 223 Formattable& temp = parsed[0]; in parseObject() local 224 if (temp.getType() == Formattable::kString) { in parseObject() 227 getNumberFormatInternal().parse(temp.getString(tmpString), tmpNumber, pStatus); in parseObject() 231 } else if (temp.isNumeric()) { in parseObject() 232 tmpNumber = temp; in parseObject()
|
/third_party/python/Python/ |
H A D | ast_unparse.c | 576 PyObject *temp; in escape_braces() local 578 temp = PyUnicode_Replace(orig, &_Py_STR(open_br), &_Py_STR(dbl_open_br), -1); in escape_braces() 579 if (!temp) { in escape_braces() 582 result = PyUnicode_Replace(temp, &_Py_STR(close_br), &_Py_STR(dbl_close_br), -1); in escape_braces() 583 Py_DECREF(temp); in escape_braces()
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
H A D | canvas2dcontext.js | 764 var temp = path.copy(); 766 temp.setFillType(CanvasKit.FillType.Winding); 767 temp.stroke({'width': this.lineWidth, 'miter_limit': this.miterLimit, 771 var retVal = temp.contains(x, y); 772 temp.delete();
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_ctrl_iface.c | 791 const char *temp; in fst_ctrl_iface_receive() local 802 temp = p; in fst_ctrl_iface_receive() 804 while (*temp) { in fst_ctrl_iface_receive() 805 if (!isspace(*temp)) { in fst_ctrl_iface_receive() 809 temp++; in fst_ctrl_iface_receive()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
H A D | fst_ctrl_iface.c | 791 const char *temp; in fst_ctrl_iface_receive() local 802 temp = p; in fst_ctrl_iface_receive() 804 while (*temp) { in fst_ctrl_iface_receive() 805 if (!isspace(*temp)) { in fst_ctrl_iface_receive() 809 temp++; in fst_ctrl_iface_receive()
|
/kernel/linux/linux-5.10/drivers/media/pci/ddbridge/ |
H A D | ddbridge-core.c | 2810 int temp, temp2; in temp_show() local 2818 temp = (tmp[0] << 3) | (tmp[1] >> 5); in temp_show() 2819 temp *= 125; in temp_show() 2825 return sprintf(buf, "%d %d\n", temp, temp2); in temp_show() 2827 return sprintf(buf, "%d\n", temp); in temp_show() 2835 int temp; in ctemp_show() local 2845 temp = tmp[0] * 1000; in ctemp_show() 2846 return sprintf(buf, "%d\n", temp); in ctemp_show() 3092 __ATTR_RO(temp), 3249 u32 temp, temp in tempmon_setfan() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_resource.c | 937 struct fixed31_32 temp; in calculate_plane_rec_in_timing_active() local 939 temp = dc_fixpt_from_fraction(rec_in->x * stream->dst.width, in calculate_plane_rec_in_timing_active() 941 rec_out.x = stream->dst.x + dc_fixpt_round(temp); in calculate_plane_rec_in_timing_active() 943 temp = dc_fixpt_from_fraction( in calculate_plane_rec_in_timing_active() 946 rec_out.width = stream->dst.x + dc_fixpt_round(temp) - rec_out.x; in calculate_plane_rec_in_timing_active() 948 temp = dc_fixpt_from_fraction(rec_in->y * stream->dst.height, in calculate_plane_rec_in_timing_active() 950 rec_out.y = stream->dst.y + dc_fixpt_round(temp); in calculate_plane_rec_in_timing_active() 952 temp = dc_fixpt_from_fraction( in calculate_plane_rec_in_timing_active() 955 rec_out.height = stream->dst.y + dc_fixpt_round(temp) - rec_out.y; in calculate_plane_rec_in_timing_active() 1242 struct fixed31_32 temp; in calculate_init_and_vp() local 3041 struct dc_stream_state *temp = add_streams[0]; dc_validate_with_context() local [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov5640.c | 1757 u8 temp; in ov5640_get_exposure() local 1759 ret = ov5640_read_reg(sensor, OV5640_REG_AEC_PK_EXPOSURE_HI, &temp); in ov5640_get_exposure() 1762 exp = ((int)temp & 0x0f) << 16; in ov5640_get_exposure() 1763 ret = ov5640_read_reg(sensor, OV5640_REG_AEC_PK_EXPOSURE_MED, &temp); in ov5640_get_exposure() 1766 exp |= ((int)temp << 8); in ov5640_get_exposure() 1767 ret = ov5640_read_reg(sensor, OV5640_REG_AEC_PK_EXPOSURE_LO, &temp); in ov5640_get_exposure() 1770 exp |= (int)temp; in ov5640_get_exposure() 1954 u8 temp, temp1; in ov5640_get_light_freq() local 1956 ret = ov5640_read_reg(sensor, OV5640_REG_HZ5060_CTRL01, &temp); in ov5640_get_light_freq() 1960 if (temp in ov5640_get_light_freq() 2076 u8 temp; ov5640_get_binning() local 2110 u8 temp, channel = virtual_channel; ov5640_set_virtual_channel() local [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/ddbridge/ |
H A D | ddbridge-core.c | 2801 int temp, temp2; in temp_show() local 2809 temp = (tmp[0] << 3) | (tmp[1] >> 5); in temp_show() 2810 temp *= 125; in temp_show() 2816 return sprintf(buf, "%d %d\n", temp, temp2); in temp_show() 2818 return sprintf(buf, "%d\n", temp); in temp_show() 2826 int temp; in ctemp_show() local 2836 temp = tmp[0] * 1000; in ctemp_show() 2837 return sprintf(buf, "%d\n", temp); in ctemp_show() 3083 __ATTR_RO(temp), 3239 u32 temp, temp in tempmon_setfan() local [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_spill.cpp | 42 size_t operator()(aco::Temp temp) const noexcept 45 std::memcpy(&v, &temp, sizeof(temp)); 246 Temp temp = pair.first; in next_uses_per_block() local 247 if (phi_defs.count(temp)) { in next_uses_per_block() 252 std::vector<unsigned>& preds = temp.is_linear() ? block->linear_preds : block->logical_preds; in next_uses_per_block() 257 std::make_pair(temp, std::pair<uint32_t, uint32_t>{})); in next_uses_per_block() 262 dom = get_dominator(dom, entry_distance.first, ctx.program, temp.is_linear()); in next_uses_per_block() 1494 Temp temp = spill->operands[0].getTemp(); in spill_vgpr() local 1495 assert(temp in spill_vgpr() [all...] |
/applications/standard/app_samples/code/BasicFeature/Native/NdkRenderNodeDrawing/entry/src/main/cpp/ |
H A D | native_bridge.cpp | 270 void *temp = nullptr; in OnDraw() local 271 napi_unwrap(env, args[1], &temp); in OnDraw() 273 OH_Drawing_Canvas *canvas = reinterpret_cast<OH_Drawing_Canvas *>(temp); in OnDraw()
|
/base/customization/enterprise_device_management/test/unittest/services/edm/src/ |
H A D | iplugin_template_test.cpp | 333 std::string temp; in HWTEST_F() local 334 reply.ReadString(temp); in HWTEST_F() 335 ASSERT_TRUE(temp == policyData); in HWTEST_F()
|
/base/global/resource_management/interfaces/cj/src/ |
H A D | resource_manager_impl.cpp | 288 auto temp = ::Utils::MallocCString(locale); in GetConfiguration() local 289 if (temp == nullptr) { in GetConfiguration() 292 configuration.locale = temp; in GetConfiguration()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_slot.cpp | 481 std::string temp = in; in TruncateString() local 483 temp = in.substr(0, MAX_TEXT_LENGTH); in TruncateString() 485 return temp; in TruncateString()
|
/base/telephony/sms_mms/services/sms/ |
H A D | sms_base_message.cpp | 98 uint8_t temp = static_cast<uint8_t>(protocolId_); in IsReplaceMessage() local 99 uint8_t tempPid = temp & PID_10_LOW; in IsReplaceMessage() 100 bReplaceMessage_ = ((temp & PID_87) == PID_7) && (tempPid > 0) && (tempPid < MAX_REPLY_PID); in IsReplaceMessage()
|
/drivers/hdf_core/framework/model/audio/hdmi/src/ |
H A D | audio_hdmi_codec_ops.c | 267 uint32_t temp; in HdmiCodecSpkMaskFromAlloc() local 274 temp = spkAlloc & (1 << index); in HdmiCodecSpkMaskFromAlloc() 275 if (temp != 0) { in HdmiCodecSpkMaskFromAlloc()
|
/drivers/hdf_core/framework/model/audio/usb/src/ |
H A D | audio_usb_validate_desc.c | 274 bool temp; in ValidateMixerUnit() local 297 temp = uacMixerDesc->bLength >= length; in ValidateMixerUnit() 298 return temp; in ValidateMixerUnit()
|
/drivers/peripheral/battery/interfaces/hdi_service/src/ |
H A D | battery_interface_impl.cpp | 316 std::string temp; in IsBatteryConfigSupported() local 317 int ret = powerSupplyProvider_->GetConfigByPath(supportPath, temp); in IsBatteryConfigSupported() 318 value = ret == HDF_SUCCESS ? expectValue == temp : false; in IsBatteryConfigSupported()
|
/drivers/peripheral/display/hal/default/ |
H A D | display_gralloc.c | 288 void *temp = NULL; in Mmap() local 298 temp = MmapShm(buffer); in Mmap() 303 return temp; in Mmap()
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_dumper.cpp | 209 std::string temp; in ShowControllerInfo() local 223 temp.append("\n\ncurretn controller pid : " + std::to_string(controller->GetPid()) + "\n") in ShowControllerInfo() 238 .append(temp); in ShowControllerInfo()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | schema_utils.cpp | 36 size_t temp = inString.find_last_not_of("\r\t "); in TrimFiled() local 37 if (temp < inString.size()) { in TrimFiled() 38 inString.erase(temp + 1); in TrimFiled()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | raw_data_parser.cpp | 169 const uint64_t *temp = (reinterpret_cast<const uint64_t *>(alignData + used)); in ParserRawData() local 170 std::vector<uint64_t> trueFrom(temp, temp + count); in ParserRawData()
|
/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/ |
H A D | fscrypt_control.c | 151 char *temp = options[i]; in FscryptSetSysparam() local 152 if (!IsSupportedPolicy(temp, i)) { in FscryptSetSysparam() 153 LOGE("Not supported policy, %s", temp); in FscryptSetSysparam()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | inventory.c | 192 unsigned long temp; /* 64-bit scratch value */ in pat_query_module() local 210 temp = pa_pdc_cell->cba; in pat_query_module() 211 dev = alloc_pa_dev(PAT_GET_CBA(temp), &(pa_pdc_cell->mod_path)); in pat_query_module()
|
/kernel/linux/linux-5.10/drivers/char/mwave/ |
H A D | 3780i.c | 703 unsigned short temp; in dsp3780I_GetIPCSource() local 720 temp = (unsigned short) ~(*pusIPCSource); in dsp3780I_GetIPCSource() 724 *pusIPCSource, temp); in dsp3780I_GetIPCSource()
|