HomeSort by relevance Sort by last modified time
    Searched defs:pint (Results 1 - 13 of 13) sorted by null

  /external/clang/test/Sema/
check-increment.c 5 typedef int *pint; typedef
8 pint p = a;
  /external/stlport/test/unit/
config_test.cpp 41 int *pint; local
42 pint = new(&int_val) int();
43 CPPUNIT_ASSERT( pint == &int_val );
mvctor_test.cpp 35 int *pint = &(v_v_ints.front().front()); local
45 CPPUNIT_ASSERT((pint == &v_v_ints.front().front()));
56 pint = &v_v_ints[2].front();
60 CPPUNIT_ASSERT((pint == &v_v_ints[1].front()));
  /ndk/tests/device/test-gnustl-full/unit/
config_test.cpp 41 int *pint; local
42 pint = new(&int_val) int();
43 CPPUNIT_ASSERT( pint == &int_val );
mvctor_test.cpp 35 int *pint = &(v_v_ints.front().front()); local
45 CPPUNIT_ASSERT((pint == &v_v_ints.front().front()));
56 pint = &v_v_ints[2].front();
60 CPPUNIT_ASSERT((pint == &v_v_ints[1].front()));
  /ndk/tests/device/test-stlport/unit/
config_test.cpp 41 int *pint; local
42 pint = new(&int_val) int();
43 CPPUNIT_ASSERT( pint == &int_val );
mvctor_test.cpp 35 int *pint = &(v_v_ints.front().front()); local
45 CPPUNIT_ASSERT((pint == &v_v_ints.front().front()));
56 pint = &v_v_ints[2].front();
60 CPPUNIT_ASSERT((pint == &v_v_ints[1].front()));
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio_mcsn.h 40 unsigned short pint; /* Interrupt at end of replay */ member in struct:__anon26737
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
debugallocation_test.cc 141 int* pint = new int; local
142 delete pint;
143 IF_DEBUG_EXPECT_DEATH(delete pint, "has been already deallocated");
147 int* pint = new int; local
149 pint[-1] = 5;
150 IF_DEBUG_EXPECT_DEATH(delete pint, "a word before object");
155 int* pint = new int; local
157 pint[1] = 5;
158 IF_DEBUG_EXPECT_DEATH(delete pint, "a word after object");
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
debugallocation_test.cc 141 int* pint = new int; local
142 delete pint;
143 IF_DEBUG_EXPECT_DEATH(delete pint, "has been already deallocated");
147 int* pint = new int; local
149 pint[-1] = 5;
150 IF_DEBUG_EXPECT_DEATH(delete pint, "a word before object");
155 int* pint = new int; local
157 pint[1] = 5;
158 IF_DEBUG_EXPECT_DEATH(delete pint, "a word after object");
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
me_utils.cpp 41 Int *pint = (Int *) cur, temp = 0; local
50 temp += (*pint++) & 0x00FF00FF;
51 temp += (*pint++) & 0x00FF00FF;
52 temp += (*pint++) & 0x00FF00FF;
53 temp += (*pint++) & 0x00FF00FF;
54 pint += offset;
57 temp += (*pint++ >> 8) & 0x00FF00FF;
58 temp += (*pint++ >> 8) & 0x00FF00FF;
59 temp += (*pint++ >> 8) & 0x00FF00FF;
60 temp += (*pint++ >> 8) & 0x00FF00FF
    [all...]
  /external/chromium/third_party/libevent/test/
regress.c 519 int *pint = arg; local
521 *pint = 1;
    [all...]
  /external/chromium_org/third_party/libevent/test/
regress.c 519 int *pint = arg; local
521 *pint = 1;
    [all...]

Completed in 1192 milliseconds