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

  /external/libweave/src/privet/
wifi_ssid_generator.cc 66 std::bitset<6> flags2; local
71 flags2[0] = types.find(WifiType::kWifi24) != types.end();
74 flags2[1] = types.find(WifiType::kWifi50) != types.end();
79 result[1] = base64chars[flags2.to_ulong()];
  /bionic/linker/
linker_mips.cpp 225 uint32_t isa_ext, ases, flags1, flags2; member in struct:mips_elf_abiflags_v0
  /development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SampleSpellCheckerService.java 110 final int flags2 = flags1; local
116 flags2, new String[] { "from" });
  /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))
  /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) | \
  /toolchain/binutils/binutils-2.25/bfd/
pef-traceback.h 115 unsigned char flags2; /* Flag bits #2: */ member in struct:traceback_table
158 /* The following is present only if int_hndl (in flags2) in fixed part is present ... */
175 /* The following are present only if name_present (in flags2) in fixed
185 /* The following are present only if uses_alloca (in flags2) in fixed
  /external/pdfium/third_party/libopenjpeg20/
t1.c 555 opj_flag_t *flags2 = flags1 + i; local
556 flags2 += t1->flags_stride;
557 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf);
559 flags2 += t1->flags_stride;
560 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf);
562 flags2 += t1->flags_stride;
563 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf);
565 flags2 += t1->flags_stride;
566 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf);
574 opj_flag_t *flags2 = flags1 + i local
775 opj_flag_t *flags2 = flags1 + i; local
794 opj_flag_t *flags2 = flags1 + i; local
1063 opj_flag_t *flags2 = flags1 + i; local
1107 opj_flag_t *flags2 = flags1 + i; local
    [all...]
  /external/tcpdump/
print-smb.c 147 { "Flags2=[w]\nMode=[w]\nSearchAttrib=[A]\nAttrib=[A]\nTime=[T2]\nOFun=[w]\nSize=[D]\nRes=([w, w, w, w, w])\nPath=[S]",
796 uint16_t flags2; local
808 flags2 = EXTRACT_LE_16BITS(&buf[10]);
809 unicodestr = flags2 & 0x8000;
810 nterrcodes = flags2 & 0x4000;
    [all...]
nameser.h 229 uint8_t flags2; /* second byte of flags */ member in struct:__anon22958
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 */
  /art/compiler/
elf_builder.h 440 abiflags_.flags2 = 0;
457 uint32_t isa_ext, ases, flags1, flags2; member in struct:art::FINAL::FINAL::__anon9
    [all...]
  /external/curl/lib/
smb.h 102 unsigned short flags2; member in struct:smb_header
  /external/freetype/src/pshinter/
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_EXTREMU
162 FT_UInt flags2; member in struct:PSH_PointRec_
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
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_EXTREMU
162 FT_UInt flags2; member in struct:PSH_PointRec_
    [all...]
  /external/pdfium/third_party/freetype/src/pshinter/
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_EXTREMU
162 FT_UInt flags2; member in struct:PSH_PointRec_
    [all...]
  /external/webrtc/talk/session/media/
channel_unittest.cc 145 void CreateChannels(int flags1, int flags2) {
148 flags1, flags2, rtc::Thread::Current());
152 int flags1, int flags2, rtc::Thread* thread) {
160 (flags2 & RTCP) != 0));
165 if ((flags1 & DTLS) && (flags2 & DTLS)) {
167 flags2 = (flags2 & ~SECURE);
171 CreateContent(flags2, kPcmuCodec, kH264Codec,
182 if (flags2 & DTLS) {
193 AddLegacyStreamInContent(kSsrc2, flags2, &local_media_content2_)
1251 int flags2 = RTCP | SECURE | flags2_in; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objcopy.c 3095 flagword flags1, flags2; local
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
mips.h 1096 unsigned char flags2[4]; member in struct:__anon75596
1121 unsigned long flags2; member in struct:__anon75597
    [all...]
  /external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
avcodec.h 1248 int flags2; member in struct:AVCodecContext
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 13603 IRTemp flags2 = newTemp(Ity_I32); local
13657 IRTemp flags2 = newTemp(Ity_I32); local
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 8149 int flags2 = disabled ? STATUS_BAR_DISABLE2_MASK : StatusBarManager.DISABLE2_NONE; local
    [all...]
  /external/elfutils/libelf/
elf.h 1808 Elf32_Word flags2; member in struct:__anon10834
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 1189 milliseconds