Searched refs:Bytes (Results 76 - 90 of 90) sorted by relevance

1234

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1776 unsigned Bytes = std::max(VT1.getStoreSizeInBits(), local
1786 int FrameIdx = FrameInfo->CreateStackObject(Bytes, Align, false);
6476 /// isConsecutiveLoad - Return true if LD is loading 'Bytes' bytes from a
6480 unsigned Bytes, int Dist) const {
6484 if (VT.getSizeInBits() / 8 != Bytes)
6497 if (FS != BFS || FS != (int)Bytes) return false;
6498 return MFI->getObjectOffset(FI) == (MFI->getObjectOffset(BFI) + Dist*Bytes);
6503 cast<ConstantSDNode>(Loc.getOperand(1))->getSExtValue() == Dist*Bytes)
6514 return Offset1 == (Offset2 + Dist*Bytes);
6479 isConsecutiveLoad(LoadSDNode *LD, LoadSDNode *Base, unsigned Bytes, int Dist) const argument
/external/sqlite/dist/orig/
H A Dshell.c1105 fprintf(pArg->out, "Number of Pcache Overflow Bytes: %d (max %d) bytes\n", iCur, iHiwtr);
1114 fprintf(pArg->out, "Number of Scratch Overflow Bytes: %d (max %d) bytes\n", iCur, iHiwtr);
3547 int nSql = 0; /* Bytes of zSql[] used */
3549 int nSqlPrior = 0; /* Bytes of zSql[] used by prior line */
/external/sqlite/dist/
H A Dshell.c1110 fprintf(pArg->out, "Number of Pcache Overflow Bytes: %d (max %d) bytes\n", iCur, iHiwtr);
1119 fprintf(pArg->out, "Number of Scratch Overflow Bytes: %d (max %d) bytes\n", iCur, iHiwtr);
3567 int nSql = 0; /* Bytes of zSql[] used */
3569 int nSqlPrior = 0; /* Bytes of zSql[] used by prior line */
/external/llvm/include/llvm-c/
H A DCore.h1766 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes);
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1152 /// isConsecutiveLoad - Return true if LD is loading 'Bytes' bytes from a
1156 unsigned Bytes, int Dist) const;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmspack.c3340 int Bytes = T_BYTES(Type); local
3342 return (Bytes == 1);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7272 unsigned Bytes, int Dist,
7275 if (VT.getSizeInBits() / 8 != Bytes)
7288 if (FS != BFS || FS != (int)Bytes) return false;
7289 return MFI->getObjectOffset(FI) == (MFI->getObjectOffset(BFI) + Dist*Bytes);
7294 cast<ConstantSDNode>(Loc.getOperand(1))->getSExtValue() == Dist*Bytes)
7305 return Offset1 == (Offset2 + Dist*Bytes);
7271 isConsecutiveLS(LSBaseSDNode *LS, LSBaseSDNode *Base, unsigned Bytes, int Dist, SelectionDAG &DAG) argument
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1881 // Operand #1 = Bytes To Pop
2213 unsigned Bytes = Flags.getByValSize(); local
2214 if (Bytes == 0) Bytes = 1; // Don't create zero-sized stack objects.
2215 int FI = MFI->CreateFixedObject(Bytes, VA.getLocMemOffset(), isImmutable);
3091 unsigned Bytes = Arg.getValueType().getSizeInBits() / 8; local
3108 Bytes = Flags.getByValSize();
3128 Bytes = Flags.getByValSize();
3135 return Offset == MFI->getObjectOffset(FI) && Bytes == MFI->getObjectSize(FI);
/external/iproute2/doc/
H A Dip-cref.tex2509 RX: Packets Bytes Errors CsumErrs OutOfSeq Mcasts
2511 TX: Packets Bytes Errors DeadLoop NoRoute NoBufs
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1850 unsigned Bytes = Arg.getValueType().getSizeInBits() / 8; local
1884 return Offset == MFI->getObjectOffset(FI) && Bytes == MFI->getObjectSize(FI);
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 605 milliseconds

1234