HomeSort by relevance Sort by last modified time
    Searched refs:the_bytes (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-vax.c 670 md_ri_to_chars (char *the_bytes, struct reloc_info_generic ri)
673 md_number_to_chars (the_bytes, ri.r_address, sizeof (ri.r_address));
675 the_bytes[6] = (ri.r_symbolnum >> 16) & 0x0ff;
676 the_bytes[5] = (ri.r_symbolnum >> 8) & 0x0ff;
677 the_bytes[4] = ri.r_symbolnum & 0x0ff;
678 the_bytes[7] = (((ri.r_extern << 3) & 0x08) | ((ri.r_length << 1) & 0x06)
    [all...]
tc-m68k.c     [all...]
  /external/protobuf/python/google/protobuf/
text_format.py     [all...]

Completed in 3792 milliseconds