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

/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dfloatformat.c430 unsigned int cur_byte;
439 cur_byte = start / FLOATFORMAT_CHAR_BIT;
441 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
448 unsigned int shifted = *(data + cur_byte) >> lo_bit;
454 cur_byte += nextbyte;
573 unsigned int cur_byte;
582 cur_byte = start / FLOATFORMAT_CHAR_BIT;
584 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
591 unsigned char *byte_ptr = data + cur_byte;
597 cur_byte
429 unsigned int cur_byte; local
571 unsigned int cur_byte; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dfloatformat.c446 unsigned int cur_byte; local
455 cur_byte = start / FLOATFORMAT_CHAR_BIT;
457 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
464 unsigned int shifted = *(data + cur_byte) >> lo_bit;
470 cur_byte += nextbyte;
589 unsigned int cur_byte;
598 cur_byte = start / FLOATFORMAT_CHAR_BIT;
600 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
607 unsigned char *byte_ptr = data + cur_byte;
613 cur_byte
588 unsigned int cur_byte; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dfloatformat.c435 unsigned int cur_byte;
444 cur_byte = start / FLOATFORMAT_CHAR_BIT;
446 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
453 unsigned int shifted = *(data + cur_byte) >> lo_bit;
459 cur_byte += nextbyte;
578 unsigned int cur_byte;
587 cur_byte = start / FLOATFORMAT_CHAR_BIT;
589 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
596 unsigned char *byte_ptr = data + cur_byte;
602 cur_byte
434 unsigned int cur_byte; local
576 unsigned int cur_byte; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dfloatformat.c446 unsigned int cur_byte; local
455 cur_byte = start / FLOATFORMAT_CHAR_BIT;
457 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
464 unsigned int shifted = *(data + cur_byte) >> lo_bit;
470 cur_byte += nextbyte;
585 unsigned int cur_byte;
594 cur_byte = start / FLOATFORMAT_CHAR_BIT;
596 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
603 unsigned char *byte_ptr = data + cur_byte;
609 cur_byte
584 unsigned int cur_byte; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dfloatformat.c451 unsigned int cur_byte; local
460 cur_byte = start / FLOATFORMAT_CHAR_BIT;
462 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
469 unsigned int shifted = *(data + cur_byte) >> lo_bit;
475 cur_byte += nextbyte;
594 unsigned int cur_byte;
603 cur_byte = start / FLOATFORMAT_CHAR_BIT;
605 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
612 unsigned char *byte_ptr = data + cur_byte;
618 cur_byte
593 unsigned int cur_byte; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dfloatformat.c446 unsigned int cur_byte; local
455 cur_byte = start / FLOATFORMAT_CHAR_BIT;
457 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
464 unsigned int shifted = *(data + cur_byte) >> lo_bit;
470 cur_byte += nextbyte;
585 unsigned int cur_byte;
594 cur_byte = start / FLOATFORMAT_CHAR_BIT;
596 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
603 unsigned char *byte_ptr = data + cur_byte;
609 cur_byte
584 unsigned int cur_byte; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-float.c173 unsigned int cur_byte; local
191 cur_byte = (total_len / FLOATFORMAT_CHAR_BIT)
198 cur_byte = (start + len) / FLOATFORMAT_CHAR_BIT;
203 result = *(data + cur_byte) >> (-cur_bitshift);
208 ++cur_byte;
210 --cur_byte;
215 result |= (unsigned long)*(data + cur_byte) << cur_bitshift;
220 ++cur_byte;
223 --cur_byte;
240 unsigned int cur_byte; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-float.c173 unsigned int cur_byte; local
191 cur_byte = (total_len / FLOATFORMAT_CHAR_BIT)
198 cur_byte = (start + len) / FLOATFORMAT_CHAR_BIT;
203 result = *(data + cur_byte) >> (-cur_bitshift);
208 ++cur_byte;
210 --cur_byte;
215 result |= (unsigned long)*(data + cur_byte) << cur_bitshift;
220 ++cur_byte;
223 --cur_byte;
240 unsigned int cur_byte; local
[all...]
/netbsd-current/external/public-domain/xz/dist/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 246 milliseconds