Home
last modified time | relevance | path

Searched full:flags1 (Results 1 – 25 of 73) sorted by relevance

123

/external/skia/tests/
DSkResourceCacheTest.cpp247 int flags0 = 0, flags1 = 0; in test_duplicate_add() local
250 auto rec1 = std::make_unique<TestRec>(sharedID, data, &flags1); in test_duplicate_add()
257 REPORTER_ASSERT(reporter, !(flags1 & TestRec::kDidInstall)); in test_duplicate_add()
261 REPORTER_ASSERT(reporter, !(flags1 & TestRec::kDidInstall)); in test_duplicate_add()
268 REPORTER_ASSERT(reporter, flags1 & TestRec::kDidInstall); in test_duplicate_add()
272 REPORTER_ASSERT(reporter, !(flags1 & TestRec::kDidInstall)); in test_duplicate_add()
/external/skqp/tests/
DSkResourceCacheTest.cpp249 int flags0 = 0, flags1 = 0; in test_duplicate_add() local
252 auto rec1 = skstd::make_unique<TestRec>(sharedID, data, &flags1); in test_duplicate_add()
259 REPORTER_ASSERT(reporter, !(flags1 & TestRec::kDidInstall)); in test_duplicate_add()
263 REPORTER_ASSERT(reporter, !(flags1 & TestRec::kDidInstall)); in test_duplicate_add()
270 REPORTER_ASSERT(reporter, flags1 & TestRec::kDidInstall); in test_duplicate_add()
274 REPORTER_ASSERT(reporter, !(flags1 & TestRec::kDidInstall)); in test_duplicate_add()
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h786 uint32_t flags1; member
788 /* The next field is only valid if flags1 contains
792 /* The next 3 fields are only valid if flags1 contains
800 * may not be set. Use flags1 and size_of_info to determine whether these
801 * values are present. These are only valid when flags1 contains
811 * may not be set. Use flags1 and size_of_info to determine whether these
814 /* The following field is only valid if flags1 contains
818 /* The following field is only valid if flags1 contains
822 /* The following field is only valid if flags1 contains
826 /* The following 2 fields are only valid if flags1 contains
[all …]
/external/tcpdump/
Dnameser.h214 uint8_t flags1; /* first byte of flags */ member
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/llvm/test/Object/Mips/
Dabi-flags.yaml35 # YAML-NEXT: Flags1: [ ODDSPREG ]
57 Flags1: [ ODDSPREG ]
/external/llvm-project/llvm/test/tools/obj2yaml/ELF/
Dmips-abi-flags.yaml18 # CHECK-NEXT: Flags1: [ ODDSPREG ]
40 Flags1: [ ODDSPREG ]
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DMinidumpTypes.h77 // flags1 represents what info in the struct is valid
78 llvm::support::ulittle32_t flags1; member
DMinidumpTypes.cpp29 if (flags1 & pid_flag) in GetPid()
/external/llvm-project/llvm/test/Transforms/LoopVectorize/
Dflags.ll5 ;CHECK-LABEL: @flags1(
10 define i32 @flags1(i32 %n, i32* nocapture %A) nounwind uwtable ssp {
/external/llvm/test/Transforms/LoopVectorize/
Dflags.ll6 ;CHECK-LABEL: @flags1(
11 define i32 @flags1(i32 %n, i32* nocapture %A) nounwind uwtable ssp {
/external/llvm-project/clang/unittests/Driver/
DMultilibTest.cpp358 Multilib::flags_list Flags1; in TEST() local
359 Flags1.push_back("+foo"); in TEST()
360 Flags1.push_back("-bar"); in TEST()
362 ASSERT_TRUE(MS.select(Flags1, Selection1)) in TEST()
/external/webrtc/pc/
Dchannel_unittest.cc132 void CreateChannels(int flags1, int flags2) { in CreateChannels() argument
137 flags1, flags2); in CreateChannels()
141 int flags1, in CreateChannels() argument
152 RTC_DCHECK_EQ(flags1 & RAW_PACKET_TRANSPORT, flags2 & RAW_PACKET_TRANSPORT); in CreateChannels()
161 if (flags1 & RAW_PACKET_TRANSPORT) { in CreateChannels()
165 if (!(flags1 & RTCP_MUX)) { in CreateChannels()
175 if (!(flags1 & RTCP_MUX)) { in CreateChannels()
180 if (flags1 & DTLS) { in CreateChannels()
221 flags1); in CreateChannels()
228 rtp_transport1_.get(), flags1); in CreateChannels()
[all …]
/external/flac/src/libFLAC/
Dcpu.c110 FLAC__uint32 flags1, flags2; in cpu_have_cpuid()
115 mov flags1, eax in cpu_have_cpuid()
124 if (((flags1^flags2) & 0x200000) != 0) in cpu_have_cpuid()
/external/rust/crates/regex-automata/data/tests/
Dflags.toml2 name = "flags1"
/external/llvm-project/llvm/test/tools/yaml2obj/ELF/
Dmips-abi-flags.yaml44 Flags1: [ ODDSPREG ]
/external/python/cpython3/Lib/
Dsre_compile.py474 flags1 = _combine_flags(flags, add_flags, del_flags)
475 if flags1 & SRE_FLAG_IGNORECASE and flags1 & SRE_FLAG_LOCALE:
477 prefix1, prefix_skip1, got_all = _get_literal_prefix(p, flags1)
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.cpp65 OS.EmitIntValue(ABIFlagsSection.getFlags1Value(), 4); // flags1 in operator <<()
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.cpp69 OS.emitIntValue(ABIFlagsSection.getFlags1Value(), 4); // flags1 in operator <<()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.cpp69 OS.EmitIntValue(ABIFlagsSection.getFlags1Value(), 4); // flags1 in operator <<()
/external/google-breakpad/src/processor/
Dminidump.cc4107 Swap(&misc_info_.flags1); in Read()
4180 printf(" flags1 = 0x%x\n", misc_info_.flags1); in Print()
4182 PrintValueOrInvalid(misc_info_.flags1 & MD_MISCINFO_FLAGS1_PROCESS_ID, in Print()
4184 if (misc_info_.flags1 & MD_MISCINFO_FLAGS1_PROCESS_TIMES) { in Print()
4192 PrintValueOrInvalid(misc_info_.flags1 & MD_MISCINFO_FLAGS1_PROCESS_TIMES, in Print()
4195 PrintValueOrInvalid(misc_info_.flags1 & MD_MISCINFO_FLAGS1_PROCESS_TIMES, in Print()
4200 PrintValueOrInvalid(misc_info_.flags1 & in Print()
4204 PrintValueOrInvalid(misc_info_.flags1 & in Print()
4208 PrintValueOrInvalid(misc_info_.flags1 & in Print()
4212 PrintValueOrInvalid(misc_info_.flags1 & in Print()
[all …]
/external/llvm/include/llvm/Support/
DMipsABIFlags.h72 // Values for the flags1 word of an ABI flags structure.
/external/llvm-project/llvm/include/llvm/Support/
DMipsABIFlags.h73 // Values for the flags1 word of an ABI flags structure.
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMipsABIFlags.h73 // Values for the flags1 word of an ABI flags structure.
/external/eigen/Eigen/src/Core/
DTranspose.h29 Flags1 = Flags0 | FlagsLvalueBit,
30 Flags = Flags1 ^ RowMajorBit,
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp423 S->Flags1 = Flags->flags1; in dumpMipsABIFlags()

123