Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_luv.c168 void (*tfunc)(LogLuvState*, uint8*, tmsize_t); member
251 (*sp->tfunc)(sp, op, npixels); in LogL16Decode()
310 (*sp->tfunc)(sp, op, npixels); in LogLuvDecode24()
385 (*sp->tfunc)(sp, op, npixels); in LogLuvDecode32()
465 (*sp->tfunc)(sp, bp, npixels); in LogL16Encode()
558 (*sp->tfunc)(sp, bp, npixels); in LogLuvEncode24()
616 (*sp->tfunc)(sp, bp, npixels); in LogLuvEncode32()
1452 sp->tfunc = Luv24toXYZ; in LogLuvSetupDecode()
1455 sp->tfunc = Luv24toLuv48; in LogLuvSetupDecode()
1458 sp->tfunc = Luv24toRGB; in LogLuvSetupDecode()
[all …]
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx02.c94 void (*tfunc)(void); member
102 tcases[i].tfunc(); in run()
Dstatx05.c76 void (*tfunc)(void); member
84 tcases[i].tfunc(); in run()
Dstatx01.c135 void (*tfunc)(void); member
143 tcases[i].tfunc(); in run()
Dstatx04.c107 void (*tfunc)(void); member
115 tcases[i].tfunc(); in run()
/external/ltp/testcases/kernel/syscalls/signal/
Dsignal06.c96 void *tfunc(void *arg LTP_ATTRIBUTE_UNUSED) in tfunc() function
151 TEST(pthread_create(&pt, NULL, tfunc, NULL)); in main()
/external/ltp/testcases/kernel/syscalls/rt_tgsigqueueinfo/
Drt_tgsigqueueinfo01.c160 void (*tfunc)(void); member
169 tcases[i].tfunc(); in run()
/external/ltp/testcases/kernel/syscalls/mq_notify/
Dmq_notify01.c108 static void tfunc(union sigval sv) in tfunc() function
139 ev.sigev_notify_function = tfunc; in do_test()