Home
last modified time | relevance | path

Searched refs:temp (Results 1026 - 1050 of 4102) sorted by relevance

1...<<41424344454647484950>>...165

/kernel/linux/linux-6.6/drivers/hwmon/
H A Demc2103.c61 int temp_count; /* num of temp sensors */
63 struct temperature temp[4]; /* internal + 3 external */ member
86 struct temperature *temp) in read_temp_from_i2c()
96 temp->degrees = degrees; in read_temp_from_i2c()
97 temp->fraction = (fractional & 0xe0) >> 5; in read_temp_from_i2c()
147 read_temp_from_i2c(client, REG_TEMP[i], &data->temp[i]); in emc2103_update_device()
179 int millidegrees = data->temp[nr].degrees * 1000 in temp_show()
180 + data->temp[nr].fraction * 125; in temp_show()
207 bool fault = (data->temp[nr].degrees == -128); in temp_fault_show()
462 static SENSOR_DEVICE_ATTR_RO(temp1_input, temp,
85 read_temp_from_i2c(struct i2c_client *client, u8 i2c_reg, struct temperature *temp) read_temp_from_i2c() argument
[all...]
/third_party/ffmpeg/libavcodec/loongarch/
H A Dsimple_idct_lasx.c45 temp = __lasx_xvslli_w(a0, 3); \
116 DUP4_ARG3(__lasx_xvbitsel_v, temp0, temp, select_vec, temp1, temp, \
117 select_vec, temp2, temp, select_vec, temp3, temp, select_vec, \
119 DUP4_ARG3(__lasx_xvbitsel_v, a0, temp, select_vec, a1, temp, \
120 select_vec, a2, temp, select_vec, a3, temp, select_vec, \
188 __m256i const_val1, select_vec, temp; in ff_simple_idct_lasx() local
215 __m256i const_val1, select_vec, temp; ff_simple_idct_put_lasx() local
253 __m256i const_val1, select_vec, temp; ff_simple_idct_add_lasx() local
[all...]
/applications/sample/camera/cameraApp/cameraApp/src/main/cpp/
H A Dcamera_ability_slice.h93 int temp = 0; in UpdateTimeLabel() local
94 temp = sprintf_s(buff, sizeof(buff), "%02d : %02d", ss / 60, ss % 60); /* 60=1s */ in UpdateTimeLabel()
95 if (temp != 0) { in UpdateTimeLabel()
96 printf("result is %d\n", temp); in UpdateTimeLabel()
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dlocal.h23 long temp, result; in local_add_return() local
33 :"=&r" (temp), "=m" (l->a.counter), "=&r" (result) in local_add_return()
40 long temp, result; in local_sub_return() local
50 :"=&r" (temp), "=m" (l->a.counter), "=&r" (result) in local_sub_return()
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/
H A Dmba_test.c105 char *token_array[8], output[] = RESULT_FILE_NAME, temp[512]; in check_results() local
118 while (fgets(temp, sizeof(temp), fp)) { in check_results()
119 char *token = strtok(temp, ":\t"); in check_results()
H A Dcqm_test.c76 char *token_array[8], temp[512]; in check_results() local
89 while (fgets(temp, sizeof(temp), fp)) { in check_results()
90 char *token = strtok(temp, ":\t"); in check_results()
H A Dmbm_test.c50 char temp[1024], *token_array[8]; in check_results() local
65 while (fgets(temp, sizeof(temp), fp)) { in check_results()
66 char *token = strtok(temp, ":\t"); in check_results()
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dlocal.h23 long temp, result; in local_add_return() local
33 :"=&r" (temp), "=m" (l->a.counter), "=&r" (result) in local_add_return()
40 long temp, result; in local_sub_return() local
50 :"=&r" (temp), "=m" (l->a.counter), "=&r" (result) in local_sub_return()
/kernel/linux/linux-6.6/arch/powerpc/platforms/83xx/
H A Dusb_831x.c22 u32 temp; in mpc831x_usb_cfg() local
109 temp = CONTROL_PHY_CLK_SEL_ULPI; in mpc831x_usb_cfg()
115 temp |= CONTROL_OTG_PORT; in mpc831x_usb_cfg()
118 out_be32(usb_regs + FSL_USB2_CONTROL_OFFS, temp); in mpc831x_usb_cfg()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_thermal.c13 int *temp) in cxgb4_thermal_get_temp()
28 *temp = val * 1000; in cxgb4_thermal_get_temp()
45 int trip, int *temp) in cxgb4_thermal_get_trip_temp()
52 *temp = adap->ch_thermal.trip_temp; in cxgb4_thermal_get_trip_temp()
12 cxgb4_thermal_get_temp(struct thermal_zone_device *tzdev, int *temp) cxgb4_thermal_get_temp() argument
44 cxgb4_thermal_get_trip_temp(struct thermal_zone_device *tzdev, int trip, int *temp) cxgb4_thermal_get_trip_temp() argument
/kernel/linux/linux-5.10/drivers/thermal/
H A Dmax77620_thermal.c36 * @temp: Temperature in millidegrees Celsius
42 * else 120degC or 140deG based on the PMIC die temp threshold status.
47 static int max77620_thermal_read_temp(void *data, int *temp) in max77620_thermal_read_temp() argument
60 *temp = MAX77620_TJALARM2_TEMP; in max77620_thermal_read_temp()
62 *temp = MAX77620_TJALARM1_TEMP; in max77620_thermal_read_temp()
64 *temp = MAX77620_NORMAL_OPERATING_TEMP; in max77620_thermal_read_temp()
/kernel/linux/linux-6.6/drivers/thermal/
H A Dmax77620_thermal.c36 * @temp: Temperature in millidegrees Celsius
42 * else 120degC or 140deG based on the PMIC die temp threshold status.
47 static int max77620_thermal_read_temp(struct thermal_zone_device *tz, int *temp) in max77620_thermal_read_temp() argument
58 *temp = MAX77620_TJALARM2_TEMP; in max77620_thermal_read_temp()
60 *temp = MAX77620_TJALARM1_TEMP; in max77620_thermal_read_temp()
62 *temp = MAX77620_NORMAL_OPERATING_TEMP; in max77620_thermal_read_temp()
/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/
H A Dcat_test.c46 char *token_array[8], temp[512]; in check_results() local
59 while (fgets(temp, sizeof(temp), fp)) { in check_results()
60 char *token = strtok(temp, ":\t"); in check_results()
H A Dmba_test.c105 char *token_array[8], output[] = RESULT_FILE_NAME, temp[512]; in check_results() local
118 while (fgets(temp, sizeof(temp), fp)) { in check_results()
119 char *token = strtok(temp, ":\t"); in check_results()
H A Dcmt_test.c32 char *token_array[8], temp[512]; in check_results() local
45 while (fgets(temp, sizeof(temp), fp)) { in check_results()
46 char *token = strtok(temp, ":\t"); in check_results()
H A Dmbm_test.c53 char temp[1024], *token_array[8]; in check_results() local
68 while (fgets(temp, sizeof(temp), fp)) { in check_results()
69 char *token = strtok(temp, ":\t"); in check_results()
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/smoke/
H A DIt_posix_pthread_018.c51 UINTPTR temp; in Testcase() local
98 ret = pthread_join(newTh, (void *)&temp); in Testcase()
100 ICUNIT_ASSERT_EQUAL(temp, 9, temp); // 9, here assert the result. in Testcase()
/third_party/ffmpeg/libavcodec/
H A Dpgxdec.c34 uint64_t temp; in pgx_get_number() local
43 temp = (uint64_t)10 * (*number) + (digit - '0'); in pgx_get_number()
44 if (temp > INT_MAX) in pgx_get_number()
46 *number = temp; in pgx_get_number()
H A Dsnow_dwt.h60 void (*horizontal_compose97i)(IDWTELEM *b, IDWTELEM *temp, int width);
110 void ff_spatial_dwt(int *buffer, int *temp, int width, int height, int stride,
117 slice_buffer *slice_buf, IDWTELEM *temp,
120 void ff_spatial_idwt(IDWTELEM *buffer, IDWTELEM *temp, int width, int height,
/third_party/gn/src/base/mac/
H A Dscoped_typeref.h118 __unsafe_unretained T temp = that.object_; in swap() local
120 object_ = temp; in swap()
127 __unsafe_unretained T temp = object_; in __attribute() local
129 return temp; in __attribute()
/third_party/icu/icu4c/source/test/perf/usetperf/
H A Dusetperf.cpp81 int32_t temp = 0; in contains() local
85 temp += cp; in contains()
91 int32_t temp = 0; in iterator() local
94 temp += uit.getCodepoint(); in iterator()
/third_party/libwebsockets/lib/jose/jwe/enc/
H A Daeskw.c38 lws_jwe_encrypt_aeskw_cbc_hs(struct lws_jwe *jwe, char *temp, int *temp_len) in lws_jwe_encrypt_aeskw_cbc_hs() argument
56 temp, temp_len, in lws_jwe_encrypt_aeskw_cbc_hs()
61 /* Allocate temp space for ATAG and IV */ in lws_jwe_encrypt_aeskw_cbc_hs()
63 if (lws_jws_alloc_element(&jwe->jws.map, LJWE_ATAG, temp + (ot - *temp_len), in lws_jwe_encrypt_aeskw_cbc_hs()
67 if (lws_jws_alloc_element(&jwe->jws.map, LJWE_IV, temp + (ot - *temp_len), in lws_jwe_encrypt_aeskw_cbc_hs()
/third_party/jerryscript/jerry-libm/
H A Dlog.c126 double_accessor temp; in log() local
127 temp.dbl = x; in log()
128 temp.as_int.hi = hx | (i ^ 0x3ff00000); /* normalize x or x / 2 */ in log()
130 f = temp.dbl - 1.0; in log()
/third_party/musl/porting/liteos_a/user/src/stdlib/
H A Dqsort.c50 char temp[width]; in __qsort_r() local
62 memcpy(temp, l, width); in __qsort_r()
64 if (cmp(m, temp, arg) > 0) { in __qsort_r()
70 memcpy((m + width), temp, width); in __qsort_r()
/third_party/musl/src/stdlib/liteos_a/
H A Dqsort.c50 char temp[width]; in __qsort_r() local
62 memcpy(temp, l, width); in __qsort_r()
64 if (cmp(m, temp, arg) > 0) { in __qsort_r()
70 memcpy((m + width), temp, width); in __qsort_r()

Completed in 12 milliseconds

1...<<41424344454647484950>>...165