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

  /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/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/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/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/public-domain/sqlite/dist/autosetup/
jimsh0.c 21795 int numBytes = 0, objIndex = 0, gotXpg = 0, gotSequential = 0;
21832 numBytes += step;
21835 if (numBytes) {
21836 Jim_AppendString(interp, resultPtr, span, numBytes);
21837 numBytes = 0;
21844 numBytes = step;
22158 if (numBytes) {
22159 Jim_AppendString(interp, resultPtr, span, numBytes);

Completed in 89 milliseconds