/external/skia/tests/ |
D | SkResourceCacheTest.cpp | 247 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/ |
D | SkResourceCacheTest.cpp | 249 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/ |
D | minidump_format.h | 786 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/ |
D | nameser.h | 214 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/ |
D | abi-flags.yaml | 35 # YAML-NEXT: Flags1: [ ODDSPREG ] 57 Flags1: [ ODDSPREG ]
|
/external/llvm-project/llvm/test/tools/obj2yaml/ELF/ |
D | mips-abi-flags.yaml | 18 # CHECK-NEXT: Flags1: [ ODDSPREG ] 40 Flags1: [ ODDSPREG ]
|
/external/llvm-project/lldb/source/Plugins/Process/minidump/ |
D | MinidumpTypes.h | 77 // flags1 represents what info in the struct is valid 78 llvm::support::ulittle32_t flags1; member
|
D | MinidumpTypes.cpp | 29 if (flags1 & pid_flag) in GetPid()
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/ |
D | flags.ll | 5 ;CHECK-LABEL: @flags1( 10 define i32 @flags1(i32 %n, i32* nocapture %A) nounwind uwtable ssp {
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | flags.ll | 6 ;CHECK-LABEL: @flags1( 11 define i32 @flags1(i32 %n, i32* nocapture %A) nounwind uwtable ssp {
|
/external/llvm-project/clang/unittests/Driver/ |
D | MultilibTest.cpp | 358 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/ |
D | channel_unittest.cc | 132 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/ |
D | cpu.c | 110 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/ |
D | flags.toml | 2 name = "flags1"
|
/external/llvm-project/llvm/test/tools/yaml2obj/ELF/ |
D | mips-abi-flags.yaml | 44 Flags1: [ ODDSPREG ]
|
/external/python/cpython3/Lib/ |
D | sre_compile.py | 474 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/ |
D | MipsABIFlagsSection.cpp | 65 OS.EmitIntValue(ABIFlagsSection.getFlags1Value(), 4); // flags1 in operator <<()
|
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.cpp | 69 OS.emitIntValue(ABIFlagsSection.getFlags1Value(), 4); // flags1 in operator <<()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.cpp | 69 OS.EmitIntValue(ABIFlagsSection.getFlags1Value(), 4); // flags1 in operator <<()
|
/external/google-breakpad/src/processor/ |
D | minidump.cc | 4107 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/ |
D | MipsABIFlags.h | 72 // Values for the flags1 word of an ABI flags structure.
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | MipsABIFlags.h | 73 // Values for the flags1 word of an ABI flags structure.
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | MipsABIFlags.h | 73 // Values for the flags1 word of an ABI flags structure.
|
/external/eigen/Eigen/src/Core/ |
D | Transpose.h | 29 Flags1 = Flags0 | FlagsLvalueBit, 30 Flags = Flags1 ^ RowMajorBit,
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 423 S->Flags1 = Flags->flags1; in dumpMipsABIFlags()
|