OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:root_entries
(Results
1 - 3
of
3
) sorted by null
/external/llvm/utils/llvm-build/llvmbuild/
main.py
370
root_entries
= set(e[0] for e in entries)
372
root_entries
-= set(deps)
373
entries.append(('all', None,
root_entries
, True))
[
all
...]
/external/chromium_org/tools/gyp/pylib/gyp/generator/
msvs.py
[
all
...]
/external/qemu/block/
vvfat.c
212
uint16_t
root_entries
;
member in struct:bootsector_t
796
#define
ROOT_ENTRIES
(0x02 * 0x10 * s->sectors_per_cluster)
797
if (mapping_index == 0 && s->directory.next <
ROOT_ENTRIES
) {
800
array_ensure_allocated(&(s->directory),
ROOT_ENTRIES
- 1);
802
(
ROOT_ENTRIES
- cur) * sizeof(direntry_t));
967
bootsector->
root_entries
=cpu_to_le16(s->sectors_of_root_directory*0x10);
[
all
...]
Completed in 1057 milliseconds