Searched refs:numBytes (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/sys/dev/raidframe/ |
H A D | rf_reconbuffer.c | 300 …int numBytes = rf_RaidAddressToByte(raidPtr, raidPtr->Layout.sectorsPerStripeUnit * raidPtr->L… in rf_MultiWayReconXor() local 316 nWayXorFuncs[numBufs] (pssPtr->rbufsForXor, targetRbuf, numBytes / sizeof(long)); in rf_MultiWayReconXor()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
H A D | bitop.d | 477 immutable numBytes = (numBits + size_t.sizeof * 8 - 1) / 8; in testIt() local 478 size_t* bitArr = cast(size_t *)malloc(numBytes); in testIt() 480 memset(bitArr, 0, numBytes); in testIt()
|
/netbsd-src/external/mit/expat/dist/xmlwf/ |
H A D | xmlwf.c | 306 int numBytes; in xcsdup() local 312 numBytes = count * sizeof(XML_Char); in xcsdup() 313 result = malloc(numBytes); in xcsdup() 316 memcpy(result, s, numBytes); in xcsdup()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | StackMaps.rst | 190 @llvm.experimental.patchpoint.void(i64 <id>, i32 <numBytes>, 193 @llvm.experimental.patchpoint.i64(i64 <id>, i32 <numBytes>, 245 The patch point also emits nops to cover at least ``<numBytes>`` of 247 ``<numBytes>`` is enough to encode a call to the target address on the
|
/netbsd-src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
H A D | vchiq_core.c | 3927 size_t numBytes) in vchiq_log_dump_mem() argument 3934 while (numBytes > 0) { in vchiq_log_dump_mem() 3938 if (offset < numBytes) in vchiq_log_dump_mem() 3945 if (offset < numBytes) { in vchiq_log_dump_mem() 3964 if (numBytes > 16) in vchiq_log_dump_mem() 3965 numBytes -= 16; in vchiq_log_dump_mem() 3967 numBytes = 0; in vchiq_log_dump_mem()
|
H A D | vchiq_core.h | 714 size_t numBytes);
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/ |
H A D | package.d | 1920 void[] allocate(size_t numBytes) 1922 auto ret = allocator.allocate(numBytes);
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/ |
H A D | package.d | 2616 void[] allocate(size_t numBytes) in allocate() 2618 auto ret = allocator.allocate(numBytes); in allocate()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/ |
H A D | biguintcore.d | 265 size_t numBytes() pure nothrow const @safe @nogc in numBytes() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/math/ |
H A D | biguintcore.d | 408 size_t numBytes() pure nothrow const @safe @nogc scope
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | ChangeLog-0203 | 129 * xtensa-dis.c (fetch_data): Remove numBytes parameter.
|
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
H A D | ChangeLog-0203 | 129 * xtensa-dis.c (fetch_data): Remove numBytes parameter.
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | ChangeLog-0203 | 129 * xtensa-dis.c (fetch_data): Remove numBytes parameter.
|
/netbsd-src/external/gpl3/gdb/dist/opcodes/ |
H A D | ChangeLog-0203 | 129 * xtensa-dis.c (fetch_data): Remove numBytes parameter.
|