OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:B2C
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/e2fsck/
pass5.c
188
#define
B2C
(x) EXT2FS_B2C(fs, (x))
189
#define EQ_CLSTR(x, y) (
B2C
(x) ==
B2C
(y))
190
#define LE_CLSTR(x, y) (
B2C
(x) <=
B2C
(y))
191
#define GE_CLSTR(x, y) (
B2C
(x) >=
B2C
(y))
226
if ((
B2C
(fs->super->s_first_data_block) <
228
(
B2C
(ext2fs_blocks_count(fs->super)-1) >
231
pctx.blk =
B2C
(fs->super->s_first_data_block)
[
all
...]
/device/linaro/hikey/l-loader/
generate_ptable.sh
43
sgdisk -n 3:0:+1M -t 3:0700 -u 3:65007411-962D-4781-9
B2C
-51DD7DF22CC3 -c 3:"mcuimage" ${TEMP_FILE}
67
sgdisk -n 3:0:+1M -t 3:0700 -u 3:65007411-962D-4781-9
B2C
-51DD7DF22CC3 -c 3:"mcuimage" ${TEMP_FILE}
/external/e2fsprogs/resize/
resize2fs.c
67
#define
B2C
(x) EXT2FS_B2C(fs, (x))
69
#define EQ_CLSTR(x, y) (
B2C
(x) ==
B2C
(y))
70
#define LE_CLSTR(x, y) (
B2C
(x) <=
B2C
(y))
71
#define LT_CLSTR(x, y) (
B2C
(x) <
B2C
(y))
72
#define GE_CLSTR(x, y) (
B2C
(x) >=
B2C
(y))
73
#define GT_CLSTR(x, y) (
B2C
(x) > B2C(y)
[
all
...]
Completed in 196 milliseconds