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

  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h 152 unsigned int nBytes = 4;
154 nBytes = 8;
155 for (pos = 0; pos < size; pos += nBytes) {
186 } else if (nBytes == 4)
  /src/external/bsd/bzip2/dist/
compress.c 245 Int32 nGroups, nBytes;
505 nBytes = s->numZ;
516 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
520 nBytes = s->numZ;
528 VPrintf1( "selectors %d, ", s->numZ-nBytes );
531 nBytes = s->numZ;
544 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes );
547 nBytes = s->numZ;
599 VPrintf1( "codes %d\n", s->numZ-nBytes );
  /src/usr.sbin/makefs/cd9660/
iso9660_rrip.h 119 u_int nBytes;
  /src/external/gpl3/binutils/dist/gprofng/src/
ipcio.cc 913 int nBytes = readIVal (NULL);
919 ipc_request_trace (TRACE_LVL_1, "RQ: HANDSHAKE --- %x ----- %x ---- %x --- %x -RequestHeaderEnd\n", requestID, requestType, channelID, nBytes);
924 ipc_request_trace (TRACE_LVL_1, "RQ: CANCEL --- RQ: %x ----- %x --- CH: %x --- %x -RequestHeaderEnd\n", requestID, requestType, channelID, nBytes);
949 ipc_request_trace (TRACE_LVL_1, "RQ: --- %x ----- %x ---- %x --- %x -RequestHeaderEnd\n", requestID, requestType, channelID, nBytes);
950 IPCrequest *nreq = new IPCrequest (nBytes, requestID, channelID);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
ipcio.cc 913 int nBytes = readIVal (NULL);
919 ipc_request_trace (TRACE_LVL_1, "RQ: HANDSHAKE --- %x ----- %x ---- %x --- %x -RequestHeaderEnd\n", requestID, requestType, channelID, nBytes);
924 ipc_request_trace (TRACE_LVL_1, "RQ: CANCEL --- RQ: %x ----- %x --- CH: %x --- %x -RequestHeaderEnd\n", requestID, requestType, channelID, nBytes);
949 ipc_request_trace (TRACE_LVL_1, "RQ: --- %x ----- %x ---- %x --- %x -RequestHeaderEnd\n", requestID, requestType, channelID, nBytes);
950 IPCrequest *nreq = new IPCrequest (nBytes, requestID, channelID);
  /src/external/public-domain/sqlite/dist/
sqlite3.c 1749 ** The xRandomness() function attempts to return nBytes bytes
6186 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
    [all...]

Completed in 156 milliseconds