Home
last modified time | relevance | path

Searched refs:tptr (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dx86_64-mont5.pl1029 lea ($tp,$num),%rbx # tptr in .sqr4x_sub
1096 my ($i,$j,$tptr)=("%rbp","%rcx",$rptr);
1328 lea 48+8(%rsp,$num,2),$tptr # end of tp[] buffer, &tp[2*$num]
1330 lea -32($tptr,$i),$tptr # end of tp[] window, &tp[2*$num-"$i"]
1338 mov $A0[0],-24($tptr,$i) # t[1]
1344 mov $A0[1],-16($tptr,$i) # t[2]
1362 mov $A0[0],-8($tptr,$j) # t[3]
1387 mov $A0[1],($tptr,$j) # t[4]
1403 mov $A0[0],8($tptr,
[all...]
H A Dx86_64-mont.pl831 my ($i,$j,$tptr)=("%rbp","%rcx",$rptr);
1112 my ($aptr, $bptr, $nptr, $tptr, $mi, $bi, $zero, $num)=
1118 lea 64+32(%rsp),$tptr
1147 mov %r10,-4*8($tptr)
1152 mov %r11,-3*8($tptr)
1156 mov %r12,-2*8($tptr)
1175 lea 4*8($tptr),$tptr
1185 mov %r10,-5*8($tptr)
1187 mov %r11,-4*8($tptr)
[all...]
H A Dia64-mont.pl104 tptr=r16; // &tp[0]
210 add tptr=16,sp
216 ldf8 ahi[3]=[tptr] // tp[0]
238 { .mfi; st8 [tptr]=r0 // tp[0] is already accounted
264 { .mfi; (p21) ld8 t[0]=[tptr],8
307 add tptr=16,sp }
326 { .mfi; (p16) ld8 t[0]=[tptr],8 // t=*(tp++)
346 sub tptr=tptr,len
349 mov bptr=tptr
343 sub tptr=tptr,len global() subroutine
[all...]
/third_party/openssl/crypto/bn/asm/
H A Dx86_64-mont5.pl1029 lea ($tp,$num),%rbx # tptr in .sqr4x_sub
1096 my ($i,$j,$tptr)=("%rbp","%rcx",$rptr);
1328 lea 48+8(%rsp,$num,2),$tptr # end of tp[] buffer, &tp[2*$num]
1330 lea -32($tptr,$i),$tptr # end of tp[] window, &tp[2*$num-"$i"]
1338 mov $A0[0],-24($tptr,$i) # t[1]
1344 mov $A0[1],-16($tptr,$i) # t[2]
1362 mov $A0[0],-8($tptr,$j) # t[3]
1387 mov $A0[1],($tptr,$j) # t[4]
1403 mov $A0[0],8($tptr,
[all...]
H A Dx86_64-mont.pl831 my ($i,$j,$tptr)=("%rbp","%rcx",$rptr);
1112 my ($aptr, $bptr, $nptr, $tptr, $mi, $bi, $zero, $num)=
1118 lea 64+32(%rsp),$tptr
1147 mov %r10,-4*8($tptr)
1152 mov %r11,-3*8($tptr)
1156 mov %r12,-2*8($tptr)
1175 lea 4*8($tptr),$tptr
1185 mov %r10,-5*8($tptr)
1187 mov %r11,-4*8($tptr)
[all...]
H A Dia64-mont.pl104 tptr=r16; // &tp[0]
210 add tptr=16,sp
216 ldf8 ahi[3]=[tptr] // tp[0]
238 { .mfi; st8 [tptr]=r0 // tp[0] is already accounted
264 { .mfi; (p21) ld8 t[0]=[tptr],8
307 add tptr=16,sp }
326 { .mfi; (p16) ld8 t[0]=[tptr],8 // t=*(tp++)
346 sub tptr=tptr,len
349 mov bptr=tptr
343 sub tptr=tptr,len global() subroutine
[all...]
/third_party/alsa-lib/src/topology/
H A Dbuilder.c231 struct tplg_table *tptr; in tplg_write_data() local
240 tptr = &tplg_table[index]; in tplg_write_data()
241 if (!tptr->build) in tplg_write_data()
243 list = (struct list_head *)((void *)tplg + tptr->loff); in tplg_write_data()
267 tptr = &tplg_table[index]; in tplg_write_data()
268 if (!tptr->build) in tplg_write_data()
270 list = (struct list_head *)((void *)tplg + tptr->loff); in tplg_write_data()
277 tptr->name, tptr->type, in tplg_write_data()
278 tptr in tplg_write_data()
[all...]
H A Ddecoder.c46 struct tplg_table *tptr; in snd_tplg_decode() local
107 tptr = &tplg_table[index]; in snd_tplg_decode()
108 if (tptr->tsoc == (int)hdr->type) in snd_tplg_decode()
111 if (index >= tplg_table_items || tptr->decod == NULL) { in snd_tplg_decode()
115 tplg_log(tplg, 'D', pos, "block: type %d - %s", hdr->type, tptr->name); in snd_tplg_decode()
116 err = tptr->decod(tplg, pos, hdr, b + hdr->size, hdr->payload_size); in snd_tplg_decode()
H A Delem.c360 struct tplg_table *tptr; in tplg_elem_type_lookup() local
366 tptr = &tplg_table[index]; in tplg_elem_type_lookup()
367 if (!tptr->enew) in tplg_elem_type_lookup()
369 if ((int)type != tptr->type) in tplg_elem_type_lookup()
376 list = (struct list_head *)((void *)tplg + tptr->loff); in tplg_elem_type_lookup()
407 struct tplg_table *tptr; in tplg_elem_new_common() local
450 tptr = &tplg_table[index]; in tplg_elem_new_common()
451 if (!tptr->enew) in tplg_elem_new_common()
453 if ((int)type != tptr->type) in tplg_elem_new_common()
462 list = (struct list_head *)((void *)tplg + tptr in tplg_elem_new_common()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvc1dsp.c609 int16_t tmp[11 * 8], *tptr = tmp; \
616 tptr[i] = (vc1_mspel_ver_filter_16bits(src + i, stride, vmode) + r) >> shift; \
618 tptr += 11; \
622 tptr = tmp + 1; \
625 OP(dst[i], (vc1_mspel_hor_filter_16bits(tptr + i, 1, hmode) + r) >> 7); \
627 tptr += 11; \
667 int16_t tmp[19 * 16], *tptr = tmp; \
674 tptr[i] = (vc1_mspel_ver_filter_16bits(src + i, stride, vmode) + r) >> shift; \
676 tptr += 19; \
680 tptr
[all...]
/third_party/ltp/testcases/kernel/sched/tool/
H A Dtrace_sched.c202 struct timeval tptr; /* tptr.tv_usec will be used to seed srand. */ in thread_func() local
218 gettimeofday(&tptr, NULL); in thread_func()
219 srand((unsigned int)tptr.tv_usec); in thread_func()
/third_party/ffmpeg/libavformat/
H A Dsbgdec.c354 char *tptr; in parse_options() local
377 v = strtod(oarg.s, &tptr); in parse_options()
378 if (oarg.e != tptr) { in parse_options()
405 tptr = av_malloc(oarg.e - oarg.s + 1); in parse_options()
406 if (!tptr) in parse_options()
408 memcpy(tptr, oarg.s, oarg.e - oarg.s); in parse_options()
409 tptr[oarg.e - oarg.s] = 0; in parse_options()
411 p->scs.opt_mix = tptr; in parse_options()
415 v = strtod(oarg.s, &tptr); in parse_options()
416 if (oarg.e != tptr) { in parse_options()
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dpngwutil.c2760 png_bytep tptr; in png_write_filtered_row() local
2762 tptr = png_ptr->prev_row; in png_write_filtered_row()
2764 png_ptr->row_buf = tptr; in png_write_filtered_row()
/third_party/python/Objects/
H A Dtypeobject.c8400 void **tptr = resolve_slotdups(type, p->name_strobj); in update_one_slot() local
8401 if (tptr == NULL || tptr == ptr) in update_one_slot()

Completed in 25 milliseconds