Home
last modified time | relevance | path

Searched refs:flags (Results 1 – 25 of 5064) sorted by relevance

12345678910>>...203

/external/valgrind/none/tests/amd64/
Dpcmpxstrx64w.stdout.exp3 istri $0x4B: xmm0 55555555555555555555555555555555 rcx 5555555555550002 flags 00000881
4 istri $0x0B: xmm0 55555555555555555555555555555555 rcx 5555555555550000 flags 00000881
5 istrm $0x4B: xmm0 00000000000000000000ffffffffffff rcx 5555555555555555 flags 00000881
6 istrm $0x0B: xmm0 00000000000000000000000000000007 rcx 5555555555555555 flags 00000881
7 estri $0x4B: xmm0 55555555555555555555555555555555 rcx 5555555555550007 flags 000008c1
8 estri $0x0B: xmm0 55555555555555555555555555555555 rcx 5555555555550000 flags 000008c1
9 estrm $0x4B: xmm0 ffffffffffffffffffffffffffffffff rcx 5555555555555555 flags 000008c1
10 estrm $0x0B: xmm0 000000000000000000000000000000ff rcx 5555555555555555 flags 000008c1
13 istri $0x4B: xmm0 55555555555555555555555555555555 rcx 5555555555550007 flags 000000c1
14 istri $0x0B: xmm0 55555555555555555555555555555555 rcx 5555555555550003 flags 000000c1
[all …]
Dpcmpxstrx64.stdout.exp3 istri $0x4A: xmm0 55555555555555555555555555555555 rcx 5555555555550006 flags 00000881
4 istri $0x0A: xmm0 55555555555555555555555555555555 rcx 5555555555550000 flags 00000881
5 istrm $0x4A: xmm0 000000000000000000ffffffffffffff rcx 5555555555555555 flags 00000881
6 istrm $0x0A: xmm0 0000000000000000000000000000007f rcx 5555555555555555 flags 00000881
7 estri $0x4A: xmm0 55555555555555555555555555555555 rcx 555555555555000f flags 000008c1
8 estri $0x0A: xmm0 55555555555555555555555555555555 rcx 5555555555550000 flags 000008c1
9 estrm $0x4A: xmm0 ffffffffffffffffffffffffffffffff rcx 5555555555555555 flags 000008c1
10 estrm $0x0A: xmm0 0000000000000000000000000000ffff rcx 5555555555555555 flags 000008c1
13 istri $0x4A: xmm0 55555555555555555555555555555555 rcx 555555555555000f flags 000000c1
14 istri $0x0A: xmm0 55555555555555555555555555555555 rcx 5555555555550007 flags 000000c1
[all …]
/external/e2fsprogs/tests/f_jnl_32bit/
Dexpect.04 FS block 2 logged at journal block 2 (flags 0x8)
8 FS block 82 logged at journal block 5 (flags 0x0)
9 FS block 2 logged at journal block 6 (flags 0x2)
10 FS block 99 logged at journal block 7 (flags 0x2)
11 FS block 66 logged at journal block 8 (flags 0x2)
12 FS block 81 logged at journal block 9 (flags 0x2)
13 FS block 98 logged at journal block 10 (flags 0x2)
14 FS block 68 logged at journal block 11 (flags 0x2)
15 FS block 83 logged at journal block 12 (flags 0x2)
16 FS block 354 logged at journal block 13 (flags 0x2)
[all …]
/external/e2fsprogs/tests/f_jnl_64bit/
Dexpect.0190 FS block 802 logged at journal block 69 (flags 0x0)
191 FS block 803 logged at journal block 70 (flags 0x2)
192 FS block 131 logged at journal block 71 (flags 0x2)
193 FS block 2 logged at journal block 72 (flags 0x2)
194 FS block 1 logged at journal block 73 (flags 0x2)
195 FS block 147 logged at journal block 74 (flags 0x2)
196 FS block 783 logged at journal block 75 (flags 0x2)
197 FS block 130 logged at journal block 76 (flags 0x2)
198 FS block 807 logged at journal block 77 (flags 0x2)
199 FS block 808 logged at journal block 78 (flags 0x2)
[all …]
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DAccessFlags.java152 public static String classString(int flags) { in classString() argument
153 return humanHelper(flags, CLASS_FLAGS, CONV_CLASS); in classString()
163 public static String innerClassString(int flags) { in innerClassString() argument
164 return humanHelper(flags, INNER_CLASS_FLAGS, CONV_CLASS); in innerClassString()
174 public static String fieldString(int flags) { in fieldString() argument
175 return humanHelper(flags, FIELD_FLAGS, CONV_FIELD); in fieldString()
185 public static String methodString(int flags) { in methodString() argument
186 return humanHelper(flags, METHOD_FLAGS, CONV_METHOD); in methodString()
196 public static boolean isPublic(int flags) { in isPublic() argument
197 return (flags & ACC_PUBLIC) != 0; in isPublic()
[all …]
/external/mesa3d/src/glsl/
Dast_type.cpp52 return this->qualifier.flags.i != 0; in has_qualifiers()
57 return this->flags.q.smooth in has_interpolation()
58 || this->flags.q.flat in has_interpolation()
59 || this->flags.q.noperspective; in has_interpolation()
65 if (this->flags.q.smooth) in interpolation_string()
67 else if (this->flags.q.flat) in interpolation_string()
69 else if (this->flags.q.noperspective) in interpolation_string()
81 ubo_mat_mask.flags.i = 0; in merge_qualifier()
82 ubo_mat_mask.flags.q.row_major = 1; in merge_qualifier()
83 ubo_mat_mask.flags.q.column_major = 1; in merge_qualifier()
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/ip/
Dresolver_query_base.hpp29 enum flags enum in asio::ip::resolver_query_base
42 friend flags operator&(flags x, flags y) in operator &()
44 return static_cast<flags>( in operator &()
48 friend flags operator|(flags x, flags y) in operator |()
50 return static_cast<flags>( in operator |()
54 friend flags operator^(flags x, flags y) in operator ^()
56 return static_cast<flags>( in operator ^()
60 friend flags operator~(flags x) in operator ~()
62 return static_cast<flags>(~static_cast<unsigned int>(x)); in operator ~()
65 friend flags& operator&=(flags& x, flags y) in operator &=()
[all …]
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_decompose_tmp.h42 #define LINE_ADJ(flags, a0, i0, i1, a1) LINE(flags, i0, i1) argument
45 #define TRIANGLE_ADJ(flags, i0, a0, i1, a1, i2, a2) TRIANGLE(flags, i0, i1, i2) argument
52 ushort flags; in FUNC() local
72 flags = DRAW_PIPE_RESET_STIPPLE; in FUNC()
76 LINE(flags, idx[0], idx[1]); in FUNC()
83 flags = (prim_flags & DRAW_SPLIT_BEFORE) ? 0 : DRAW_PIPE_RESET_STIPPLE; in FUNC()
87 for (i = 1; i < count; i++, flags = 0) { in FUNC()
90 LINE(flags, idx[0], idx[1]); in FUNC()
94 LINE(flags, idx[1], idx[2]); in FUNC()
99 flags = DRAW_PIPE_RESET_STIPPLE | DRAW_PIPE_EDGE_FLAG_ALL; in FUNC()
[all …]
/external/libvpx/libvpx/vpx_ports/
Darm_cpudetect.c23 static int arm_cpu_env_flags(int *flags) { in arm_cpu_env_flags() argument
27 *flags = (int)strtol(env, NULL, 0); in arm_cpu_env_flags()
30 *flags = 0; in arm_cpu_env_flags()
46 int flags; in arm_cpu_caps() local
48 if (!arm_cpu_env_flags(&flags)) { in arm_cpu_caps()
49 return flags; in arm_cpu_caps()
53 flags |= HAS_MEDIA; in arm_cpu_caps()
56 flags |= HAS_NEON; in arm_cpu_caps()
58 return flags & mask; in arm_cpu_caps()
68 int flags; in arm_cpu_caps() local
[all …]
/external/webrtc/webrtc/video/
Dscreenshare_loopback.cc21 namespace flags { namespace
210 pipe_config.loss_percent = flags::LossPercent(); in Loopback()
211 pipe_config.link_capacity_kbps = flags::LinkCapacityKbps(); in Loopback()
212 pipe_config.queue_length_packets = flags::QueueSize(); in Loopback()
213 pipe_config.queue_delay_ms = flags::AvgPropagationDelayMs(); in Loopback()
214 pipe_config.delay_standard_deviation_ms = flags::StdPropagationDelayMs(); in Loopback()
217 call_bitrate_config.min_bitrate_bps = flags::MinBitrateKbps() * 1000; in Loopback()
218 call_bitrate_config.start_bitrate_bps = flags::StartBitrateKbps() * 1000; in Loopback()
219 call_bitrate_config.max_bitrate_bps = flags::MaxBitrateKbps() * 1000; in Loopback()
222 {flags::Width(), flags::Height(), flags::Fps(), in Loopback()
[all …]
Dvideo_loopback.cc21 namespace flags { namespace
199 pipe_config.loss_percent = flags::LossPercent(); in Loopback()
200 pipe_config.link_capacity_kbps = flags::LinkCapacityKbps(); in Loopback()
201 pipe_config.queue_length_packets = flags::QueueSize(); in Loopback()
202 pipe_config.queue_delay_ms = flags::AvgPropagationDelayMs(); in Loopback()
203 pipe_config.delay_standard_deviation_ms = flags::StdPropagationDelayMs(); in Loopback()
206 call_bitrate_config.min_bitrate_bps = flags::MinBitrateKbps() * 1000; in Loopback()
207 call_bitrate_config.start_bitrate_bps = flags::StartBitrateKbps() * 1000; in Loopback()
208 call_bitrate_config.max_bitrate_bps = flags::MaxBitrateKbps() * 1000; in Loopback()
211 {flags::Width(), flags::Height(), flags::Fps(), in Loopback()
[all …]
/external/iptables/extensions/
Dlibxt_rateest.c113 rateest_parse(int c, char **argv, int invert, unsigned int *flags, in rateest_parse() argument
125 if (*flags & (1 << c)) in rateest_parse()
128 *flags |= 1 << c; in rateest_parse()
138 if (*flags & (1 << c)) in rateest_parse()
141 *flags |= 1 << c; in rateest_parse()
144 info->flags |= XT_RATEEST_MATCH_REL; in rateest_parse()
152 if (*flags & (1 << c)) in rateest_parse()
155 *flags |= 1 << c; in rateest_parse()
157 info->flags |= XT_RATEEST_MATCH_BPS; in rateest_parse()
175 if (*flags & (1 << c)) in rateest_parse()
[all …]
Dlibxt_HMARK.c81 .flags = XTOPT_PUT, XTOPT_POINTER(hi, src_mask)
86 .flags = XTOPT_PUT, XTOPT_POINTER(hi, dst_mask)
91 .flags = XTOPT_PUT, XTOPT_POINTER(hi, port_mask.p16.src)
96 .flags = XTOPT_PUT, XTOPT_POINTER(hi, port_mask.p16.dst)
101 .flags = XTOPT_PUT, XTOPT_POINTER(hi, port_mask.v32)
106 .flags = XTOPT_PUT, XTOPT_POINTER(hi, port_set.p16.src)
111 .flags = XTOPT_PUT, XTOPT_POINTER(hi, port_set.p16.dst)
116 .flags = XTOPT_PUT, XTOPT_POINTER(hi, port_set.v32)
121 .flags = XTOPT_PUT, XTOPT_POINTER(hi, proto_mask)
126 .flags = XTOPT_PUT, XTOPT_POINTER(hi, hashrnd)
[all …]
/external/mksh/src/
Dshf.c62 shf->flags = SHF_ALLOCS; in shf_open()
100 int flags = fcntl(fd, F_GETFL, 0); in shf_open_hlp() local
102 if (flags < 0) in shf_open_hlp()
106 switch (flags & O_ACCMODE) { in shf_open_hlp()
152 shf->flags = sflags; in shf_fdopen()
179 shf->flags = (shf->flags & (SHF_ALLOCS | SHF_ALLOCB)) | sflags; in shf_reopen()
219 shf->flags = sflags | SHF_STRING; in shf_sopen()
237 if (shf->flags & SHF_ALLOCS) in shf_close()
239 else if (shf->flags & SHF_ALLOCB) in shf_close()
275 if (shf->flags & SHF_WR) { in shf_sclose()
[all …]
/external/curl/lib/
Dmprintf.c162 int flags; member
245 int flags; in dprintf_Pass1() local
256 flags = FLAGS_NEW; in dprintf_Pass1()
284 flags |= FLAGS_LONG; in dprintf_Pass1()
288 flags |= FLAGS_LONGLONG; in dprintf_Pass1()
296 flags |= FLAGS_SPACE; in dprintf_Pass1()
299 flags |= FLAGS_SHOWSIGN; in dprintf_Pass1()
302 flags |= FLAGS_LEFT; in dprintf_Pass1()
303 flags &= ~FLAGS_PAD_NIL; in dprintf_Pass1()
306 flags |= FLAGS_ALT; in dprintf_Pass1()
[all …]
/external/valgrind/VEX/test/
Dtest-amd64-shift.h11 #define EXECSHIFT(size, res, s1, s2, flags) \ argument
17 : "=g" (res), "=g" (flags)\
18 : "r" (s1), "0" (res), "1" (flags));
20 #define EXECSHIFT(size, res, s1, s2, flags) \ argument
26 : "=q" (res), "=g" (flags)\
27 : "c" (s1), "0" (res), "1" (flags));
32 int64 res, flags; in exec_opq() local
34 flags = iflags; in exec_opq()
35 EXECSHIFT("q", res, s1, s2, flags); in exec_opq()
38 flags &= ~CC_O; in exec_opq()
[all …]
Dtest-i386.h9 #define EXECOP2(size, res, s1, flags) \ argument
15 : "=q" (res), "=g" (flags)\
16 : "q" (s1), "0" (res), "1" (flags));
18 #define EXECOP1(size, res, flags) \ argument
24 : "=q" (res), "=g" (flags)\
25 : "0" (res), "1" (flags));
30 int res, flags; in exec_opl() local
32 flags = iflags; in exec_opl()
33 EXECOP1("", res, flags); in exec_opl()
36 stringify(OP) "l", s0, res, iflags, flags & CC_MASK); in exec_opl()
[all …]
Dtest-i386-shift.h10 #define EXECSHIFT(size, res, s1, s2, flags) \ argument
16 : "=g" (res), "=g" (flags)\
17 : "r" (s1), "0" (res), "1" (flags));
19 #define EXECSHIFT(size, res, s1, s2, flags) \ argument
25 : "=q" (res), "=g" (flags)\
26 : "c" (s1), "0" (res), "1" (flags));
31 int res, flags; in exec_opl() local
33 flags = iflags; in exec_opl()
34 EXECSHIFT("", res, s1, s2, flags); in exec_opl()
37 flags &= ~CC_O; in exec_opl()
[all …]
Dtest-amd64.h8 #define EXECOP2(size, res, s1, flags) \ argument
14 : "=q" (res), "=g" (flags)\
15 : "q" (s1), "0" (res), "1" (flags));
17 #define EXECOP1(size, res, flags) \ argument
23 : "=q" (res), "=g" (flags)\
24 : "0" (res), "1" (flags));
29 int64 res, flags; in exec_opq() local
31 flags = iflags; in exec_opq()
32 EXECOP1("", res, flags); in exec_opq()
34 stringify(OP) "q", s0, res, iflags, flags & CC_MASK); in exec_opq()
[all …]
/external/vboot_reference/firmware/lib/
Dvboot_api_init.c50 VBDEBUG(("VbInit() input flags 0x%x gbb flags 0x%x\n", iparams->flags, in VbInit()
51 gbb.flags)); in VbInit()
68 shared->flags = 0; in VbInit()
69 if (iparams->flags & VB_INIT_FLAG_REC_BUTTON_PRESSED) in VbInit()
70 shared->flags |= VBSD_BOOT_REC_SWITCH_ON; in VbInit()
71 if (iparams->flags & VB_INIT_FLAG_WP_ENABLED) in VbInit()
72 shared->flags |= VBSD_BOOT_FIRMWARE_WP_ENABLED; in VbInit()
73 if (iparams->flags & VB_INIT_FLAG_SW_WP_ENABLED) in VbInit()
74 shared->flags |= VBSD_BOOT_FIRMWARE_SW_WP_ENABLED; in VbInit()
75 if (iparams->flags & VB_INIT_FLAG_S3_RESUME) in VbInit()
[all …]
/external/dnsmasq/src/
Dcache.c90 crecp->flags = 0; in cache_init()
163 if (!(crecp->flags & F_REVERSE)) in cache_hash()
165 while (*up && ((*up)->flags & F_REVERSE)) in cache_hash()
168 if (crecp->flags & F_IMMORTAL) in cache_hash()
169 while (*up && !((*up)->flags & F_IMMORTAL)) in cache_hash()
178 crecp->flags &= ~F_FORWARD; in cache_free()
179 crecp->flags &= ~F_REVERSE; in cache_free()
191 if (crecp->flags & F_BIGNAME) in cache_free()
195 crecp->flags &= ~F_BIGNAME; in cache_free()
227 if (crecp->flags & F_BIGNAME) in cache_get_name()
[all …]
/external/libcxx/test/libcxx/
Dcompiler.py7 def __init__(self, path, flags=None, compile_flags=None, link_flags=None, argument
10 self.flags = list(flags or [])
58 def preprocessCmd(self, source_files, out=None, flags=[]): argument
60 cmd += self.flags + self.compile_flags + flags
63 def compileCmd(self, source_files, out=None, flags=[]): argument
65 cmd += self.flags + self.compile_flags + flags
68 def linkCmd(self, source_files, out=None, flags=[]): argument
70 cmd += self.flags + self.link_flags + flags
73 def compileLinkCmd(self, source_files, out=None, flags=[]): argument
75 cmd += self.flags + self.compile_flags + self.link_flags + flags
[all …]
/external/iproute2/ip/
Diplink_vlan.c86 struct ifla_vlan_flags flags = { 0 }; in vlan_parse_opt() local
102 flags.mask |= VLAN_FLAG_REORDER_HDR; in vlan_parse_opt()
104 flags.flags |= VLAN_FLAG_REORDER_HDR; in vlan_parse_opt()
106 flags.flags &= ~VLAN_FLAG_REORDER_HDR; in vlan_parse_opt()
111 flags.mask |= VLAN_FLAG_GVRP; in vlan_parse_opt()
113 flags.flags |= VLAN_FLAG_GVRP; in vlan_parse_opt()
115 flags.flags &= ~VLAN_FLAG_GVRP; in vlan_parse_opt()
120 flags.mask |= VLAN_FLAG_MVRP; in vlan_parse_opt()
122 flags.flags |= VLAN_FLAG_MVRP; in vlan_parse_opt()
124 flags.flags &= ~VLAN_FLAG_MVRP; in vlan_parse_opt()
[all …]
/external/compiler-rt/lib/BlocksRuntime/
Druntime.c285 static void *_Block_copy_internal(const void *arg, const int flags) { in _Block_copy_internal() argument
287 const bool wantsOne = (WANTS_ONE & flags) == WANTS_ONE; in _Block_copy_internal()
295 if (aBlock->flags & BLOCK_NEEDS_FREE) { in _Block_copy_internal()
297 latching_incr_int(&aBlock->flags); in _Block_copy_internal()
300 else if (aBlock->flags & BLOCK_IS_GC) { in _Block_copy_internal()
302 if (wantsOne && ((latching_incr_int(&aBlock->flags) & BLOCK_REFCOUNT_MASK) == 1)) { in _Block_copy_internal()
308 else if (aBlock->flags & BLOCK_IS_GLOBAL) { in _Block_copy_internal()
318 result->flags &= ~(BLOCK_REFCOUNT_MASK); // XXX not needed in _Block_copy_internal()
319 result->flags |= BLOCK_NEEDS_FREE | 1; in _Block_copy_internal()
321 if (result->flags & BLOCK_HAS_COPY_DISPOSE) { in _Block_copy_internal()
[all …]
/external/tcpdump/tests/
Dforces2vvv.out1 05:12:46.942414 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68)
4 05:12:46.943161 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29…
7 05:12:46.943242 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 26…
10 05:12:46.943643 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 36)
13 05:12:47.944776 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68)
16 05:12:47.946163 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29…
19 05:12:47.946319 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 26…
22 05:12:47.947214 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 36)
25 05:12:48.948471 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68)
28 05:12:48.949179 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29…
[all …]

12345678910>>...203