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

1 2 3 4 5 67 8 910

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mhlib.py 373 # Can't use sys.maxint because of i+count below
436 return sys.maxint
    [all...]
xmlrpclib.py 193 MAXINT = 2L**31-1
664 if value > MAXINT or value < MININT:
679 if value > MAXINT or value < MININT:
    [all...]
inspect.py 380 margin = sys.maxint
389 if margin < sys.maxint:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdb.py 224 self.assertGdbRepr(sys.maxint)
225 self.assertGdbRepr(-sys.maxint)
test_float.py 68 if -sys.maxint-1 <= n <= sys.maxint:
79 boundary = float(sys.maxint + 1)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 205 OMX_S16 maxint(OMX_S16 a, OMX_S16 b);
255 * maxint()
259 OMX_S16 maxint(OMX_S16 a, OMX_S16 b) function
576 OMX_S16 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
577 fdmax = maxint(fdmax,Event_Pipe[0]);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 120 int maxint (int a, int b);
618 * @fn maxint() gives the maximum of two integers.
633 int maxint(int a, int b) function
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 176 OMX_S16 maxint(OMX_S16 a, OMX_S16 b);
230 OMX_S16 maxint(OMX_S16 a, OMX_S16 b) function
532 OMX_S16 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 209 int maxint(int a, int b);
243 int maxint(int a, int b) function
527 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_float.py 68 if -sys.maxint-1 <= n <= sys.maxint:
79 boundary = float(sys.maxint + 1)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py 193 MAXINT = 2L**31-1
664 if value > MAXINT or value < MININT:
679 if value > MAXINT or value < MININT:
    [all...]
inspect.py 380 margin = sys.maxint
389 if margin < sys.maxint:
    [all...]
  /external/jsoncpp/src/test_lib_json/
main.cpp 12 #define kint32max Json::Value::maxInt
66 , smallUnsignedInteger_( Json::Value::UInt( Json::Value::maxInt ) )
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntervalSet.java 209 /** Given the set of possible values (rather than, say UNICODE or MAXINT),
  /external/chromium_org/base/process/
process_util_unittest.cc 460 // rlim_t is a uint64 - clip to maxint. We do this since FD #s are ints
  /external/chromium_org/content/common/
cc_messages_unittest.cc 812 // Write the SoftwareFrameData with the MaxInt size, if it causes overflow it
    [all...]
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
compact_lang_det_impl.cc     [all...]
  /external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_reader.cpp 627 else if ( value <= Value::LargestUInt(Value::maxInt) )
  /external/chromium_org/v8/tools/
run-deopt-fuzzer.py 86 seed = seed or random.randint(1, sys.maxint)
  /external/jsoncpp/src/lib_json/
json_reader.cpp 617 else if ( value <= Value::LargestUInt(Value::maxInt) )
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 256 * maxint() Returns the biggest from two number
265 int maxint(int a, int b) function
780 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
781 fdmax = maxint(fdmax,Event_Pipe[0]);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 317 int maxint(int a, int b);
356 int maxint(int a, int b) function
704 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
705 fdmax = maxint(fdmax,Event_Pipe[0]);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 199 int maxint(int a, int b);
273 int maxint(int a, int b) function
634 OMX_S16 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
635 fdmax = maxint(fdmax,Event_Pipe[0]);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 301 int maxint(int a, int b);
341 int maxint(int a, int b) { function
689 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
690 fdmax = maxint(fdmax, Event_Pipe[0]);
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c 655 inline int maxint(int a, int b);
663 inline int maxint(int a, int b) function
    [all...]

Completed in 955 milliseconds

1 2 3 4 5 67 8 910