OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pint
(Results
1 - 19
of
19
) sorted by null
/external/stlport/test/unit/
memory_test.cpp
31
bool CheckEquality(auto_ptr<int>
pint
, int val)
32
{ return *
pint
== val; }
42
auto_ptr<int>
pint
(new int(1));
43
CPPUNIT_ASSERT( *
pint
== 1 );
44
*
pint
= 2;
45
CPPUNIT_ASSERT( *
pint
== 2 );
49
auto_ptr<int>
pint
(CreateAutoPtr(3));
50
CPPUNIT_ASSERT( *
pint
== 3 );
51
CPPUNIT_ASSERT( CheckEquality(
pint
, 3) );
55
auto_ptr<const int>
pint
(new int(2))
[
all
...]
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()));
/development/simulator/app/
MessageStream.cpp
81
int*
pInt
= (int*) mData;
82
pInt
[0] = cmd;
83
pInt
[1] = arg;
98
int*
pInt
= (int*) mData;
99
pInt
[0] = cmd;
100
pInt
[1] = arg0;
101
pInt
[2] = arg1;
102
pInt
[3] = arg2;
116
const int*
pInt
= (const int*) mData;
117
*pCmd =
pInt
[0]
[
all
...]
Preferences.h
52
bool GetInt(const char* name, int*
pInt
) const;
83
bool _GetInt(TiXmlElement* pElem, int*
pInt
) const;
Preferences.cpp
354
bool Preferences::_GetInt(TiXmlElement* pElem, int*
pInt
) const
358
*
pInt
= val;
395
bool Preferences::GetInt(const char* name, int*
pInt
) const
397
return _GetInt(FindPrefElement(name),
pInt
);
/external/opencore/codecs_v2/video/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/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_mcsn.h
40
unsigned short
pint
; /* Interrupt at end of replay */
member in struct:__anon4282
SDL_mintaudio_mcsn.c
121
if (cookie_mcsn->
pint
== 0) {
/external/qemu/hw/
devices.h
10
uWireSlave *tsc2102_init(qemu_irq
pint
);
/development/simulator/wrapsim/
SimMgr.c
415
int*
pInt
= (int*) msg->mData;
416
pInt
[0] = cmd;
417
pInt
[1] = arg;
/external/kernel-headers/original/linux/
kernel.h
130
extern int get_option(char **str, int *
pint
);
/system/core/libacc/
acc.cpp
353
void setTypes(Type*
pInt
) {
354
mkpInt =
pInt
;
[
all
...]
/external/jhead/
jhead.c
79
static int SupressNonFatalErrors = FALSE; // Wether or not to
pint
warnings on recoverable errors
[
all
...]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
en-US_lexpos.utf
[
all
...]
en-US_tpp_net.utf
2305
9916 "
pint
"
[
all
...]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
en-GB_tpp_net.utf
2075
8742 "
pint
"
[
all
...]
/prebuilt/windows/sdl/host/lib/
libSDL.a
[
all
...]
libSDLmain.a
[
all
...]
Completed in 126 milliseconds