Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_luv.c167 void (*tfunc)(LogLuvState *, uint8_t *, tmsize_t); member
250 (*sp->tfunc)(sp, op, npixels); in LogL16Decode()
305 (*sp->tfunc)(sp, op, npixels); in LogLuvDecode24()
380 (*sp->tfunc)(sp, op, npixels); in LogLuvDecode32()
461 (*sp->tfunc)(sp, bp, npixels); in LogL16Encode()
569 (*sp->tfunc)(sp, bp, npixels); in LogLuvEncode24()
630 (*sp->tfunc)(sp, bp, npixels); in LogLuvEncode32()
1517 sp->tfunc = Luv24toXYZ; in LogLuvSetupDecode()
1520 sp->tfunc = Luv24toLuv48; in LogLuvSetupDecode()
1523 sp->tfunc = Luv24toRGB; in LogLuvSetupDecode()
[all …]
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx05.c76 void (*tfunc)(void); member
84 tcases[i].tfunc(); in run()
Dstatx02.c94 void (*tfunc)(void); member
102 tcases[i].tfunc(); in run()
Dstatx09.c67 void (*tfunc)(void); member
75 tcases[i].tfunc(); in run()
Dstatx01.c187 void (*tfunc)(void); member
195 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.c96 static void tfunc(union sigval sv) in tfunc() function
127 ev.sigev_notify_function = tfunc; in do_test()
/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py1292 def tfunc(): function
1308 t[i] = Thread(target=tfunc)