Searched refs:first_byte (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sbin/blkdiscard/
H A Dblkdiscard.c70 " [-o first_byte] <file>\n");
83 write_one(int fd, off_t discard_size, off_t first_byte) argument
89 if (pwrite(fd, zeros, discard_size, first_byte) != discard_size)
91 } else if (fdiscard(fd, first_byte, discard_size) != 0)
98 off_t first_byte = 0, end_offset = 0; local
129 first_byte = val;
167 end_offset = first_byte + length;
214 size -= first_byte;
233 name, (long long)first_byte, (long long)size,
249 write_one(fd, discard_size, first_byte);
[all...]
/netbsd-current/external/mpl/dhcp/dist/omapip/
H A Dbuffer.c370 unsigned first_byte; local
392 first_byte = 0;
394 first_byte = buffer -> head + 1;
396 if (first_byte > buffer -> tail) {
398 first_byte);
401 buffer -> tail - first_byte;
414 &buffer -> buf [first_byte],
421 memcpy (bufp, &buffer -> buf [first_byte],
426 buffer -> head = first_byte + bytes_this_copy - 1;
457 unsigned first_byte; local
[all...]
/netbsd-current/external/gpl2/texinfo/dist/info/
H A Dnodes.c693 long first_byte;
735 subfile->first_byte = (long) atol (line + colon);
817 subfiles[i] && entry->nodestart >= subfiles[i]->first_byte;
843 entry->nodestart -= subfiles[i - 1]->first_byte;
689 long first_byte; member in struct:__anon782
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsimplify-rtx.c6362 unsigned int first_byte, unsigned int num_bytes)
6376 unsigned int elt = first_byte * BITS_PER_UNIT / elt_bits;
6398 first_byte %= elt_bytes;
6402 unsigned int chunk_bytes = MIN (num_bytes, elt_bytes - first_byte);
6405 first_byte, chunk_bytes))
6411 first_byte = 0;
6423 unsigned int end_byte = first_byte + num_bytes;
6434 for (unsigned int byte = first_byte; byte < end_byte; ++byte)
6468 for (unsigned int byte = first_byte; byte < end_byte; ++byte)
6484 for (unsigned int byte = first_byte; byt
6350 native_encode_rtx(machine_mode mode, rtx x, vec<target_unit> &bytes, unsigned int first_byte, unsigned int num_bytes) argument
6502 native_decode_vector_rtx(machine_mode mode, vec<target_unit> bytes, unsigned int first_byte, unsigned int npatterns, unsigned int nelts_per_pattern) argument
6547 native_decode_rtx(machine_mode mode, vec<target_unit> bytes, unsigned int first_byte) argument
6686 simplify_const_vector_subreg(machine_mode outermode, rtx x, machine_mode innermode, unsigned int first_byte) argument
6757 simplify_immed_subreg(fixed_size_mode outermode, rtx x, machine_mode innermode, unsigned int first_byte) argument
[all...]
H A Dgimple-ssa-store-merging.c1575 unsigned int first_byte = bitpos / BITS_PER_UNIT; local
1587 if (first_byte >= total_bytes)
1589 total_bytes -= first_byte;
1596 memset (ptr + first_byte, '\0', rhs_bytes);
1599 return native_encode_expr (expr, ptr + first_byte, total_bytes) != 0;
1605 |--------|--------|--------| ptr + first_byte
1615 |---00000|00000000|000-----| ptr + first_byte
1619 |---xxxxx||xxxxxxxx||xxx-----| ptr + first_byte.
1624 ptr + first_byte |--------|--------|--------|
1636 ptr + first_byte |
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsimplify-rtx.cc6892 unsigned int first_byte, unsigned int num_bytes)
6906 unsigned int elt = first_byte * BITS_PER_UNIT / elt_bits;
6929 first_byte %= elt_bytes;
6933 unsigned int chunk_bytes = MIN (num_bytes, elt_bytes - first_byte);
6936 first_byte, chunk_bytes))
6942 first_byte = 0;
6954 unsigned int end_byte = first_byte + num_bytes;
6965 for (unsigned int byte = first_byte; byte < end_byte; ++byte)
6999 for (unsigned int byte = first_byte; byte < end_byte; ++byte)
7015 for (unsigned int byte = first_byte; byt
[all...]
H A Dgimple-ssa-store-merging.cc1851 unsigned int first_byte = bitpos / BITS_PER_UNIT; local
1863 if (first_byte >= total_bytes)
1865 total_bytes -= first_byte;
1872 memset (ptr + first_byte, '\0', rhs_bytes);
1875 return native_encode_expr (expr, ptr + first_byte, total_bytes) != 0;
1881 |--------|--------|--------| ptr + first_byte
1891 |---00000|00000000|000-----| ptr + first_byte
1895 |---xxxxx||xxxxxxxx||xxx-----| ptr + first_byte.
1900 ptr + first_byte |--------|--------|--------|
1912 ptr + first_byte |
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c1959 HOST_WIDE_INT val, first_byte;
1968 first_byte = val & 0xff;
1972 if ((val & 0xff) != first_byte)
1949 HOST_WIDE_INT val, first_byte; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc1961 HOST_WIDE_INT val, first_byte;
1970 first_byte = val & 0xff;
1974 if ((val & 0xff) != first_byte)
1951 HOST_WIDE_INT val, first_byte; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc28637 unsigned char first_byte = info->bytes[0];
28640 if (first_byte != info->bytes[i])
28577 unsigned char first_byte = info->bytes[0]; local

Completed in 371 milliseconds