HomeSort by relevance Sort by last modified time
    Searched refs:Sat (Results 1 - 25 of 28) sorted by null

1 2

  /external/stressapptest/src/
sat_factory.cc 15 // sat_factory.h : factory for SAT
17 #include "sat.h" // NOLINT
19 Sat *SatFactory() {
20 return new Sat();
sat.h 15 // sat.h : sat stress test object interface and data structures
34 // SAT stress test class.
35 class Sat {
40 Sat();
41 virtual ~Sat();
57 // Return value is success or failure of the SAT run, *not* of this function!
196 int monitor_mode_; // Switch for monitor-only mode SAT.
198 // argument, as SAT will only run error
322 Sat::PageQueueType pe_q_implementation_; // Queue implementation switc
    [all...]
main.cc 15 // sat.cc : a stress test for stressful testing
18 #include "sat.h"
21 Sat *sat = SatFactory(); local
22 if (sat == NULL) {
23 logprintf(0, "Process Error: failed to allocate Sat object\n");
27 if (!sat->ParseArgs(argc, argv)) {
28 logprintf(0, "Process Error: Sat::ParseArgs() failed\n");
29 sat->bad_status();
30 } else if (!sat->Initialize())
    [all...]
sat.cc 15 // sat.cc : a stress test for stressful testing
17 // stressapptest (or SAT, from Stressful Application Test) is a test
47 #include "sat.h"
59 // This makes Sat objects not safe for multiple instances.
61 Sat *g_sat = NULL;
76 bool Sat::InitializeLogfile() {
110 bool Sat::CheckEnvironment() {
115 logprintf(1, "Log: Running DEBUG version of SAT, "
118 logprintf(0, "Process Error: Running DEBUG version of SAT, "
220 bool Sat::AllocateMemory()
    [all...]
worker.h 18 // for the SAT test. Worker Threads implement a repetative
215 class Sat *sat_init,
393 class Sat *sat_; // Reference to parent stest object.
worker.cc 62 #include "sat.h" // NOLINT
281 class Sat *sat_init,
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 352 struct match_info Sat;
388 tokens.Sat.String = inst_str + matches[2].rm_so;
389 tokens.Sat.Length = match_length(matches, 2);
  /external/capstone/packages/rpm/
capstone.spec 163 * Sat Sep 27 2014 Adel Gadllah <adel.gadllah@gmail.com> - 2.1.2-2
  /external/libogg/
libogg.spec 108 * Sat Sep 02 2000 Jack Moffitt <jack@icecast.org>
  /external/v8/src/wasm/
wasm-opcodes.cc 54 CASE_##RES##_OP(U##name##Sat##SRC, str "_u:sat/" src_suffix) \
55 CASE_##RES##_OP(S##name##Sat##SRC, str "_s:sat/" src_suffix)
  /external/strace/
strace.spec 199 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7-2
206 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6-2
467 * Sat Feb 23 2002 Florian La Roche <Florian.LaRoche@redhat.de>
499 * Sat Nov 18 2000 Florian La Roche <Florian.LaRoche@redhat.de>
503 * Sat Aug 19 2000 Jakub Jelinek <jakub@redhat.com>
532 * Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com>
544 * Sat Jun 12 1999 Jeff Johnson <jbj@redhat.com>
580 * Sat Sep 19 1998 Jeff Johnson <jbj@redhat.com>
  /external/openssh/contrib/redhat/
openssh.spec 598 * Sat Mar 3 2001 Nalin Dahyabhai <nalin@redhat.com>
757 * Sat Jul 1 2000 Nalin Dahyabhai <nalin@redhat.com>
771 * Sat Jun 3 2000 Nalin Dahyabhai <nalin@redhat.com>
786 * Sat Nov 13 1999 Damien Miller <djm@mindrot.org>
797 * Sat Oct 30 1999 Damien Miller <djm@ibs.com.au>
  /external/spirv-llvm/lib/SPIRV/
OCL20ToSPIRV.cpp 847 std::string Sat = DemangledName.find("_sat") != std::string::npos ?
853 if (!Sat.empty() && TargetSigned != Signed) {
855 Sat = "";
874 return getSPIRVFuncName(OC, TargetTyName + Sat + Rounding);
    [all...]
SPIRVUtil.cpp 428 if (Postfix == kSPIRVPostfix::Sat)
453 return kSPIRVPostfix::Sat;
    [all...]
SPIRVInternal.h 336 const static char Sat[] = "sat";
    [all...]
  /external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
ast.go 1180 Sat bool
1184 if ft.Sat {
1214 ft = &FixedType{Base: base, Accum: ft.Accum, Sat: ft.Sat}
1226 return fmt.Sprintf("%*s%sFixedType: Accum: %t; Sat: %t\n%s", indent, "", field,
1227 ft.Accum, ft.Sat,
    [all...]
demangle.go 1293 sat := false
1296 sat = true
1300 ret = &FixedType{Base: base, Accum: accum, Sat: sat}
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h 444 SDValue Rnd, SDValue Sat, ISD::CvtCode Code);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp     [all...]
  /external/pdfium/core/fxge/dib/
cfx_scanlinecompositor.cpp 133 int Sat(RGB color) {
165 result = SetLum(SetSat(src, Sat(back)), Lum(back));
168 result = SetLum(SetSat(back, Sat(src)), Lum(back));
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 630 SDValue STy, SDValue Rnd, SDValue Sat,
    [all...]
  /external/jemalloc/bin/
jeprof.in     [all...]
  /external/jemalloc_new/bin/
jeprof.in     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 795 milliseconds

1 2