Searched defs:NumBytes (Results 1 - 25 of 84) sorted by path

1234

/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dsocket.c720 DWORD NumBytes = 0; local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h202 void erase(unsigned Offset, unsigned NumBytes) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp309 unsigned NumBytes = llvm::getNumBytesForUTF8(FirstByte); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp126 llvm::Type *getByteArrayType(CharUnits NumBytes) { argument
H A DCodeGenModule.cpp4639 unsigned NumBytes = String.size(); local
H A DTargetInfo.cpp1857 CharUnits NumBytes = StackOffset - FieldEnd; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp221 bool Lexer::skipOver(unsigned NumBytes) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5585 unsigned NumBytes = String.size(); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h151 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) { argument
158 const uint8_t *getPointerToBit(uint64_t BitNo, uint64_t NumBytes) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFCommon.h108 inline uint64_t bytesToBlocks(uint64_t NumBytes, uint64_t BlockSize) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2538 unsigned NumBytes = API.getBitWidth() / 8; local
H A DDwarfStringPool.h31 unsigned NumBytes = 0; member in class:llvm::DwarfStringPool
H A DDwarfUnit.cpp519 int NumBytes = FltVal.getBitWidth() / 8; // 8 bits per byte. local
577 int NumBytes = Val.getBitWidth() / 8; // 8 bits per byte. local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15040 unsigned NumBytes = MaskInfo.first; local
20817 Optional<int64_t> NumBytes; member in struct:MemUseCharacteristics
[all...]
H A DFastISel.cpp831 const auto *NumBytes = local
970 const auto *NumBytes = local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1208 guessCharByteSize(const uint8_t *StringBytes, unsigned NumChars, uint64_t NumBytes) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp47 unsigned NumBytes = 1 << RE.Size; local
70 unsigned NumBytes = 1 << Size; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h37 unsigned NumBytes = 1 << RE.Size; local
155 void encodeAddend(uint8_t *LocalAddress, unsigned NumBytes, argument
491 unsigned NumBytes = 1 << Size; local
[all...]
H A DRuntimeDyldMachOI386.h160 unsigned NumBytes = 1 << Size; local
H A DRuntimeDyldMachOX86_64.h169 unsigned NumBytes = 1 << Size; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp702 void MCObjectStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, argument
H A DMCStreamer.cpp203 void MCStreamer::emitFill(uint64_t NumBytes, uint8_t FillValue) { argument
208 void MCStreamer::EmitZeros(uint64_t NumBytes) { argument
1088 void MCStreamer::emitFill(const MCExpr &NumBytes, uint64_t Value, SMLoc Loc) {} argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3170 const MCExpr *NumBytes; local
4709 const MCExpr *NumBytes; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp255 size_t NumBytes = OutBufEnd - OutBufCur; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp930 unsigned NumBytes = Opers.getNumPatchBytes(); local

Completed in 1086 milliseconds

1234