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

1 2

  /external/clang/test/PCH/
stmts.h 93 #define maxint(a,b) ({int _a = (a), _b = (b); _a > _b ? _a : _b; }) macro
95 return maxint(++x, --y);
  /dalvik/vm/mterp/armv5te/
OP_DOUBLE_TO_INT.S 17 mov r2, #0x80000000 @ maxint, as a double (low word)
20 mvn r3, #0xbe000000 @ maxint, as a double (high word)
24 bl __aeabi_dcmpge @ is arg >= maxint?
26 mvnne r0, #0x80000000 @ return maxint (0x7fffffff)
OP_FLOAT_TO_INT.S 17 mov r1, #0x4f000000 @ (float)maxint
19 bl __aeabi_fcmpge @ is arg >= maxint?
21 mvnne r0, #0x80000000 @ return maxint (7fffffff)
  /dalvik/vm/mterp/armv6t2/
OP_DOUBLE_TO_INT.S 17 mov r2, #0x80000000 @ maxint, as a double (low word)
20 mvn r3, #0xbe000000 @ maxint, as a double (high word)
24 bl __aeabi_dcmpge @ is arg >= maxint?
26 mvnne r0, #0x80000000 @ return maxint (0x7fffffff)
OP_FLOAT_TO_INT.S 17 mov r1, #0x4f000000 @ (float)maxint
19 bl __aeabi_fcmpge @ is arg >= maxint?
21 mvnne r0, #0x80000000 @ return maxint (7fffffff)
  /dalvik/vm/compiler/template/mips/
TEMPLATE_FLOAT_TO_INT_VFP.S 9 li a1, 0x4f000000 # (float)maxint
11 JAL(__gesf2) # is arg >= maxint?
13 li v0, ~0x80000000 # return maxint (7fffffff)
TEMPLATE_DOUBLE_TO_INT_VFP.S 19 JAL(__gedf2) # is arg >= maxint?
22 li v0, ~0x80000000 # return maxint (7fffffff)
  /dalvik/vm/mterp/mips/
OP_FLOAT_TO_INT.S 10 li a1, 0x4f000000 # (float)maxint
12 JAL(__gesf2) # is arg >= maxint?
14 li v0, ~0x80000000 # return maxint (7fffffff)
OP_DOUBLE_TO_INT.S 20 JAL(__gedf2) # is arg >= maxint?
23 li v0, ~0x80000000 # return maxint (7fffffff)
  /external/icu4c/test/intltest/
punyref.c 102 /* maxint is the maximum value of a punycode_uint variable: */
103 static const punycode_uint maxint = (punycode_uint) (-1); variable
104 /* Because maxint is unsigned, -1 becomes the maximum value. */
168 for (m = maxint, j = 0; j < input_length; ++j) {
177 if (m - n > (maxint - delta) / (h + 1)) return punycode_overflow;
262 if (digit > (maxint - i) / w) return punycode_overflow;
267 if (w > maxint / (base - t)) return punycode_overflow;
276 if (i / (out + 1) > maxint - n) return punycode_overflow;
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
memorizingfile.py 50 def __init__(self, file_, max_memorized_lines=sys.maxint):
57 Default: sys.maxint.
  /external/stlport/test/unit/
sstream_test.cpp 28 CPPUNIT_TEST(maxint);
48 void maxint();
201 void SstreamTest::maxint() function in class:SstreamTest
  /ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp 28 CPPUNIT_TEST(maxint);
48 void maxint();
201 void SstreamTest::maxint() function in class:SstreamTest
  /ndk/tests/device/test-stlport/unit/
sstream_test.cpp 28 CPPUNIT_TEST(maxint);
48 void maxint();
201 void SstreamTest::maxint() function in class:SstreamTest
  /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...]
  /external/chromium/net/tools/testserver/
chromiumsync.py 204 return self._state.get(GetEntryType(item), sys.maxint) < item.version
712 for times in xrange(0, sys.maxint) for c in xrange(ord('A'),ord('Z')))
    [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/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_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/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...]
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 124 index = self.InsertStringItem(sys.maxint, row)
182 index = self.InsertStringItem(sys.maxint, row)
231 index = self.InsertStringItem(sys.maxint, str(track.track))
  /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/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...]
  /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...]

Completed in 515 milliseconds

1 2