Home
last modified time | relevance | path

Searched refs:byte_num (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dcmp.c462 char const *byte_num = offtostr (byte_number, byte_buf); in cmp() local
487 file[0], file[1], byte_num, line_num); in cmp()
498 file[0], file[1], byte_num, line_num, in cmp()
514 char const *byte_num = offtostr (byte_number, byte_buf); in cmp() local
519 offset_width, byte_num, c0, c1); in cmp()
528 offset_width, byte_num, c0, s0, c1, s1); in cmp()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc28379 size_t byte_num, in constant_int_to_128bit_vector() argument
28386 info->bytes[byte_num++] = (uvalue >> shift) & 0xff; in constant_int_to_128bit_vector()
28394 size_t byte_num, in constant_fp_to_128bit_vector() argument
28419 info->bytes[byte_num++] = (uvalue >> shift) & 0xff; in constant_fp_to_128bit_vector()
28503 size_t byte_num = (BYTES_BIG_ENDIAN in vec_const_128bit_to_bytes() local
28508 constant_int_to_128bit_vector (ele, ele_mode, byte_num, info); in vec_const_128bit_to_bytes()
28510 constant_fp_to_128bit_vector (ele, ele_mode, byte_num, info); in vec_const_128bit_to_bytes()
28538 size_t byte_num = num * ele_size; in vec_const_128bit_to_bytes() local
28541 constant_int_to_128bit_vector (ele, ele_mode, byte_num, info); in vec_const_128bit_to_bytes()
28543 constant_fp_to_128bit_vector (ele, ele_mode, byte_num, info); in vec_const_128bit_to_bytes()