Home
last modified time | relevance | path

Searched refs:tfunc (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_luv.c167 void (*tfunc)(LogLuvState*, uint8*, tmsize_t); member
250 (*sp->tfunc)(sp, op, npixels); in LogL16Decode()
309 (*sp->tfunc)(sp, op, npixels); in LogLuvDecode24()
384 (*sp->tfunc)(sp, op, npixels); in LogLuvDecode32()
460 (*sp->tfunc)(sp, bp, npixels); in LogL16Encode()
553 (*sp->tfunc)(sp, bp, npixels); in LogLuvEncode24()
611 (*sp->tfunc)(sp, bp, npixels); in LogLuvEncode32()
1432 sp->tfunc = Luv24toXYZ; in LogLuvSetupDecode()
1435 sp->tfunc = Luv24toLuv48; in LogLuvSetupDecode()
1438 sp->tfunc = Luv24toRGB; in LogLuvSetupDecode()
[all …]
D0003-CVE-2015-8781-8782-8783.patch128 (*sp->tfunc)(sp, bp, npixels);
149 (*sp->tfunc)(sp, bp, npixels);
170 (*sp->tfunc)(sp, bp, npixels);
/external/ltp/testcases/kernel/syscalls/signal/
Dsignal06.c95 void *tfunc(void *arg LTP_ATTRIBUTE_UNUSED) in tfunc() function
146 TEST(pthread_create(&pt, NULL, tfunc, NULL)); in main()
/external/ltp/testcases/kernel/syscalls/mq_notify/
Dmq_notify01.c156 static void tfunc(union sigval sv) in tfunc() function
231 ev.sigev_notify_function = tfunc; in do_test()