OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:heads
(Results
151 - 160
of
160
) sorted by null
1
2
3
4
5
6
7
/external/chromium/net/disk_cache/
rankings.cc
542
heads_[i] = Addr(control_data_->
heads
[i]);
551
control_data_->
heads
[list] = heads_[list].value();
/external/qemu/block/
vvfat.c
362
head = spos % (bs->
heads
); spos/= bs->
heads
;
973
bootsector->number_of_heads=cpu_to_le16(s->bs->
heads
);
1018
bs->cyls=1024; bs->
heads
=16; bs->secs=63;
1038
bs->cyls = 80; bs->
heads
= 2; bs->secs = 36;
1041
s->sector_count=bs->cyls*bs->
heads
*bs->secs;
1067
bs->total_sectors=bs->cyls*bs->
heads
*bs->secs;
1079
bs->
heads
= bs->cyls = bs->secs = 0;
[
all
...]
vmdk.c
42
uint32_t
heads
;
member in struct:__anon13151
687
"ddb.geometry.
heads
= \"16\"\n"
/external/grub/stage2/
boot.c
950
/* FIXME: If
HEADS
or SECTORS is greater than 255, then this will
954
+ (((geom.
heads
- 1) & 0xff) << 8)
builtins.c
1404
disks[current_drive].
heads
= num_head;
1431
geom.cylinders, geom.
heads
, geom.sectors,
1446
" the one of the
heads
, the one of the sectors and the one of the total"
[
all
...]
shared.h
644
/* The number of
heads
*/
645
unsigned long
heads
;
member in struct:geometry
/external/kernel-headers/original/linux/
perf_event.h
630
struct hlist_head
heads
[SWEVENT_HLIST_SIZE];
member in struct:swevent_hlist
/external/linux-tools-perf/util/include/linux/added/
perf_event.h
732
struct hlist_head
heads
[SWEVENT_HLIST_SIZE];
member in struct:swevent_hlist
/external/valgrind/main/include/vki/
vki-linux.h
2015
unsigned char
heads
;
member in struct:vki_hd_geometry
[
all
...]
/external/regex-re2/lib/codereview/
codereview.py
1110
hg_commands.
heads
(ui, repo)
[
all
...]
Completed in 466 milliseconds
1
2
3
4
5
6
7