Home
last modified time | relevance | path

Searched refs:mrc (Results 1 – 9 of 9) sorted by relevance

/external/tcpdump/
Dprint-igmp.c210 u_int mrc; in print_igmpv3_query() local
222 mrc = bp[1]; in print_igmpv3_query()
223 if (mrc < 128) { in print_igmpv3_query()
224 mrt = mrc; in print_igmpv3_query()
226 mrt = ((mrc & 0x0f) | 0x10) << (((mrc & 0x70) >> 4) + 3); in print_igmpv3_query()
228 if (mrc != 100) { in print_igmpv3_query()
Dprint-icmp6.c804 u_int mrc; in mldv2_query_print() local
815 mrc = ntohs(icp->icmp6_data16[0]); in mldv2_query_print()
816 if (mrc < 32768) { in mldv2_query_print()
817 mrt = mrc; in mldv2_query_print()
819 mrt = ((mrc & 0x0fff) | 0x1000) << (((mrc & 0x7000) >> 12) + 3); in mldv2_query_print()
/external/v8/src/arm/
Dassembler-arm.cc1320 void Assembler::mrc(Coprocessor coproc, in mrc() function in v8::internal::Assembler
1339 mrc(coproc, opcode_1, rd, crn, crm, opcode_2, static_cast<Condition>(nv)); in mrc2()
Dassembler-thumb2.cc1298 void Assembler::mrc(Coprocessor coproc, in mrc() function in v8::internal::Assembler
1317 mrc(coproc, opcode_1, rd, crn, crm, opcode_2, static_cast<Condition>(nv)); in mrc2()
Dassembler-arm.h766 void mrc(Coprocessor coproc, int opcode_1,
Dassembler-thumb2.h766 void mrc(Coprocessor coproc, int opcode_1,
/external/sqlite/dist/
Dsqlite3.c49467 int mrc; /* Primary error code from p->rc */
49475 mrc = p->rc & 0xff;
49477 isSpecialError = mrc==SQLITE_NOMEM || mrc==SQLITE_IOERR
49478 || mrc==SQLITE_INTERRUPT || mrc==SQLITE_FULL;
49483 if( !p->readOnly || mrc!=SQLITE_INTERRUPT ){
49484 if( (mrc==SQLITE_NOMEM || mrc==SQLITE_FULL) && p->usesStmtJournal ){
Dsqlite3.c.orig49456 int mrc; /* Primary error code from p->rc */
49464 mrc = p->rc & 0xff;
49466 isSpecialError = mrc==SQLITE_NOMEM || mrc==SQLITE_IOERR
49467 || mrc==SQLITE_INTERRUPT || mrc==SQLITE_FULL;
49472 if( !p->readOnly || mrc!=SQLITE_INTERRUPT ){
49473 if( (mrc==SQLITE_NOMEM || mrc==SQLITE_FULL) && p->usesStmtJournal ){
/external/stlport/etc/
DChangeLog-5.17796 * stl/_rope.h/.c, src/mrcpp.mak, src/mrc.mak, stl/_tree.h : MPW & MRC fixes by Tsutomu Yoshida