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/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
558
rds
= howmany(bpb.rde, bpb.bps / sizeof(struct de));
565
rds
+
570
x1 = bpb.res +
rds
;
623
for (lsn = 0; lsn < dir + (fat == 32 ? bpb.spc :
rds
); lsn++) {
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxApp.java
718
// clear the
RDS
text
795
// clear the
RDS
text
823
// clear the
RDS
text
831
/* Display the
RDS
text on UI */
840
String
rds
= (String) msg.obj;
841
Log.i(TAG, "enter handleMessage ----EVENT_RDS_TEXT
rds
" +
rds
);
842
sb = new StringBuilder("[
RDS
] ");
843
sb.append(
rds
);
849
/* Display the
RDS
text on UI *
[
all
...]
Completed in 149 milliseconds