OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapentry
(Results
1 - 4
of
4
) sorted by null
/system/extras/procmem/
procmem.c
58
uint64_t
mapentry
;
local
193
mapentry
= pagemap[j];
195
if (PM_PAGEMAP_PRESENT(
mapentry
) && !PM_PAGEMAP_SWAPPED(
mapentry
)) {
197
error = pm_kernel_count(ker, PM_PAGEMAP_PFN(
mapentry
), &count);
203
error = pm_kernel_flags(ker, PM_PAGEMAP_PFN(
mapentry
), &flags);
/external/protobuf/php/ext/google/protobuf/
upb.h
2727
inline bool MessageDef::
mapentry
() const {
function in class:upb::MessageDef
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.h
3352
inline bool MessageDef::
mapentry
() const {
function in class:upb::MessageDef
[
all
...]
upb.c
236
/* Ensure that
MapEntry
submessages only appear as repeated fields, not
243
"Field %s refers to
mapentry
message but is not "
[
all
...]
Completed in 2344 milliseconds