OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sectors
(Results
1 - 25
of
68
) sorted by null
1
2
3
/external/grub/stage2/
bios.c
35
unsigned long *
sectors
);
40
unsigned long *
sectors
);
45
/* Read/write NSEC
sectors
starting from SECTOR in DRIVE disk with GEOMETRY
68
BIOSes don't return the number of total
sectors
correctly,
97
* geometry->
sectors
);
110
sector_offset = sector % geometry->
sectors
+ 1;
111
head = sector / geometry->
sectors
;
143
unsigned char
sectors
;
160
geometry->
sectors
= 15;
170
+ (((unsigned int) (cdrp.
sectors
& 0xC0)) << 2))
141
unsigned char
sectors
;
member in struct:iso_spec_packet
214
unsigned long
sectors
;
member in struct:drive_parameters
[
all
...]
/external/valgrind/main/coregrind/
m_transtab.c
60
/* Number of
sectors
the TC is divided into. If you need a larger
190
/* The root data structure is an array of
sectors
. The index of the
202
static Sector
sectors
[N_SECTORS];
variable
607
/* Check that the number of listed
sectors
equals the number
610
if (
sectors
[i].tc != NULL)
624
sec = &
sectors
[sno];
757
sec = &
sectors
[sno];
952
if (
sectors
[y].tc == NULL)
959
tcAvailQ = ((ULong*)(&
sectors
[y].tc[tc_sector_szQ]))
960
- ((ULong*)(
sectors
[y].tc_next))
[
all
...]
/external/grub/util/
mkbimage
42
sectors
=
294
sectors
=63;
302
sectors
=15;
307
sectors
=18;
312
sectors
=20;
318
sectors
=21;
323
sectors
=21;
328
sectors
=36;
346
sfdisk -C $cylinders -H $heads -S $
sectors
-D $image<<EOT
351
offset="$(($
sectors
* $block_size))"
[
all
...]
/development/samples/GlobalTime/src/com/android/globaltime/
Annulus.java
45
* @param
sectors
the number of
sectors
used to approximate curvature
51
int
sectors
) {
55
int radii =
sectors
+ 1;
89
for (int i = 0; i <
sectors
; i++) {