HomeSort by relevance Sort by last modified time
    Searched refs:testi (Results 1 - 5 of 5) sorted by null

  /prebuilts/go/darwin-x86/test/ken/
shift.go 16 testi(i int, t1,t2,t3 int) {
48 testi( int(1234) << 0, 0,0,0);
49 testi( int(1234) >> 0, 0,0,1);
50 testi( int(1234) << 5, 0,1,0);
51 testi( int(1234) >> 5, 0,1,1);
53 testi(int(-1234) << 0, 1,0,0);
54 testi(int(-1234) >> 0, 1,0,1);
55 testi(int(-1234) << 5, 1,1,0);
56 testi(int(-1234) >> 5, 1,1,1);
86 case 0: testi(i,t1,t2,t3)
15 testi(i int, t1,t2,t3 int) { func
    [all...]
  /prebuilts/go/linux-x86/test/ken/
shift.go 16 testi(i int, t1,t2,t3 int) {
48 testi( int(1234) << 0, 0,0,0);
49 testi( int(1234) >> 0, 0,0,1);
50 testi( int(1234) << 5, 0,1,0);
51 testi( int(1234) >> 5, 0,1,1);
53 testi(int(-1234) << 0, 1,0,0);
54 testi(int(-1234) >> 0, 1,0,1);
55 testi(int(-1234) << 5, 1,1,0);
56 testi(int(-1234) >> 5, 1,1,1);
86 case 0: testi(i,t1,t2,t3)
15 testi(i int, t1,t2,t3 int) { func
    [all...]
  /external/e2fsprogs/debugfs/
ro_debug_cmds.ct 52 testi;
debug_cmds.ct 89 testi;
  /external/zlib/src/contrib/iostream3/
zfstream.cc 135 bool testi = mode & std::ios_base::in; local
145 if (!testi && testo && !testt && !testa)
147 if (!testi && testo && !testt && testa)
149 if (!testi && testo && testt && !testa)
151 if (testi && !testo && !testt && !testa)
154 // if (testi && testo && !testt && !testa)
156 // if (testi && testo && testt && !testa)

Completed in 487 milliseconds