Searched refs:tfunc (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_luv.c | 168 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/ |
D | statx02.c | 94 void (*tfunc)(void); member 102 tcases[i].tfunc(); in run()
|
D | statx05.c | 76 void (*tfunc)(void); member 84 tcases[i].tfunc(); in run()
|
D | statx01.c | 135 void (*tfunc)(void); member 143 tcases[i].tfunc(); in run()
|
D | statx04.c | 107 void (*tfunc)(void); member 115 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 | 108 static void tfunc(union sigval sv) in tfunc() function 139 ev.sigev_notify_function = tfunc; in do_test()
|