Home
last modified time | relevance | path

Searched defs:NBytes (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/benchmarks/
H A Dmalloc_benchmark.cpp33 const size_t NBytes = State.range(0); in BM_malloc_free() local
/openbsd-src/gnu/lib/libstdc++/libstdc++/libio/
H A Dfileops.c56 # 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 Dcxa_demangle.cpp308 void* allocateMassive(size_t NBytes) { in allocateMassive()
/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DItaniumDemangle.cpp307 void* allocateMassive(size_t NBytes) { in allocateMassive()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp546 unsigned NBytes = (AMDGPU::getAmdhsaCodeObjectVersion() >= 5) ? 256 : 56; in getImplicitArgNumBytes() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp395 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 DOverload.h1078 unsigned NBytes = sizeof(T) * N; in slabAllocate() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp653 uint64_t NBytes = InitSize - Offset; in ReadByteArrayFromGlobal() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp9440 uint64_t NBytes = NElems * TSize; in VisitBuiltinCallExpr() local