/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);
|
/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/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/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/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/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/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...] |
/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...] |
/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/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...] |
/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...] |
/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/audio/src/openmax_il/wma_dec/tests/ |
WmaDecTest.c | 228 int maxint(int a, int b); 259 int maxint(int a, int b) function 605 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/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/video/src/openmax_il/video_encode/test/ |
VideoEncTest.c | 388 /* inline int maxint(int a, int b) */ 389 int maxint(int a, int b) function [all...] |