OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FirstCluster
(Results
1 - 6
of
6
) sorted by relevancy
/src/sbin/fsck_msdos/
dosfs.h
73
u_int
FirstCluster
; /* at what sector is Cluster CLUST_FIRST */
boot.c
223
boot->
FirstCluster
= (boot->RootDirEnts * 32 + boot->BytesPerSec - 1)
242
if (boot->
FirstCluster
+ boot->SecPerClust > boot->NumSectors) {
244
boot->
FirstCluster
);
253
(boot->NumSectors - boot->
FirstCluster
) / boot->SecPerClust;
dir.c
329
off = (startcl - CLUST_FIRST) * boot->SecPerClust + boot->
FirstCluster
;
494
off = (cl - CLUST_FIRST) * boot->SecPerClust + boot->
FirstCluster
;
972
+ boot->
FirstCluster
* boot->BytesPerSec;
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SwitchLoweringUtils.h
241
CaseClusterIt
FirstCluster
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp
1158
llvm::sort(W.
FirstCluster
, W.LastCluster + 1,
1167
for (CaseClusterIt I = W.LastCluster; I > W.
FirstCluster
;) {
1181
for (CaseClusterIt I = W.
FirstCluster
; I <= W.LastCluster; ++I)
1185
for (CaseClusterIt I = W.
FirstCluster
, E = W.LastCluster; I <= E; ++I) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
10490
unsigned Size = W.LastCluster - W.
FirstCluster
+ 1;
10502
CaseCluster &Small = *W.
FirstCluster
;
10554
llvm::sort(W.
FirstCluster
, W.LastCluster + 1,
10563
for (CaseClusterIt I = W.LastCluster; I > W.
FirstCluster
; ) {
10577
for (CaseClusterIt I = W.
FirstCluster
; I <= W.LastCluster; ++I)
10581
for (CaseClusterIt I = W.
FirstCluster
, E = W.LastCluster; I <= E; ++I) {
10733
assert(W.
FirstCluster
->Low->getValue().slt(W.LastCluster->Low->getValue()) &&
10736
assert(W.LastCluster - W.
FirstCluster
+ 1 >= 2 && "Too small to split!");
10741
CaseClusterIt LastLeft = W.
FirstCluster
;
10765
unsigned NumLeft = LastLeft - W.
FirstCluster
+ 1
[
all
...]
Completed in 60 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026