HomeSort by relevance Sort by last modified time
    Searched refs:PF (Results 1 - 11 of 11) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-action-udhcp.sh 8 PF=$2
10 if [ ! -r $PF ]; then
14 PID=`cat $PF`
20 rm $PF
p2p-action.sh 8 PF=$2
10 if [ ! -r $PF ]; then
14 PID=`cat $PF`
20 rm $PF
44 dhclient -pf /var/run/dhclient-$GIFNAME.pid \
  /external/llvm/include/llvm/MC/
MCSubtargetInfo.h 43 const SubtargetFeatureKV *PF,
  /external/llvm/lib/MC/
MCSubtargetInfo.cpp 22 const SubtargetFeatureKV *PF,
30 ProcFeatures = PF;
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 145 int (*PF)(int, char **, const char **) =
150 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
159 int (*PF)(int, char **) = (int(*)(int, char **))(intptr_t)FPtr;
163 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
172 int (*PF)(int) = (int(*)(int))(intptr_t)FPtr;
173 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue()));
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 410 int (*PF)(int, char **, const char **) =
415 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
424 int (*PF)(int, char **) = (int(*)(int, char **))(intptr_t)FPtr;
428 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
437 int (*PF)(int) = (int(*)(int))(intptr_t)FPtr;
438 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue()));
623 Function *PF = jitstate->getPendingFunctions(locked).back();
626 assert(!PF->hasAvailableExternallyLinkage() &&
629 jitTheFunction(PF, locked);
633 updateFunctionStub(PF);
    [all...]
  /external/e2fsprogs/ext2ed/
ext2ed.h 82 typedef void (*PF) (char *); /* Used to point to the dispatched functions */
88 PF callback [MAX_COMMANDS_NUM];
239 extern void add_user_command (struct struct_commands *ptr,char *name,char *description,PF callback);
init.c 349 void add_user_command (struct struct_commands *ptr,char *name,char *description,PF callback)
  /external/clang/test/SemaCXX/
nullptr.cpp 24 void (*pf)() = nullptr;
25 pf = null;
73 template <int *PI, void (*PF)(), int A::*PM, void (A::*PMF)()>
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 63 const Function *PF = PBB->getParent();
66 std::advance(RFI, std::distance(PF->getParent()->begin(),
67 Module::const_iterator(PF)));
70 std::advance(RBI, std::distance(PF->begin(), Function::const_iterator(PBB)));
  /external/icu4c/test/perf/collationperf/
collperf.cpp 487 typedef int32_t (U_EXPORT2 *PF)(const UChar *, const UChar *);
488 PF pf = u_strcmp; local
489 if (opt_strcmpCPO) {pf = u_strcmpCodePointOrder;}
490 //if (opt_strcmp && opt_win) {pf = (PF)wcscmp;} // Damn the difference between int32_t and int
506 r = (*pf)((gSortedLines[line])->name, (gSortedLines[guess])->name);
    [all...]

Completed in 1092 milliseconds