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

  /src/external/gpl2/diffutils/dist/src/
cmp.c 466 char const *byte_num = offtostr (byte_number, byte_buf);
491 file[0], file[1], byte_num, line_num);
502 file[0], file[1], byte_num, line_num,
518 char const *byte_num = offtostr (byte_number, byte_buf);
523 offset_width, byte_num, c0, c1);
532 offset_width, byte_num, c0, s0, c1, s1);
462 char const *byte_num = offtostr (byte_number, byte_buf); local
514 char const *byte_num = offtostr (byte_number, byte_buf); local
  /src/external/gpl3/gdb/dist/gdb/
frv-tdep.c 312 int byte_num = (reg - accg0_regnum) % 4; local
322 buffer[0] = buf[byte_num];
346 int byte_num = (reg - accg0_regnum) % 4; local
350 buf[byte_num] = ((bfd_byte *) buffer)[0];
  /src/external/gpl3/gdb.old/dist/gdb/
frv-tdep.c 312 int byte_num = (reg - accg0_regnum) % 4; local
322 buffer[0] = buf[byte_num];
346 int byte_num = (reg - accg0_regnum) % 4; local
350 buf[byte_num] = ((bfd_byte *) buffer)[0];
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 28893 size_t byte_num,
28900 info->bytes[byte_num++] = (uvalue >> shift) & 0xff;
28908 size_t byte_num,
28933 info->bytes[byte_num++] = (uvalue >> shift) & 0xff;
29017 size_t byte_num = (BYTES_BIG_ENDIAN
29022 constant_int_to_128bit_vector (ele, ele_mode, byte_num, info);
29024 constant_fp_to_128bit_vector (ele, ele_mode, byte_num, info);
29052 size_t byte_num = num * ele_size;
29055 constant_int_to_128bit_vector (ele, ele_mode, byte_num, info);
29057 constant_fp_to_128bit_vector (ele, ele_mode, byte_num, info)
28957 size_t byte_num = (BYTES_BIG_ENDIAN local
28992 size_t byte_num = num * ele_size; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 28457 size_t byte_num,
28464 info->bytes[byte_num++] = (uvalue >> shift) & 0xff;
28472 size_t byte_num,
28497 info->bytes[byte_num++] = (uvalue >> shift) & 0xff;
28581 size_t byte_num = (BYTES_BIG_ENDIAN
28586 constant_int_to_128bit_vector (ele, ele_mode, byte_num, info);
28588 constant_fp_to_128bit_vector (ele, ele_mode, byte_num, info);
28616 size_t byte_num = num * ele_size;
28619 constant_int_to_128bit_vector (ele, ele_mode, byte_num, info);
28621 constant_fp_to_128bit_vector (ele, ele_mode, byte_num, info)
28521 size_t byte_num = (BYTES_BIG_ENDIAN local
28556 size_t byte_num = num * ele_size; local
    [all...]

Completed in 63 milliseconds