Home
last modified time | relevance | path

Searched refs:temp (Results 1 - 25 of 4399) sorted by relevance

12345678910>>...176

/third_party/typescript/tests/baselines/reference/
H A DemitExponentiationOperator2.js2 var temp = 10; variable
4 ++temp ** 3;
5 --temp ** 3;
6 temp++ ** 3;
7 temp-- ** 3;
8 --temp + temp ** 3;
9 --temp - temp ** 3;
10 --temp * tem
58 var temp = 10; global() variable
[all...]
H A DexponentiationOperatorSyntaxError2.js3 var temp: any; variable
5 delete --temp ** 3;
6 delete ++temp ** 3;
7 delete temp-- ** 3;
8 delete temp++ ** 3;
11 1 ** delete --temp ** 3;
12 1 ** delete ++temp ** 3;
13 1 ** delete temp-- ** 3;
14 1 ** delete temp++ ** 3;
16 typeof --temp **
72 var temp; global() variable
[all...]
H A DemitExponentiationOperator3.js2 var temp = 10; variable
4 (-++temp) ** 3;
5 (+--temp) ** 3;
6 (-temp++) ** 3;
7 (+temp--) ** 3;
8 (-(1 ** ++temp)) ** 3;
9 (-(1 ** --temp)) ** 3;
10 (-(1 ** temp++)) ** 3;
11 (-(1 ** temp--)) ** 3;
13 (-3) ** temp
43 var temp = 10; global() variable
[all...]
H A DemitExponentiationOperator4.js2 var temp: any; variable
4 (<number>temp) ** 3;
5 (<number>--temp) ** 3;
6 (<number>++temp) ** 3;
7 (<number>temp--) ** 3;
8 (<number>temp++) ** 3;
10 1 ** (<number>--temp) ** 3;
11 1 ** (<number>++temp) ** 3;
12 1 ** (<number>temp--) ** 3;
13 1 ** (<number>temp
41 var temp; global() variable
[all...]
H A DexponentiationOperatorSyntaxError1.js10 var temp = 10; variable
12 -++temp ** 3;
13 +--temp ** 3;
14 -temp++ ** 3;
15 +temp-- ** 3;
16 1 ** -++temp ** 3;
17 1 ** +--temp ** 3;
18 1 ** -temp++ ** 3;
19 1 ** +temp-- ** 3;
21 -3 ** temp
50 var temp = 10; global() variable
[all...]
H A DexponentiationOperatorWithInvalidSimpleUnaryExpressionOperands.js2 var temp: any; variable
5 (! --temp) ** 3;
6 (!temp--) ** 3;
8 (!temp++) ** 4;
9 (!temp--) ** 4;
11 (! --temp) ** 3 ** 1;
12 (!temp--) ** 3 ** 1;
14 (!temp++) ** 4 ** 1;
15 (!temp--) ** 4 ** 1;
17 (typeof --temp) **
40 var temp; global() variable
[all...]
/third_party/ltp/testcases/kernel/syscalls/nftw/
H A Dnftw.c45 FILE *temp; variable
255 setup(); /* temp file is now open */ in main()
267 fprintf(temp, "A call to int nftw(const char *path, int (*fn)(const\n"); in main()
268 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n"); in main()
269 fprintf(temp, "depth, int flags) shall recursively descend the\n"); in main()
270 fprintf(temp, "directory hierarchy rooted in path until it has\n"); in main()
271 fprintf(temp, in main()
273 fprintf(temp, "each object in the directory tree, and return 0.\n\n"); in main()
282 fprintf(temp, "A call to int nftw(const char *path, int (*fn)(const\n"); in main()
283 fprintf(temp, "cha in main()
[all...]
H A Dnftw64.c45 FILE *temp; variable
252 setup(); /* temp file is now open */ in main()
264 fprintf(temp, in main()
266 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n"); in main()
267 fprintf(temp, "depth, int flags) shall recursively descend the\n"); in main()
268 fprintf(temp, "directory hierarchy rooted in path until it has\n"); in main()
269 fprintf(temp, in main()
271 fprintf(temp, "each object in the directory tree, and return 0.\n\n"); in main()
280 fprintf(temp, in main()
282 fprintf(temp, "cha in main()
[all...]
H A Dtest64.c36 extern FILE *temp;
49 temp = stderr; in test1A()
51 fprintf(temp, "TEST: nftw64() succeeds\n"); in test1A()
66 fprintf(temp, "TEST: Whole tree traversed\n"); in test1A()
70 fprintf(temp, "ERROR: Count of objects visited incorrect\n"); in test1A()
71 fprintf(temp, " Expected %d, Received %d\n", ngoods, in test1A()
90 fprintf(temp, "ERROR: Unexpected visit to %s\n", in test1A()
109 temp = stderr; in test2A()
111 fprintf(temp, in test2A()
129 fprintf(temp, in test2A()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_fdi.c287 u32 temp; in cpt_set_fdi_bc_bifurcation() local
289 temp = intel_de_read(dev_priv, SOUTH_CHICKEN1); in cpt_set_fdi_bc_bifurcation()
290 if (!!(temp & FDI_BC_BIFURCATION_SELECT) == enable) in cpt_set_fdi_bc_bifurcation()
300 temp &= ~FDI_BC_BIFURCATION_SELECT; in cpt_set_fdi_bc_bifurcation()
302 temp |= FDI_BC_BIFURCATION_SELECT; in cpt_set_fdi_bc_bifurcation()
306 intel_de_write(dev_priv, SOUTH_CHICKEN1, temp); in cpt_set_fdi_bc_bifurcation()
340 u32 temp; in intel_fdi_normal_train() local
344 temp = intel_de_read(dev_priv, reg); in intel_fdi_normal_train()
346 temp &= ~FDI_LINK_TRAIN_NONE_IVB; in intel_fdi_normal_train()
347 temp | in intel_fdi_normal_train()
382 u32 temp, tries; ilk_fdi_link_train() local
484 u32 temp, i, retry; gen6_fdi_link_train() local
620 u32 temp, i, j; ivb_manual_fdi_link_train() local
754 u32 temp, i, rx_ctl_val; hsw_fdi_link_train() local
897 u32 temp; ilk_fdi_pll_enable() local
951 u32 temp; ilk_fdi_disable() local
[all...]
/foundation/distributeddatamgr/udmf/framework/common/
H A Dendian_converter.cpp26 uint32_t temp; in HostToNet() local
27 auto err = memcpy_s(&temp, sizeof(temp), &value, sizeof(temp)); in HostToNet()
31 temp = htole32(temp); in HostToNet()
32 err = memcpy_s(&value, sizeof(value), &temp, sizeof(value)); in HostToNet()
41 uint32_t temp; in NetToHost() local
42 auto err = memcpy_s(&temp, sizeof(temp), in NetToHost()
56 uint64_t temp; HostToNet() local
71 uint64_t temp; NetToHost() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dohci-dbg.c13 #define edstring(ed_type) ({ char *temp; \
15 case PIPE_CONTROL: temp = "ctrl"; break; \
16 case PIPE_BULK: temp = "bulk"; break; \
17 case PIPE_INTERRUPT: temp = "intr"; break; \
18 default: temp = "isoc"; break; \
19 } temp;})
104 u32 temp; in ohci_dump_status() local
106 temp = ohci_readl (controller, &regs->revision) & 0xff; in ohci_dump_status()
109 0x03 & (temp >> 4), (temp in ohci_dump_status()
197 u32 temp, i; ohci_dump_roothub() local
402 unsigned temp, size = count; show_list() local
468 size_t temp, size; fill_async_buffer() local
491 unsigned temp, size, seen_count; fill_periodic_buffer() local
587 unsigned temp, size; fill_registers_buffer() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dohci-dbg.c13 #define edstring(ed_type) ({ char *temp; \
15 case PIPE_CONTROL: temp = "ctrl"; break; \
16 case PIPE_BULK: temp = "bulk"; break; \
17 case PIPE_INTERRUPT: temp = "intr"; break; \
18 default: temp = "isoc"; break; \
19 } temp;})
104 u32 temp; in ohci_dump_status() local
106 temp = ohci_readl (controller, &regs->revision) & 0xff; in ohci_dump_status()
109 0x03 & (temp >> 4), (temp in ohci_dump_status()
197 u32 temp, i; ohci_dump_roothub() local
402 unsigned temp, size = count; show_list() local
468 size_t temp, size; fill_async_buffer() local
491 unsigned temp, size, seen_count; fill_periodic_buffer() local
587 unsigned temp, size; fill_registers_buffer() local
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/cx231xx/
H A Dcx231xx-417.c355 u32 temp; in mc417_register_write() local
358 temp = 0x82 | MCI_REGISTER_DATA_BYTE0 | ((value & 0x000000FF) << 8); in mc417_register_write()
359 temp = temp << 10; in mc417_register_write()
360 status = set_itvc_reg(dev, ITVC_WRITE_DIR, temp); in mc417_register_write()
363 temp = temp | (0x05 << 10); in mc417_register_write()
364 set_itvc_reg(dev, ITVC_WRITE_DIR, temp); in mc417_register_write()
367 temp = 0x82 | MCI_REGISTER_DATA_BYTE1 | (value & 0x0000FF00); in mc417_register_write()
368 temp in mc417_register_write()
414 u32 temp; mc417_register_read() local
489 u32 temp; mc417_memory_write() local
551 u32 temp = 0; mc417_memory_read() local
849 u32 temp = 0; mci_write_memory_to_gpio() local
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/cx231xx/
H A Dcx231xx-417.c355 u32 temp; in mc417_register_write() local
358 temp = 0x82 | MCI_REGISTER_DATA_BYTE0 | ((value & 0x000000FF) << 8); in mc417_register_write()
359 temp = temp << 10; in mc417_register_write()
360 status = set_itvc_reg(dev, ITVC_WRITE_DIR, temp); in mc417_register_write()
363 temp = temp | (0x05 << 10); in mc417_register_write()
364 set_itvc_reg(dev, ITVC_WRITE_DIR, temp); in mc417_register_write()
367 temp = 0x82 | MCI_REGISTER_DATA_BYTE1 | (value & 0x0000FF00); in mc417_register_write()
368 temp in mc417_register_write()
414 u32 temp; mc417_register_read() local
489 u32 temp; mc417_memory_write() local
551 u32 temp = 0; mc417_memory_read() local
849 u32 temp = 0; mci_write_memory_to_gpio() local
[all...]
/kernel/linux/linux-5.10/fs/jffs2/
H A Dsummary.c118 struct jffs2_sum_inode_mem *temp = kmalloc(sizeof(struct jffs2_sum_inode_mem), GFP_KERNEL); in jffs2_sum_add_inode_mem() local
120 if (!temp) in jffs2_sum_add_inode_mem()
123 temp->nodetype = ri->nodetype; in jffs2_sum_add_inode_mem()
124 temp->inode = ri->ino; in jffs2_sum_add_inode_mem()
125 temp->version = ri->version; in jffs2_sum_add_inode_mem()
126 temp->offset = cpu_to_je32(ofs); /* relative offset from the beginning of the jeb */ in jffs2_sum_add_inode_mem()
127 temp->totlen = ri->totlen; in jffs2_sum_add_inode_mem()
128 temp->next = NULL; in jffs2_sum_add_inode_mem()
130 return jffs2_sum_add_mem(s, (union jffs2_sum_mem *)temp); in jffs2_sum_add_inode_mem()
136 struct jffs2_sum_dirent_mem *temp in jffs2_sum_add_dirent_mem() local
160 struct jffs2_sum_xattr_mem *temp; jffs2_sum_add_xattr_mem() local
178 struct jffs2_sum_xref_mem *temp; jffs2_sum_add_xref_mem() local
195 union jffs2_sum_mem *temp; jffs2_sum_clean_collected() local
265 struct jffs2_sum_inode_mem *temp = jffs2_sum_add_kvec() local
282 struct jffs2_sum_dirent_mem *temp = jffs2_sum_add_kvec() local
316 struct jffs2_sum_xattr_mem *temp; jffs2_sum_add_kvec() local
331 struct jffs2_sum_xref_mem *temp; jffs2_sum_add_kvec() local
678 union jffs2_sum_mem *temp; jffs2_sum_write_data() local
[all...]
/kernel/linux/linux-6.6/fs/jffs2/
H A Dsummary.c118 struct jffs2_sum_inode_mem *temp = kmalloc(sizeof(struct jffs2_sum_inode_mem), GFP_KERNEL); in jffs2_sum_add_inode_mem() local
120 if (!temp) in jffs2_sum_add_inode_mem()
123 temp->nodetype = ri->nodetype; in jffs2_sum_add_inode_mem()
124 temp->inode = ri->ino; in jffs2_sum_add_inode_mem()
125 temp->version = ri->version; in jffs2_sum_add_inode_mem()
126 temp->offset = cpu_to_je32(ofs); /* relative offset from the beginning of the jeb */ in jffs2_sum_add_inode_mem()
127 temp->totlen = ri->totlen; in jffs2_sum_add_inode_mem()
128 temp->next = NULL; in jffs2_sum_add_inode_mem()
130 return jffs2_sum_add_mem(s, (union jffs2_sum_mem *)temp); in jffs2_sum_add_inode_mem()
136 struct jffs2_sum_dirent_mem *temp in jffs2_sum_add_dirent_mem() local
160 struct jffs2_sum_xattr_mem *temp; jffs2_sum_add_xattr_mem() local
178 struct jffs2_sum_xref_mem *temp; jffs2_sum_add_xref_mem() local
195 union jffs2_sum_mem *temp; jffs2_sum_clean_collected() local
265 struct jffs2_sum_inode_mem *temp = jffs2_sum_add_kvec() local
282 struct jffs2_sum_dirent_mem *temp = jffs2_sum_add_kvec() local
316 struct jffs2_sum_xattr_mem *temp; jffs2_sum_add_kvec() local
331 struct jffs2_sum_xref_mem *temp; jffs2_sum_add_kvec() local
678 union jffs2_sum_mem *temp; jffs2_sum_write_data() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dlocnmtst.cpp95 UnicodeString temp; in TestCreate() local
97 ldn->localeDisplayName("de_DE", temp); in TestCreate()
99 test_assert_equal("Deutsch (Deutschland)", temp); in TestCreate()
103 UnicodeString temp; in TestCreateDialect() local
105 ldn->localeDisplayName("en_GB", temp); in TestCreateDialect()
107 test_assert_equal("British English", temp); in TestCreateDialect()
111 UnicodeString temp; in TestWithKeywordsAndEverything() local
116 ldn->localeDisplayName(locname, temp); in TestWithKeywordsAndEverything()
118 test_assert_equal(target, temp); in TestWithKeywordsAndEverything()
122 UnicodeString temp; in TestCurrencyKeyword() local
132 UnicodeString temp; TestUnknownCurrencyKeyword() local
142 UnicodeString temp; TestUntranslatedKeywords() local
152 UnicodeString temp; TestPrivateUse() local
408 UnicodeString temp; TestRootEtc() local
463 UnicodeString temp; VerifySubstitute() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/
H A Dbdc_dbg.c15 u32 temp; in bdc_dbg_regs() local
18 temp = bdc_readl(bdc->regs, BDC_BDCCFG0); in bdc_dbg_regs()
19 dev_vdbg(bdc->dev, "bdccfg0:0x%08x\n", temp); in bdc_dbg_regs()
20 temp = bdc_readl(bdc->regs, BDC_BDCCFG1); in bdc_dbg_regs()
21 dev_vdbg(bdc->dev, "bdccfg1:0x%08x\n", temp); in bdc_dbg_regs()
22 temp = bdc_readl(bdc->regs, BDC_BDCCAP0); in bdc_dbg_regs()
23 dev_vdbg(bdc->dev, "bdccap0:0x%08x\n", temp); in bdc_dbg_regs()
24 temp = bdc_readl(bdc->regs, BDC_BDCCAP1); in bdc_dbg_regs()
25 dev_vdbg(bdc->dev, "bdccap1:0x%08x\n", temp); in bdc_dbg_regs()
26 temp in bdc_dbg_regs()
36 u32 temp; bdc_dump_epsts() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/bdc/
H A Dbdc_dbg.c15 u32 temp; in bdc_dbg_regs() local
18 temp = bdc_readl(bdc->regs, BDC_BDCCFG0); in bdc_dbg_regs()
19 dev_vdbg(bdc->dev, "bdccfg0:0x%08x\n", temp); in bdc_dbg_regs()
20 temp = bdc_readl(bdc->regs, BDC_BDCCFG1); in bdc_dbg_regs()
21 dev_vdbg(bdc->dev, "bdccfg1:0x%08x\n", temp); in bdc_dbg_regs()
22 temp = bdc_readl(bdc->regs, BDC_BDCCAP0); in bdc_dbg_regs()
23 dev_vdbg(bdc->dev, "bdccap0:0x%08x\n", temp); in bdc_dbg_regs()
24 temp = bdc_readl(bdc->regs, BDC_BDCCAP1); in bdc_dbg_regs()
25 dev_vdbg(bdc->dev, "bdccap1:0x%08x\n", temp); in bdc_dbg_regs()
26 temp in bdc_dbg_regs()
36 u32 temp; bdc_dump_epsts() local
[all...]
/third_party/libsnd/src/GSM610/
H A Dlpc.c30 int16_t temp, smax, scalauto ; in Autocorrelation() local
41 { temp = GSM_ABS (s [k]) ; in Autocorrelation()
42 if (temp > smax) smax = temp ; in Autocorrelation()
177 register int16_t temp ; in Reflection_coefficients() local
191 temp = gsm_norm (L_ACF [0]) ; in Reflection_coefficients()
193 assert (temp >= 0 && temp < 32) ; in Reflection_coefficients()
196 for (i = 0 ; i <= 8 ; i++) ACF [i] = SASR_L (SASL_L (L_ACF [i], temp), 16) ; in Reflection_coefficients()
207 { temp in Reflection_coefficients()
249 register int16_t temp ; Transformation_to_Log_Area_Ratios() local
284 register int16_t temp ; Quantization_and_coding() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dfaandct.c65 static av_always_inline void row_fdct(FLOAT temp[64], int16_t *data) in row_fdct() argument
87 temp[0 + i]= tmp10 + tmp11; in row_fdct()
88 temp[4 + i]= tmp10 - tmp11; in row_fdct()
92 temp[2 + i]= tmp13 + tmp12; in row_fdct()
93 temp[6 + i]= tmp13 - tmp12; in row_fdct()
107 temp[5 + i]= z13 + z2; in row_fdct()
108 temp[3 + i]= z13 - z2; in row_fdct()
109 temp[1 + i]= z11 + z4; in row_fdct()
110 temp[7 + i]= z11 - z4; in row_fdct()
119 FLOAT temp[6 in ff_faandct() local
172 FLOAT temp[64]; ff_faandct248() local
[all...]
H A Drv34dsp.c36 static av_always_inline void rv34_row_transform(int temp[16], int16_t *block) in rv34_row_transform() argument
46 temp[4*i+0] = z0 + z3; in rv34_row_transform()
47 temp[4*i+1] = z1 + z2; in rv34_row_transform()
48 temp[4*i+2] = z1 - z2; in rv34_row_transform()
49 temp[4*i+3] = z0 - z3; in rv34_row_transform()
58 int temp[16]; in rv34_idct_add_c() local
61 rv34_row_transform(temp, block); in rv34_idct_add_c()
65 const int z0 = 13*(temp[4*0+i] + temp[4*2+i]) + 0x200; in rv34_idct_add_c()
66 const int z1 = 13*(temp[ in rv34_idct_add_c()
86 int temp[16]; rv34_inv_transform_noround_c() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx_93cx6.c107 uint8_t temp; in send_seeprom_cmd() local
111 temp = sd->sd_MS ^ sd->sd_CS; in send_seeprom_cmd()
112 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in send_seeprom_cmd()
117 temp ^= sd->sd_DO; in send_seeprom_cmd()
118 SEEPROM_OUTB(sd, temp); in send_seeprom_cmd()
120 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in send_seeprom_cmd()
123 temp ^= sd->sd_DO; in send_seeprom_cmd()
133 uint8_t temp; in reset_seeprom() local
135 temp = sd->sd_MS; in reset_seeprom()
136 SEEPROM_OUTB(sd, temp); in reset_seeprom()
155 uint8_t temp; ahc_read_seeprom() local
226 uint8_t temp; ahc_write_seeprom() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx_93cx6.c107 uint8_t temp; in send_seeprom_cmd() local
111 temp = sd->sd_MS ^ sd->sd_CS; in send_seeprom_cmd()
112 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in send_seeprom_cmd()
117 temp ^= sd->sd_DO; in send_seeprom_cmd()
118 SEEPROM_OUTB(sd, temp); in send_seeprom_cmd()
120 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in send_seeprom_cmd()
123 temp ^= sd->sd_DO; in send_seeprom_cmd()
133 uint8_t temp; in reset_seeprom() local
135 temp = sd->sd_MS; in reset_seeprom()
136 SEEPROM_OUTB(sd, temp); in reset_seeprom()
155 uint8_t temp; ahc_read_seeprom() local
226 uint8_t temp; ahc_write_seeprom() local
[all...]

Completed in 13 milliseconds

12345678910>>...176