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

  /src/sys/fs/hfs/
libhfs.c 1166 * Reads in_bytes, formats the data appropriately, and places the result
1172 hfslib_read_volume_header(void* in_bytes, hfs_volume_header_t* out_header)
1178 if (in_bytes == NULL || out_header == NULL)
1181 ptr = in_bytes;
1236 return ((uint8_t*)ptr - (uint8_t*)in_bytes);
1242 * Reads in_bytes, formats the data appropriately, and places the result
1249 hfslib_read_master_directory_block(void* in_bytes,
1255 if (in_bytes == NULL || out_mdr == NULL)
1258 ptr = in_bytes;
1312 return ((uint8_t*)ptr - (uint8_t*)in_bytes);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
lto-compress.cc 273 size_t in_bytes, out_bytes; local
279 in_bytes = remaining - out_stream.avail_in;
285 cursor += in_bytes;
286 remaining -= in_bytes;
367 size_t in_bytes; local
373 in_bytes = remaining - in_stream.avail_in;
379 cursor += in_bytes;
380 remaining -= in_bytes;
  /src/external/gpl3/gcc.old/dist/gcc/
lto-compress.cc 273 size_t in_bytes, out_bytes; local
279 in_bytes = remaining - out_stream.avail_in;
285 cursor += in_bytes;
286 remaining -= in_bytes;
367 size_t in_bytes; local
373 in_bytes = remaining - in_stream.avail_in;
379 cursor += in_bytes;
380 remaining -= in_bytes;
  /src/external/mpl/dhcp/dist/omapip/
buffer.c 160 if (c -> in_bytes >= OMAPI_BUF_SIZE - 1 &&
161 c -> in_bytes > c -> bytes_needed)
254 c -> in_bytes += read_status;
262 if (c -> bytes_needed <= c -> in_bytes) {
381 if (size > c -> in_bytes)
427 c -> in_bytes -= bytes_this_copy;
connection.c 559 c->in_bytes = 0;
577 if (c -> bytes_needed <= c -> in_bytes) {
  /src/external/mpl/dhcp/dist/includes/omapip/
omapip_p.h 193 u_int32_t in_bytes; /* Bytes of input already buffered. */ member in struct:__omapi_connection_object
  /src/crypto/external/bsd/openssl/dist/test/
destest.c 713 int in_bytes = test_des_key_wrap_sizes[idx]; local
721 if (!TEST_size_t_le(in_bytes, sizeof(in))
725 || !TEST_true(in_bytes % bs == 0)
730 for (i = 0; i < in_bytes; i++)
742 in, in_bytes)))
745 expect = (in_bytes + (bs - 1)) / bs * bs + 2 * bs;
766 if (!TEST_mem_eq(in, in_bytes, p_txt, plen))
  /src/crypto/external/apache2/openssl/dist/test/
destest.c 722 int in_bytes = test_des_key_wrap_sizes[idx]; local
730 if (!TEST_size_t_le(in_bytes, sizeof(in))
734 || !TEST_true(in_bytes % bs == 0)
739 for (i = 0; i < in_bytes; i++)
751 in, in_bytes)))
754 expect = (in_bytes + (bs - 1)) / bs * bs + 2 * bs;
775 if (!TEST_mem_eq(in, in_bytes, p_txt, plen))
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_zip.c 1893 ssize_t bytes_avail, in_bytes, to_consume = 0; local
1911 in_bytes = (ssize_t)zipmin(zip->entry_bytes_remaining, bytes_avail);
1913 zip->zipx_lzma_stream.avail_in = in_bytes;
1974 ssize_t bytes_avail, in_bytes, to_consume; local
2001 in_bytes = (ssize_t)zipmin(zip->entry_bytes_remaining, bytes_avail);
2004 zip->zipx_lzma_stream.avail_in = in_bytes;
2294 ssize_t bytes_avail = 0, in_bytes, to_consume; local
2316 in_bytes = (ssize_t)zipmin(zip->entry_bytes_remaining, bytes_avail);
2317 if(in_bytes < 1) {
2330 zip->bzstream.avail_in = (uint32_t)in_bytes;
2437 ssize_t bytes_avail = 0, in_bytes, to_consume; local
    [all...]
  /src/external/bsd/ipf/dist/tools/
ipnat_y.y 1530 ipn->in_bytes[0] + ipn->in_bytes[1]);
1533 ipn->in_bytes[0] + ipn->in_bytes[1]);
  /src/sys/external/bsd/ipf/netinet/
ip_nat.h 251 U_QUAD_T in_bytes[2]; member in struct:ipnat
ip_nat.c 4735 np->in_bytes[fin->fin_rev] += fin->fin_plen;

Completed in 96 milliseconds