Searched refs:flags2 (Results 1 – 18 of 18) sorted by relevance
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_STRONG148 #define psh_point_set_fitted( p ) (p)->flags2 |= PSH_POINT_FITTED149 #define psh_point_set_extremum( p ) (p)->flags2 |= PSH_POINT_EXTREMUM[all …]
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()
144 #define psh_point_is_strong( p ) ( (p)->flags2 & PSH_POINT_STRONG )145 #define psh_point_is_fitted( p ) ( (p)->flags2 & PSH_POINT_FITTED )146 #define psh_point_is_extremum( p ) ( (p)->flags2 & PSH_POINT_EXTREMUM )147 #define psh_point_is_positive( p ) ( (p)->flags2 & PSH_POINT_POSITIVE )148 #define psh_point_is_negative( p ) ( (p)->flags2 & PSH_POINT_NEGATIVE )149 #define psh_point_is_edge_min( p ) ( (p)->flags2 & PSH_POINT_EDGE_MIN )150 #define psh_point_is_edge_max( p ) ( (p)->flags2 & PSH_POINT_EDGE_MAX )152 #define psh_point_set_strong( p ) (p)->flags2 |= PSH_POINT_STRONG153 #define psh_point_set_fitted( p ) (p)->flags2 |= PSH_POINT_FITTED154 #define psh_point_set_extremum( p ) (p)->flags2 |= PSH_POINT_EXTREMUM[all …]
1194 point->flags2 = 0; in psh_glyph_load_points()1242 point->flags_x = point->flags2 | point->flags; in psh_glyph_save_points()1247 point->flags_y = point->flags2 | point->flags; in psh_glyph_save_points()1556 point->flags2 |= PSH_POINT_EDGE_MIN; in psh_hint_table_find_strong_points()1576 point->flags2 |= PSH_POINT_EDGE_MAX; in psh_hint_table_find_strong_points()1602 if ( point->flags2 & min_flag ) in psh_hint_table_find_strong_points()1612 point->flags2 |= PSH_POINT_EDGE_MIN; in psh_hint_table_find_strong_points()1619 else if ( point->flags2 & max_flag ) in psh_hint_table_find_strong_points()1629 point->flags2 |= PSH_POINT_EDGE_MAX; in psh_hint_table_find_strong_points()
38 ebl_sh_flags_combine (ebl, flags1, flags2) in ebl_sh_flags_combine() argument41 GElf_Word flags2;43 return ebl->sh_flags_combine (flags1, flags2);
163 static GElf_Word default_sh_flags_combine (GElf_Word flags1, GElf_Word flags2);557 default_sh_flags_combine (GElf_Word flags1, GElf_Word flags2) in default_sh_flags_combine() argument559 return SH_FLAGS_COMBINE (flags1, flags2); in default_sh_flags_combine()
155 GElf_Word flags2);
230 u_int8_t flags2; /* second byte of flags */ member246 #define DNS_RA(np) ((np)->flags2 & 0x80) /* recursion available */247 #define DNS_AD(np) ((np)->flags2 & 0x20) /* authentic data from named */248 #define DNS_CD(np) ((np)->flags2 & 0x10) /* checking disabled by resolver */249 #define DNS_RCODE(np) ((np)->flags2 & 0xF) /* response code */
797 u_int16_t flags2; in print_smb() local809 flags2 = EXTRACT_LE_16BITS(&buf[10]); in print_smb()810 unicodestr = flags2 & 0x8000; in print_smb()811 nterrcodes = flags2 & 0x4000; in print_smb()
555 opj_flag_t *flags2 = flags1 + i; in opj_t1_dec_sigpass_mqc() local556 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 …]
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]
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]
423 uint32 flags2 = matcher2_->Flags(); in SetMatchType() local424 if (flags1 & flags2 & kRequireMatch) { in SetMatchType()433 } else if (flags2 & kRequireMatch) { in SetMatchType()439 } else if (flags1 & flags2 & kPreferMatch && in SetMatchType()444 } else if (flags2 & kPreferMatch && type2 == MATCH_INPUT) { in SetMatchType()454 } else if (flags2 & kPreferMatch && matcher2_->Type(true) == MATCH_INPUT) { in SetMatchType()
420 FLAC__uint32 flags1, flags2; in FLAC__cpu_have_cpuid_x86()431 mov flags2, eax in FLAC__cpu_have_cpuid_x86()434 if (((flags1^flags2) & 0x200000) != 0) in FLAC__cpu_have_cpuid_x86()
31 ;CHECK-LABEL: @flags2(36 define i32 @flags2(i32 %n, i32* nocapture %A) nounwind uwtable ssp {
1487 static const ParserFlag flags2[] = { kAllowHarmonyNumericLiterals }; in TEST() local1488 TestParserSync("0o1234", flags2, arraysize(flags2)); in TEST()1489 TestParserSync("0b1011", flags2, arraysize(flags2)); in TEST()
13462 IRTemp flags2 = newTemp(Ity_I32); in dis_vxv_sp_arith() local13490 assign( flags2, in dis_vxv_sp_arith()13506 mkexpr( flags2 ), in dis_vxv_sp_arith()13516 IRTemp flags2 = newTemp(Ity_I32); in dis_vxv_sp_arith() local13545 assign( flags2, in dis_vxv_sp_arith()13561 mkexpr( flags2 ), in dis_vxv_sp_arith()
META-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...