Home
last modified time | relevance | path

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

/external/scudo/standalone/benchmarks/
Dmalloc_benchmark.cpp33 const size_t NBytes = State.range(0); in BM_malloc_free() local
/external/cronet/third_party/libc++abi/src/src/
Dcxa_demangle.cpp313 void* allocateMassive(size_t NBytes) { in allocateMassive()
/external/libcxxabi/src/
Dcxa_demangle.cpp268 void* allocateMassive(size_t NBytes) { in allocateMassive()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DItaniumDemangle.cpp267 void* allocateMassive(size_t NBytes) { in allocateMassive()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/
DItaniumDemangle.cpp307 void* allocateMassive(size_t NBytes) { in allocateMassive()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp546 unsigned NBytes = (AMDGPU::getAmdhsaCodeObjectVersion() >= 5) ? 256 : 56; in getImplicitArgNumBytes() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DConstantFolding.cpp653 uint64_t NBytes = InitSize - Offset; in ReadByteArrayFromGlobal() local