/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 878 float temp = ((float *)base)[i]; in getDataConvertedToT() local 880 temp = std::max(temp, 0.0f); in getDataConvertedToT() 881 return (T)temp; in getDataConvertedToT() 885 float temp = deFloat16To32(((deFloat16 *)base)[i]); in getDataConvertedToT() local 887 temp = std::max(temp, 0.0f); in getDataConvertedToT() 888 return (T)temp; in getDataConvertedToT() 1358 float temp = getDataConvertedToT<float>(ptrs[0], dataTypes[0], i); in iterate() local 1359 inputA = deFloat16To32(deFloat32To16(temp)); in iterate() 1375 float temp = getDataConvertedToT<float>(ptrs[3], dataTypes[3], i); iterate() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uniset.cpp | 1437 UChar32* temp = (UChar32*) uprv_realloc(list, sizeof(UChar32) * len); 1438 if (temp) { 1439 list = temp; 1650 UChar32* temp = (UChar32*) uprv_malloc(newCapacity * sizeof(UChar32)); 1651 if (temp == NULL) { 1656 uprv_memcpy(temp, list, len * sizeof(UChar32)); 1660 list = temp; 1673 UChar32* temp = (UChar32*) uprv_malloc(newCapacity * sizeof(UChar32)); 1674 if (temp == NULL) { 1683 buffer = temp; [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_xmp.cpp | 1792 dng_fingerprint temp = DecodeFingerprint (s); in GetFingerprint() local 1794 if (temp.IsValid ()) in GetFingerprint() 1797 print = temp; in GetFingerprint() 3045 dng_memory_data temp (bufferSize); in SyncExif() 3047 char *t = temp.Buffer_char (); in SyncExif() 3091 exif.fArtist.Set (temp.Buffer_char ()); in SyncExif() 3123 dng_memory_data temp (exif.fArtist.Length () + 1); in SyncExif() 3127 char *t = temp.Buffer_char (); in SyncExif() 3197 ss.Set (temp.Buffer_char ()); in SyncExif() 3201 t = temp in SyncExif() [all...] |
H A D | dng_image_writer.cpp | 2912 uint8 *temp, in EncodeFPDelta() 2926 uint8 *dst0 = temp; in EncodeFPDelta() 2927 uint8 *dst1 = temp + rowIncrement; in EncodeFPDelta() 2929 uint8 *dst1 = temp; in EncodeFPDelta() 2930 uint8 *dst0 = temp + rowIncrement; in EncodeFPDelta() 2950 uint8 *dst0 = temp; in EncodeFPDelta() 2951 uint8 *dst1 = temp + rowIncrement; in EncodeFPDelta() 2952 uint8 *dst2 = temp + rowIncrement * 2; in EncodeFPDelta() 2973 uint8 *dst0 = temp; in EncodeFPDelta() 2974 uint8 *dst1 = temp in EncodeFPDelta() 2911 EncodeFPDelta(uint8 *buffer, uint8 *temp, int32 cols, int32 channels, int32 bytesPerSample) EncodeFPDelta() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_llvm.c | 1503 LLVMValueRef test, temp; in generate_clipmask() local 1530 temp = lp_build_const_int_vec(gallivm, i32_type, 0); in generate_clipmask() 1569 temp = shift; in generate_clipmask() 1570 test = LLVMBuildAnd(builder, test, temp, ""); in generate_clipmask() 1576 temp = LLVMBuildShl(builder, temp, shift, ""); in generate_clipmask() 1577 test = LLVMBuildAnd(builder, test, temp, ""); in generate_clipmask() 1582 temp = LLVMBuildShl(builder, temp, shift, ""); in generate_clipmask() 1583 test = LLVMBuildAnd(builder, test, temp, ""); in generate_clipmask() 2316 LLVMValueRef temp = LLVMBuildLoad2(builder, blduivec.vec_type, clipmask_bool_ptr, ""); draw_llvm_generate() local [all...] |
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 457 \def\temp{#3}% 458 \ifx\temp\empty 459 % Do not use \next, perhaps the caller of \parsearg uses it; reuse \temp: 460 \let\temp\finishparsearg 462 \let\temp\argcheckspaces 465 \temp#1 #3\ArgTerm 545 \def\temp{#1}% 546 \ifx\thisenv\temp 555 \errmessage{This command can appear only \inenvironment\temp, 618 \def\temp{# [all...] |
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | windfarm_pid.h | 11 * for CPU control with 2 input sample types (temp and power) 72 int tindex; /* index of current temp */ 77 s32 temps[2]; /* temp. history buffer */ 84 extern s32 wf_cpu_pid_run(struct wf_cpu_pid_state *st, s32 power, s32 temp);
|
/kernel/linux/linux-5.10/drivers/iio/imu/inv_icm42600/ |
H A D | inv_icm42600_buffer.h | 76 const void **gyro, const int8_t **temp,
|
/kernel/linux/linux-6.6/drivers/iio/imu/inv_icm42600/ |
H A D | inv_icm42600_buffer.h | 76 const void **gyro, const int8_t **temp,
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | windfarm_pid.h | 14 * for CPU control with 2 input sample types (temp and power) 75 int tindex; /* index of current temp */ 80 s32 temps[2]; /* temp. history buffer */ 87 extern s32 wf_cpu_pid_run(struct wf_cpu_pid_state *st, s32 power, s32 temp);
|
/third_party/ffmpeg/libavcodec/ |
H A D | dirac_dwt.c | 44 d->temp = p->tmp; in ff_spatial_idwt_init()
|
H A D | huffyuv.h | 80 uint8_t *temp[3]; member 81 uint16_t *temp16[3]; ///< identical to temp but 16bit type
|
/third_party/icu/icu4c/source/test/perf/unisetperf/draft/ |
H A D | span16perf.bat | 20 %PERF% SpanUTF16 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
|
H A D | contperf.bat | 20 %PERF% Contains --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
|
H A D | span8perf.bat | 20 %PERF% SpanUTF8 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
|
/third_party/lzma/CPP/Common/ |
H A D | StdOutStream.h | 62 void PrintUString(const UString &s, AString &temp);
|
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
H A D | mmapstress06.c | 45 FILE *temp; variable
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | lan78xx.c | 1014 u32 temp; in lan78xx_set_addr_filter() local 1017 temp = addr[3]; in lan78xx_set_addr_filter() 1018 temp = addr[2] | (temp << 8); in lan78xx_set_addr_filter() 1019 temp = addr[1] | (temp << 8); in lan78xx_set_addr_filter() 1020 temp = addr[0] | (temp << 8); in lan78xx_set_addr_filter() 1021 pdata->pfilter_table[index][1] = temp; in lan78xx_set_addr_filter() 1022 temp in lan78xx_set_addr_filter() 1532 int temp; lan78xx_set_link_ksettings() local 2392 u8 temp[2]; lan78xx_init_ltm() local 2631 int temp; lan78xx_terminate_urbs() local [all...] |
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | lan78xx.c | 1226 u32 temp; in lan78xx_set_addr_filter() local 1229 temp = addr[3]; in lan78xx_set_addr_filter() 1230 temp = addr[2] | (temp << 8); in lan78xx_set_addr_filter() 1231 temp = addr[1] | (temp << 8); in lan78xx_set_addr_filter() 1232 temp = addr[0] | (temp << 8); in lan78xx_set_addr_filter() 1233 pdata->pfilter_table[index][1] = temp; in lan78xx_set_addr_filter() 1234 temp in lan78xx_set_addr_filter() 1805 int temp; lan78xx_set_link_ksettings() local 2660 u8 temp[2]; lan78xx_init_ltm() local 3150 int temp; lan78xx_terminate_urbs() local [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cloctst.c | 303 char *temp = 0, *name = 0; in TestBasicGetters() local 313 temp=(char*)malloc(sizeof(char) * (cap+1)); in TestBasicGetters() 314 uloc_getLanguage(testLocale, temp, cap+1, &status); in TestBasicGetters() 319 if (0 !=strcmp(temp,rawData2[LANG][i])) { in TestBasicGetters() 320 log_err(" Language code mismatch: %s versus %s\n", temp, rawData2[LANG][i]); in TestBasicGetters() 324 cap=uloc_getCountry(testLocale, temp, cap, &status); in TestBasicGetters() 327 temp=(char*)realloc(temp, sizeof(char) * (cap+1)); in TestBasicGetters() 328 uloc_getCountry(testLocale, temp, cap+1, &status); in TestBasicGetters() 333 if (0 != strcmp(temp, rawData in TestBasicGetters() 578 const char* temp; TestSimpleResourceInfo() local 968 const char *temp,*testValue1,*testValue2,*testValue3; TestDataDirectory() local [all...] |
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_second_test/ |
H A D | ability_manager_service_second_test.cpp | 949 auto temp = abilityMs_->subManagersHelper_->currentPendingWantManager_; in HWTEST_F() local 996 auto temp = abilityMs_->subManagersHelper_->currentPendingWantManager_; in HWTEST_F() local 1000 abilityMs_->subManagersHelper_->currentPendingWantManager_ = temp; in HWTEST_F() 1016 auto temp = abilityMs_->subManagersHelper_->currentPendingWantManager_; in HWTEST_F() local 1020 abilityMs_->subManagersHelper_->currentPendingWantManager_ = temp; in HWTEST_F() 1050 auto temp = abilityMs_->subManagersHelper_->currentPendingWantManager_; in HWTEST_F() local 1054 abilityMs_->subManagersHelper_->currentPendingWantManager_ = temp; in HWTEST_F() 1070 auto temp = abilityMs_->subManagersHelper_->currentPendingWantManager_; in HWTEST_F() local 1074 abilityMs_->subManagersHelper_->currentPendingWantManager_ = temp; in HWTEST_F() 1314 auto temp in HWTEST_F() local [all...] |
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | sdhci-esdhc-imx.c | 843 u32 temp, val; in esdhc_pltfm_set_clock() local 865 temp = readl(host->ioaddr + ESDHC_DLL_CTRL); in esdhc_pltfm_set_clock() 867 if (temp & BIT(10)) in esdhc_pltfm_set_clock() 871 temp = sdhci_readl(host, ESDHC_SYSTEM_CONTROL); in esdhc_pltfm_set_clock() 872 temp &= ~(ESDHC_CLOCK_IPGEN | ESDHC_CLOCK_HCKEN | ESDHC_CLOCK_PEREN in esdhc_pltfm_set_clock() 874 sdhci_writel(host, temp, ESDHC_SYSTEM_CONTROL); in esdhc_pltfm_set_clock() 899 temp = sdhci_readl(host, ESDHC_SYSTEM_CONTROL); in esdhc_pltfm_set_clock() 900 temp |= (ESDHC_CLOCK_IPGEN | ESDHC_CLOCK_HCKEN | ESDHC_CLOCK_PEREN in esdhc_pltfm_set_clock() 903 sdhci_writel(host, temp, ESDHC_SYSTEM_CONTROL); in esdhc_pltfm_set_clock() 906 ret = readl_poll_timeout(host->ioaddr + ESDHC_PRSSTAT, temp, in esdhc_pltfm_set_clock() [all...] |
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | sdhci-esdhc-imx.c | 931 u32 temp, val; in esdhc_pltfm_set_clock() local 953 temp = readl(host->ioaddr + ESDHC_DLL_CTRL); in esdhc_pltfm_set_clock() 955 if (temp & BIT(10)) in esdhc_pltfm_set_clock() 959 temp = sdhci_readl(host, ESDHC_SYSTEM_CONTROL); in esdhc_pltfm_set_clock() 960 temp &= ~(ESDHC_CLOCK_IPGEN | ESDHC_CLOCK_HCKEN | ESDHC_CLOCK_PEREN in esdhc_pltfm_set_clock() 962 sdhci_writel(host, temp, ESDHC_SYSTEM_CONTROL); in esdhc_pltfm_set_clock() 987 temp = sdhci_readl(host, ESDHC_SYSTEM_CONTROL); in esdhc_pltfm_set_clock() 988 temp |= (ESDHC_CLOCK_IPGEN | ESDHC_CLOCK_HCKEN | ESDHC_CLOCK_PEREN in esdhc_pltfm_set_clock() 991 sdhci_writel(host, temp, ESDHC_SYSTEM_CONTROL); in esdhc_pltfm_set_clock() 994 ret = readl_poll_timeout(host->ioaddr + ESDHC_PRSSTAT, temp, in esdhc_pltfm_set_clock() [all...] |
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | ti_k3_r5_remoteproc.c | 836 struct k3_r5_core *core0, *core, *temp; in k3_r5_rproc_configure() local 922 list_for_each_entry(temp, &cluster->cores, elem) { in k3_r5_rproc_configure() 923 ret = k3_r5_core_halt(temp); in k3_r5_rproc_configure() 927 if (temp != core) { in k3_r5_rproc_configure() 931 ret = ti_sci_proc_set_config(temp->tsp, boot_vec, in k3_r5_rproc_configure() 1487 u32 temp[2]; in k3_r5_core_of_get_tsp() local 1491 temp, 2); in k3_r5_core_of_get_tsp() 1502 tsp->proc_id = temp[0]; in k3_r5_core_of_get_tsp() 1503 tsp->host_id = temp[1]; in k3_r5_core_of_get_tsp() 1641 struct k3_r5_core *core, *temp; in k3_r5_cluster_of_exit() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | sdma_v4_4_2.c | 890 uint32_t temp; in sdma_v4_4_2_inst_start() local 898 temp = RREG32_SDMA(i, regSDMA_CNTL); in sdma_v4_4_2_inst_start() 899 temp = REG_SET_FIELD(temp, SDMA_CNTL, UTC_L1_ENABLE, 1); in sdma_v4_4_2_inst_start() 901 temp = REG_SET_FIELD(temp, SDMA_CNTL, CTXEMPTY_INT_ENABLE, 1); in sdma_v4_4_2_inst_start() 902 WREG32_SDMA(i, regSDMA_CNTL, temp); in sdma_v4_4_2_inst_start() 907 temp = RREG32_SDMA(i, regSDMA_F32_CNTL); in sdma_v4_4_2_inst_start() 908 temp = REG_SET_FIELD(temp, SDMA_F32_CNT in sdma_v4_4_2_inst_start() [all...] |