Home
last modified time | relevance | path

Searched defs:tdata (Results 1 – 20 of 20) sorted by relevance

/third_party/curl/tests/libtest/
Dlib586.c102 struct Tdata *tdata = (struct Tdata*)ptr; in fire() local
137 struct Tdata tdata; in test() local
Dlib506.c134 struct Tdata *tdata = (struct Tdata*)ptr; in fire() local
181 struct Tdata tdata; in test() local
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_integer_sequence.cpp270 int tdata = read_bits(bits_to_read[lcounter], bit_offset, input_data); in decode_ise() local
283 int tdata = read_bits(bits_to_read[lcounter], bit_offset, input_data); in decode_ise() local
/third_party/pulseaudio/src/pulsecore/
Dmemchunk.c38 void *tdata, *sdata; in pa_memchunk_make_writable() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
DSFFontView.java31 TaggedDataImpl tdata = new ViewableTaggedData.TaggedDataImpl(post); in SFFontView() local
DOtTableTagger.java62 OtTableTagger(TaggedData tdata) { in OtTableTagger()
/third_party/ffmpeg/libavcodec/
Ddsddec.c73 static int dsd_channel(AVCodecContext *avctx, void *tdata, int j, int threadnr) in dsd_channel()
Dvp8.c2369 static av_always_inline int decode_mb_row_no_filter(AVCodecContext *avctx, void *tdata, in decode_mb_row_no_filter()
2497 static int vp7_decode_mb_row_no_filter(AVCodecContext *avctx, void *tdata, in vp7_decode_mb_row_no_filter()
2503 static int vp8_decode_mb_row_no_filter(AVCodecContext *avctx, void *tdata, in vp8_decode_mb_row_no_filter()
2509 static av_always_inline void filter_mb_row(AVCodecContext *avctx, void *tdata, in filter_mb_row()
2568 static void vp7_filter_mb_row(AVCodecContext *avctx, void *tdata, in vp7_filter_mb_row()
2574 static void vp8_filter_mb_row(AVCodecContext *avctx, void *tdata, in vp8_filter_mb_row()
2581 int vp78_decode_mb_row_sliced(AVCodecContext *avctx, void *tdata, int jobnr, in vp78_decode_mb_row_sliced()
2615 static int vp7_decode_mb_row_sliced(AVCodecContext *avctx, void *tdata, in vp7_decode_mb_row_sliced()
2621 static int vp8_decode_mb_row_sliced(AVCodecContext *avctx, void *tdata, in vp8_decode_mb_row_sliced()
Dmagicyuv.c115 static int magy_decode_slice10(AVCodecContext *avctx, void *tdata, in magy_decode_slice10()
247 static int magy_decode_slice(AVCodecContext *avctx, void *tdata, in magy_decode_slice()
Dfic.c172 static int fic_decode_slice(AVCodecContext *avctx, void *tdata) in fic_decode_slice()
Dvp9.c1393 int decode_tiles_mt(AVCodecContext *avctx, void *tdata, int jobnr, in decode_tiles_mt()
Dproresenc_kostya.c271 ProresThreadData *tdata; member
Dexr.c1181 static int decode_block(AVCodecContext *avctx, void *tdata, in decode_block()
/third_party/astc-encoder/Source/
Dastcenc_integer_sequence.cpp685 unsigned int tdata = read_bits(bits_to_read[lcounter], bit_offset, input_data); in decode_ise() local
698 unsigned int tdata = read_bits(bits_to_read[lcounter], bit_offset, input_data); in decode_ise() local
/third_party/elfutils/libdwfl/
Drelocate.c326 Elf_Data * const tdata, in relocate()
558 Elf_Data *tdata = elf_rawdata (tscn, NULL); in relocate_section() local
/third_party/node/deps/openssl/openssl/ssl/
Dbio_ssl.c481 BIO_SSL *tdata, *fdata; in BIO_ssl_copy_session_id() local
/third_party/openssl/ssl/
Dbio_ssl.c481 BIO_SSL *tdata, *fdata; in BIO_ssl_copy_session_id() local
/third_party/elfutils/src/
Dstrip.c447 Elf_Data *tdata, unsigned int ei_data, const char *fname, in relocate()
625 Elf_Data *tdata = elf_getdata (tscn, NULL); in remove_debug_relocations() local
/third_party/NuttX/drivers/usbdev/gadget/
Df_uvc.h784 struct uvc_transfer_data tdata; /* transfer data information */ member
/third_party/curl/lib/
Durldata.h593 struct thread_data *tdata; member