Searched refs:flags2 (Results 1 - 24 of 24) sorted by relevance

/external/elfutils/0.153/libebl/
H A Deblshflagscombine.c59 ebl_sh_flags_combine (ebl, flags1, flags2)
62 GElf_Word flags2;
64 return ebl->sh_flags_combine (flags1, flags2);
H A Deblopenbackend.c182 static GElf_Word default_sh_flags_combine (GElf_Word flags1, GElf_Word flags2);
579 default_sh_flags_combine (GElf_Word flags1, GElf_Word flags2) argument
581 return SH_FLAGS_COMBINE (flags1, flags2);
H A Dlibebl.h176 GElf_Word flags2);
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshalgo.h144 #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_STRONG
153 #define psh_point_set_fitted( p ) (p)->flags2 |= PSH_POINT_FITTED
154 #define psh_point_set_extremum( p ) (p)->flags2 |
167 FT_UInt flags2; member in struct:PSH_PointRec_
[all...]
H A Dpshalgo.c1194 point->flags2 = 0;
1242 point->flags_x = point->flags2 | point->flags;
1247 point->flags_y = point->flags2 | point->flags;
1557 point->flags2 |= PSH_POINT_EDGE_MIN;
1577 point->flags2 |= PSH_POINT_EDGE_MAX;
1603 if ( point->flags2 & min_flag )
1613 point->flags2 |= PSH_POINT_EDGE_MIN;
1620 else if ( point->flags2 & max_flag )
1630 point->flags2 |= PSH_POINT_EDGE_MAX;
/external/freetype/src/pshinter/
H A Dpshalgo.h144 #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_STRONG
153 #define psh_point_set_fitted( p ) (p)->flags2 |= PSH_POINT_FITTED
154 #define psh_point_set_extremum( p ) (p)->flags2 |
167 FT_UInt flags2; member in struct:PSH_PointRec_
[all...]
H A Dpshalgo.c1194 point->flags2 = 0;
1242 point->flags_x = point->flags2 | point->flags;
1247 point->flags_y = point->flags2 | point->flags;
1556 point->flags2 |= PSH_POINT_EDGE_MIN;
1576 point->flags2 |= PSH_POINT_EDGE_MAX;
1602 if ( point->flags2 & min_flag )
1612 point->flags2 |= PSH_POINT_EDGE_MIN;
1619 else if ( point->flags2 & max_flag )
1629 point->flags2 |= PSH_POINT_EDGE_MAX;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshalgo.h144 #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_STRONG
153 #define psh_point_set_fitted( p ) (p)->flags2 |= PSH_POINT_FITTED
154 #define psh_point_set_extremum( p ) (p)->flags2 |
167 FT_UInt flags2; member in struct:PSH_PointRec_
[all...]
H A Dpshalgo.c1194 point->flags2 = 0;
1242 point->flags_x = point->flags2 | point->flags;
1247 point->flags_y = point->flags2 | point->flags;
1557 point->flags2 |= PSH_POINT_EDGE_MIN;
1577 point->flags2 |= PSH_POINT_EDGE_MAX;
1603 if ( point->flags2 & min_flag )
1613 point->flags2 |= PSH_POINT_EDGE_MIN;
1620 else if ( point->flags2 & max_flag )
1630 point->flags2 |= PSH_POINT_EDGE_MAX;
/external/tcpdump/
H A Dnameser.h230 u_int8_t flags2; /* second byte of flags */ member in struct:__anon31459
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 */
H A Dprint-smb.c797 u_int16_t flags2; local
809 flags2 = EXTRACT_LE_16BITS(&buf[10]);
810 unicodestr = flags2 & 0x8000;
811 nterrcodes = flags2 & 0x4000;
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dt1.c553 opj_flag_t *flags2 = flags1 + i; local
554 flags2 += t1->flags_stride;
555 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf);
557 flags2 += t1->flags_stride;
558 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf);
560 flags2 += t1->flags_stride;
561 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf);
563 flags2 += t1->flags_stride;
564 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf);
572 opj_flag_t *flags2 local
773 opj_flag_t *flags2 = flags1 + i; local
792 opj_flag_t *flags2 = flags1 + i; local
1061 opj_flag_t *flags2 = flags1 + i; local
1105 opj_flag_t *flags2 = flags1 + i; local
[all...]
/external/openfst/src/include/fst/
H A Dcompose.h423 uint32 flags2 = matcher2_->Flags(); local
424 if (flags1 & flags2 & kRequireMatch) {
433 } else if (flags2 & kRequireMatch) {
439 } else if (flags1 & flags2 & kPreferMatch &&
444 } else if (flags2 & kPreferMatch && type2 == MATCH_INPUT) {
454 } else if (flags2 & kPreferMatch && matcher2_->Type(true) == MATCH_INPUT) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
H A Dcoff-objfmt.c115 unsigned long flags2; /* internal flags (see COFF_FLAG_* above) */ member in struct:coff_section_data
411 data->flags2 = 0;
497 int nobase = info->csd->flags2 & COFF_FLAG_NOBASE;
1316 unsigned long flags2; member in struct:coff_section_switch_data
1466 offsetof(struct coff_section_switch_data, flags2), COFF_FLAG_NOBASE},
1468 offsetof(struct coff_section_switch_data, flags2), COFF_FLAG_NOBASE},
1482 data.flags2 = 0;
1522 data.flags2 = COFF_FLAG_NOBASE;
1526 data.flags2 = COFF_FLAG_NOBASE;
1594 csd->flags2
[all...]
/external/chromium_org/net/http/
H A Dhttp_server_properties_impl_unittest.cc548 const SpdySettingsFlags flags2 = SETTINGS_FLAG_NONE; local
550 EXPECT_FALSE(impl_.SetSpdySetting(spdy_server_mail, id2, flags2, value2));
644 const SpdySettingsFlags flags2 = SETTINGS_FLAG_PLEASE_PERSIST; local
646 EXPECT_TRUE(impl_.SetSpdySetting(spdy_server_docs, id2, flags2, value2));
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel_unittest.cc154 void CreateChannels(int flags1, int flags2) { argument
157 flags1, flags2, rtc::Thread::Current());
164 void CreateChannels(int flags1, int flags2, argument
168 flags1, flags2, thread);
178 int flags1, int flags2, rtc::Thread* thread) {
184 (flags2 & RTCP) != 0));
195 if ((flags1 & DTLS) && (flags2 & DTLS)) {
197 flags2 = (flags2 & ~SECURE);
201 CreateContent(flags2, kPcmuCode
176 CreateChannels( typename T::MediaChannel* ch1, typename T::MediaChannel* ch2, int flags1, int flags2, rtc::Thread* thread) argument
1212 int flags2 = RTCP | SECURE | flags2_in; local
[all...]
/external/chromium_org/media/filters/
H A Dffmpeg_video_decoder.cc342 codec_context_->flags2 |= CODEC_FLAG2_CHUNKS;
/external/qemu/
H A Dtranslate-all.c782 int i, flags1, flags2; local
788 flags2 = page_get_flags(tb->pc + tb->size - 1);
789 if ((flags1 & PAGE_WRITE) || (flags2 & PAGE_WRITE)) {
791 (long)tb->pc, tb->size, flags1, flags2);
/external/chromium_org/v8/test/cctest/
H A Dtest-parsing.cc1487 static const ParserFlag flags2[] = { kAllowHarmonyNumericLiterals }; local
1488 TestParserSync("0o1234", flags2, arraysize(flags2));
1489 TestParserSync("0b1011", flags2, arraysize(flags2));
/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h1671 u8 flags2; /* Second set of flags. EP2_... */ member in struct:Expr
1701 ** The following are the meanings of bits in the Expr.flags2 field.
1713 # define ExprSetIrreducible(X) (X)->flags2 |= EP2_Irreducible
H A Dresolve.c83 pDup->flags2 |= EP2_MallocedToken;
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c13173 IRTemp flags2 = newTemp(Ity_I32); local
13201 assign( flags2,
13217 mkexpr( flags2 ),
13227 IRTemp flags2 = newTemp(Ity_I32); local
13256 assign( flags2,
13272 mkexpr( flags2 ),
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10016 u8 flags2; /* Second set of flags. EP2_... */ member in struct:Expr
10046 ** The following are the meanings of bits in the Expr.flags2 field.
10058 # define ExprSetIrreducible(X) (X)->flags2 |= EP2_Irreducible
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 780 milliseconds