Home
last modified time | relevance | path

Searched defs:_FUNC (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.c1601 #define _FUNC(f) #f, wpa_config_parse_ ## f, NULL, NULL, NULL, NULL macro
1603 #define _FUNC(f) #f, wpa_config_parse_ ## f, wpa_config_write_ ## f, \ macro
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp467 #define IMPLEMENT_VECTOR_UNORDERED(TY, X,Y, _FUNC) \ argument