/external/pixman/pixman/ |
pixman-arm-simd-asm.h | 155 .macro PF a, x:vararg 168 PF bic, ptr, base, #31 171 PF pld, [ptr, #OFFSET] 192 PF tst, base, #16 193 PF beq, 61f 196 PF add, SCRATCH, base, WK0, lsl #bpp_shift-dst_bpp_shift 197 PF and, SCRATCH, SCRATCH, #31 198 PF rsb, SCRATCH, SCRATCH, WK0, lsl #bpp_shift-dst_bpp_shift 199 PF sub, SCRATCH, SCRATCH, #1 /* so now ranges are -16..-1 / 0..31 / 32..63 */ 200 PF movs, SCRATCH, SCRATCH, #32-6 /* so this sets NC / nc / Nc * [all...] |
pixman-arm-neon-asm.S | 262 PF add PF_X, PF_X, #8 264 PF tst PF_CTL, #0xF 266 PF addne PF_X, PF_X, #8 268 PF subne PF_CTL, PF_CTL, #1 272 PF pld, [PF_SRC, PF_X, lsl #src_bpp_shift] 275 PF pld, [PF_DST, PF_X, lsl #dst_bpp_shift] 277 PF cmp PF_X, ORIG_W 280 PF subge PF_X, PF_X, ORIG_W 283 PF subges PF_CTL, PF_CTL, #0x10 285 PF ldrgeb DUMMY, [PF_SRC, SRC_STRIDE, lsl #src_bpp_shift] [all...] |
pixman-arm-neon-asm.h | 395 .macro PF a, x:vararg 404 PF ldr ORIG_W, [sp] /* If we are short on regs, ORIG_W is kept on stack */ 407 PF add PF_X, PF_X, #std_increment 409 PF tst PF_CTL, #0xF 410 PF addne PF_X, PF_X, #boost_increment 411 PF subne PF_CTL, PF_CTL, #1 412 PF cmp PF_X, ORIG_W 414 PF pld, [PF_SRC, PF_X, lsl #src_bpp_shift] 417 PF pld, [PF_DST, PF_X, lsl #dst_bpp_shift] 420 PF pld, [PF_MASK, PF_X, lsl #mask_bpp_shift [all...] |
/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/arduino/hardware/arduino/cores/arduino/ |
pins_arduino.c | 73 #define PF 6 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 , // PF 4 ** 58 ** A4 [all...] |
/external/llvm/lib/ExecutionEngine/JIT/ |
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]))); 630 Function *PF = jitstate->getPendingFunctions(locked).back(); 633 assert(!PF->hasAvailableExternallyLinkage() & [all...] |
/external/llvm/lib/ExecutionEngine/MCJIT/ |
MCJIT.cpp | 248 int (*PF)(int, char **, const char **) = 253 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(), 262 int (*PF)(int, char **) = (int(*)(int, char **))(intptr_t)FPtr; 266 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(), 275 int (*PF)(int) = (int(*)(int))(intptr_t)FPtr; 276 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue()));
|
/external/llvm/lib/MC/ |
MCSubtargetInfo.cpp | 38 const SubtargetFeatureKV *PF, 49 ProcFeatures = PF;
|
/external/llvm/include/llvm/MC/ |
MCSubtargetInfo.h | 50 const SubtargetFeatureKV *PF,
|
/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/llvm/tools/bugpoint/ |
ExtractFunction.cpp | 95 const Function *PF = PBB->getParent(); 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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/ |
xdflong.asm | 141 idesc64 isrL, 0x0008, 0 ; 0x0E, 14, #PF, Page Fault 180 dw isrR, 0 ; 0x0E, 14, #PF, Page Fault
|
xdfprotect.asm | 115 idesc32 isrP, 0x0008, 0 ; 0x0E, 14, #PF, Page Fault 153 dw isrR, 0 ; 0x0E, 14, #PF, Page Fault
|
/external/clang/test/SemaCXX/ |
nullptr.cpp | 24 void (*pf)() = nullptr; 25 pf = null; 78 template <int *PI, void (*PF)(), int A::*PM, void (A::*PMF)()>
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
toy.cpp | 733 Function *PF = OpenModule->getFunction(FnName); 734 if (PF && !PF->empty()) { 740 if (!PF) 741 PF = Function::Create(F->getFunctionType(), 745 return PF; [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
toy.cpp | 743 Function *PF = OpenModule->getFunction(FnName); 744 if (PF && !PF->empty()) { 750 if (!PF) 751 PF = Function::Create(F->getFunctionType(), 755 return PF; [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
toy.cpp | 832 Function *PF = OpenModule->getFunction(FnName); 833 if (PF && !PF->empty()) { 839 if (!PF) 840 PF = Function::Create(F->getFunctionType(), 844 return PF; [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
toy.cpp | 995 Function *PF = CurrentModule->getFunction(FnName); 996 if (PF && !PF->empty()) { 1002 if (!PF) 1003 PF = Function::Create(F->getFunctionType(), 1007 return PF; [all...] |
/external/chromium_org/third_party/icu/source/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...] |
/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...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAG.cpp | 466 const MemSDNode *PF = cast<MemSDNode>(N); 467 ID.AddInteger(PF->getPointerInfo().getAddrSpace()); [all...] |
/external/chromium_org/third_party/usb_ids/ |
usb.ids | [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/ |
h264-svc-99-640x360.rtpdump | 275 ????????|?K? ??W{?CU??????91 y2?3??i??4???????a ?S?NN??n???u@????(oU??Am ?0?
???? ?^?????B???(?? 7??q? ?@?? PF??2????????zR]9??????:`:???dF??????v?????????0?b??"?E?8K??i??!??v??h(?7??S?????v?&
B0??lVi/???{??;j"??_????@8??K?G???Y?N/?\E??d? ??????R?^??y?;5Ev????????D$?_???-)f$????????3?????t
?K???6???)?<?"NS???????"?2??z????????Lr??MS??9??W?_C??K?8??ck?D??w??8?0??\ ?J???Q?????b?`???lFB????h2?@9??w?Z??2??}?K??????6?v??(??f??????^?D#??#q:????G W-D)??(?v?-q???-??I? [all...] |