Searched refs:bs (Results 1 - 3 of 3) sorted by relevance

/system/extras/fatblock/
H A Dfs.c165 struct fat_boot_sector *bs; local
184 bs = &fs->boot;
186 strpadcpy(bs->name, "FATBLOCK", ' ', sizeof(bs->name));
187 bs->sector_size = htole16(sector_size);
188 bs->sectors_per_cluster = sectors_per_cluster;
189 bs->reserved_sectors = htole16(reserved_sectors);
190 bs->fats = 1;
191 bs->media_desc = FAT_MEDIA_DESC_FIXED;
193 bs
[all...]
/system/core/toolbox/
H A Dnewfs_msdos.c106 struct bs { struct
262 struct bs *bs; local
640 x1 = sizeof(struct bs);
683 bs = (struct bs *)img;
684 mk1(bs->jmp[0], 0xeb);
685 mk1(bs->jmp[1], x1 - 2);
686 mk1(bs->jmp[2], 0x90);
687 setstr(bs
[all...]
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp617 const int bs = mBlendSrc; local
619 return bs==GGL_SRC_ALPHA_SATURATE ||
620 bs==GGL_SRC_ALPHA || bs==GGL_ONE_MINUS_SRC_ALPHA ||

Completed in 74 milliseconds