Searched refs:r_temp (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_vertprog.c | 53 struct nvfx_reg *r_temp; member 386 src.reg = vpc->r_temp[fsrc->Register.Index]; in tgsi_src() 433 dst = vpc->r_temp[fdst->Register.Index]; in tgsi_dst() 934 vpc->r_temp = CALLOC(high_temp, sizeof(struct nvfx_reg)); in nvfx_vertprog_prepare() 936 vpc->r_temp[i] = temp(vpc); in nvfx_vertprog_prepare() 1106 FREE(vpc->r_temp); in _nvfx_vertprog_translate()
|
H A D | nvfx_fragprog.c | 30 struct nvfx_reg *r_temp; member 393 src.reg = fpc->r_temp[fsrc->Register.Index]; in tgsi_src() 424 return fpc->r_temp[fdst->Register.Index]; in tgsi_dst() 1045 fpc->r_temp = CALLOC(high_temp, sizeof(struct nvfx_reg)); in nvfx_fragprog_prepare() 1047 fpc->r_temp[i] = temp(fpc); in nvfx_fragprog_prepare() 1054 FREE(fpc->r_temp); in nvfx_fragprog_prepare() 1055 fpc->r_temp = NULL; in nvfx_fragprog_prepare() 1158 FREE(fpc->r_temp); in _nvfx_fragprog_translate()
|
/third_party/backends/backend/ |
H A D | mustek_usb_high.c | 1340 static SANE_Word l_temp = 0, r_temp = 0; in usb_high_scan_detect_sensor() local 1350 r_temp = 0; in usb_high_scan_detect_sensor() 1387 r_temp = r_temp + buffer[3500 + i]; in usb_high_scan_detect_sensor() 1390 r_temp = r_temp / 256; in usb_high_scan_detect_sensor() 1393 DBG (5, "usb_high_scan_detect_sensor: l_temp=%d, r_temp=%d\n", in usb_high_scan_detect_sensor() 1394 l_temp, r_temp); in usb_high_scan_detect_sensor() 1395 if (r_temp > 50) in usb_high_scan_detect_sensor()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | zic.c | 100 zic_t r_temp; /* used in outzone */ member 2485 rp->r_temp = rpytime(rp, year); in outzone() 2521 jtime = rp->r_temp; in outzone()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | zic.c | 99 zic_t r_temp; /* used in outzone */ member 2484 rp->r_temp = rpytime(rp, year); in outzone() 2520 jtime = rp->r_temp; in outzone()
|
/third_party/tzdata/ |
H A D | zic.c | 115 zic_t r_temp; /* used in outzone */ member 3264 rp->r_temp = rpytime(rp, year); in outzone() 3266 = (rp->r_temp < y2038_boundary in outzone() 3306 jtime = r->r_temp; in outzone()
|
Completed in 19 milliseconds