OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nextentryoffset
(Results
1 - 2
of
2
) sorted by null
/system/extras/tests/pftest/
pftest.c
71
* int
nextEntryOffset
= (entryOffset + 32) % 1024;
73
int
nextEntryOffset
= entryOffset;
77
(intptr_t) (mem + 4096 * nextPageIdx +
nextEntryOffset
);
85
entryOffset =
nextEntryOffset
;
/external/bluetooth/glib/gio/win32/
gwin32directorymonitor.c
122
offset += pfile_notify_walker->
NextEntryOffset
;
130
} while (pfile_notify_walker->
NextEntryOffset
);
Completed in 684 milliseconds