| /external/freetype/src/pshinter/ |
| D | pshalgo.h | 135 #define psh_point_is_strong( p ) ( (p)->flags2 & PSH_POINT_STRONG ) 136 #define psh_point_is_fitted( p ) ( (p)->flags2 & PSH_POINT_FITTED ) 137 #define psh_point_is_extremum( p ) ( (p)->flags2 & PSH_POINT_EXTREMUM ) 138 #define psh_point_is_positive( p ) ( (p)->flags2 & PSH_POINT_POSITIVE ) 139 #define psh_point_is_negative( p ) ( (p)->flags2 & PSH_POINT_NEGATIVE ) 140 #define psh_point_is_edge_min( p ) ( (p)->flags2 & PSH_POINT_EDGE_MIN ) 141 #define psh_point_is_edge_max( p ) ( (p)->flags2 & PSH_POINT_EDGE_MAX ) 143 #define psh_point_set_strong( p ) (p)->flags2 |= PSH_POINT_STRONG 144 #define psh_point_set_fitted( p ) (p)->flags2 |= PSH_POINT_FITTED 145 #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() 1446 point->flags2 |= PSH_POINT_EDGE_MIN; in psh_hint_table_find_strong_points() 1466 point->flags2 |= PSH_POINT_EDGE_MAX; in psh_hint_table_find_strong_points() 1491 if ( point->flags2 & min_flag ) in psh_hint_table_find_strong_points() 1501 point->flags2 |= PSH_POINT_EDGE_MIN; in psh_hint_table_find_strong_points() 1508 else if ( point->flags2 & max_flag ) in psh_hint_table_find_strong_points() 1518 point->flags2 |= PSH_POINT_EDGE_MAX; in psh_hint_table_find_strong_points()
|
| /external/rust/crates/bitflags/tests/compile-fail/visibility/ |
| D | private_flags.stderr.beta | 1 error[E0603]: struct `Flags2` is private 4 17 | let flag2 = example::Flags2::FLAG_B; 7 note: the struct `Flags2` is defined here
|
| D | private_flags.rs | 9 struct Flags2: u32 { 17 let flag2 = example::Flags2::FLAG_B; in main()
|
| /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/tcpdump/tests/ |
| D | smb_data_print-oobr.out | 8 Flags2 = 0x7 39 Flags2 = 0x7 69 Flags2 = 0x0 102 Flags2 = 0x7
|
| D | smb_data_print-segv.out | 8 Flags2 = 0x7 39 Flags2 = 0x7 69 Flags2 = 0x7
|
| D | smb_print_trans-oobr2.out | 12 Flags2 = 0x0
|
| D | smb_print_trans-oobr1.out | 14 Flags2 = 0x0
|
| /external/deqp/external/vulkancts/modules/vulkan/api/ |
| D | vktApiBufferMemoryRequirementsTestsUtils.hpp | 142 const std::vector<BitsSet<Flag, Bits, Ignored...>>& flags2 in mergeFlags() argument 146 if (!flags1.empty() && !flags2.empty()) { in mergeFlags() 148 for (const auto& flag2 : flags2) in mergeFlags() 152 else if (flags2.empty()) { in mergeFlags() 156 for (const auto& flag2 : flags2) in mergeFlags()
|
| /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()
|
| /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()
|
| /external/wpa_supplicant_8/src/drivers/ |
| D | driver_nl80211_capa.c | 569 capa->flags2 |= WPA_DRIVER_FLAGS2_BEACON_RATE_HE; in wiphy_info_ext_feature_flags() 632 capa->flags2 |= WPA_DRIVER_FLAGS2_CONTROL_PORT_RX; in wiphy_info_ext_feature_flags() 636 capa->flags2 |= WPA_DRIVER_FLAGS2_CONTROL_PORT_TX_STATUS; in wiphy_info_ext_feature_flags() 671 capa->flags2 |= WPA_DRIVER_FLAGS2_BEACON_PROTECTION_CLIENT; in wiphy_info_ext_feature_flags() 675 capa->flags2 |= WPA_DRIVER_FLAGS2_OCV; in wiphy_info_ext_feature_flags() 679 capa->flags2 |= WPA_DRIVER_RADAR_BACKGROUND; in wiphy_info_ext_feature_flags() 683 capa->flags2 |= WPA_DRIVER_FLAGS2_SEC_LTF_STA; in wiphy_info_ext_feature_flags() 684 capa->flags2 |= WPA_DRIVER_FLAGS2_SEC_LTF_AP; in wiphy_info_ext_feature_flags() 689 capa->flags2 |= WPA_DRIVER_FLAGS2_SEC_RTT_STA; in wiphy_info_ext_feature_flags() 690 capa->flags2 |= WPA_DRIVER_FLAGS2_SEC_RTT_AP; in wiphy_info_ext_feature_flags() [all …]
|
| /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 | 170 flags2 = recv_packet["Flags2"] 171 ncax_data = imp_smb.SMBNtCreateAndX_Data(flags=flags2, 175 flags2,
|
| /external/openthread/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_psa_its.function | 115 uint32_t flags2 = flags2_arg; 129 PSA_ASSERT( psa_its_set_wrap( uid, data2->len, data2->x, flags2 ) ); 132 TEST_ASSERT( info.flags == 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/webrtc/pc/ |
| D | channel_unittest.cc | 144 void CreateChannels(int flags1, int flags2) { in CreateChannels() argument 149 flags1, flags2); in CreateChannels() 154 int flags2) { in CreateChannels() argument 167 RTC_DCHECK_EQ(flags1 & RAW_PACKET_TRANSPORT, flags2 & RAW_PACKET_TRANSPORT); in CreateChannels() 196 if (flags2 & RAW_PACKET_TRANSPORT) { in CreateChannels() 199 if (!(flags2 & RTCP_MUX)) { in CreateChannels() 207 if (!(flags2 & RTCP_MUX)) { in CreateChannels() 212 if (flags2 & DTLS) { in CreateChannels() 228 flags2); in CreateChannels() 233 rtp_transport2_.get(), flags2); in CreateChannels() [all …]
|
| /external/flac/src/libFLAC/ |
| D | cpu.c | 106 FLAC__uint32 flags1, flags2; in cpu_have_cpuid() 117 mov flags2, eax in cpu_have_cpuid() 120 if (((flags1^flags2) & 0x200000) != 0) in cpu_have_cpuid()
|
| /external/mbedtls/tests/suites/ |
| D | test_suite_psa_its.function | 120 uint32_t flags2 = flags2_arg; 134 PSA_ASSERT( psa_its_set_wrap( uid, data2->len, data2->x, flags2 ) ); 137 TEST_ASSERT( info.flags == flags2 );
|
| /external/kernel-headers/original/uapi/linux/ |
| D | fuse.h | 193 * - add flags2 to fuse_init_in and fuse_init_out 398 /* bits 32..63 get shifted down 32 bits into the flags2 field */ 792 uint32_t flags2; member 810 uint32_t flags2; member
|
| /external/libfuse/include/ |
| D | fuse_kernel.h | 193 * - add flags2 to fuse_init_in and fuse_init_out 389 /* bits 32..63 get shifted down 32 bits into the flags2 field */ 802 uint32_t flags2; member 820 uint32_t flags2; member
|
| /external/rust/crates/regex-automata/data/tests/ |
| D | flags.toml | 8 name = "flags2"
|
| /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()
|