Searched defs:flags1 (Results 1 - 17 of 17) sorted by last modified time

/external/webrtc/talk/session/media/
H A Dchannel_unittest.cc145 void CreateChannels(int flags1, int flags2) { argument
148 flags1, flags2, rtc::Thread::Current());
152 int flags1, int flags2, rtc::Thread* thread) {
157 (flags1 & RTCP) != 0));
165 if ((flags1 & DTLS) && (flags2 & DTLS)) {
166 flags1 = (flags1 & ~SECURE);
169 CreateContent(flags1, kPcmuCodec, kH264Codec,
176 if (flags1 & DTLS) {
192 AddLegacyStreamInContent(kSsrc1, flags1,
150 CreateChannels( typename T::MediaChannel* ch1, typename T::MediaChannel* ch2, int flags1, int flags2, rtc::Thread* thread) argument
1250 int flags1 = RTCP | SECURE | flags1_in; local
[all...]
/external/valgrind/include/vki/
H A Dvki-mips32-linux.h1046 vki_u32 flags1; /* Mask of general flags */ member in struct:vki_mips_elf_abiflags_v0
/external/valgrind/VEX/priv/
H A Dguest_ppc_toIR.c16812 IRTemp flags1 = newTemp(Ity_I32); local
16836 assign( flags1,
16855 mkexpr( flags1 ),
16866 IRTemp flags1 = newTemp(Ity_I32); local
16891 assign( flags1,
16910 mkexpr( flags1 ),
[all...]
/external/tcpdump/
H A Dnameser.h214 uint8_t flags1; /* first byte of flags */ member in struct:__anon22406
225 #define DNS_QR(np) ((np)->flags1 & 0x80) /* response flag */
226 #define DNS_OPCODE(np) ((((np)->flags1) >> 3) & 0xF) /* purpose of message */
227 #define DNS_AA(np) ((np)->flags1 & 0x04) /* authoritative answer */
228 #define DNS_TC(np) ((np)->flags1 & 0x02) /* truncated message */
229 #define DNS_RD(np) ((np)->flags1 & 0x01) /* recursion desired */
/external/sqlite/dist/orig/
H A Dsqlite3.c80441 u16 flags1; /* Copy of initial value of pIn1->flags */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c80441 u16 flags1; /* Copy of initial value of pIn1->flags */ local
[all...]
/external/skia/tests/
H A DSkResourceCacheTest.cpp245 int flags0 = 0, flags1 = 0; local
248 auto rec1 = skstd::make_unique<TestRec>(sharedID, data, &flags1);
255 REPORTER_ASSERT(reporter, !(flags1 & TestRec::kDidInstall));
259 REPORTER_ASSERT(reporter, !(flags1 & TestRec::kDidInstall));
266 REPORTER_ASSERT(reporter, flags1 & TestRec::kDidInstall);
270 REPORTER_ASSERT(reporter, !(flags1 & TestRec::kDidInstall));
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jdmarker.c700 unsigned int version, flags0, flags1, transform; local
711 flags1 = (GETJOCTET(data[9]) << 8) + GETJOCTET(data[10]);
713 TRACEMS4(cinfo, 1, JTRC_ADOBE, version, flags0, flags1, transform);
/external/pdfium/third_party/libopenjpeg20/
H A Dt1.c548 opj_flag_t *flags1 = &t1->flags[1]; local
555 opj_flag_t *flags2 = flags1 + i;
570 flags1 += t1->flags_stride << 2;
574 opj_flag_t *flags2 = flags1 + i;
768 opj_flag_t *flags1 = &t1->flags[1]; local
775 opj_flag_t *flags2 = flags1 + i;
790 flags1 += t1->flags_stride << 2;
794 opj_flag_t *flags2 = flags1 + i;
1059 opj_flag_t *flags1 = &t1->flags[1]; local
1063 opj_flag_t *flags2 = flags1
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp1208 dst_reg flags1 = dst_reg(this, glsl_type::uint_type); local
1215 emit(VS_OPCODE_UNPACK_FLAGS_SIMD4X2, flags1, brw_imm_d(0));
1216 emit(SHL(flags1, src_reg(flags1), brw_imm_d(4)));
1217 emit(OR(header1_w, src_reg(header1_w), src_reg(flags1)));
/external/libjpeg-turbo/
H A Djdmarker.c684 unsigned int version, flags0, flags1, transform; local
695 flags1 = (GETJOCTET(data[9]) << 8) + GETJOCTET(data[10]);
697 TRACEMS4(cinfo, 1, JTRC_ADOBE, version, flags0, flags1, transform);
/external/kmod/port-gnu/
H A Delf.h1806 Elf32_Word flags1; member in struct:__anon9495
1855 /* Masks for the flags1 word of an ABI flags structure. */
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_format.h714 uint32_t flags1; member in struct:__anon6953
716 /* The next field is only valid if flags1 contains
720 /* The next 3 fields are only valid if flags1 contains
728 * may not be set. Use flags1 and size_of_info to determine whether these
729 * values are present. These are only valid when flags1 contains
739 * may not be set. Use flags1 and size_of_info to determine whether these
742 /* The following field is only valid if flags1 contains
746 /* The following field is only valid if flags1 contains
750 /* The following field is only valid if flags1 contains
754 /* The following 2 fields are only valid if flags1 contain
[all...]
/external/elfutils/libebl/
H A Deblopenbackend.c165 static GElf_Word default_sh_flags_combine (GElf_Word flags1, GElf_Word flags2);
558 default_sh_flags_combine (GElf_Word flags1, GElf_Word flags2) argument
560 return SH_FLAGS_COMBINE (flags1, flags2);
H A Deblshflagscombine.c38 ebl_sh_flags_combine (Ebl *ebl, GElf_Word flags1, GElf_Word flags2) argument
40 return ebl->sh_flags_combine (flags1, flags2);
/external/elfutils/libelf/
H A Delf.h1807 Elf32_Word flags1; member in struct:__anon6255
1856 /* Masks for the flags1 word of an ABI flags structure. */

Completed in 1132 milliseconds