OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:val_type
(Results
1 - 4
of
4
) sorted by null
/external/qemu/tcg/
tcg.c
685
ts->
val_type
= TEMP_VAL_REG;
687
ts->
val_type
= TEMP_VAL_MEM;
692
ts->
val_type
= TEMP_VAL_DEAD;
[
all
...]
tcg.h
216
int
val_type
;
member in struct:TCGTemp
/external/stlport/test/unit/
hash_test.cpp
315
typedef hmap::value_type
val_type
;
typedef
319
CPPUNIT_ASSERT( values.insert(
val_type
("foo", 0)).second );
320
CPPUNIT_ASSERT( values.insert(
val_type
("bar", 0)).second );
321
CPPUNIT_ASSERT( values.insert(
val_type
("abc", 0)).second );
336
CPPUNIT_ASSERT( values.insert(
val_type
("foo", 0)).second );
337
CPPUNIT_ASSERT( values.insert(
val_type
("bar", 0)).second );
338
CPPUNIT_ASSERT( values.insert(
val_type
("abc", 0)).second );
/external/opencore/protocols/sdp/common/include/
media_info.h
55
int
val_type
;
member in struct:rtcp_fbType
547
rtcp_fb.
val_type
= rtcp_fbType::ACK;
549
rtcp_fb.
val_type
= rtcp_fbType::NACK;
551
rtcp_fb.
val_type
= rtcp_fbType::TRR_INT;
553
rtcp_fb.
val_type
= rtcp_fbType::FB_ID;
562
if (rtcp_fb.
val_type
== (rtcp_fbType::ACK))
564
else if (rtcp_fb.
val_type
== rtcp_fbType::NACK)
566
else if (rtcp_fb.
val_type
== rtcp_fbType::FB_ID)
Completed in 301 milliseconds