Searched refs:cur_byte (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Ddoublest.c54 unsigned int cur_byte; local
68 cur_byte = (total_len / FLOATFORMAT_CHAR_BIT)
75 cur_byte = (start + len) / FLOATFORMAT_CHAR_BIT;
80 result = *(data + cur_byte) >> (-cur_bitshift);
85 ++cur_byte;
87 --cur_byte;
92 result |= (unsigned long)*(data + cur_byte) << cur_bitshift;
95 ++cur_byte;
97 --cur_byte;
230 unsigned int cur_byte;
229 unsigned int cur_byte; local
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dfloatformat.c265 unsigned int cur_byte;
274 cur_byte = start / FLOATFORMAT_CHAR_BIT;
276 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
283 unsigned int shifted = *(data + cur_byte) >> lo_bit;
289 cur_byte += nextbyte;
430 unsigned int cur_byte;
439 cur_byte = start / FLOATFORMAT_CHAR_BIT;
441 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
448 unsigned char *byte_ptr = data + cur_byte;
454 cur_byte
264 unsigned int cur_byte; local
428 unsigned int cur_byte; local
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dfloatformat.c265 unsigned int cur_byte;
274 cur_byte = start / FLOATFORMAT_CHAR_BIT;
276 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
283 unsigned int shifted = *(data + cur_byte) >> lo_bit;
289 cur_byte += nextbyte;
430 unsigned int cur_byte;
439 cur_byte = start / FLOATFORMAT_CHAR_BIT;
441 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
448 unsigned char *byte_ptr = data + cur_byte;
454 cur_byte
264 unsigned int cur_byte; local
428 unsigned int cur_byte; local
[all...]
/freebsd-11-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder.c49 const uint8_t cur_byte = mf->buffer[ local
58 rc_bittree(&coder->rc, subcoder, 8, cur_byte);
66 literal_matched(&coder->rc, subcoder, match_byte, cur_byte);

Completed in 108 milliseconds