Searched refs:PF (Results 1 - 25 of 26) sorted by relevance

12

/external/pixman/pixman/
H A Dpixman-arm-simd-asm.h155 .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 mov
[all...]
H A Dpixman-arm-neon-asm.S262 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 ldrge
[all...]
H A Dpixman-arm-neon-asm.h395 .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 pl
[all...]
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dp2p-action-udhcp.sh8 PF=$2
10 if [ ! -r $PF ]; then
14 PID=`cat $PF`
20 rm $PF
H A Dp2p-action.sh8 PF=$2
10 if [ ! -r $PF ]; then
14 PID=`cat $PF`
20 rm $PF
/external/arduino/hardware/arduino/cores/arduino/
H A Dpins_arduino.c73 #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/lib/ExecutionEngine/JIT/
H A DJIT.cpp260 int (*PF)(int, char **, const char **) =
265 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
274 int (*PF)(int, char **) = (int(*)(int, char **))(intptr_t)FPtr;
278 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
286 int (*PF)(int) = (int(*)(int))(intptr_t)FPtr;
287 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue()));
292 int (*PF)(char *) = (int(*)(char *))(intptr_t)FPtr;
293 rv.IntVal = APInt(32, PF((char*)GVTOP(ArgValues[0])));
477 Function *PF = jitstate->getPendingFunctions().back(); local
480 assert(!PF
[all...]
/external/llvm/lib/MC/
H A DMCSubtargetInfo.cpp41 ArrayRef<SubtargetFeatureKV> PF,
51 ProcFeatures = PF;
40 InitMCSubtargetInfo(StringRef TT, StringRef CPU, StringRef FS, ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetFeatureKV> PD, const SubtargetInfoKV *ProcSched, const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, const unsigned *FP) argument
/external/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h48 ArrayRef<SubtargetFeatureKV> PF,
/external/e2fsprogs/ext2ed/
H A Dext2ed.h78 typedef void (*PF) (char *); /* Used to point to the dispatched functions */ typedef
84 PF callback [MAX_COMMANDS_NUM];
235 extern void add_user_command (struct struct_commands *ptr,char *name,char *description,PF callback);
H A Dinit.c349 void add_user_command (struct struct_commands *ptr,char *name,char *description,PF callback)
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp455 int (*PF)(int, char **, const char **) =
460 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
469 int (*PF)(int, char **) = (int(*)(int, char **))(intptr_t)FPtr;
473 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
482 int (*PF)(int) = (int(*)(int))(intptr_t)FPtr;
483 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue()));
/external/llvm/tools/bugpoint/
H A DExtractFunction.cpp96 const Function *PF = PBB->getParent(); local
99 std::advance(RFI, std::distance(PF->getParent()->begin(),
100 Module::const_iterator(PF)));
103 std::advance(RBI, std::distance(PF->begin(), Function::const_iterator(PBB)));
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
H A Dxdflong.asm141 idesc64 isrL, 0x0008, 0 ; 0x0E, 14, #PF, Page Fault
180 dw isrR, 0 ; 0x0E, 14, #PF, Page Fault
H A Dxdfprotect.asm115 idesc32 isrP, 0x0008, 0 ; 0x0E, 14, #PF, Page Fault
153 dw isrR, 0 ; 0x0E, 14, #PF, Page Fault
/external/clang/test/SemaCXX/
H A Dnullptr.cpp78 template <int *PI, void (*PF)(), int A::*PM, void (A::*PMF)()>
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp734 Function *PF = OpenModule->getFunction(FnName); local
735 if (PF && !PF->empty()) {
741 if (!PF)
742 PF = Function::Create(F->getFunctionType(),
746 return PF;
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp744 Function *PF = OpenModule->getFunction(FnName); local
745 if (PF && !PF->empty()) {
751 if (!PF)
752 PF = Function::Create(F->getFunctionType(),
756 return PF;
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp833 Function *PF = OpenModule->getFunction(FnName); local
834 if (PF && !PF->empty()) {
840 if (!PF)
841 PF = Function::Create(F->getFunctionType(),
845 return PF;
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp996 Function *PF = CurrentModule->getFunction(FnName); local
997 if (PF && !PF->empty()) {
1003 if (!PF)
1004 PF = Function::Create(F->getFunctionType(),
1008 return PF;
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java891 PF(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A Dcollperf.cpp487 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/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp487 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 DSelectionDAG.cpp527 const MemSDNode *PF = cast<MemSDNode>(N); local
528 ID.AddInteger(PF->getPointerInfo().getAddrSpace());
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids2875 1013 PF-500
14304 1320 PhotoFrame PF-15-1

Completed in 739 milliseconds

12