Searched refs:PA (Results 1 - 23 of 23) sorted by last modified time

/external/webkit/Source/WebKit/android/content/
H A Daddress_detector.cpp713 PA = 43, // PA Pennsylvania enumerator in enum:USState
748 PA, PA, PA, PA, PA, PA, PA, PA, P
[all...]
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]
/external/openssl/crypto/modes/asm/
H A Dghash-parisc.pl14 # uses 256 bytes per-key table [+128 bytes shared table]. On PA-7100LC
16 # fast as code generated by gcc 3.2. PA-RISC 2.0 loop is scheduled for
17 # 8 cycles, but measured performance on PA-8600 system is ~9 cycles per
80 $rem2="%r6"; # used in PA-RISC 2.0 code
118 extrd,u,*= $rem,%sar,1,$rem ; executes on PA-RISC 1.0
373 extrd,u,*= $rem,%sar,1,$rem ; executes on PA-RISC 1.0
625 .STRINGZ "GHASH for PA-RISC, GRYPTOGAMS by <appro\@openssl.org>"
629 # Explicitly encode PA-RISC 2.0 instructions used in this module, so
/external/openssl/crypto/sha/asm/
H A Dsha512-parisc.pl10 # SHA256/512 block procedure for PA-RISC.
15 # PA-7100LC. Compared to code generated by vendor compiler this
17 # virtually same performance in 32-bit build on PA-8600.
20 # PA-7100LC, PA-RISC 1.1 processor. Then implementation detects if the
21 # code is executed on PA-RISC 2.0 processor and switches to 64-bit
24 # vendor compiler on PA-8600...
270 extrd,u,*= $t1,%sar,1,$t1 ; executes on PA-RISC 1.0
353 if ($SZ==8 && $SIZE_T==4) # SHA512 for 32-bit PA-RISC 1.0
685 .STRINGZ "SHA`64*$SZ` block transform for PA
[all...]
/external/openssl/crypto/bn/asm/
H A Dpa-risc2.s2 ; PA-RISC 2.0 implementation of bn_asm code, based on the
13 ; See http://devresource.hp.com/ for more details on the PA-RISC
14 ; architecture. Also see the book "PA-RISC 2.0 Architecture"
160 ; PA-RISC 2.0 chips have two fully pipelined multipliers, thus
329 ; PA-RISC 2.0 chips have two fully pipelined multipliers, thus
H A Dpa-risc2W.s2 ; PA-RISC 64-bit implementation of bn_asm code
7 ; See http://devresource.hp.com/ for more details on the PA-RISC
8 ; architecture. Also see the book "PA-RISC 2.0 Architecture"
152 ; PA-RISC 2.0 chips have two fully pipelined multipliers, thus
319 ; PA-RISC 2.0 chips have two fully pipelined multipliers, thus
H A Dparisc-mont.pl10 # On PA-7100LC this module performs ~90-50% better, less for longer
11 # keys, than code generated by gcc 3.2 for PA-RISC 1.1. Latter means
20 # for PA-RISC 1.1, but the "baseline" is far from optimal. The actual
21 # improvement coefficient was never collected on PA-7100LC, or any
23 # vendor compiler. But to give you a taste, PA-RISC 1.1 code path
25 # of ~5x on PA-8600.
27 # On PA-RISC 2.0 it has to compete with pa-risc2[W].s, which is
36 # 32x32=64-bit multiplication is the best even PA-RISC 2.0 can do,
42 # seem to exhaust memory port capacity. And indeed, dedicated PA-RISC
48 # PA
[all...]
/external/llvm/tools/llvm-prof/
H A Dllvm-prof.cpp241 ProfileAnnotator PA(PI);
244 M.print(outs(), &PA); local
249 (*I)->print(outs(), &PA);
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp841 static int TopoOrderRC(const void *PA, const void *PB) { argument
842 const CodeGenRegisterClass *A = *(const CodeGenRegisterClass* const*)PA;
/external/llvm/lib/Transforms/Scalar/
H A DObjCARC.cpp1647 ProvenanceAnalysis PA; member in class:__anon9720::ObjCARCOpt
1883 ProvenanceAnalysis &PA, InstructionClass Class) {
1897 AliasAnalysis::ModRefBehavior MRB = PA.getAA()->getModRefBehavior(CS);
1904 if (IsPotentialUse(Op, *PA.getAA()) && PA.related(Ptr, Op))
1917 CanUse(const Instruction *Inst, const Value *Ptr, ProvenanceAnalysis &PA, argument
1929 if (!IsPotentialUse(ICI->getOperand(1), *PA.getAA()))
1936 if (IsPotentialUse(Op, *PA.getAA()) && PA.related(Ptr, Op))
1946 return IsPotentialUse(Op, *PA
1882 CanAlterRefCount(const Instruction *Inst, const Value *Ptr, ProvenanceAnalysis &PA, InstructionClass Class) argument
1993 Depends(DependenceKind Flavor, Instruction *Inst, const Value *Arg, ProvenanceAnalysis &PA) argument
2080 FindDependencies(DependenceKind Flavor, const Value *Arg, BasicBlock *StartBB, Instruction *StartInst, SmallPtrSet<Instruction *, 4> &DependingInstructions, SmallPtrSet<const BasicBlock *, 4> &Visited, ProvenanceAnalysis &PA) argument
3750 ProvenanceAnalysis PA; member in class:__anon9722::ObjCARCContract
[all...]
/external/llvm/lib/VMCore/
H A DCore.cpp1368 void LLVMAddFunctionAttr(LLVMValueRef Fn, LLVMAttribute PA) { argument
1371 const AttrListPtr PALnew = PAL.addAttr(~0U, Attributes(PA));
1375 void LLVMRemoveFunctionAttr(LLVMValueRef Fn, LLVMAttribute PA) { argument
1378 const AttrListPtr PALnew = PAL.removeAttr(~0U, Attributes(PA));
1447 void LLVMAddAttribute(LLVMValueRef Arg, LLVMAttribute PA) { argument
1448 unwrap<Argument>(Arg)->addAttr(Attributes(PA));
1451 void LLVMRemoveAttribute(LLVMValueRef Arg, LLVMAttribute PA) { argument
1452 unwrap<Argument>(Arg)->removeAttr(Attributes(PA));
1652 LLVMAttribute PA) {
1655 Call.getAttributes().addAttr(index, Attributes(PA)));
1651 LLVMAddInstrAttribute(LLVMValueRef Instr, unsigned index, LLVMAttribute PA) argument
1658 LLVMRemoveInstrAttribute(LLVMValueRef Instr, unsigned index, LLVMAttribute PA) argument
[all...]
/external/llvm/include/llvm-c/
H A DCore.h1688 void LLVMAddFunctionAttr(LLVMValueRef Fn, LLVMAttribute PA);
1700 void LLVMRemoveFunctionAttr(LLVMValueRef Fn, LLVMAttribute PA);
1788 void LLVMAddAttribute(LLVMValueRef Arg, LLVMAttribute PA);
1795 void LLVMRemoveAttribute(LLVMValueRef Arg, LLVMAttribute PA);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1049 CAMLprim value llvm_add_function_attr(LLVMValueRef Arg, value PA) { argument
1050 LLVMAddFunctionAttr(Arg, Int32_val(PA));
1062 CAMLprim value llvm_remove_function_attr(LLVMValueRef Arg, value PA) { argument
1063 LLVMRemoveFunctionAttr(Arg, Int32_val(PA));
1090 CAMLprim value llvm_add_param_attr(LLVMValueRef Arg, value PA) { argument
1091 LLVMAddAttribute(Arg, Int32_val(PA));
1096 CAMLprim value llvm_remove_param_attr(LLVMValueRef Arg, value PA) { argument
1097 LLVMRemoveAttribute(Arg, Int32_val(PA));
1199 value PA) {
1200 LLVMAddInstrAttribute(Instr, Int_val(index), Int32_val(PA));
1197 llvm_add_instruction_param_attr(LLVMValueRef Instr, value index, value PA) argument
1205 llvm_remove_instruction_param_attr(LLVMValueRef Instr, value index, value PA) argument
[all...]
/external/libffi/src/
H A Dprep_cif.c113 #if !defined M68K && !defined __x86_64__ && !defined S390 && !defined PA
137 #if !defined __x86_64__ && !defined S390 && !defined PA
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/lib/AST/
H A DItaniumMangle.cpp3184 for (TemplateArgument::pack_iterator PA = A.pack_begin(),
3186 PA != PAEnd; ++PA)
3187 mangleTemplateArg(P, *PA);
/external/clang/lib/Parse/
H A DParseDecl.cpp1936 TentativeParsingAction PA(*this);
1939 PA.Revert();
H A DParseExprCXX.cpp727 TentativeParsingAction PA(*this);
732 PA.Revert();
736 PA.Commit();
H A DParseStmt.cpp1988 TentativeParsingAction PA(*this);
1992 PA.Commit();
1996 PA.Revert();
H A DParseTentative.cpp129 TentativeParsingAction PA(*this);
131 PA.Revert();
272 TentativeParsingAction PA(*this);
304 PA.Revert();
349 TentativeParsingAction PA(*this);
390 PA.Revert();
442 TentativeParsingAction PA(*this);
454 PA.Revert();
476 PA.Revert();
498 PA
[all...]
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1993 for (TemplateArgument::pack_iterator PA = Arg.pack_begin(),
1995 PA != PAEnd; ++PA) {
1999 DeducedTemplateArgument InnerArg(*PA);
/external/arduino/hardware/arduino/cores/arduino/
H A Dpins_arduino.c68 #define PA 1 macro
155 PA , // PA 0 ** 22 ** D22
156 PA , // PA 1 ** 23 ** D23
157 PA , // PA 2 ** 24 ** D24
158 PA , // PA 3 ** 25 ** D25
159 PA , // P
[all...]

Completed in 641 milliseconds