Home
last modified time | relevance | path

Searched refs:flags2 (Results 1 – 20 of 20) sorted by relevance

/external/freetype/src/pshinter/
Dpshalgo.h145 #define psh_point_is_strong( p ) ( (p)->flags2 & PSH_POINT_STRONG )
146 #define psh_point_is_fitted( p ) ( (p)->flags2 & PSH_POINT_FITTED )
147 #define psh_point_is_extremum( p ) ( (p)->flags2 & PSH_POINT_EXTREMUM )
148 #define psh_point_is_positive( p ) ( (p)->flags2 & PSH_POINT_POSITIVE )
149 #define psh_point_is_negative( p ) ( (p)->flags2 & PSH_POINT_NEGATIVE )
150 #define psh_point_is_edge_min( p ) ( (p)->flags2 & PSH_POINT_EDGE_MIN )
151 #define psh_point_is_edge_max( p ) ( (p)->flags2 & PSH_POINT_EDGE_MAX )
153 #define psh_point_set_strong( p ) (p)->flags2 |= PSH_POINT_STRONG
154 #define psh_point_set_fitted( p ) (p)->flags2 |= PSH_POINT_FITTED
155 #define psh_point_set_extremum( p ) (p)->flags2 |= PSH_POINT_EXTREMUM
[all …]
Dpshalgo.c1195 point->flags2 = 0; in psh_glyph_load_points()
1243 point->flags_x = point->flags2 | point->flags; in psh_glyph_save_points()
1248 point->flags_y = point->flags2 | point->flags; in psh_glyph_save_points()
1558 point->flags2 |= PSH_POINT_EDGE_MIN; in psh_hint_table_find_strong_points()
1578 point->flags2 |= PSH_POINT_EDGE_MAX; in psh_hint_table_find_strong_points()
1604 if ( point->flags2 & min_flag ) in psh_hint_table_find_strong_points()
1614 point->flags2 |= PSH_POINT_EDGE_MIN; in psh_hint_table_find_strong_points()
1621 else if ( point->flags2 & max_flag ) in psh_hint_table_find_strong_points()
1631 point->flags2 |= PSH_POINT_EDGE_MAX; in psh_hint_table_find_strong_points()
/external/tcpdump/
Dprint-pgm.c165 u_int8_t opt_type, opt_len, flags1, flags2; in pgm_print() local
529 flags2 = *bp++; in pgm_print()
542 flags2 = *bp++; in pgm_print()
564 flags2 = *bp++; in pgm_print()
577 flags2 = *bp++; in pgm_print()
592 flags2 = *bp++; in pgm_print()
603 flags2 = *bp++; in pgm_print()
639 flags2 = *bp++; in pgm_print()
652 flags2 = *bp++; in pgm_print()
665 flags2 = *bp++; in pgm_print()
[all …]
Dnameser.h230 u_int8_t flags2; /* second byte of flags */ member
246 #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 */
Dprint-smb.c797 u_int16_t flags2; in print_smb() local
809 flags2 = EXTRACT_LE_16BITS(&buf[10]); in print_smb()
810 unicodestr = flags2 & 0x8000; in print_smb()
811 nterrcodes = flags2 & 0x4000; in print_smb()
/external/elfutils/libebl/
Deblshflagscombine.c59 ebl_sh_flags_combine (ebl, flags1, flags2) in ebl_sh_flags_combine() argument
62 GElf_Word flags2;
64 return ebl->sh_flags_combine (flags1, flags2);
Deblopenbackend.c182 static GElf_Word default_sh_flags_combine (GElf_Word flags1, GElf_Word flags2);
577 default_sh_flags_combine (GElf_Word flags1, GElf_Word flags2) in default_sh_flags_combine() argument
579 return SH_FLAGS_COMBINE (flags1, flags2); in default_sh_flags_combine()
Dlibebl.h173 GElf_Word flags2);
/external/libffi/src/sh64/
Dffi.c168 cif->flags2 = 0; in ffi_prep_cif_machdep()
181 cif->flags2 += ((cif->arg_types)[i]->type) << (2 * j++); in ffi_prep_cif_machdep()
191 cif->flags2 += ((cif->arg_types)[i]->type) << (2 * j++); in ffi_prep_cif_machdep()
194 cif->flags2 += FFI_TYPE_INT << (2 * j++); in ffi_prep_cif_machdep()
209 cif->flags2 += FFI_TYPE_INT << (2 * j++); in ffi_prep_cif_machdep()
279 cif->flags, cif->flags2, ecif.rvalue, fn); in ffi_call()
Dffitarget.h43 #define FFI_EXTRA_CIF_FIELDS long long flags2
Dsysv.S50 # r6: flags2
/external/llvm/test/CodeGen/X86/
Dloop-strength-reduce2.ll3 ; 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]* @flags2, i32 0, i64 %gep.upgrd.1 ; <i8*> [#uses=1]
/external/llvm/test/Transforms/LoopStrengthReduce/
Dvar_stride_used_by_compare.ll14 @flags2 = external global [8193 x i8], align 32 ; <[8193 x i8]*> [#uses=1]
31 %tmp = getelementptr [8193 x i8]* @flags2, i32 0, i64 %gep.upgrd.1 ; <i8*> [#uses=1]
/external/llvm/test/Transforms/LoopVectorize/
Dflags.ll31 ;CHECK: @flags2
36 define i32 @flags2(i32 %n, i32* nocapture %A) nounwind uwtable ssp {
/external/openfst/src/include/fst/
Dcompose.h423 uint32 flags2 = matcher2_->Flags(); in SetMatchType() local
424 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()
/external/chromium/net/base/
Ddnsrr_resolver.cc570 uint8 flags2; in ParseFromResponse() local
574 !buf.U8(&flags2)) { in ParseFromResponse()
580 if (flags2 & 32) { in ParseFromResponse()
/external/qemu/
Dexec.c699 int i, flags1, flags2; in tb_page_check() local
704 flags2 = page_get_flags(tb->pc + tb->size - 1); in tb_page_check()
705 if ((flags1 & PAGE_WRITE) || (flags2 & PAGE_WRITE)) { in tb_page_check()
707 (long)tb->pc, tb->size, flags1, flags2); in tb_page_check()
/external/valgrind/main/VEX/priv/
Dguest_ppc_toIR.c12506 IRTemp flags2 = newTemp(Ity_I32); in dis_vxv_sp_arith() local
12534 assign( flags2, in dis_vxv_sp_arith()
12550 mkexpr( flags2 ), in dis_vxv_sp_arith()
12560 IRTemp flags2 = newTemp(Ity_I32); in dis_vxv_sp_arith() local
12589 assign( flags2, in dis_vxv_sp_arith()
12605 mkexpr( flags2 ), in dis_vxv_sp_arith()
/external/sqlite/dist/
Dsqlite3.c10580 u8 flags2; /* Second set of flags. EP2_... */ member
10622 # define ExprSetIrreducible(X) (X)->flags2 |= EP2_Irreducible
73285 pDup->flags2 |= EP2_MallocedToken;
75051 if( !ExprHasProperty(p, EP_Reduced) && (p->flags2 & EP2_MallocedToken)!=0 ){
75118 assert( (p->flags2 & EP2_MallocedToken)==0 );
75119 assert( (p->flags2 & EP2_Irreducible)==0 );
75246 pNew->flags2 = 0;
/external/sqlite/dist/orig/
Dsqlite3.c10580 u8 flags2; /* Second set of flags. EP2_... */ member
10622 # define ExprSetIrreducible(X) (X)->flags2 |= EP2_Irreducible
73249 pDup->flags2 |= EP2_MallocedToken;
75015 if( !ExprHasProperty(p, EP_Reduced) && (p->flags2 & EP2_MallocedToken)!=0 ){
75082 assert( (p->flags2 & EP2_MallocedToken)==0 );
75083 assert( (p->flags2 & EP2_Irreducible)==0 );
75210 pNew->flags2 = 0;