Home
last modified time | relevance | path

Searched full:but (Results 1 – 25 of 16722) sorted by relevance

12345678910>>...669

/external/protobuf/java/src/main/java/com/google/protobuf/
DUnmodifiableLazyStringList.java20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
66 //@Override (Java 1.6 override semantics, but we must support 1.5)
71 //@Override (Java 1.6 override semantics, but we must support 1.5)
76 //@Override (Java 1.6 override semantics, but we must support 1.5)
81 //@Override (Java 1.6 override semantics, but we must support 1.5)
86 //@Override (Java 1.6 override semantics, but we must support 1.5)
91 //@Override (Java 1.6 override semantics, but we must support 1.5)
96 //@Override (Java 1.6 override semantics, but we must support 1.5)
101 //@Override (Java 1.6 override semantics, but we must support 1.5)
[all …]
DParser.java20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
55 * Like {@link #parseFrom(CodedInputStream)}, but also parses extensions.
65 * Like {@link #parseFrom(CodedInputStream)}, but does not throw an
74 * but does not throw an exception if the message is missing required fields.
101 * Like {@link #parseFrom(ByteString)}, but does not throw an
110 * but does not throw an exception if the message is missing required fields.
150 * Like {@link #parseFrom(byte[], int, int)}, but does not throw an
159 * but does not throw an exception if the message is missing required fields.
167 * Like {@link #parseFrom(byte[])}, but does not throw an
[all …]
/external/clang/test/FixIt/
Dformat.m10 …printf("%s", x); // expected-warning{{format specifies type 'char *' but the argument has type 'in…
11 …printf("%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'i…
16 …NSLog(@"%s", x); // expected-warning{{format specifies type 'char *' but the argument has type 'in…
17 …NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'i…
18 NSLog(@"%@", x); // expected-warning{{format specifies type 'id' but the argument has type 'int'}}
25 …printf("%d", x); // expected-warning{{format specifies type 'int' but the argument has type 'char …
27 …printf("%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'c…
31 …NSLog(@"%d", x); // expected-warning{{format specifies type 'int' but the argument has type 'char …
33 …NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'c…
34 …NSLog(@"%@", x); // expected-warning{{format specifies type 'id' but the argument has type 'char *…
[all …]
/external/clang/test/Sema/
Dformat-strings-ms.c23 …l); // expected-warning{{format specifies type '__int64' (aka 'long long') but the argument has ty… in signed_test()
25 … bigval); // expected-warning{{format specifies type '__int32' (aka 'int') but the argument has ty… in signed_test()
26 … bigval); // expected-warning{{format specifies type '__int32' (aka 'int') but the argument has ty… in signed_test()
31 …rning{{format specifies type 'unsigned __int64' (aka 'unsigned long long') but the argument has ty… in unsigned_test()
33 …ted-warning{{format specifies type 'unsigned __int32' (aka 'unsigned int') but the argument has ty… in unsigned_test()
34 …ted-warning{{format specifies type 'unsigned __int32' (aka 'unsigned int') but the argument has ty… in unsigned_test()
52 …printf("%wc", bad); // expected-warning{{format specifies type 'wint_t' (aka 'int') but the argume… in w_test()
53 …/ expected-warning{{format specifies type 'wchar_t' (aka 'unsigned short') but the argument has ty… in w_test()
54 …/ expected-warning{{format specifies type 'wchar_t' (aka 'unsigned short') but the argument has ty… in w_test()
55 …pected-warning{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has ty… in w_test()
[all …]
Dformat-strings-scanf.c63 …scanf(kFormat3, &i); // expected-warning {{format specifies type 'unsigned short *' but the argume… in pr9751()
72 …fscanf(f, "%ld", i); // expected-warning{{format specifies type 'long *' but the argument has type… in test_variants()
73 …sscanf(buf, "%ld", i); // expected-warning{{format specifies type 'long *' but the argument has ty… in test_variants()
74 …my_scanf("%ld", i); // expected-warning{{format specifies type 'long *' but the argument has type … in test_variants()
85 …scanf("%[abc]", ip); // expected-warning{{format specifies type 'char *' but the argument has type… in test_scanlist()
100 …scanf("%as", sp); // expected-warning{{format specifies type 'float *' but the argument has type '… in test_alloc_extension()
101 …scanf("%aS", lsp); // expected-warning{{format specifies type 'float *' but the argument has type … in test_alloc_extension()
102 …scanf("%a[bcd]", sp); // expected-warning{{format specifies type 'float *' but the argument has ty… in test_alloc_extension()
114 …scanf("%ms", fp); // expected-warning{{format specifies type 'char **' but the argument has type '… in test_alloc_extension()
115 … expected-warning-re{{format specifies type 'wchar_t **' (aka '{{[^']+}}') but the argument has ty… in test_alloc_extension()
[all …]
Dformat-strings.c57 // the field width and precision. This deviates from C99, but is reasonably safe in check_string_literal()
95 …printf("%n", b); // expected-warning{{format specifies type 'int *' but the argument has type 'cha… in check_writeback_specifier()
101 …printf("%hhn", (int*)0); // expected-warning{{format specifies type 'signed char *' but the argume… in check_writeback_specifier()
105 …printf("%hn", (int*)0); // expected-warning{{format specifies type 'short *' but the argument has … in check_writeback_specifier()
109 …printf("%n", (char*)0); // expected-warning{{format specifies type 'int *' but the argument has ty… in check_writeback_specifier()
113 …printf("%ln", (int*)0); // expected-warning{{format specifies type 'long *' but the argument has t… in check_writeback_specifier()
117 …printf("%lln", (int*)0); // expected-warning{{format specifies type 'long long *' but the argument… in check_writeback_specifier()
121 …printf("%qn", (int*)0); // expected-warning{{format specifies type 'long long *' but the argument … in check_writeback_specifier()
131 …sprintf(buf,"%%%%%ld%d%d", 1, 2, 3); // expected-warning{{format specifies type 'long' but the arg… in check_invalid_specifier()
132 …snprintf(buf, 2, "%%%%%ld%;%d", 1, 2, 3); // expected-warning{{format specifies type 'long' but th… in check_invalid_specifier()
[all …]
Dformat-strings-freebsd.c11 …"\10\2BITTWO\1BITONE\n"); // expected-warning{{format specifies type 'int' but the argument has ty… in check_freebsd_kernel_extensions()
12 …freebsd_kernel_printf("reg=%b\n", i, l); // expected-warning{{format specifies type 'char *' but t… in check_freebsd_kernel_extensions()
18 …freebsd_kernel_printf("%6D", i, ":"); // expected-warning{{format specifies type 'void *' but the … in check_freebsd_kernel_extensions()
19 …freebsd_kernel_printf("%6D", s, i); // expected-warning{{format specifies type 'char *' but the ar… in check_freebsd_kernel_extensions()
24 …freebsd_kernel_printf("%*D", 42, i, ":"); // expected-warning{{format specifies type 'void *' but in check_freebsd_kernel_extensions()
25 …freebsd_kernel_printf("%*D", 42, s, i); // expected-warning{{format specifies type 'char *' but th… in check_freebsd_kernel_extensions()
31 …freebsd_kernel_printf("%r", l); // expected-warning{{format specifies type 'int' but the argument … in check_freebsd_kernel_extensions()
32 …freebsd_kernel_printf("%lr", i); // expected-warning{{format specifies type 'long' but the argumen… in check_freebsd_kernel_extensions()
37 …freebsd_kernel_printf("%y", l); // expected-warning{{format specifies type 'int' but the argument … in check_freebsd_kernel_extensions()
38 …freebsd_kernel_printf("%ly", i); // expected-warning{{format specifies type 'long' but the argumen… in check_freebsd_kernel_extensions()
Dformat-strings-enum-fixed-type.cpp19 …printf("%hhd", input); // expected-warning{{format specifies type 'char' but the argument has unde… in test()
29 …printf("%lld", input); // expected-warning{{format specifies type 'long long' but the argument has… in test()
37 …printf("%u", input); // expected-warning{{format specifies type 'unsigned int' but the argument ha… in testLong()
49 …printf("%hhd", input); // expected-warning{{format specifies type 'char' but the argument has unde… in testUnderlyingTypedef()
59 …printf("%lld", input); // expected-warning{{format specifies type 'long long' but the argument has… in testUnderlyingTypedef()
67 …printf("%hhd", input); // expected-warning{{format specifies type 'char' but the argument has unde… in testTypedefChain()
70 …printf("%lld", input); // expected-warning{{format specifies type 'long long' but the argument has… in testTypedefChain()
82 // This is not correct but it is safe. We warn because '%hd' shows intent. in testChar()
83 …printf("%hd", input); // expected-warning{{format specifies type 'short' but the argument has unde… in testChar()
86 // This is not correct but it matches the promotion rules (and is safe). in testChar()
[all …]
/external/llvm/test/MC/ARM/
Dthumb-invalid-crypto.txt5 @ CHECK: error: instruction 'aesd' is not predicable, but condition code specified
7 @ CHECK: error: instruction 'aesimc' is not predicable, but condition code specified
9 @ CHECK: error: instruction 'aesmc' is not predicable, but condition code specified
11 @ CHECK: error: instruction 'aese' is not predicable, but condition code specified
15 @ CHECK: error: instruction 'sha1h' is not predicable, but condition code specified
17 @ CHECK: error: instruction 'sha1su1' is not predicable, but condition code specified
19 @ CHECK: error: instruction 'sha256su0' is not predicable, but condition code specified
23 @ CHECK: error: instruction 'sha1c' is not predicable, but condition code specified
25 @ CHECK: error: instruction 'sha1m' is not predicable, but condition code specified
27 @ CHECK: error: instruction 'sha1p' is not predicable, but condition code specified
[all …]
/external/replicaisland/res/values/
Dwanda.xml11 Looks like he landed OK but his memory array is all smashed. Kyle has really crossed the line this…
19 Are you feeling better Mr. Android? Your memory is probably still scrambled, but don’t worry--it w…
31 …he handiwork of Dr. Kabochanomizu. We’re supposed to be on opposing teams but I personally don’t …
39 …ck finding The Source. My team is looking for it too, but so far no luck. Enjoy the island, but
48 …Source doing what it does, but it gives me the creeps. I think there’s another, older structure e…
57 …d! How’s your search going? We’ve almost finished our scan of the beach, but I’m not supposed to…
61 …he sort of sounds like a robot when he talks <small>(no offense!)</small>, but he’s put all this e…
65 Kyle and I are the most recent search team, but Mr. Rokudou has been sending people here for years.…
91 But once you get to know him, he’s a pretty nice guy. Just don’t get on his bad side.
100 Kyle was my friend, but to you he was just an obstacle to overcome. You probably didn’t even think…
[all …]
/external/clang/test/Modules/
Dsubmodules-preprocess.cpp8 # error HAVE_VECTOR macro is not available (but should be)
12 # error HAVE_TYPE_TRAITS_MAP macro is available (but shouldn't be)
16 # error HAVE_HASH_MAP macro is available (but shouldn't be)
22 # error HAVE_VECTOR macro is not available (but should be)
26 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be)
30 # error HAVE_HASH_MAP macro is available (but shouldn't be)
38 # error HAVE_VECTOR macro is not available (but should be)
42 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be)
46 # error HAVE_HASH_MAP macro is available (but shouldn't be)
52 # error HAVE_VECTOR macro is not available (but should be)
[all …]
/external/clang/test/SemaCXX/
Dundefined-internal.cpp11 …static void foo(); // expected-warning {{function 'test1::foo' has internal linkage but is not def…
12 …d bar(); // expected-warning {{function 'test1::bar<int>' has internal linkage but is not defined}}
22 …ed-warning {{function 'test2::(anonymous namespace)::foo' has internal linkage but is not defined}}
23 …ed-warning {{variable 'test2::(anonymous namespace)::var' has internal linkage but is not defined}}
24 …rning {{function 'test2::(anonymous namespace)::bar<int>' has internal linkage but is not defined}}
56 …d-warning {{function 'test4::(anonymous namespace)::A::A' has internal linkage but is not defined}}
57 …-warning {{function 'test4::(anonymous namespace)::A::~A' has internal linkage but is not defined}}
58 …warning {{function 'test4::(anonymous namespace)::A::foo' has internal linkage but is not defined}}
60 …warning {{function 'test4::(anonymous namespace)::A::baz' has internal linkage but is not defined}}
82 …variable 'test5::B<test5::(anonymous namespace)::A>::var' has internal linkage but is not defined}}
[all …]
Doverload-member-call.cpp75 …t t); // expected-note {{candidate function not viable: requires 3 arguments, but 2 were provided}}
76 …expected-note {{candidate function not viable: requires at least 3 arguments, but 2 were provided}}
77 …expected-note {{candidate function not viable: requires at least 3 arguments, but 2 were provided}}
79 …{candidate function not viable: 'this' argument has type 'const test1::A', but method is not marke…
80 …{candidate function not viable: 'this' argument has type 'const test1::A', but method is not marke…
86 …pected-note {{candidate function not viable: requires single argument 'n', but 2 arguments were pr…
87 …-note {{candidate function not viable: allows at most single argument 'n', but 2 arguments were pr…
88 …cted-note {{candidate function not viable: requires at least argument 'n', but no arguments were p…
89 …cted-note {{candidate function not viable: requires at least argument 'n', but no arguments were p…
90 … expected-note {{candidate function not viable: requires at most 2 arguments, but 3 were provided}}
[all …]
/external/guava/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt19 peeped into the book her sister was reading, but it had no
33 wondered at this, but at the time it all seemed quite natural);
34 but when the Rabbit actually TOOK A WATCH OUT OF ITS WAISTCOAT-
53 down and make out what she was coming to, but it was too dark to
58 labelled `ORANGE MARMALADE', but to her great disappointment it
77 that's about the right distance--but then I wonder what Latitude
79 or Longitude either, but thought they were nice grand words to
86 time, as it didn't sound at all the right word) `--but I shall
98 down here with me! There are no mice in the air, I'm afraid, but
100 But do cats eat bats, I wonder?' And here Alice began to get
[all …]
/external/valgrind/none/tests/
Dioctl_moans.stderr.exp1 Warning: noted but unhandled ioctl 0x.2345670 with no size/direction hints.
4 Warning: noted but unhandled ioctl 0x.2345671 with no size/direction hints.
7 Warning: noted but unhandled ioctl 0x.2345672 with no size/direction hints.
10 Warning: noted but unhandled ioctl 0x.2345673 with no size/direction hints.
13 Warning: noted but unhandled ioctl 0x.2345674 with no size/direction hints.
16 Warning: noted but unhandled ioctl 0x.2345675 with no size/direction hints.
19 Warning: noted but unhandled ioctl 0x.2345676 with no size/direction hints.
22 Warning: noted but unhandled ioctl 0x.2345677 with no size/direction hints.
25 Warning: noted but unhandled ioctl 0x.2345678 with no size/direction hints.
28 Warning: noted but unhandled ioctl 0x.2345679 with no size/direction hints.
/external/ipsec-tools/
DNOTICE17 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
46 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
50 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
75 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
79 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
104 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
108 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
132 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
136 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
[all …]
/external/eigen/demos/opengl/
Dquaternion_demo.cpp557 QPushButton* but = new QPushButton("reset"); in createNavigationControlWidget() local
558 but->setToolTip("move the camera to initial position (with animation)"); in createNavigationControlWidget()
559 layout->addWidget(but); in createNavigationControlWidget()
560 connect(but, SIGNAL(clicked()), this, SLOT(resetCamera())); in createNavigationControlWidget()
567 QRadioButton* but; in createNavigationControlWidget() local
568 but = new QRadioButton("turn around"); in createNavigationControlWidget()
569 but->setToolTip("look around an object"); in createNavigationControlWidget()
570 group->addButton(but, NavTurnAround); in createNavigationControlWidget()
571 boxLayout->addWidget(but); in createNavigationControlWidget()
572 but = new QRadioButton("fly"); in createNavigationControlWidget()
[all …]
/external/ipsec-tools/src/racoon/
DNOTICE17 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
46 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
50 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
75 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
79 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
104 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
108 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
132 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
136 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
[all …]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
DLimitTest.java50 "instructions total count is 0, but expected maximum is -1", in testTotalCount()
60 "instructions missed count is 0, but expected maximum is -1", in testMissedCount()
70 "instructions covered count is 0, but expected maximum is -1", in testCoveredCount()
80 "instructions missed ratio is 0, but expected maximum is -1", in testMissedRatio()
94 "instructions covered ratio is 0, but expected maximum is -1", in testCoveredRatio()
109 "instructions total count is 0, but expected maximum is -1", in testInstruction()
119 assertEquals("branches total count is 0, but expected maximum is -1", in testBranch()
129 assertEquals("lines total count is 0, but expected maximum is -1", in testLine()
139 assertEquals("complexity total count is 0, but expected maximum is -1", in testComlexity()
149 assertEquals("classes total count is 0, but expected maximum is -1", in testClass()
[all …]
/external/google-breakpad/src/testing/test/
Dgmock_output_test_golden.txt24 Expected to be called twice, but has only 1 WillOnce().
27 Called 2 times, but only 1 WillOnce() is specified - returning default value.
36 Google Mock tried the following 1 expectation, but it didn't match:
49 Google Mock tried the following 1 expectation, but it didn't match:
93 Google Mock tried the following 2 expectations, but none matched:
114 Google Mock tried the following 2 expectations, but none matched:
135 Google Mock tried the following 2 expectations, but none matched:
174 Google Mock tried the following 1 expectation, but it didn't match:
190 Google Mock tried the following 1 expectation, but it didn't match:
204 Google Mock tried the following 1 expectation, but it didn't match:
[all …]
/external/gmock/test/
Dgmock_output_test_golden.txt24 Expected to be called twice, but has only 1 WillOnce().
27 Called 2 times, but only 1 WillOnce() is specified - returning default value.
36 Google Mock tried the following 1 expectation, but it didn't match:
49 Google Mock tried the following 1 expectation, but it didn't match:
93 Google Mock tried the following 2 expectations, but none matched:
114 Google Mock tried the following 2 expectations, but none matched:
135 Google Mock tried the following 2 expectations, but none matched:
174 Google Mock tried the following 1 expectation, but it didn't match:
190 Google Mock tried the following 1 expectation, but it didn't match:
204 Google Mock tried the following 1 expectation, but it didn't match:
[all …]
/external/clang/test/Frontend/
Dverify-ignore-unexpected.c6 // CHECK-BAD-SWITCH: error: 'error' diagnostics seen but not expected:
34 // CHECK-UNEXP-NEXT: 'error' diagnostics seen but not expected
36 // CHECK-UNEXP-NEXT: 'warning' diagnostics seen but not expected
38 // CHECK-UNEXP-NEXT: 'note' diagnostics seen but not expected
43 // CHECK-NOTE-NEXT: 'error' diagnostics seen but not expected
45 // CHECK-NOTE-NEXT: 'warning' diagnostics seen but not expected
50 // CHECK-WARN-NEXT: 'error' diagnostics seen but not expected
52 // CHECK-WARN-NEXT: 'note' diagnostics seen but not expected
57 // CHECK-ERR-NEXT: 'warning' diagnostics seen but not expected
59 // CHECK-ERR-NEXT: 'note' diagnostics seen but not expected
[all …]
/external/pcre/dist/doc/
Dpcrecompat.318 2. PCRE allows repeat quantifiers only on parenthesized assertions, but they do
22 just once). Perl allows repeat quantifiers on other assertions such as \eb, but
26 counted, but their entries in the offsets vector are never set. Perl sometimes
54 variable interpolation (but of course PCRE does not have variables). Note the
69 available in Perl 5.8, but it is in Perl 5.10. Also, the PCRE "callout"
78 always treated as atomic groups in PCRE. This is like Python, but unlike Perl.
80 inside in PCRE, but not in Perl. There is a discussion that explains these
102 A(*COMMIT)B(*PRUNE)C a failure in B triggers (*COMMIT), but a failure in C
104 same as PCRE, but there are examples where it differs.
111 the pattern /^(a(b)?)+$/ in Perl leaves $2 unset, but in PCRE it is set to "b".
[all …]
/external/protobuf/src/google/protobuf/
Dmessage_lite.h20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
119 // Like ParseFromCodedStream(), but accepts messages that are missing
125 // Like ParseFromZeroCopyStream(), but accepts messages that are missing
132 // Like ParseFromBoundedZeroCopyStream(), but accepts messages that are
138 // Like ParseFromString(), but accepts messages that are missing
143 // Like ParseFromArray(), but accepts messages that are missing
161 // Like MergeFromCodedStream(), but succeeds even if required fields are
177 // Like SerializeToCodedStream(), but allows missing required fields.
182 // Like SerializeToZeroCopyStream(), but allows missing required fields.
[all …]
/external/llvm/docs/
DAtomics.rst41 be moved across a volatile load freely, but not an Acquire load.
54 The basic ``'load'`` and ``'store'`` allow a variety of optimizations, but can
98 ``undef``, but does not have undefined behavior.
108 non-atomic loads and stores, but provide additional guarantees in situations
112 atomic store (where the store is conditional for ``cmpxchg``), but no other
144 really a level of atomicity, but is listed here for comparison.) This is
160 volatile does provide some limited guarantees around asynchronous signals, but
192 This cannot be used for synchronization, but is useful for Java and other
195 platforms for loads of a native width, but can be expensive or unavailable for
213 never stored. A normal load or store instruction is usually sufficient, but
[all …]

12345678910>>...669