Searched defs:NBytes (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/benchmarks/ |
H A D | malloc_benchmark.cpp | 33 const size_t NBytes = State.range(0); in BM_malloc_free() local
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/libio/ |
H A D | fileops.c | 56 # define read(FD, Buf, NBytes) __read (FD, Buf, NBytes) argument 57 # define write(FD, Buf, NBytes) __write (FD, Buf, NBytes) argument
|
/openbsd-src/gnu/llvm/libcxxabi/src/ |
H A D | cxa_demangle.cpp | 308 void* allocateMassive(size_t NBytes) { in allocateMassive()
|
/openbsd-src/gnu/llvm/llvm/lib/Demangle/ |
H A D | ItaniumDemangle.cpp | 307 void* allocateMassive(size_t NBytes) { in allocateMassive()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSubtarget.cpp | 546 unsigned NBytes = (AMDGPU::getAmdhsaCodeObjectVersion() >= 5) ? 256 : 56; in getImplicitArgNumBytes() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 395 static Value* memChrToCharCompare(CallInst *CI, Value *NBytes, in memChrToCharCompare() 498 uint64_t NBytes = Str.size() + 1; // Include the terminating nul. in optimizeStrRChr() local 719 uint64_t NBytes; in optimizeStrLCpy() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | Overload.h | 1078 unsigned NBytes = sizeof(T) * N; in slabAllocate() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 653 uint64_t NBytes = InitSize - Offset; in ReadByteArrayFromGlobal() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ExprConstant.cpp | 9440 uint64_t NBytes = NElems * TSize; in VisitBuiltinCallExpr() local
|