HomeSort by relevance Sort by last modified time
    Searched defs:fsx (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/tests/fsx/
fsx.py 10 class fsx(test.test): class in inherits:test.test
11 """Test to run fsx-linux."""
25 '0002-Enable-cross-compiling-for-fsx.patch',
28 utils.system('make fsx-linux')
36 utils.system(' '.join([os.path.join(self.srcdir,'/fsx-linux'),
  /external/e2fsprogs/debugfs/
journal.c 469 struct struct_ext2_filsys fsx; local
474 memcpy(&fsx, fs, sizeof(fsx));
476 fsx.super = &superx;
477 ext2fs_set_feature_metadata_csum(fsx.super);
478 if (!ext2fs_superblock_csum_verify(&fsx, p)) {
  /external/e2fsprogs/e2fsck/
journal.c 481 struct struct_ext2_filsys fsx; local
486 memcpy(&fsx, ctx->fs, sizeof(fsx));
488 fsx.super = &superx;
489 ext2fs_set_feature_metadata_csum(fsx.super);
490 if (!ext2fs_superblock_csum_verify(&fsx, p) &&
493 ext2fs_superblock_csum_set(&fsx, p);
  /external/mesa3d/src/mesa/swrast/
s_tritemp.h 127 GLfixed fsx; /* first sample point x coord */ member in struct:__anon30631
263 eMaj.fsx = eMaj.fx0 + (GLfixed) (eMaj.adjy * eMaj.dxdy);
276 eTop.fsx = eTop.fx0 + (GLfixed) (eTop.adjy * eTop.dxdy);
286 eBot.fsx = eBot.fx0 + (GLfixed) (eBot.adjy * eBot.dxdy);
575 const GLfixed fsx = eLeft->fsx; /* no fractional part */ local
576 const GLfixed fx = FixedCeil(fsx); /* no fractional part */
583 fError = fx - fsx - FIXED_ONE;
584 fxLeftEdge = fsx - FIXED_EPSILON;
731 fxRightEdge = eRight->fsx - FIXED_EPSILON
    [all...]

Completed in 508 milliseconds