Home
last modified time | relevance | path

Searched defs:td2 (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Dsteadystate.c198 struct thread_data *td, *td2; in steadystate_check() local
301 struct thread_data *td2; in td_steadystate_init() local
/external/clang/test/CodeGen/
Dpragma-weak.c59 #pragma weak td2 = __td2 // expected-warning {{'weak' attribute only applies to variables and funct… macro
Dbuiltins-nvptx.c169 double td2 = __nvvm_fmin_d(d1, d2); in nvvm_math() local
/external/clang/test/SemaCXX/
Dcalling-conv-compat.cpp355 fun_cdecl A::*td2 = &A::method_thiscall; variable