Searched refs:tfunc (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_luv.c | 167 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/ |
D | statx05.c | 76 void (*tfunc)(void); member 84 tcases[i].tfunc(); in run()
|
D | statx02.c | 94 void (*tfunc)(void); member 102 tcases[i].tfunc(); in run()
|
D | statx09.c | 67 void (*tfunc)(void); member 75 tcases[i].tfunc(); in run()
|
D | statx01.c | 187 void (*tfunc)(void); member 195 tcases[i].tfunc(); in run()
|
/external/ltp/testcases/kernel/syscalls/signal/ |
D | signal06.c | 96 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/ |
D | rt_tgsigqueueinfo01.c | 160 void (*tfunc)(void); member 169 tcases[i].tfunc(); in run()
|
/external/ltp/testcases/kernel/syscalls/mq_notify/ |
D | mq_notify01.c | 96 static void tfunc(union sigval sv) in tfunc() function 127 ev.sigev_notify_function = tfunc; in do_test()
|
/external/python/cpython3/Modules/_decimal/tests/ |
D | deccheck.py | 1292 def tfunc(): function 1308 t[i] = Thread(target=tfunc)
|