Searched refs:PF (Results 1 - 13 of 13) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
H A D | p2p-action-udhcp.sh | 8 PF=$2 10 if [ ! -r $PF ]; then 14 PID=`cat $PF` 20 rm $PF
|
H A D | p2p-action.sh | 8 PF=$2 10 if [ ! -r $PF ]; then 14 PID=`cat $PF` 20 rm $PF
|
/external/arduino/hardware/arduino/cores/arduino/ |
H A D | pins_arduino.c | 73 #define PF 6 macro 187 PF , // PF 0 ** 54 ** A0 188 PF , // PF 1 ** 55 ** A1 189 PF , // PF 2 ** 56 ** A2 190 PF , // PF 3 ** 57 ** A3 191 PF , // P [all...] |
/external/llvm/include/llvm/MC/ |
H A D | MCSubtargetInfo.h | 43 const SubtargetFeatureKV *PF,
|
/external/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 24 const SubtargetFeatureKV *PF, 32 ProcFeatures = PF; 23 InitMCSubtargetInfo(StringRef TT, StringRef CPU, StringRef FS, const SubtargetFeatureKV *PF, const SubtargetFeatureKV *PD, const SubtargetInfoKV *ProcSched, const InstrStage *IS, const unsigned *OC, const unsigned *FP, unsigned NF, unsigned NP) argument
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 175 int (*PF)(int, char **, const char **) = 180 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(), 189 int (*PF)(int, char **) = (int(*)(int, char **))(intptr_t)FPtr; 193 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(), 202 int (*PF)(int) = (int(*)(int))(intptr_t)FPtr; 203 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue()));
|
/external/llvm/lib/ExecutionEngine/JIT/ |
H A D | JIT.cpp | 412 int (*PF)(int, char **, const char **) = 417 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(), 426 int (*PF)(int, char **) = (int(*)(int, char **))(intptr_t)FPtr; 430 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(), 438 int (*PF)(int) = (int(*)(int))(intptr_t)FPtr; 439 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue())); 444 int (*PF)(char *) = (int(*)(char *))(intptr_t)FPtr; 445 rv.IntVal = APInt(32, PF((char*)GVTOP(ArgValues[0]))); 629 Function *PF = jitstate->getPendingFunctions(locked).back(); local 632 assert(!PF [all...] |
/external/e2fsprogs/ext2ed/ |
H A D | ext2ed.h | 82 typedef void (*PF) (char *); /* Used to point to the dispatched functions */ typedef 88 PF callback [MAX_COMMANDS_NUM]; 239 extern void add_user_command (struct struct_commands *ptr,char *name,char *description,PF callback);
|
H A D | init.c | 349 void add_user_command (struct struct_commands *ptr,char *name,char *description,PF callback)
|
/external/llvm/tools/bugpoint/ |
H A D | ExtractFunction.cpp | 95 const Function *PF = PBB->getParent(); local 98 std::advance(RFI, std::distance(PF->getParent()->begin(), 99 Module::const_iterator(PF))); 102 std::advance(RBI, std::distance(PF->begin(), Function::const_iterator(PBB)));
|
/external/clang/test/SemaCXX/ |
H A D | nullptr.cpp | 75 template <int *PI, void (*PF)(), int A::*PM, void (A::*PMF)()>
|
/external/icu4c/test/perf/collationperf/ |
H A D | collperf.cpp | 487 typedef int32_t (U_EXPORT2 *PF)(const UChar *, const UChar *); typedef 488 PF pf = u_strcmp; 490 //if (opt_strcmp && opt_win) {pf = (PF)wcscmp;} // Damn the difference between int32_t and int
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 484 const MemSDNode *PF = cast<MemSDNode>(N); local 485 ID.AddInteger(PF->getPointerInfo().getAddrSpace());
|
Completed in 288 milliseconds