Home
last modified time | relevance | path

Searched refs:move_bytes (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/lib/libc/db/hash/
H A Dhash_bigkey.c93 u_int16_t space, move_bytes, off; in __big_insert() local
108 off = OFFSET(p) - move_bytes; in __big_insert()
110 key_size -= move_bytes; in __big_insert()
111 key_data += move_bytes; in __big_insert()
135 off = OFFSET(p) - move_bytes; in __big_insert()
137 val_data += move_bytes; in __big_insert()
138 val_size -= move_bytes; in __big_insert()
162 move_bytes--; in __big_insert()
163 off = OFFSET(p) - move_bytes; in __big_insert()
165 val_size -= move_bytes; in __big_insert()
[all …]
/freebsd-12.1/contrib/gcc/
H A Dmips-tfile.c2465 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()
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c9444 int move_bytes; in expand_block_move() local
9466 for (offset = 0; bytes > 0; offset += move_bytes, bytes -= move_bytes) in expand_block_move()
9479 move_bytes = 16; in expand_block_move()
9494 move_bytes = (bytes > 32) ? 32 : bytes; in expand_block_move()
9524 move_bytes = 8; in expand_block_move()
9530 move_bytes = (bytes > 8) ? 8 : bytes; in expand_block_move()
9535 move_bytes = 4; in expand_block_move()
9541 move_bytes = 2; in expand_block_move()
9547 move_bytes = (bytes > 4) ? 4 : bytes; in expand_block_move()
9552 move_bytes = 1; in expand_block_move()
[all …]