Home
last modified time | relevance | path

Searched refs:PARTITION (Results 1 – 8 of 8) sorted by relevance

/third_party/e2fsprogs/lib/ext2fs/
Ddosio.c48 static PARTITION **partitions = NULL;
50 static PARTITION *active = NULL;
91 static void lba2chs(unsigned long lba_addr, CHS *chs, PARTITION *part) in lba2chs()
150 static io_channel alloc_io_channel(PARTITION *part) in alloc_io_channel()
184 PARTITION *part; in dos_open()
186 PARTITION **newparts; in dos_open()
215 part = (PARTITION*)malloc(sizeof(PARTITION)); in dos_open()
340 newparts = (PARTITION**)realloc(partitions, sizeof(PARTITION) * npart); in dos_open()
376 PARTITION *part; in dos_read_blk()
382 part = (PARTITION*)channel->private_data; in dos_read_blk()
[all …]
Ddosio.h52 } PARTITION; typedef
/third_party/FatFs/source/
Dff.h102 } PARTITION; typedef
103 extern PARTITION VolToPart[]; /* Volume - Partition mapping table */
/third_party/mindspore/third_party/patch/sqlite/
Dsqlite.patch001341 + SELECT sum(d) OVER( PARTITION BY(SELECT 0 FROM c JOIN a WHERE b =(SELECT b INTERSECT SELECT d FR…
/third_party/mesa3d/src/compiler/glsl/
Dglsl_lexer.ll713 partition KEYWORD(130, 300, 0, 0, PARTITION);
Dglsl_parser.yy187 %token COMMON PARTITION ACTIVE FILTER ROW_MAJOR
/third_party/gptfdisk/
DNEWS998 LOGICAL PARTITION CREATION FEATURE DOESN'T TRY TO ALIGN PARTITIONS OR
999 PARTITION HEADER DATA TO CYLINDER BOUNDARIES! It's conceivable that some
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch94388 sqlite3TreeViewExprList(pView, pWin->pPartition, nElement>0,"PARTITION-BY");
132029 sqlite3TreeViewExprList(pView, pWin->pPartition, nElement>0,"PARTITION-BY");
148856 - /* 311 */ "window ::= PARTITION BY nexprlist orderby_opt frame_opt",
148857 - /* 312 */ "window ::= nm PARTITION BY nexprlist orderby_opt frame_opt",
149051 + /* 314 */ "window ::= PARTITION BY nexprlist orderby_opt frame_opt",
149052 + /* 315 */ "window ::= nm PARTITION BY nexprlist orderby_opt frame_opt",
149794 - 307, /* (311) window ::= PARTITION BY nexprlist orderby_opt frame_opt */
149795 - 307, /* (312) window ::= nm PARTITION BY nexprlist orderby_opt frame_opt */
150021 + 308, /* (314) window ::= PARTITION BY nexprlist orderby_opt frame_opt */
150022 + 308, /* (315) window ::= nm PARTITION BY nexprlist orderby_opt frame_opt */
[all …]