HomeSort by: relevance | last modified time | path
    Searched defs:cur_byte (Results 1 - 9 of 9) sorted by relevancy

  /src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma_encoder.c 49 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);
  /src/external/gpl3/binutils/dist/libiberty/
floatformat.c 446 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 += nextbyte
588 unsigned int cur_byte; local
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
floatformat.c 446 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 += nextbyte
588 unsigned int cur_byte; local
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
floatformat.c 451 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 += nextbyte
593 unsigned int cur_byte; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
floatformat.c 451 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 += nextbyte
593 unsigned int cur_byte; local
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
floatformat.c 446 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 += nextbyte
584 unsigned int cur_byte; local
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
floatformat.c 446 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 += nextbyte
584 unsigned int cur_byte; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
target-float.c 172 unsigned int cur_byte; local
190 cur_byte = (total_len / FLOATFORMAT_CHAR_BIT)
197 cur_byte = (start + len) / FLOATFORMAT_CHAR_BIT;
202 result = *(data + cur_byte) >> (-cur_bitshift);
207 ++cur_byte;
209 --cur_byte;
214 result |= (unsigned long)*(data + cur_byte) << cur_bitshift;
219 ++cur_byte;
222 --cur_byte;
239 unsigned int cur_byte; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
target-float.c 172 unsigned int cur_byte; local
190 cur_byte = (total_len / FLOATFORMAT_CHAR_BIT)
197 cur_byte = (start + len) / FLOATFORMAT_CHAR_BIT;
202 result = *(data + cur_byte) >> (-cur_bitshift);
207 ++cur_byte;
209 --cur_byte;
214 result |= (unsigned long)*(data + cur_byte) << cur_bitshift;
219 ++cur_byte;
222 --cur_byte;
239 unsigned int cur_byte; local
    [all...]

Completed in 72 milliseconds