Home
last modified time | relevance | path

Searched full:flags2 (Results 1 – 25 of 74) sorted by relevance

123

/external/freetype/src/pshinter/
Dpshalgo.h139 #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 …]
Dpshalgo.c1090 point->flags2 = 0; in psh_glyph_load_points()
1138 point->flags_x = point->flags2 | point->flags; in psh_glyph_save_points()
1143 point->flags_y = point->flags2 | point->flags; in psh_glyph_save_points()
1452 point->flags2 |= PSH_POINT_EDGE_MIN; in psh_hint_table_find_strong_points()
1472 point->flags2 |= PSH_POINT_EDGE_MAX; in psh_hint_table_find_strong_points()
1498 if ( point->flags2 & min_flag ) in psh_hint_table_find_strong_points()
1508 point->flags2 |= PSH_POINT_EDGE_MIN; in psh_hint_table_find_strong_points()
1515 else if ( point->flags2 & max_flag ) in psh_hint_table_find_strong_points()
1525 point->flags2 |= PSH_POINT_EDGE_MAX; in psh_hint_table_find_strong_points()
/external/llvm/test/CodeGen/X86/
Dloop-strength-reduce2.ll3 ; 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-project/llvm/test/CodeGen/X86/
Dloop-strength-reduce2.ll3 ; 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/scapy/scapy/layers/
Dsmb.py24 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/
Dffi.c167 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()
Dffitarget.h48 #define FFI_EXTRA_CIF_FIELDS long long flags2
/external/python/cpython2/Modules/_ctypes/libffi/src/sh64/
Dffi.c167 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()
Dffitarget.h48 #define FFI_EXTRA_CIF_FIELDS long long flags2
/external/tcpdump/
Dnameser.h215 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/llvm/test/Transforms/LoopStrengthReduce/
Dvar_stride_used_by_compare.ll14 @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-project/llvm/test/Transforms/LoopStrengthReduce/
Dvar_stride_used_by_compare.ll14 @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/
Dsmbserver.py166 flags2 = recv_packet["Flags2"]
167 ncax_data = imp_smb.SMBNtCreateAndX_Data(flags=flags2,
171 flags2,
/external/llvm/test/Transforms/LoopVectorize/
Dflags.ll31 ;CHECK-LABEL: @flags2(
36 define i32 @flags2(i32 %n, i32* nocapture %A) nounwind uwtable ssp {
/external/llvm-project/llvm/test/Transforms/LoopVectorize/
Dflags.ll30 ;CHECK-LABEL: @flags2(
35 define i32 @flags2(i32 %n, i32* nocapture %A) nounwind uwtable ssp {
/external/llvm-project/clang/unittests/Driver/
DMultilibTest.cpp367 Multilib::flags_list Flags2; in TEST() local
368 Flags2.push_back("+foo"); in TEST()
369 Flags2.push_back("+bar"); in TEST()
371 ASSERT_TRUE(MS.select(Flags2, Selection2)) in TEST()
/external/webrtc/pc/
Dchannel_unittest.cc132 void CreateChannels(int flags1, int flags2) { in CreateChannels() argument
137 flags1, flags2); in CreateChannels()
142 int flags2) { in CreateChannels() argument
152 RTC_DCHECK_EQ(flags1 & RAW_PACKET_TRANSPORT, flags2 & RAW_PACKET_TRANSPORT); in CreateChannels()
190 if (flags2 & RAW_PACKET_TRANSPORT) { in CreateChannels()
194 if (!(flags2 & RTCP_MUX)) { in CreateChannels()
204 if (!(flags2 & RTCP_MUX)) { in CreateChannels()
209 if (flags2 & DTLS) { in CreateChannels()
225 flags2); in CreateChannels()
230 rtp_transport2_.get(), flags2); in CreateChannels()
[all …]
/external/flac/src/libFLAC/
Dcpu.c110 FLAC__uint32 flags1, flags2; in cpu_have_cpuid()
121 mov flags2, eax in cpu_have_cpuid()
124 if (((flags1^flags2) & 0x200000) != 0) in cpu_have_cpuid()
/external/rust/crates/regex-automata/data/tests/
Dflags.toml8 name = "flags2"
/external/llvm/test/Object/Mips/
Dabi-flags.yaml58 Flags2: 0x0
/external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/
Dtest-cmpxchg-nolock.c216 unsigned long flags, flags2; in do_test_disable_int() local
225 local_irq_save(flags2); in do_test_disable_int()
/external/llvm-project/llvm/test/tools/yaml2obj/ELF/
Dmips-abi-flags.yaml45 Flags2: 0x0
/external/llvm-project/llvm/test/tools/obj2yaml/ELF/
Dmips-abi-flags.yaml41 Flags2: 0x0
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.cpp66 OS.EmitIntValue(ABIFlagsSection.getFlags2Value(), 4); // flags2 in operator <<()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.cpp70 OS.EmitIntValue(ABIFlagsSection.getFlags2Value(), 4); // flags2 in operator <<()

123