/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/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 */
|
D | print-smb.c | 797 uint16_t flags2; in print_smb() local 824 flags2 = EXTRACT_LE_16BITS(&buf[10]); in print_smb() 825 unicodestr = flags2 & 0x8000; in print_smb() 826 nterrcodes = flags2 & 0x4000; in print_smb()
|
/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
|
D | sysv.S | 51 # r6: 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/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/curl/tests/python_dependencies/impacket/ |
D | smb.py | 2431 def set_flags(self, flags1=None, flags2=None): argument 2434 if flags2 is not None: 2435 self.__flags2 = flags2 2594 flags2 = self.get_flags()[1] 2596 self.set_flags(flags2=flags2|SMB.FLAGS2_EXTENDED_SECURITY) 2598 self.set_flags(flags2=flags2 & (~SMB.FLAGS2_EXTENDED_SECURITY)) 3011 flags2 = self.__flags2 3012 if flags2 & SMB.FLAGS2_UNICODE: 3013 self.__flags2 = flags2 & (flags2 ^ SMB.FLAGS2_UNICODE) 3153 if flags2 & SMB.FLAGS2_UNICODE: [all …]
|
/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/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/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/curl/lib/ |
D | smb.h | 104 unsigned short flags2; member
|
/external/python/cpython3/Lib/ |
D | tempfile.py | 591 flags2 = (flags | _os.O_TMPFILE) & ~_os.O_CREAT 592 fd = _os.open(dir, flags2, 0o600)
|
/external/syzkaller/sys/linux/ |
D | netfilter_targets.txt | 284 flags2 int8
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 421 S->Flags2 = Flags->flags2; in dumpMipsABIFlags()
|