Searched defs:cdh (Results 1 – 3 of 3) sorted by relevance
63 extern "C" __device__ int cdh(void) {return 10;} in cdh() function65 extern "C" __host__ int cdh(void) {return 11;} in cdh() function
52 extern "C" __device__ int cdh(void) {return 10;} in cdh() function53 extern "C" __host__ int cdh(void) {return 11;} in cdh() function
495 cdh[] = { 0x63, 0x64, 0x68, 0 }, in TestStringSearching() local