HomeSort by relevance Sort by last modified time
    Searched refs:flags2 (Results 1 - 25 of 28) sorted by null

1 2

  /external/elfutils/0.153/libebl/
eblshflagscombine.c 59 ebl_sh_flags_combine (ebl, flags1, flags2)
62 GElf_Word flags2;
64 return ebl->sh_flags_combine (flags1, flags2);
eblopenbackend.c 182 static GElf_Word default_sh_flags_combine (GElf_Word flags1, GElf_Word flags2);
579 default_sh_flags_combine (GElf_Word flags1, GElf_Word flags2)
581 return SH_FLAGS_COMBINE (flags1, flags2);
libebl.h 176 GElf_Word flags2);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmcdc.h 74 uint8 flags2; member in struct:bdc_header
95 /* flags2 field bitmap */
105 /* flags2.if field access macros */
107 ((int)((((hdr)->flags2) & BDC_FLAG2_IF_MASK) >> BDC_FLAG2_IF_SHIFT))
109 ((hdr)->flags2 = (((hdr)->flags2 & ~BDC_FLAG2_IF_MASK) | ((idx) << BDC_FLAG2_IF_SHIFT)))
118 ((int)(((((hdr)->flags2) & BDC_FLAG2_PAD_MASK) >> BDC_FLAG2_PAD_SHIFT) | \
121 ((hdr)->flags2 = (((hdr)->flags2 & ~BDC_FLAG2_PAD_MASK) | \
  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.h 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_STRONG
153 #define psh_point_set_fitted( p ) (p)->flags2 |= PSH_POINT_FITTED
154 #define psh_point_set_extremum( p ) (p)->flags2 |= PSH_POINT_EXTREMU
167 FT_UInt flags2; member in struct:PSH_PointRec_
    [all...]
pshalgo.c 1194 point->flags2 = 0;
    [all...]
  /external/freetype/src/pshinter/
pshalgo.h 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_STRONG
153 #define psh_point_set_fitted( p ) (p)->flags2 |= PSH_POINT_FITTED
154 #define psh_point_set_extremum( p ) (p)->flags2 |= PSH_POINT_EXTREMU
167 FT_UInt flags2; member in struct:PSH_PointRec_
    [all...]
pshalgo.c 1194 point->flags2 = 0;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshalgo.h 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_STRONG
153 #define psh_point_set_fitted( p ) (p)->flags2 |= PSH_POINT_FITTED
154 #define psh_point_set_extremum( p ) (p)->flags2 |= PSH_POINT_EXTREMU
167 FT_UInt flags2; member in struct:PSH_PointRec_
    [all...]
pshalgo.c     [all...]
  /external/tcpdump/
nameser.h 230 u_int8_t flags2; /* second byte of flags */ member in struct:__anon35176
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 */
print-smb.c 149 { "Flags2=[w]\nMode=[w]\nSearchAttrib=[A]\nAttrib=[A]\nTime=[T2]\nOFun=[w]\nSize=[D]\nRes=([w, w, w, w, w])\nPath=[S]",
797 u_int16_t flags2; local
809 flags2 = EXTRACT_LE_16BITS(&buf[10]);
810 unicodestr = flags2 & 0x8000;
811 nterrcodes = flags2 & 0x4000;
    [all...]
  /development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SampleSpellCheckerService.java 110 final int flags2 = flags1; local
116 flags2, new String[] { "from" });
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
t1.c 553 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 = flags1 + i 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...]
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 243 int flags2 = ((flags & FNM_FILE_NAME) local
253 flags2)
268 int flags2 = ((flags & FNM_FILE_NAME) local
282 flags2) == 0))
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c 115 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
    [all...]
  /external/chromium_org/net/http/
http_server_properties_impl_unittest.cc 477 const SpdySettingsFlags flags2 = SETTINGS_FLAG_NONE; local
479 EXPECT_FALSE(impl_.SetSpdySetting(spdy_server_mail, id2, flags2, value2));
573 const SpdySettingsFlags flags2 = SETTINGS_FLAG_PLEASE_PERSIST; local
575 EXPECT_TRUE(impl_.SetSpdySetting(spdy_server_docs, id2, flags2, value2));
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc 196 void CreateChannels(int flags1, int flags2) {
199 flags1, flags2, talk_base::Thread::Current());
206 void CreateChannels(int flags1, int flags2,
210 flags1, flags2, thread);
220 int flags1, int flags2, talk_base::Thread* thread) {
226 (flags2 & RTCP) != 0));
237 if ((flags1 & DTLS) && (flags2 & DTLS)) {
239 flags2 = (flags2 & ~SECURE);
243 CreateContent(flags2, kPcmuCodec, kH264Codec
1254 int flags2 = RTCP | SECURE | flags2_in; local
    [all...]
  /external/chromium_org/media/filters/
ffmpeg_video_decoder.cc 347 codec_context_->flags2 |= CODEC_FLAG2_CHUNKS;
  /external/qemu/
translate-all.c 782 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);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-parsing.cc 1425 static const ParserFlag flags2[] = { kAllowHarmonyNumericLiterals }; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
sqliteInt.h 1671 u8 flags2; \/* Second set of flags. EP2_... *\/ member in struct:Expr
    [all...]
resolve.c 83 pDup->flags2 |= EP2_MallocedToken;
    [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 13173 IRTemp flags2 = newTemp(Ity_I32); local
13227 IRTemp flags2 = newTemp(Ity_I32); local
    [all...]

Completed in 3133 milliseconds

1 2