| /netbsd-src/sbin/blkdiscard/ |
| H A D | blkdiscard.c | 83 write_one(int fd, off_t discard_size, off_t first_byte) in write_one() argument 89 if (pwrite(fd, zeros, discard_size, first_byte) != discard_size) in write_one() 91 } else if (fdiscard(fd, first_byte, discard_size) != 0) in write_one() 98 off_t first_byte = 0, end_offset = 0; in main() local 129 first_byte = val; in main() 167 end_offset = first_byte + length; in main() 214 size -= first_byte; in main() 233 name, (long long)first_byte, (long long)size, in main() 249 write_one(fd, discard_size, first_byte); in main() 251 first_byte += discard_size; in main()
|
| /netbsd-src/external/mpl/dhcp/dist/omapip/ |
| H A D | buffer.c | 370 unsigned first_byte; in omapi_connection_copyout() local 392 first_byte = 0; in omapi_connection_copyout() 394 first_byte = buffer -> head + 1; in omapi_connection_copyout() 396 if (first_byte > buffer -> tail) { in omapi_connection_copyout() 398 first_byte); in omapi_connection_copyout() 401 buffer -> tail - first_byte; in omapi_connection_copyout() 414 &buffer -> buf [first_byte], in omapi_connection_copyout() 421 memcpy (bufp, &buffer -> buf [first_byte], in omapi_connection_copyout() 426 buffer -> head = first_byte + bytes_this_copy - 1; in omapi_connection_copyout() 457 unsigned first_byte; in omapi_connection_writer() local [all …]
|
| /netbsd-src/external/gpl2/texinfo/dist/info/ |
| H A D | nodes.c | 689 long first_byte; member 731 subfile->first_byte = (long) atol (line + colon); in get_tags_of_indirect_tags_table() 813 subfiles[i] && entry->nodestart >= subfiles[i]->first_byte; in get_tags_of_indirect_tags_table() 839 entry->nodestart -= subfiles[i - 1]->first_byte; in get_tags_of_indirect_tags_table()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | simplify-rtx.c | 6351 unsigned int first_byte, unsigned int num_bytes) in native_encode_rtx() argument 6365 unsigned int elt = first_byte * BITS_PER_UNIT / elt_bits; in native_encode_rtx() 6387 first_byte %= elt_bytes; in native_encode_rtx() 6391 unsigned int chunk_bytes = MIN (num_bytes, elt_bytes - first_byte); in native_encode_rtx() 6394 first_byte, chunk_bytes)) in native_encode_rtx() 6400 first_byte = 0; in native_encode_rtx() 6412 unsigned int end_byte = first_byte + num_bytes; in native_encode_rtx() 6423 for (unsigned int byte = first_byte; byte < end_byte; ++byte) in native_encode_rtx() 6457 for (unsigned int byte = first_byte; byte < end_byte; ++byte) in native_encode_rtx() 6473 for (unsigned int byte = first_byte; byte < end_byte; ++byte) in native_encode_rtx() [all …]
|
| H A D | gimple-ssa-store-merging.c | 1575 unsigned int first_byte = bitpos / BITS_PER_UNIT; in encode_tree_to_bitpos() local 1587 if (first_byte >= total_bytes) in encode_tree_to_bitpos() 1589 total_bytes -= first_byte; in encode_tree_to_bitpos() 1596 memset (ptr + first_byte, '\0', rhs_bytes); in encode_tree_to_bitpos() 1599 return native_encode_expr (expr, ptr + first_byte, total_bytes) != 0; in encode_tree_to_bitpos() 1704 clear_bit_region_be (ptr + first_byte, in encode_tree_to_bitpos() 1707 clear_bit_region (ptr + first_byte, bitpos % BITS_PER_UNIT, bitlen); in encode_tree_to_bitpos() 1762 ptr[first_byte + i] |= tmpbuf[i]; in encode_tree_to_bitpos()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | simplify-rtx.cc | 6881 unsigned int first_byte, unsigned int num_bytes) in native_encode_rtx() argument 6895 unsigned int elt = first_byte * BITS_PER_UNIT / elt_bits; in native_encode_rtx() 6918 first_byte %= elt_bytes; in native_encode_rtx() 6922 unsigned int chunk_bytes = MIN (num_bytes, elt_bytes - first_byte); in native_encode_rtx() 6925 first_byte, chunk_bytes)) in native_encode_rtx() 6931 first_byte = 0; in native_encode_rtx() 6943 unsigned int end_byte = first_byte + num_bytes; in native_encode_rtx() 6954 for (unsigned int byte = first_byte; byte < end_byte; ++byte) in native_encode_rtx() 6988 for (unsigned int byte = first_byte; byte < end_byte; ++byte) in native_encode_rtx() 7004 for (unsigned int byte = first_byte; byte < end_byte; ++byte) in native_encode_rtx() [all …]
|
| H A D | gimple-ssa-store-merging.cc | 1851 unsigned int first_byte = bitpos / BITS_PER_UNIT; in encode_tree_to_bitpos() local 1863 if (first_byte >= total_bytes) in encode_tree_to_bitpos() 1865 total_bytes -= first_byte; in encode_tree_to_bitpos() 1872 memset (ptr + first_byte, '\0', rhs_bytes); in encode_tree_to_bitpos() 1875 return native_encode_expr (expr, ptr + first_byte, total_bytes) != 0; in encode_tree_to_bitpos() 1983 clear_bit_region_be (ptr + first_byte, in encode_tree_to_bitpos() 1986 clear_bit_region (ptr + first_byte, bitpos % BITS_PER_UNIT, bitlen); in encode_tree_to_bitpos() 2041 ptr[first_byte + i] |= tmpbuf[i]; in encode_tree_to_bitpos()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
| H A D | mips.cc | 1951 HOST_WIDE_INT val, first_byte; in mips_const_vector_same_bytes_p() local 1960 first_byte = val & 0xff; in mips_const_vector_same_bytes_p() 1964 if ((val & 0xff) != first_byte) in mips_const_vector_same_bytes_p()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| H A D | mips.c | 1949 HOST_WIDE_INT val, first_byte; in mips_const_vector_same_bytes_p() local 1958 first_byte = val & 0xff; in mips_const_vector_same_bytes_p() 1962 if ((val & 0xff) != first_byte) in mips_const_vector_same_bytes_p()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000.cc | 28572 unsigned char first_byte = info->bytes[0]; in vec_const_128bit_to_bytes() local 28575 if (first_byte != info->bytes[i]) in vec_const_128bit_to_bytes()
|