/third_party/lzma/CPP/Windows/ |
H A D | CommonDialog.cpp | 129 #define CONV_U_To_A(dest, src, temp) AString temp; if (src) { temp = GetSystemString(src); dest = temp; }
|
/third_party/toybox/toys/posix/ |
H A D | tail.c | 70 struct line_list *list = 0, *temp; in try_lseek() local 97 if (!(temp = get_chunk(fd, chunk))) break; in try_lseek() 98 temp->next = list; in try_lseek() 99 list = temp; in try_lseek()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | destructuringArrayBindingPatternAndAssignment1ES5iterable.js | 42 var temp = [1,2,3] variable 43 var [c0, c1] = [...temp]; 115 var temp = [1, 2, 3];
variable 116 var _j = __read(__spreadArray([], __read(temp), false), 2), c0 = _j[0], c1 = _j[1];
|
/third_party/skia/gm/ |
H A D | pathopsinverse.cpp | 45 SkBitmap temp; in blend() local 46 temp.allocN32Pixels(1, 1); in blend() 47 SkCanvas canvas(temp); in blend() 50 void* pixels = temp.getPixels(); in blend()
|
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/tone_player_test/src/ |
H A D | system_tone_player_unit_test.cpp | 214 int32_t temp = systemTonePlayerImpl_->InitPlayer(audioUri); in HWTEST() local 215 EXPECT_EQ(temp, MSERR_OK); in HWTEST() 219 temp = systemTonePlayerImpl_->InitPlayer(audioUri); in HWTEST() 220 EXPECT_EQ(temp, MSERR_OK); in HWTEST() 224 temp = systemTonePlayerImpl_->InitPlayer(systemToneUri); in HWTEST() 225 EXPECT_EQ(temp, MSERR_OK); in HWTEST() 312 int32_t temp = systemTonePlayerImpl_->InitPlayer(audioUri); in HWTEST() local 313 EXPECT_EQ(temp, MSERR_OK); in HWTEST() 345 SystemToneType temp = static_cast<SystemToneType>(99); in HWTEST() local 346 result = systemTonePlayerImpl_->ConvertToToneHapticsType(temp); in HWTEST() 367 ToneHapticsMode temp = static_cast<ToneHapticsMode>(99); HWTEST() local 555 int32_t temp = systemTonePlayerImpl_->InitPlayer(audioUri); HWTEST() local [all...] |
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_fw2.h | 246 SCR_LOAD_REL (temp, 4), 249 SCR_STORE_ABS (temp, 4), 254 SCR_LOAD_REL (temp, 4), 454 SCR_STORE_REL (temp, 4), 513 SCR_STORE_REL (temp, 4), 545 SCR_LOAD_REL (temp, 4), 561 SCR_LOAD_REL (temp, 4), 931 SCR_LOAD_REL (temp, 4), 987 SCR_LOAD_REL (temp, 4), 1018 SCR_LOAD_REL (temp, [all...] |
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | phase.c | 690 int temp, temp2; in phase28_deemp_put() local 691 temp = wm_get(ice, WM_DAC_CTRL2); in phase28_deemp_put() 692 temp2 = temp; in phase28_deemp_put() 694 temp |= 0xf; in phase28_deemp_put() 696 temp &= ~0xf; in phase28_deemp_put() 697 if (temp != temp2) { in phase28_deemp_put() 698 wm_put(ice, WM_DAC_CTRL2, temp); in phase28_deemp_put() 727 int temp, temp2; in phase28_oversampling_put() local 730 temp = wm_get(ice, WM_MASTER); in phase28_oversampling_put() 731 temp2 = temp; in phase28_oversampling_put() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_fw2.h | 246 SCR_LOAD_REL (temp, 4), 249 SCR_STORE_ABS (temp, 4), 254 SCR_LOAD_REL (temp, 4), 454 SCR_STORE_REL (temp, 4), 513 SCR_STORE_REL (temp, 4), 545 SCR_LOAD_REL (temp, 4), 561 SCR_LOAD_REL (temp, 4), 931 SCR_LOAD_REL (temp, 4), 987 SCR_LOAD_REL (temp, 4), 1018 SCR_LOAD_REL (temp, [all...] |
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | phase.c | 690 int temp, temp2; in phase28_deemp_put() local 691 temp = wm_get(ice, WM_DAC_CTRL2); in phase28_deemp_put() 692 temp2 = temp; in phase28_deemp_put() 694 temp |= 0xf; in phase28_deemp_put() 696 temp &= ~0xf; in phase28_deemp_put() 697 if (temp != temp2) { in phase28_deemp_put() 698 wm_put(ice, WM_DAC_CTRL2, temp); in phase28_deemp_put() 727 int temp, temp2; in phase28_oversampling_put() local 730 temp = wm_get(ice, WM_MASTER); in phase28_oversampling_put() 731 temp2 = temp; in phase28_oversampling_put() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | flac_parser.c | 381 int search_end, size = 0, read_len, temp; in find_new_headers() local 404 temp = find_headers_search_validate(fpc, search_start); in find_new_headers() 405 size = FFMAX(size, temp); in find_new_headers() 410 temp = find_headers_search(fpc, buf, read_len, search_start); in find_new_headers() 411 size = FFMAX(size, temp); in find_new_headers() 690 FLACHeaderMarker *temp; in flac_parse() local 694 for (curr = fpc->headers; curr != best_child; curr = temp) { in flac_parse() 700 temp = curr->next; in flac_parse() 720 FLACHeaderMarker *temp; in flac_parse() local 722 for (curr = fpc->headers; curr != fpc->best_header; curr = temp) { in flac_parse() 875 FLACHeaderMarker *curr = fpc->headers, *temp; flac_parse_close() local [all...] |
/third_party/node/deps/cares/src/lib/ |
H A D | ares__hosts_file.c | 479 char *temp; in ares__parse_hosts_hostnames() local 523 temp = ares_strdup(hostname); in ares__parse_hosts_hostnames() 524 if (temp == NULL) { in ares__parse_hosts_hostnames() 528 if (ares__llist_insert_last(entry->hosts, temp) == NULL) { in ares__parse_hosts_hostnames() 529 ares_free(temp); in ares__parse_hosts_hostnames() 546 char *temp; in ares__parse_hosts_ipaddr() local 575 temp = ares_strdup(addr); in ares__parse_hosts_ipaddr() 576 if (temp == NULL) { in ares__parse_hosts_ipaddr() 581 if (ares__llist_insert_first(entry->ips, temp) == NULL) { in ares__parse_hosts_ipaddr() 582 ares_free(temp); in ares__parse_hosts_ipaddr() 884 char **temp = NULL; ares__hosts_entry_to_hostent() local [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/ |
H A D | cloud_ext_types.rs | 1347 let temp = "temp"; in get_asset_ptr() 1352 id: temp.as_ptr() as *const c_uchar, in get_asset_ptr() 1354 name: temp.as_ptr() as *const c_uchar, in get_asset_ptr() 1356 uri: temp.as_ptr() as *const c_uchar, in get_asset_ptr() 1358 local_path: temp.as_ptr() as *const c_uchar, in get_asset_ptr() 1360 create_time: temp.as_ptr() as *const c_uchar, in get_asset_ptr() 1362 modify_time: temp.as_ptr() as *const c_uchar, in get_asset_ptr() 1364 size: temp.as_ptr() as *const c_uchar, in get_asset_ptr() 1366 hash: temp in get_asset_ptr() [all...] |
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/ |
H A D | egl_core_test.cpp | 52 auto temp = gWrapperHook.isLoad; in HWTEST_F() local 58 gWrapperHook.isLoad = temp; in HWTEST_F()
|
/kernel/linux/linux-5.10/arch/arm/mach-iop32x/ |
H A D | cp6.c | 12 u32 temp; in cp6_trap() local 19 : "=r"(temp)); in cp6_trap()
|
/third_party/googletest/googletest/samples/ |
H A D | sample2.cc | 51 const char* const temp = MyString::CloneCString(a_c_string); in Set() local 53 c_string_ = temp; in Set()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-hcd.c | 182 u32 temp; in ehci_halt() local 199 temp = ehci_readl(ehci, &ehci->regs->command); in ehci_halt() 200 temp &= ~(CMD_RUN | CMD_IAAD); in ehci_halt() 201 ehci_writel(ehci, temp, &ehci->regs->command); in ehci_halt() 274 u32 temp; in ehci_quiesce() local 280 temp = (ehci->command << 10) & (STS_ASS | STS_PSS); in ehci_quiesce() 281 ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, temp, in ehci_quiesce() 456 u32 temp; in ehci_init() local 534 temp = 1 << (16 + log2_irq_thresh); in ehci_init() 538 temp | in ehci_init() 575 u32 temp; ehci_run() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-hcd.c | 183 u32 temp; in ehci_halt() local 200 temp = ehci_readl(ehci, &ehci->regs->command); in ehci_halt() 201 temp &= ~(CMD_RUN | CMD_IAAD); in ehci_halt() 202 ehci_writel(ehci, temp, &ehci->regs->command); in ehci_halt() 275 u32 temp; in ehci_quiesce() local 281 temp = (ehci->command << 10) & (STS_ASS | STS_PSS); in ehci_quiesce() 282 ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, temp, in ehci_quiesce() 457 u32 temp; in ehci_init() local 535 temp = 1 << (16 + log2_irq_thresh); in ehci_init() 539 temp | in ehci_init() 576 u32 temp; ehci_run() local [all...] |
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/ |
H A D | audio_device_parser.cpp | 202 size_t temp = 0; in split() local 205 pos = line.find(sep, temp); in split() 209 buf.push_back(line.substr(temp, pos-temp)); in split() 210 temp = pos + sep.length(); in split() 212 buf.push_back(line.substr(temp, line.length())); in split()
|
/foundation/multimedia/camera_lite/frameworks/binder/src/ |
H A D | camera_service_client.cpp | 95 int32_t temp; in Callback() local 96 ReadInt32(reply, &temp); in Callback() 97 afModeList.emplace_back(temp); in Callback() 104 int32_t temp; in Callback() local 105 ReadInt32(reply, &temp); in Callback() 106 aeModeList.emplace_back(temp); in Callback()
|
/foundation/multimedia/drm_framework/services/utils/ |
H A D | drm_api_operation.cpp | 110 int temp; in ParseReportConfig() 111 if (TryParseInt(value, temp)) { in ParseReportConfig() 112 reportConfig.config_timeout = temp; in ParseReportConfig() 118 int temp; in ParseReportConfig() 119 if (TryParseInt(value, temp)) { in ParseReportConfig() 120 reportConfig.config_row = temp; in ParseReportConfig()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_socket_service_test.cpp | 249 void *temp = &optValueValid; in HWTEST_F() local 258 ret = SetSocketOpt(socket, levelValid, optTypeValid, temp, optValueSizeInvalid); in HWTEST_F() 260 ret = SetSocketOpt(socket, levelValid, optTypeValid, temp, optValueSizeValid); in HWTEST_F() 278 void *temp = &optValueValid; in HWTEST_F() local 287 ret = GetSocketOpt(socket, levelValid, optTypeValid, temp, NULL); in HWTEST_F() 289 ret = GetSocketOpt(socket, levelValid, optTypeValid, temp, optValueSizeValid); in HWTEST_F()
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | atomic.h | 186 int temp; in atomic_sub_if_positive() local 198 : "=&r" (result), "=&r" (temp), "+ZC" (v->counter) in atomic_sub_if_positive() 210 : "=&r" (result), "=&r" (temp), "+ZC" (v->counter) in atomic_sub_if_positive() 372 long temp; in atomic64_sub_if_positive() local 384 : "=&r" (result), "=&r" (temp), "+ZC" (v->counter) in atomic64_sub_if_positive() 396 : "=&r" (result), "=&r" (temp), "+ZC" (v->counter) in atomic64_sub_if_positive()
|
/kernel/linux/linux-5.10/arch/m68k/coldfire/ |
H A D | m53xx.c | 472 int fref, temp, fout, mfd; in clock_pll() local 490 /* Multiplying by 100 when calculating the temp value, in clock_pll() 494 temp = 100 * fsys / fref; in clock_pll() 495 mfd = 4 * BUSDIV * temp / 100; in clock_pll() 547 u32 temp; in clock_limp() local 557 temp = readw(MCF_CCM_CDR) & MCF_CCM_CDR_SSIDIV(0xF); in clock_limp() 560 writew(MCF_CCM_CDR_LPDIV(div) | MCF_CCM_CDR_SSIDIV(temp), MCF_CCM_CDR); in clock_limp()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/ |
H A D | fsl_uli1575.c | 60 unsigned char temp; in early_uli5249() local 69 pci_read_config_byte(dev, 0x7c, &temp); in early_uli5249() 77 pci_write_config_byte(dev, 0x7c, temp); in early_uli5249() 201 unsigned short temp; in quirk_uli5229() local 210 pci_read_config_word(dev, 0x4a, &temp); in quirk_uli5229() 211 pci_write_config_word(dev, 0x4a, temp | 0x1000); in quirk_uli5229()
|
/kernel/linux/linux-5.10/arch/arm/probes/ |
H A D | decode.c | 150 unsigned long temp = cpsr ^ (cpsr << 3); /* PSR_N_BIT ^= PSR_V_BIT */ in __check_gt() local 151 temp |= (cpsr << 1); /* PSR_N_BIT |= PSR_Z_BIT */ in __check_gt() 152 return (~temp) & PSR_N_BIT; in __check_gt() 157 unsigned long temp = cpsr ^ (cpsr << 3); /* PSR_N_BIT ^= PSR_V_BIT */ in __check_le() local 158 temp |= (cpsr << 1); /* PSR_N_BIT |= PSR_Z_BIT */ in __check_le() 159 return temp & PSR_N_BIT; in __check_le()
|