/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshalgo.h | 139 #define psh_point_is_strong( p ) ( (p)->flags2 & PSH_POINT_STRONG ) 140 #define psh_point_is_fitted( p ) ( (p)->flags2 & PSH_POINT_FITTED ) 141 #define psh_point_is_extremum( p ) ( (p)->flags2 & PSH_POINT_EXTREMUM ) 142 #define psh_point_is_positive( p ) ( (p)->flags2 & PSH_POINT_POSITIVE ) 143 #define psh_point_is_negative( p ) ( (p)->flags2 & PSH_POINT_NEGATIVE ) 144 #define psh_point_is_edge_min( p ) ( (p)->flags2 & PSH_POINT_EDGE_MIN ) 145 #define psh_point_is_edge_max( p ) ( (p)->flags2 & PSH_POINT_EDGE_MAX ) 147 #define psh_point_set_strong( p ) (p)->flags2 |= PSH_POINT_STRONG 148 #define psh_point_set_fitted( p ) (p)->flags2 |= PSH_POINT_FITTED 149 #define psh_point_set_extremum( p ) (p)->flags2 |= PSH_POINT_EXTREMUM [all …]
|
D | pshalgo.c | 1091 point->flags2 = 0; in psh_glyph_load_points() 1139 point->flags_x = point->flags2 | point->flags; in psh_glyph_save_points() 1144 point->flags_y = point->flags2 | point->flags; in psh_glyph_save_points() 1453 point->flags2 |= PSH_POINT_EDGE_MIN; in psh_hint_table_find_strong_points() 1473 point->flags2 |= PSH_POINT_EDGE_MAX; in psh_hint_table_find_strong_points() 1499 if ( point->flags2 & min_flag ) in psh_hint_table_find_strong_points() 1509 point->flags2 |= PSH_POINT_EDGE_MIN; in psh_hint_table_find_strong_points() 1516 else if ( point->flags2 & max_flag ) in psh_hint_table_find_strong_points() 1526 point->flags2 |= PSH_POINT_EDGE_MAX; in psh_hint_table_find_strong_points()
|
/external/freetype/src/pshinter/ |
D | pshalgo.h | 139 #define psh_point_is_strong( p ) ( (p)->flags2 & PSH_POINT_STRONG ) 140 #define psh_point_is_fitted( p ) ( (p)->flags2 & PSH_POINT_FITTED ) 141 #define psh_point_is_extremum( p ) ( (p)->flags2 & PSH_POINT_EXTREMUM ) 142 #define psh_point_is_positive( p ) ( (p)->flags2 & PSH_POINT_POSITIVE ) 143 #define psh_point_is_negative( p ) ( (p)->flags2 & PSH_POINT_NEGATIVE ) 144 #define psh_point_is_edge_min( p ) ( (p)->flags2 & PSH_POINT_EDGE_MIN ) 145 #define psh_point_is_edge_max( p ) ( (p)->flags2 & PSH_POINT_EDGE_MAX ) 147 #define psh_point_set_strong( p ) (p)->flags2 |= PSH_POINT_STRONG 148 #define psh_point_set_fitted( p ) (p)->flags2 |= PSH_POINT_FITTED 149 #define psh_point_set_extremum( p ) (p)->flags2 |= PSH_POINT_EXTREMUM [all …]
|
D | pshalgo.c | 1185 point->flags2 = 0; in psh_glyph_load_points() 1233 point->flags_x = point->flags2 | point->flags; in psh_glyph_save_points() 1238 point->flags_y = point->flags2 | point->flags; in psh_glyph_save_points() 1547 point->flags2 |= PSH_POINT_EDGE_MIN; in psh_hint_table_find_strong_points() 1567 point->flags2 |= PSH_POINT_EDGE_MAX; in psh_hint_table_find_strong_points() 1593 if ( point->flags2 & min_flag ) in psh_hint_table_find_strong_points() 1603 point->flags2 |= PSH_POINT_EDGE_MIN; in psh_hint_table_find_strong_points() 1610 else if ( point->flags2 & max_flag ) in psh_hint_table_find_strong_points() 1620 point->flags2 |= PSH_POINT_EDGE_MAX; in psh_hint_table_find_strong_points()
|
/external/pdfium/third_party/libopenjpeg20/ |
D | t1.c | 555 opj_flag_t *flags2 = flags1 + i; in opj_t1_dec_sigpass_mqc() local 556 flags2 += t1->flags_stride; in opj_t1_dec_sigpass_mqc() 557 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf); in opj_t1_dec_sigpass_mqc() 559 flags2 += t1->flags_stride; in opj_t1_dec_sigpass_mqc() 560 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf); in opj_t1_dec_sigpass_mqc() 562 flags2 += t1->flags_stride; in opj_t1_dec_sigpass_mqc() 563 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf); in opj_t1_dec_sigpass_mqc() 565 flags2 += t1->flags_stride; in opj_t1_dec_sigpass_mqc() 566 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf); in opj_t1_dec_sigpass_mqc() 574 opj_flag_t *flags2 = flags1 + i; in opj_t1_dec_sigpass_mqc() local [all …]
|
/external/libweave/src/privet/ |
D | wifi_ssid_generator.cc | 66 std::bitset<6> flags2; in GenerateFlagsInternal() local 71 flags2[0] = types.find(WifiType::kWifi24) != types.end(); in GenerateFlagsInternal() 74 flags2[1] = types.find(WifiType::kWifi50) != types.end(); in GenerateFlagsInternal() 79 result[1] = base64chars[flags2.to_ulong()]; in GenerateFlagsInternal()
|
/external/llvm/test/CodeGen/X86/ |
D | loop-strength-reduce2.ll | 3 ; Make sure the PIC label flags2-"L1$pb" is not moved up to the preheader. 6 @flags2 = internal global [8193 x i8] zeroinitializer, align 32 ; <[8193 x i8]*> [#uses=1] 21 %tmp = getelementptr [8193 x i8], [8193 x i8]* @flags2, i32 0, i64 %gep.upgrd.1 ; <i8*> [#uses=1]
|
/external/elfutils/libelf/ |
D | elf-knowledge.h | 75 #define SH_FLAGS_COMBINE(Flags1, Flags2) \ argument 76 (((Flags1 | Flags2) \ 79 | (Flags1 & Flags2 & (SHF_MERGE | SHF_STRINGS | SHF_INFO_LINK)))
|
/external/tcpdump/ |
D | nameser.h | 229 uint8_t flags2; /* second byte of flags */ member 245 #define DNS_RA(np) ((np)->flags2 & 0x80) /* recursion available */ 246 #define DNS_AD(np) ((np)->flags2 & 0x20) /* authentic data from named */ 247 #define DNS_CD(np) ((np)->flags2 & 0x10) /* checking disabled by resolver */ 248 #define DNS_RCODE(np) ((np)->flags2 & 0xF) /* response code */
|
D | print-smb.c | 147 …{ "Flags2=[w]\nMode=[w]\nSearchAttrib=[A]\nAttrib=[A]\nTime=[T2]\nOFun=[w]\nSize=[D]\nRes=([w, w, … 796 uint16_t flags2; in print_smb() local 808 flags2 = EXTRACT_LE_16BITS(&buf[10]); in print_smb() 809 unicodestr = flags2 & 0x8000; in print_smb() 810 nterrcodes = flags2 & 0x4000; in print_smb()
|
/external/elfutils/libebl/ |
D | eblshflagscombine.c | 38 ebl_sh_flags_combine (Ebl *ebl, GElf_Word flags1, GElf_Word flags2) in ebl_sh_flags_combine() argument 40 return ebl->sh_flags_combine (flags1, flags2); in ebl_sh_flags_combine()
|
D | eblopenbackend.c | 165 static GElf_Word default_sh_flags_combine (GElf_Word flags1, GElf_Word flags2); 558 default_sh_flags_combine (GElf_Word flags1, GElf_Word flags2) in default_sh_flags_combine() argument 560 return SH_FLAGS_COMBINE (flags1, flags2); in default_sh_flags_combine()
|
/external/eigen/Eigen/src/Core/ |
D | Map.h | 94 Flags2 = (bool(HasNoStride) || bool(PlainObjectType::IsVectorAtCompileTime)) 96 Flags3 = is_lvalue<PlainObjectType>::value ? int(Flags2) : (int(Flags2) & ~LvalueBit),
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | var_stride_used_by_compare.ll | 14 @flags2 = external global [8193 x i8], align 32 ; <[8193 x i8]*> [#uses=1] 31 %tmp = getelementptr [8193 x i8], [8193 x i8]* @flags2, i32 0, i64 %gep.upgrd.1 ; <i8*> [#uses=1]
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | flags.ll | 31 ;CHECK-LABEL: @flags2( 36 define i32 @flags2(i32 %n, i32* nocapture %A) nounwind uwtable ssp {
|
/external/webrtc/talk/session/media/ |
D | channel_unittest.cc | 145 void CreateChannels(int flags1, int flags2) { in CreateChannels() argument 148 flags1, flags2, rtc::Thread::Current()); in CreateChannels() 152 int flags1, int flags2, rtc::Thread* thread) { in CreateChannels() argument 160 (flags2 & RTCP) != 0)); in CreateChannels() 165 if ((flags1 & DTLS) && (flags2 & DTLS)) { in CreateChannels() 167 flags2 = (flags2 & ~SECURE); in CreateChannels() 171 CreateContent(flags2, kPcmuCodec, kH264Codec, in CreateChannels() 182 if (flags2 & DTLS) { in CreateChannels() 193 AddLegacyStreamInContent(kSsrc2, flags2, &local_media_content2_); in CreateChannels() 199 if (flags2 & SSRC_MUX) { in CreateChannels() [all …]
|
/external/flac/libFLAC/ |
D | cpu.c | 422 FLAC__uint32 flags1, flags2; in FLAC__cpu_have_cpuid_x86() 433 mov flags2, eax in FLAC__cpu_have_cpuid_x86() 436 if (((flags1^flags2) & 0x200000) != 0) in FLAC__cpu_have_cpuid_x86()
|
/external/llvm/test/Object/Mips/ |
D | abi-flags.yaml | 57 Flags2: 0x0
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.cpp | 66 OS.EmitIntValue(ABIFlagsSection.getFlags2Value(), 4); // flags2 in operator <<()
|
/external/valgrind/none/tests/x86-linux/ |
D | seg_override.c | 19 BYTE Flags2; member
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 421 S->Flags2 = Flags->flags2; in dumpMipsABIFlags()
|
/external/curl/lib/ |
D | smb.h | 102 unsigned short flags2; member
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 455 Flags.flags2 = Section.Flags2; in writeSectionContent()
|
/external/llvm/lib/Object/ |
D | ELFYAML.cpp | 700 IO.mapOptional("Flags2", Section.Flags2, Hex32(0)); in sectionMapping()
|
/external/v8/test/cctest/ |
D | test-flags.cc | 55 TEST(Flags2) { in TEST() argument
|