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

  /src/external/gpl3/binutils/dist/libiberty/
floatformat.c 607 unsigned char *byte_ptr = data + cur_byte;
610 *byte_ptr = (*byte_ptr & ~mask) | ((stuff_to_put << lo_bit) & mask);
606 unsigned char *byte_ptr = data + cur_byte; local
  /src/external/gpl3/binutils.old/dist/libiberty/
floatformat.c 607 unsigned char *byte_ptr = data + cur_byte;
610 *byte_ptr = (*byte_ptr & ~mask) | ((stuff_to_put << lo_bit) & mask);
606 unsigned char *byte_ptr = data + cur_byte; local
  /src/external/gpl3/gcc/dist/libiberty/
floatformat.c 612 unsigned char *byte_ptr = data + cur_byte;
615 *byte_ptr = (*byte_ptr & ~mask) | ((stuff_to_put << lo_bit) & mask);
611 unsigned char *byte_ptr = data + cur_byte; local
  /src/external/gpl3/gcc.old/dist/libiberty/
floatformat.c 612 unsigned char *byte_ptr = data + cur_byte;
615 *byte_ptr = (*byte_ptr & ~mask) | ((stuff_to_put << lo_bit) & mask);
611 unsigned char *byte_ptr = data + cur_byte; local
  /src/external/gpl3/gdb.old/dist/libiberty/
floatformat.c 603 unsigned char *byte_ptr = data + cur_byte;
606 *byte_ptr = (*byte_ptr & ~mask) | ((stuff_to_put << lo_bit) & mask);
602 unsigned char *byte_ptr = data + cur_byte; local
  /src/external/gpl3/gdb/dist/libiberty/
floatformat.c 603 unsigned char *byte_ptr = data + cur_byte;
606 *byte_ptr = (*byte_ptr & ~mask) | ((stuff_to_put << lo_bit) & mask);
602 unsigned char *byte_ptr = data + cur_byte; local

Completed in 92 milliseconds