HomeSort by relevance Sort by last modified time
    Searched full:maxint (Results 126 - 150 of 227) sorted by null

1 2 3 4 56 7 8 910

  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 147 int maxint(int a, int b) function
861 fdmax = maxint(IpBuf_Pipe[0], OvlyBuf_Pipe[0]);
862 fdmax = maxint(fdmax, OpRGBBuf_Pipe[0]);
863 fdmax = maxint(fdmax, OpYUVBuf_Pipe[0]);
864 fdmax = maxint(fdmax, Event_Pipe[0]);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
vdbemem.c 332 static const i64 maxInt = LARGEST_INT64;
337 }else if( r>(double)maxInt ){
338 /* minInt is correct here - not maxInt. It turns out that assigning
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 76 inline int maxint(int a, int b) function
768 nFdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
769 nFdmax = maxint(Event_Pipe[0], nFdmax);
    [all...]
  /external/chromium_org/build/android/pylib/
chrome_test_server_spawner.py 251 _WaitUntil(lambda: self.stop_flag, max_attempts=sys.maxint)
  /external/deqp/modules/gles2/scripts/
gen-conversions.py 9 indices = xrange(sys.maxint)
  /external/deqp/modules/gles3/scripts/
gen-conversions.py 9 indices = xrange(sys.maxint)
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 193 int maxint(int a, int b);
229 int maxint(int a, int b) function
538 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
539 fdmax = maxint(fdmax,Event_Pipe[0]);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 119 int maxint(int a, int b);
140 int maxint(int a, int b) function
478 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
479 fdmax = maxint(fdmax,Event_Pipe[0]);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 133 int maxint(int a, int b);
150 * @fn maxint() gives the maximum of two integers.
165 int maxint(int a, int b) function
558 int fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 271 int maxint(int a, int b);
300 int maxint(int a, int b) function
634 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
635 fdmax = maxint(fdmax,Event_Pipe[0]);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_abcoll.py 243 MAX = sys.maxint
mhlib.py 373 # Can't use sys.maxint because of i+count below
436 return sys.maxint
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
lock_tests.py 417 self.assertRaises(ValueError, self.semtype, value = -sys.maxint)
test_format.py 58 testboth("%.*d", (sys.maxint,1), overflowok=True) # expect overflow
test_multibytecodec_support.py 122 return (u'x', sys.maxint + 1)
test_gdb.py 224 self.assertGdbRepr(sys.maxint)
225 self.assertGdbRepr(-sys.maxint)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_abcoll.py 243 MAX = sys.maxint
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
lock_tests.py 417 self.assertRaises(ValueError, self.semtype, value = -sys.maxint)
test_format.py 58 testboth("%.*d", (sys.maxint,1), overflowok=True) # expect overflow
test_multibytecodec_support.py 122 return (u'x', sys.maxint + 1)
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 94 * - signed integer [range: Value::minInt - Value::maxInt]
150 static const Int maxInt;
    [all...]
  /external/jsoncpp/chromium-overrides/include/json/
value.h 94 * - signed integer [range: Value::minInt - Value::maxInt]
150 static const Int maxInt;
    [all...]
  /external/jsoncpp/include/json/
value.h 94 * - signed integer [range: Value::minInt - Value::maxInt]
150 static const Int maxInt;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 669 min=0, max=maxint: .*
670 min=1, max=maxint: .+
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 669 min=0, max=maxint: .*
670 min=1, max=maxint: .+

Completed in 1217 milliseconds

1 2 3 4 56 7 8 910