Searched refs:move_bytes (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/lib/libc/db/hash/ |
H A D | hash_bigkey.c | 90 uint16_t space, move_bytes, off; in __big_insert() local 112 move_bytes = (uint16_t)kspace; in __big_insert() 113 off = OFFSET(p) - move_bytes; in __big_insert() 114 memmove(cp + off, key_data, (size_t)move_bytes); in __big_insert() 115 key_size -= move_bytes; in __big_insert() 116 key_data += move_bytes; in __big_insert() 134 move_bytes = (uint16_t)vspace; in __big_insert() 144 off = OFFSET(p) - move_bytes; in __big_insert() 145 memmove(cp + off, val_data, (size_t)move_bytes); in __big_insert() 146 val_data += move_bytes; in __big_insert() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-string.cc | 2758 int move_bytes; in expand_block_move() local 2780 for (offset = 0; bytes > 0; offset += move_bytes, bytes -= move_bytes) in expand_block_move() 2801 move_bytes = 32; in expand_block_move() 2809 move_bytes = 16; in expand_block_move() 2829 move_bytes = bytes; in expand_block_move() 2836 move_bytes = 16; in expand_block_move() 2843 move_bytes = 8; in expand_block_move() 2874 move_bytes = 4; in expand_block_move() 2880 move_bytes = 2; in expand_block_move() 2886 move_bytes = 1; in expand_block_move() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000-string.c | 2732 int move_bytes; in expand_block_move() local 2753 for (offset = 0; bytes > 0; offset += move_bytes, bytes -= move_bytes) in expand_block_move() 2766 move_bytes = 16; in expand_block_move() 2773 move_bytes = 8; in expand_block_move() 2804 move_bytes = 4; in expand_block_move() 2810 move_bytes = 2; in expand_block_move() 2816 move_bytes = 1; in expand_block_move() 2836 && bytes > move_bytes) in expand_block_move() 2840 if (num_reg >= MAX_MOVE_REG || bytes == move_bytes) in expand_block_move()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/frv/ |
H A D | frv.c | 2207 int move_bytes; in frv_expand_block_move() local 2233 for ( ; bytes > 0; (bytes -= move_bytes), (offset += move_bytes)) in frv_expand_block_move() 2256 move_bytes = GET_MODE_SIZE (mode); in frv_expand_block_move()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/frv/ |
H A D | frv.cc | 2196 int move_bytes; in frv_expand_block_move() local 2222 for ( ; bytes > 0; (bytes -= move_bytes), (offset += move_bytes)) in frv_expand_block_move() 2245 move_bytes = GET_MODE_SIZE (mode); in frv_expand_block_move()
|