OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rds
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/JavaScriptCore/parser/
ResultType.h
146
m_u.
rds
.first = first.m_type;
147
m_u.
rds
.second = second.m_type;
154
}
rds
;
member in union:JSC::OperandTypes::__anon12906
160
return ResultType(m_u.
rds
.first);
165
return ResultType(m_u.
rds
.second);
/external/e2fsprogs/debugfs/
debugfs.c
1841
struct rd_struct *
rds
= (struct rd_struct *) private;
variable in typeref:struct:rd_struct
1861
struct rd_struct
rds
;
local
[
all
...]
/system/core/toolbox/
newfs_msdos.c
271
u_int fat, bss,
rds
, cls, dir, lsn, x, x1, x2;
local
557
rds
= howmany(bpb.rde, bpb.bps / sizeof(struct de));
564
rds
+
569
x1 = bpb.res +
rds
;
622
for (lsn = 0; lsn < dir + (fat == 32 ? bpb.spc :
rds
); lsn++) {
Completed in 130 milliseconds