Searched refs:ctf (Results 1 – 3 of 3) sorted by relevance
208 void test_funcptr_call(ConvertToFunc ctf, ConvertToFuncDerived ctfd) { in test_funcptr_call() argument209 int &i1 = ctf(1.0f, 2.0); in test_funcptr_call()210 float &f1 = ctf((short int)1, 1.0f); in test_funcptr_call()211 ctf((long int)17, 2.0); // expected-error{{call to object of type 'ConvertToFunc' is ambiguous}} in test_funcptr_call()212 ctf(); in test_funcptr_call()
125 char *p_id_str, UINT8 ctf, in NDEF_MsgAddWktHc() argument140 UINT8_TO_STREAM (p, (ctf & 0x07)); in NDEF_MsgAddWktHc()
420 char *p_id_str, UINT8 ctf,