HomeSort by: relevance | last modified time | path
    Searched refs:numBytes (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_ppmd7.c 264 UInt32 numBytes = U2B(I2U(indx));
266 return ((UInt32)(p->UnitsStart - p->Text) > numBytes) ? (p->UnitsStart -= numBytes) : (NULL);
277 UInt32 numBytes;
280 numBytes = U2B(I2U(indx));
281 if (numBytes <= (UInt32)(p->HiUnit - p->LoUnit))
284 p->LoUnit += numBytes;
archive_ppmd8.c 219 UInt32 numBytes = U2B(I2U(indx));
221 return ((UInt32)(p->UnitsStart - p->Text) > numBytes) ? (p->UnitsStart -= numBytes) : (NULL);
232 UInt32 numBytes;
235 numBytes = U2B(I2U(indx));
236 if (numBytes <= (UInt32)(p->HiUnit - p->LoUnit))
239 p->LoUnit += numBytes;
  /src/sys/dev/raidframe/
rf_reconbuffer.c 300 int numBytes = rf_RaidAddressToByte(raidPtr, raidPtr->Layout.sectorsPerStripeUnit * raidPtr->Layout.SUsPerRU);
316 nWayXorFuncs[numBufs] (pssPtr->rbufsForXor, targetRbuf, numBytes / sizeof(long));
  /src/external/gpl3/gdb/dist/gdb/
ser-mingw.c 1042 DWORD numBytes;
1043 BOOL r = PeekNamedPipe (h, NULL, 0, NULL, &numBytes, NULL);
1046 numBytes = 0;
1047 return numBytes;
  /src/external/gpl3/gdb.old/dist/gdb/
ser-mingw.c 1042 DWORD numBytes;
1043 BOOL r = PeekNamedPipe (h, NULL, 0, NULL, &numBytes, NULL);
1046 numBytes = 0;
1047 return numBytes;
  /src/external/mit/expat/dist/xmlwf/
xmlwf.c 308 int numBytes;
314 numBytes = count * sizeof(XML_Char);
315 result = malloc(numBytes);
318 memcpy(result, s, numBytes);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
bitop.d 477 immutable numBytes = (numBits + size_t.sizeof * 8 - 1) / 8;
478 size_t* bitArr = cast(size_t *)malloc(numBytes);
480 memset(bitArr, 0, numBytes);
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.h 714 size_t numBytes);
vchiq_core.c 3934 size_t numBytes)
3941 while (numBytes > 0) {
3945 if (offset < numBytes)
3952 if (offset < numBytes) {
3971 if (numBytes > 16)
3972 numBytes -= 16;
3974 numBytes = 0;
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 12886 int numBytes;
12898 numColons = numBytes = value = digitsProcessed = zeroFillStart = 0;
12918 if (!numBytes && (ptr + 1) < limit && *(ptr + 1) == ' ')
12929 zeroFillStart = numBytes;
12943 if (numBytes > 13) { LogMsg("GetValueForIPv6Addr:1: numBytes is %d", numBytes); return mDNSNULL; }
12945 v6addr[numBytes++] = (mDNSu8) ((value >> 8) & 0xFF);
12946 v6addr[numBytes++] = (mDNSu8) (value & 0xFF);
12950 if (numBytes > 14) { LogMsg("GetValueForIPv6Addr:2: numBytes is %d", numBytes); return mDNSNULL;
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
package.d 2616 void[] allocate(size_t numBytes)
2618 auto ret = allocator.allocate(numBytes);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
biguintcore.d 408 size_t numBytes() pure nothrow const @safe @nogc scope

Completed in 60 milliseconds