Home
last modified time | relevance | path

Searched refs:tptr (Results 1 – 17 of 17) sorted by relevance

/third_party/openssl/crypto/bn/asm/
Dx86_64-mont5.pl1095 my ($i,$j,$tptr)=("%rbp","%rcx",$rptr);
1327 lea 48+8(%rsp,$num,2),$tptr # end of tp[] buffer, &tp[2*$num]
1329 lea -32($tptr,$i),$tptr # end of tp[] window, &tp[2*$num-"$i"]
1337 mov $A0[0],-24($tptr,$i) # t[1]
1343 mov $A0[1],-16($tptr,$i) # t[2]
1361 mov $A0[0],-8($tptr,$j) # t[3]
1386 mov $A0[1],($tptr,$j) # t[4]
1402 mov $A0[0],8($tptr,$j) # t[5]
1419 mov $A0[1],16($tptr,$j) # t[6]
1431 mov $A0[0],-8($tptr,$j) # t[7]
[all …]
Dx86_64-mont.pl830 my ($i,$j,$tptr)=("%rbp","%rcx",$rptr);
1110 my ($aptr, $bptr, $nptr, $tptr, $mi, $bi, $zero, $num)=
1116 lea 64+32(%rsp),$tptr
1145 mov %r10,-4*8($tptr)
1150 mov %r11,-3*8($tptr)
1154 mov %r12,-2*8($tptr)
1173 lea 4*8($tptr),$tptr
1183 mov %r10,-5*8($tptr)
1185 mov %r11,-4*8($tptr)
1189 mov %r12,-3*8($tptr)
[all …]
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
Dx86_64-mont5.pl1095 my ($i,$j,$tptr)=("%rbp","%rcx",$rptr);
1327 lea 48+8(%rsp,$num,2),$tptr # end of tp[] buffer, &tp[2*$num]
1329 lea -32($tptr,$i),$tptr # end of tp[] window, &tp[2*$num-"$i"]
1337 mov $A0[0],-24($tptr,$i) # t[1]
1343 mov $A0[1],-16($tptr,$i) # t[2]
1361 mov $A0[0],-8($tptr,$j) # t[3]
1386 mov $A0[1],($tptr,$j) # t[4]
1402 mov $A0[0],8($tptr,$j) # t[5]
1419 mov $A0[1],16($tptr,$j) # t[6]
1431 mov $A0[0],-8($tptr,$j) # t[7]
[all …]
Dx86_64-mont.pl830 my ($i,$j,$tptr)=("%rbp","%rcx",$rptr);
1110 my ($aptr, $bptr, $nptr, $tptr, $mi, $bi, $zero, $num)=
1116 lea 64+32(%rsp),$tptr
1145 mov %r10,-4*8($tptr)
1150 mov %r11,-3*8($tptr)
1154 mov %r12,-2*8($tptr)
1173 lea 4*8($tptr),$tptr
1183 mov %r10,-5*8($tptr)
1185 mov %r11,-4*8($tptr)
1189 mov %r12,-3*8($tptr)
[all …]
/third_party/alsa-lib/src/topology/
Dbuilder.c232 struct tplg_table *tptr; in tplg_write_data() local
241 tptr = &tplg_table[index]; in tplg_write_data()
242 if (!tptr->build) in tplg_write_data()
244 list = (struct list_head *)((void *)tplg + tptr->loff); in tplg_write_data()
268 tptr = &tplg_table[index]; in tplg_write_data()
269 if (!tptr->build) in tplg_write_data()
271 list = (struct list_head *)((void *)tplg + tptr->loff); in tplg_write_data()
278 tptr->name, tptr->type, in tplg_write_data()
279 tptr->tsoc, size, size); in tplg_write_data()
281 tptr->tsoc, tptr->name); in tplg_write_data()
[all …]
Ddecoder.c47 struct tplg_table *tptr; in snd_tplg_decode() local
108 tptr = &tplg_table[index]; in snd_tplg_decode()
109 if (tptr->tsoc == (int)hdr->type) in snd_tplg_decode()
112 if (index >= tplg_table_items || tptr->decod == NULL) { in snd_tplg_decode()
116 tplg_log(tplg, 'D', pos, "block: type %d - %s", hdr->type, tptr->name); in snd_tplg_decode()
117 err = tptr->decod(tplg, pos, hdr, b + hdr->size, hdr->payload_size); in snd_tplg_decode()
Delem.c361 struct tplg_table *tptr; in tplg_elem_type_lookup() local
367 tptr = &tplg_table[index]; in tplg_elem_type_lookup()
368 if (!tptr->enew) in tplg_elem_type_lookup()
370 if ((int)type != tptr->type) in tplg_elem_type_lookup()
377 list = (struct list_head *)((void *)tplg + tptr->loff); in tplg_elem_type_lookup()
408 struct tplg_table *tptr; in tplg_elem_new_common() local
451 tptr = &tplg_table[index]; in tplg_elem_new_common()
452 if (!tptr->enew) in tplg_elem_new_common()
454 if ((int)type != tptr->type) in tplg_elem_new_common()
463 list = (struct list_head *)((void *)tplg + tptr->loff); in tplg_elem_new_common()
[all …]
Dsave.c424 struct tplg_table *tptr; in tplg_save() local
435 tptr = &tplg_table[index]; in tplg_save()
436 list = (struct list_head *)((void *)tplg + tptr->loff); in tplg_save()
444 if (tptr->save == NULL && tptr->gsave == NULL) { in tplg_save()
446 tptr->id); in tplg_save()
450 if (tptr->save) in tplg_save()
479 err = tptr->save(tplg, elem, dst, count > 1 ? pfx2 : prefix); in tplg_save()
482 tptr->id, snd_strerror(-err)); in tplg_save()
495 tptr = &tplg_table[index]; in tplg_save()
496 if (tptr->gsave) { in tplg_save()
[all …]
/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstwarp.c108 gint32 *tptr, *tsinptr; in initSinTable() local
111 tsinptr = tptr = sintable; in initSinTable()
114 *tptr++ = (int) (sin (i * M_PI / 512) * 32767); in initSinTable()
117 *tptr++ = *tsinptr++; in initSinTable()
/third_party/ffmpeg/libavcodec/
Dvc1dsp.c606 int16_t tmp[11 * 8], *tptr = tmp; \
613 tptr[i] = (vc1_mspel_ver_filter_16bits(src + i, stride, vmode) + r) >> shift; \
615 tptr += 11; \
619 tptr = tmp + 1; \
622 OP(dst[i], (vc1_mspel_hor_filter_16bits(tptr + i, 1, hmode) + r) >> 7); \
624 tptr += 11; \
664 int16_t tmp[19 * 16], *tptr = tmp; \
671 tptr[i] = (vc1_mspel_ver_filter_16bits(src + i, stride, vmode) + r) >> shift; \
673 tptr += 19; \
677 tptr = tmp + 1; \
[all …]
/third_party/ltp/testcases/kernel/sched/tool/
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/
Dsbgdec.c353 char *tptr; in parse_options() local
376 v = strtod(oarg.s, &tptr); in parse_options()
377 if (oarg.e != tptr) { in parse_options()
404 tptr = av_malloc(oarg.e - oarg.s + 1); in parse_options()
405 if (!tptr) in parse_options()
407 memcpy(tptr, oarg.s, oarg.e - oarg.s); in parse_options()
408 tptr[oarg.e - oarg.s] = 0; in parse_options()
410 p->scs.opt_mix = tptr; in parse_options()
414 v = strtod(oarg.s, &tptr); in parse_options()
415 if (oarg.e != tptr) { in parse_options()
[all …]
/third_party/skia/third_party/externals/libpng/
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/
Dtypeobject.c8267 void **tptr = resolve_slotdups(type, p->name_strobj); in update_one_slot() local
8268 if (tptr == NULL || tptr == ptr) in update_one_slot()
/third_party/chromium/patch/
D0001-cve.patch120317 -static xmlIntFunc *xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname);
120318 +static xmlIntFunc *xmlUnicodeLookup(const xmlUnicodeNameTable *tptr, const char *tname);
120378 -*xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname) {
120379 +*xmlUnicodeLookup(const xmlUnicodeNameTable *tptr, const char *tname) {
120384 if ((tptr == NULL) || (tname == NULL)) return(NULL);
134932 -static xmlIntFunc *xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname);
134933 +static xmlIntFunc *xmlUnicodeLookup(const xmlUnicodeNameTable *tptr, const char *tname);
135170 -*xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname) {
135171 +*xmlUnicodeLookup(const xmlUnicodeNameTable *tptr, const char *tname) {
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest15-pr18892.so.abi8443 …<parameter type-id='type-id-3' name='tptr' filepath='../../.././libsanitizer/sanitizer_common/sani…
8448 …<parameter type-id='type-id-3' name='tptr' filepath='../../.././libsanitizer/sanitizer_common/sani…
/third_party/libabigail/tests/data/test-annotate/
Dtest15-pr18892.so.abi14800 …<parameter type-id='type-id-3' name='tptr' filepath='../../.././libsanitizer/sanitizer_common/sani…
14809 …<parameter type-id='type-id-3' name='tptr' filepath='../../.././libsanitizer/sanitizer_common/sani…