Searched refs:move_bytes (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/lib/libc/db/hash/ |
| H A D | hash_bigkey.c | 86 u_int16_t space, move_bytes, off; in __big_insert() local 100 move_bytes = MINIMUM(space, key_size); in __big_insert() 101 off = OFFSET(p) - move_bytes; in __big_insert() 102 memmove(cp + off, key_data, move_bytes); in __big_insert() 103 key_size -= move_bytes; in __big_insert() 104 key_data += move_bytes; in __big_insert() 118 move_bytes = MINIMUM(space, val_size); in __big_insert() 128 off = OFFSET(p) - move_bytes; in __big_insert() 129 memmove(cp + off, val_data, move_bytes); in __big_insert() 130 val_data += move_bytes; in __big_insert() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 6150 int move_bytes; local 6173 for (offset = 0; bytes > 0; offset += move_bytes, bytes -= move_bytes) 6192 move_bytes = (bytes > 32) ? 32 : bytes; 6203 move_bytes = (bytes > 24) ? 24 : bytes; 6212 move_bytes = (bytes > 16) ? 16 : bytes; 6220 move_bytes = 8; 6226 move_bytes = (bytes > 8) ? 8 : bytes; 6231 move_bytes = 4; 6237 move_bytes = 2; 6243 move_bytes = 1; [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | mips-tfile.c | 2565 Size_t move_bytes; local 2578 move_bytes = move_items * vp->object_size; 2581 if (move_bytes >= 32) 2583 (void) memcpy (ptr, input_ptr, move_bytes); 2584 input_ptr += move_bytes; 2588 while (move_bytes-- > 0)
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | mips-tfile.c | 2465 Size_t move_bytes; in add_bytes() local 2478 move_bytes = move_items * vp->object_size; in add_bytes() 2481 if (move_bytes >= 32) in add_bytes() 2483 (void) memcpy (ptr, input_ptr, move_bytes); in add_bytes() 2484 input_ptr += move_bytes; in add_bytes() 2488 while (move_bytes-- > 0) in add_bytes()
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 9411 int move_bytes; in expand_block_move() local 9433 for (offset = 0; bytes > 0; offset += move_bytes, bytes -= move_bytes) in expand_block_move() 9446 move_bytes = 16; in expand_block_move() 9461 move_bytes = (bytes > 32) ? 32 : bytes; in expand_block_move() 9473 move_bytes = (bytes > 24) ? 24 : bytes; in expand_block_move() 9483 move_bytes = (bytes > 16) ? 16 : bytes; in expand_block_move() 9491 move_bytes = 8; in expand_block_move() 9497 move_bytes = (bytes > 8) ? 8 : bytes; in expand_block_move() 9502 move_bytes = 4; in expand_block_move() 9508 move_bytes = 2; in expand_block_move() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/ |
| H A D | frv.c | 2196 int move_bytes; local 2223 for ( ; bytes > 0; (bytes -= move_bytes), (offset += move_bytes)) 2246 move_bytes = GET_MODE_SIZE (mode);
|
| /openbsd-src/gnu/gcc/gcc/config/frv/ |
| H A D | frv.c | 2253 int move_bytes; in frv_expand_block_move() local 2279 for ( ; bytes > 0; (bytes -= move_bytes), (offset += move_bytes)) in frv_expand_block_move() 2302 move_bytes = GET_MODE_SIZE (mode); in frv_expand_block_move()
|