Searched refs:in_bytes (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/sys/fs/hfs/ |
| H A D | libhfs.c | 1172 hfslib_read_volume_header(void* in_bytes, hfs_volume_header_t* out_header) in hfslib_read_volume_header() argument 1178 if (in_bytes == NULL || out_header == NULL) in hfslib_read_volume_header() 1181 ptr = in_bytes; in hfslib_read_volume_header() 1236 return ((uint8_t*)ptr - (uint8_t*)in_bytes); in hfslib_read_volume_header() 1249 hfslib_read_master_directory_block(void* in_bytes, in hfslib_read_master_directory_block() argument 1255 if (in_bytes == NULL || out_mdr == NULL) in hfslib_read_master_directory_block() 1258 ptr = in_bytes; in hfslib_read_master_directory_block() 1312 return ((uint8_t*)ptr - (uint8_t*)in_bytes); in hfslib_read_master_directory_block() 1348 hfslib_reada_node(void* in_bytes, in hfslib_reada_node() argument 1372 if (in_bytes == NULL || inout_volume == NULL || out_node_descriptor == NULL in hfslib_reada_node() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | lto-compress.cc | 273 size_t in_bytes, out_bytes; in lto_compression_zlib() local 279 in_bytes = remaining - out_stream.avail_in; in lto_compression_zlib() 285 cursor += in_bytes; in lto_compression_zlib() 286 remaining -= in_bytes; in lto_compression_zlib() 367 size_t in_bytes; in lto_uncompression_zlib() local 373 in_bytes = remaining - in_stream.avail_in; in lto_uncompression_zlib() 379 cursor += in_bytes; in lto_uncompression_zlib() 380 remaining -= in_bytes; in lto_uncompression_zlib()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | lto-compress.c | 274 size_t in_bytes, out_bytes; in lto_compression_zlib() local 280 in_bytes = remaining - out_stream.avail_in; in lto_compression_zlib() 287 cursor += in_bytes; in lto_compression_zlib() 288 remaining -= in_bytes; in lto_compression_zlib() 370 size_t in_bytes; in lto_uncompression_zlib() local 376 in_bytes = remaining - in_stream.avail_in; in lto_uncompression_zlib() 383 cursor += in_bytes; in lto_uncompression_zlib() 384 remaining -= in_bytes; in lto_uncompression_zlib()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | destest.c | 713 int in_bytes = test_des_key_wrap_sizes[idx]; in test_des_key_wrap() local 721 if (!TEST_size_t_le(in_bytes, sizeof(in)) in test_des_key_wrap() 725 || !TEST_true(in_bytes % bs == 0) in test_des_key_wrap() 730 for (i = 0; i < in_bytes; i++) in test_des_key_wrap() 742 in, in_bytes))) in test_des_key_wrap() 745 expect = (in_bytes + (bs - 1)) / bs * bs + 2 * bs; in test_des_key_wrap() 766 if (!TEST_mem_eq(in, in_bytes, p_txt, plen)) in test_des_key_wrap()
|
| /netbsd-src/external/mpl/dhcp/dist/omapip/ |
| H A D | buffer.c | 160 if (c -> in_bytes >= OMAPI_BUF_SIZE - 1 && in omapi_connection_reader_trace() 161 c -> in_bytes > c -> bytes_needed) in omapi_connection_reader_trace() 254 c -> in_bytes += read_status; in omapi_connection_reader_trace() 262 if (c -> bytes_needed <= c -> in_bytes) { in omapi_connection_reader_trace() 381 if (size > c -> in_bytes) in omapi_connection_copyout() 427 c -> in_bytes -= bytes_this_copy; in omapi_connection_copyout()
|
| H A D | connection.c | 559 c->in_bytes = 0; in omapi_disconnect() 577 if (c -> bytes_needed <= c -> in_bytes) { in omapi_connection_require()
|
| /netbsd-src/external/mpl/dhcp/dist/includes/omapip/ |
| H A D | omapip_p.h | 193 u_int32_t in_bytes; /* Bytes of input already buffered. */ member
|
| /netbsd-src/external/bsd/ipf/dist/tools/ |
| H A D | ipnat_y.y | 1530 ipn->in_bytes[0] + ipn->in_bytes[1]); 1533 ipn->in_bytes[0] + ipn->in_bytes[1]);
|
| /netbsd-src/sys/external/bsd/ipf/netinet/ |
| H A D | ip_nat.h | 251 U_QUAD_T in_bytes[2]; member
|
| H A D | ip_nat.c | 4734 np->in_bytes[fin->fin_rev] += fin->fin_plen; in ipf_nat_update()
|