Searched refs:byte_ptr (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/binutils/libiberty/
H A Dfloatformat.c588 unsigned char *byte_ptr = data + cur_byte;
591 *byte_ptr = (*byte_ptr & ~mask) | ((stuff_to_put << lo_bit) & mask);
586 unsigned char *byte_ptr = data + cur_byte; local
/haiku-buildtools/gcc/libiberty/
H A Dfloatformat.c586 unsigned char *byte_ptr = data + cur_byte;
589 *byte_ptr = (*byte_ptr & ~mask) | ((stuff_to_put << lo_bit) & mask);
584 unsigned char *byte_ptr = data + cur_byte; local

Completed in 94 milliseconds