OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:from_entry
(Results
1 - 8
of
8
) sorted by null
/external/e2fsprogs/lib/ext2fs/
swapfs.c
125
struct ext2_ext_attr_entry *
from_entry
)
127
to_entry->e_value_offs = ext2fs_swab16(
from_entry
->e_value_offs);
128
to_entry->e_value_block = ext2fs_swab32(
from_entry
->e_value_block);
129
to_entry->e_value_size = ext2fs_swab32(
from_entry
->e_value_size);
130
to_entry->e_hash = ext2fs_swab32(
from_entry
->e_hash);
139
struct ext2_ext_attr_entry *
from_entry
, *to_entry;
local
148
from_entry
= (struct ext2_ext_attr_entry *)(from_header+1);
151
from_entry
= (struct ext2_ext_attr_entry *)from_header;
155
while ((char *)
from_entry
< from_end && *(__u32 *)
from_entry
) {
[
all
...]
ext2fs.h
[
all
...]
/external/chromium/net/disk_cache/
backend_impl.h
297
// |
from_entry
| will be updated to point to the new entry, otherwise it will
300
CacheRankingsBlock**
from_entry
,
backend_impl.cc
[
all
...]
/external/chromium_org/net/disk_cache/
backend_impl.h
310
// |
from_entry
| will be updated to point to the new entry, otherwise it will
313
CacheRankingsBlock**
from_entry
,
backend_impl.cc
[
all
...]
/external/chromium_org/v8/src/
serialize.cc
709
HashMap::Entry*
from_entry
= FindEntry(from);
710
ASSERT(
from_entry
!= NULL);
711
void* value =
from_entry
->value;
712
RemoveEntry(
from_entry
);
[
all
...]
/external/v8/src/
log.cc
406
HashMap::Entry*
from_entry
= FindEntry(from);
407
ASSERT(
from_entry
!= NULL);
408
void* value =
from_entry
->value;
409
RemoveEntry(
from_entry
);
[
all
...]
Completed in 122 milliseconds