OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:copyto
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/db/hash/
hash_page.c
193
uint16_t
copyto
, diff, off, moved;
local in function:__split_page
197
copyto
= HASH_BSIZE(hashp);
217
(int)
copyto
, (int)moved);
228
diff =
copyto
- off;
230
copyto
= ino[n + 1] + diff;
231
memmove(op +
copyto
, op + ino[n + 1],
233
ino[ndx] =
copyto
+ ino[n] - ino[n + 1];
234
ino[ndx + 1] =
copyto
;
236
copyto
= ino[n + 1];
252
_DIAGASSERT(
copyto
>= temp)
[
all
...]
hash_page.c
193
uint16_t
copyto
, diff, off, moved;
local in function:__split_page
197
copyto
= HASH_BSIZE(hashp);
217
(int)
copyto
, (int)moved);
228
diff =
copyto
- off;
230
copyto
= ino[n + 1] + diff;
231
memmove(op +
copyto
, op + ino[n + 1],
233
ino[ndx] =
copyto
+ ino[n] - ino[n + 1];
234
ino[ndx + 1] =
copyto
;
236
copyto
= ino[n + 1];
252
_DIAGASSERT(
copyto
>= temp)
[
all
...]
Completed in 23 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025