Home
last modified time | relevance | path

Searched refs:fsx (Results 1 – 14 of 14) sorted by relevance

/external/autotest/client/tests/fsx/
D0003-Fix-Link-Options.patch14 fsx-linux: fsx-linux.o
15 - $(CC) $(LDFLAGS) -laio fsx-linux.o -o fsx-linux
16 + $(CC) ${CFLAGS} $(LDFLAGS) fsx-linux.o -o fsx-linux -laio
D0001-Minor-fixes-to-PAGE_SIZE-handling.patch8 fsx-linux.c | 10 +++++++---
11 diff --git a/fsx-linux.c b/fsx-linux.c
13 --- a/fsx-linux.c
14 +++ b/fsx-linux.c
Dcontrol2 NAME = "fsx"
10 job.run_test('fsx')
D0002-Enable-cross-compiling-for-fsx.patch4 Subject: [PATCH 2/2] Enable cross compiling for fsx
Dfsx.py10 class fsx(test.test): class
/external/mesa3d/src/mesa/swrast/
Ds_tritemp.h122 GLfixed fsx; /* first sample point x coord */ in NAME() member
258 eMaj.fsx = eMaj.fx0 + (GLfixed) (eMaj.adjy * eMaj.dxdy); in NAME()
271 eTop.fsx = eTop.fx0 + (GLfixed) (eTop.adjy * eTop.dxdy); in NAME()
281 eBot.fsx = eBot.fx0 + (GLfixed) (eBot.adjy * eBot.dxdy); in NAME()
570 const GLfixed fsx = eLeft->fsx; /* no fractional part */ in NAME() local
571 const GLfixed fx = FixedCeil(fsx); /* no fractional part */ in NAME()
578 fError = fx - fsx - FIXED_ONE; in NAME()
579 fxLeftEdge = fsx - FIXED_EPSILON; in NAME()
726 fxRightEdge = eRight->fsx - FIXED_EPSILON; in NAME()
/external/fio/examples/
Dfsx.fio1 ; This job file works pretty works similarly to running fsx-linux
/external/autotest/utils/
Dsite_whitelist_tests4 /usr/local/autotest/client/tests/fsx/control
/external/autotest/client/samples/
Dfilesystem17 job.run_test('fsx', dir=part.mountpoint, tag=fstype)
Dcontrol.fs23 job.run_test('fsx', dir=partition.mountpoint, tag=fstype)
Dcontrol.fs_options31 job.run_test('fsx', dir=job.tmpdir, tag=tag)
Dcontrol.kbuild_and_tests56 job.run_test('fsx')
/external/autotest/site_utils/admin/scripts/
Dcheck_db.out91 fsx 1463
/external/opencv3/modules/imgproc/test/
Dtest_imgwarp_strict.cpp554 double fsx = _dim[dx].second; in resize_1d() local
560 inter_func(static_cast<float>(fsx), w); in resize_1d()
579 double fsx = scale * (dx + 0.5) - 0.5; in generate_buffer() local
580 int isx = cvFloor(fsx); in generate_buffer()
581 _dim[dx] = std::make_pair(isx, fsx - isx); in generate_buffer()