/external/freetype/src/pshinter/ |
D | 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_EXTREMUM [all …]
|
D | pshalgo.c | 1091 point->flags2 = 0; in psh_glyph_load_points() 1139 point->flags_x = point->flags2 | point->flags; in psh_glyph_save_points() 1144 point->flags_y = point->flags2 | point->flags; in psh_glyph_save_points() 1453 point->flags2 |= PSH_POINT_EDGE_MIN; in psh_hint_table_find_strong_points() 1473 point->flags2 |= PSH_POINT_EDGE_MAX; in psh_hint_table_find_strong_points() 1499 if ( point->flags2 & min_flag ) in psh_hint_table_find_strong_points() 1509 point->flags2 |= PSH_POINT_EDGE_MIN; in psh_hint_table_find_strong_points() 1516 else if ( point->flags2 & max_flag ) in psh_hint_table_find_strong_points() 1526 point->flags2 |= PSH_POINT_EDGE_MAX; in psh_hint_table_find_strong_points()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | loop-strength-reduce2.ll | 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]
|
/external/llvm/test/CodeGen/X86/ |
D | loop-strength-reduce2.ll | 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]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | loop-strength-reduce2.ll | 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]* @flags2, i32 0, i64 %gep.upgrd.1 ; <i8*> [#uses=1]
|
/external/scapy/scapy/layers/ |
D | smb.py | 24 LEShortField("Flags2",0x0000), 122 LEShortField("Flags2",0x0000), 148 LEShortField("Flags2",0x0000), 189 LEShortField("Flags2",0x0000), 230 LEShortField("Flags2",0x0000), 270 LEShortField("Flags2",0x0001), 321 LEShortField("Flags2",0x1001),
|
/external/libffi/src/sh64/ |
D | ffi.c | 167 cif->flags2 = 0; in ffi_prep_cif_machdep() 186 cif->flags2 += ((cif->arg_types)[i]->type) << (2 * j++); in ffi_prep_cif_machdep() 195 cif->flags2 += ((cif->arg_types)[i]->type) << (2 * j++); in ffi_prep_cif_machdep() 198 cif->flags2 += FFI_TYPE_INT << (2 * j++); in ffi_prep_cif_machdep() 213 cif->flags2 += FFI_TYPE_INT << (2 * j++); in ffi_prep_cif_machdep() 279 ffi_call_SYSV(ffi_prep_args, &ecif, cif->bytes, cif->flags, cif->flags2, in ffi_call()
|
D | ffitarget.h | 48 #define FFI_EXTRA_CIF_FIELDS long long flags2
|
/external/python/cpython2/Modules/_ctypes/libffi/src/sh64/ |
D | ffi.c | 167 cif->flags2 = 0; in ffi_prep_cif_machdep() 186 cif->flags2 += ((cif->arg_types)[i]->type) << (2 * j++); in ffi_prep_cif_machdep() 195 cif->flags2 += ((cif->arg_types)[i]->type) << (2 * j++); in ffi_prep_cif_machdep() 198 cif->flags2 += FFI_TYPE_INT << (2 * j++); in ffi_prep_cif_machdep() 213 cif->flags2 += FFI_TYPE_INT << (2 * j++); in ffi_prep_cif_machdep() 279 ffi_call_SYSV(ffi_prep_args, &ecif, cif->bytes, cif->flags, cif->flags2, in ffi_call()
|
D | ffitarget.h | 48 #define FFI_EXTRA_CIF_FIELDS long long flags2
|
/external/curl/tests/python_dependencies/impacket/ |
D | smbserver.py | 568 …setPathInfoParameters = smb.SMBSetPathInformation_Parameters(flags = recvPacket['Flags2'], data = … 571 fileName = decodeSMBString(recvPacket['Flags2'], setPathInfoParameters['FileName']) 705 …queryPathInfoParameters = smb.SMBQueryPathInformation_Parameters(flags = recvPacket['Flags2'], dat… 710 …cord, errorCode = queryPathInformation(path, decodeSMBString(recvPacket['Flags2'], queryPathInfoPa… 744 … findNext2Parameters = smb.SMBFindNext2_Parameters(flags = recvPacket['Flags2'], data = parameters) 791 … findFirst2Parameters = smb.SMBFindFirst2_Parameters( recvPacket['Flags2'], data = parameters) 797 decodeSMBString( recvPacket['Flags2'], findFirst2Parameters['FileName'] ), 856 transData = smb.SMBTransaction_SData(flags = recvPacket['Flags2']) 880 command = decodeSMBString(recvPacket['Flags2'],transData['Name']) 1400 …comCreateDirectoryData= smb.SMBCreateDirectory_Data(flags = recvPacket['Flags2'], data = SMBComma… [all …]
|
D | smb.py | 665 ('Flags2','<H=0'), 679 if self.fields.has_key('Flags2') is False: 680 self['Flags2'] = 0 712 … self['ErrorClass'] + (self['_reserved'] << 8), self['ErrorCode'], self['Flags2'] & SMB.FLAGS2_NT_… 2305 # Flags2 Mask 2431 def set_flags(self, flags1=None, flags2=None): argument 2434 if flags2 is not None: 2435 self.__flags2 = flags2 2538 smb['Flags2'] |= self.__flags2 2540 smb['Flags2'] |= SMB.FLAGS2_SMB_SECURITY_SIGNATURE [all …]
|
/external/tcpdump/ |
D | nameser.h | 215 uint8_t flags2; /* second byte of flags */ member 231 #define DNS_RA(np) ((np)->flags2 & 0x80) /* recursion available */ 232 #define DNS_AD(np) ((np)->flags2 & 0x20) /* authentic data from named */ 233 #define DNS_CD(np) ((np)->flags2 & 0x10) /* checking disabled by resolver */ 234 #define DNS_RCODE(np) ((np)->flags2 & 0xF) /* response code */
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/ |
D | var_stride_used_by_compare.ll | 14 @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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/ |
D | var_stride_used_by_compare.ll | 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]
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | var_stride_used_by_compare.ll | 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]
|
/external/curl/tests/ |
D | smbserver.py | 156 flags2 = recv_packet["Flags2"] 157 ncax_data = imp_smb.SMBNtCreateAndX_Data(flags=flags2, 161 flags2,
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | flags.ll | 31 ;CHECK-LABEL: @flags2( 36 define i32 @flags2(i32 %n, i32* nocapture %A) nounwind uwtable ssp {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/ |
D | flags.ll | 30 ;CHECK-LABEL: @flags2( 35 define i32 @flags2(i32 %n, i32* nocapture %A) nounwind uwtable ssp {
|
/external/webrtc/talk/session/media/ |
D | channel_unittest.cc | 145 void CreateChannels(int flags1, int flags2) { in CreateChannels() argument 148 flags1, flags2, rtc::Thread::Current()); in CreateChannels() 152 int flags1, int flags2, rtc::Thread* thread) { in CreateChannels() argument 160 (flags2 & RTCP) != 0)); in CreateChannels() 165 if ((flags1 & DTLS) && (flags2 & DTLS)) { in CreateChannels() 167 flags2 = (flags2 & ~SECURE); in CreateChannels() 171 CreateContent(flags2, kPcmuCodec, kH264Codec, in CreateChannels() 182 if (flags2 & DTLS) { in CreateChannels() 193 AddLegacyStreamInContent(kSsrc2, flags2, &local_media_content2_); in CreateChannels() 199 if (flags2 & SSRC_MUX) { in CreateChannels() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/Mips/ |
D | abi-flags.yaml | 58 Flags2: 0x0
|
/external/llvm/test/Object/Mips/ |
D | abi-flags.yaml | 58 Flags2: 0x0
|
/external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/ |
D | test-cmpxchg-nolock.c | 216 unsigned long flags, flags2; in do_test_disable_int() local 225 local_irq_save(flags2); in do_test_disable_int()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.cpp | 66 OS.EmitIntValue(ABIFlagsSection.getFlags2Value(), 4); // flags2 in operator <<()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.cpp | 71 OS.EmitIntValue(ABIFlagsSection.getFlags2Value(), 4); // flags2 in operator <<()
|