/prebuilts/go/linux-x86/pkg/linux_amd64/sync/ |
atomic.a | 16 func @"".CompareAndSwapInt32 (@"".addr·2 *int32, @"".old·3 int32, @"".new·4 int32) (@"".swapped·1 bool) 17 func @"".CompareAndSwapInt64 (@"".addr·2 *int64, @"".old·3 int64, @"".new·4 int64) (@"".swapped·1 bool) 18 func @"".CompareAndSwapUint32 (@"".addr·2 *uint32, @"".old·3 uint32, @"".new·4 uint32) (@"".swapped·1 bool) 19 func @"".CompareAndSwapUint64 (@"".addr·2 *uint64, @"".old·3 uint64, @"".new·4 uint64) (@"".swapped·1 bool) 20 func @"".CompareAndSwapUintptr (@"".addr·2 *uintptr, @"".old·3 uintptr, @"".new·4 uintptr) (@"".swapped·1 bool) 21 func @"".CompareAndSwapPointer (@"".addr·2 *@"unsafe".Pointer, @"".old·3 @"unsafe".Pointer, @"".new·4 @"unsafe".Pointer) (@"".swapped·1 bool)
|
/prebuilts/go/linux-x86/pkg/linux_amd64_race/sync/ |
atomic.a | 16 func @"".CompareAndSwapInt32 (@"".addr·2 *int32, @"".old·3 int32, @"".new·4 int32) (@"".swapped·1 bool) 17 func @"".CompareAndSwapInt64 (@"".addr·2 *int64, @"".old·3 int64, @"".new·4 int64) (@"".swapped·1 bool) 18 func @"".CompareAndSwapUint32 (@"".addr·2 *uint32, @"".old·3 uint32, @"".new·4 uint32) (@"".swapped·1 bool) 19 func @"".CompareAndSwapUint64 (@"".addr·2 *uint64, @"".old·3 uint64, @"".new·4 uint64) (@"".swapped·1 bool) 20 func @"".CompareAndSwapUintptr (@"".addr·2 *uintptr, @"".old·3 uintptr, @"".new·4 uintptr) (@"".swapped·1 bool) 21 func @"".CompareAndSwapPointer (@"".addr·2 *@"unsafe".Pointer, @"".old·3 @"unsafe".Pointer, @"".new·4 @"unsafe".Pointer) (@"".swapped·1 bool)
|
/external/gptfdisk/ |
basicmbr.cc | 1278 int i, j = 4, numMoved = 0, swapped = 0; local 1305 int i, j = 0, numMoved = 0, swapped = 0; local 1332 int allOK = 1, i = 0, swapped = 0; local [all...] |
/art/compiler/optimizing/ |
parallel_move_resolver.cc | 104 // Update the source of `move`, knowing that `updated_location` has been swapped 156 // not be swapped). Since this move's destination is B and there is 168 // If `other_move` was swapped, we iterate again to find a new 206 // cycle by returning the move that must be swapped. 231 // we return the swapped move, so that the caller knows it needs to re-iterate
|
/external/icu/icu4c/source/tools/icuswap/ |
icuswap.cpp | 518 * We swapped the strings above to avoid the malloc below if string swapping fails. 526 /* copy the item count and the swapped strings */ 559 /* charset swapping: resort items by their swapped names */ 615 " the data item will be copied, not swapped\n\n", 621 " the data item will be copied, not swapped\n\n",
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
test-gen.c | 324 except that the middle pairs were swapped. */ 328 except that the middle pairs were swapped. */ 338 except that the middle pairs were swapped. */ 343 except that the middle pairs were swapped. */ 354 except that the middle pairs were swapped. */
|
/development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/ |
DynamicListView.java | 49 * hover cell to determine when two cells should be swapped. If two cells should 50 * be swapped, all the corresponding data set and layout changes are handled here. 310 * offset the cell being swapped to where it previously was and then animate it to
|
/external/libchrome/base/process/ |
process_metrics.h | 63 // swapped Pages swapped out to zram. 76 size_t swapped; member in struct:base::WorkingSetKBytes
|
/packages/apps/Camera2/src/com/android/camera/settings/ |
AppUpgrader.java | 85 * resolution size on the N5 since we stored it with a swapped width/height. 464 * 4:3 size. In version 2.4 we unfortunately swapped the dimensions of 477 Log.i(TAG, "Swapped dimensions on N5 16:9 resolution.");
|
/prebuilts/go/darwin-x86/src/sync/atomic/ |
atomic_test.go | 303 t.Fatalf("should have swapped %#x %#x", val, val+1) 310 t.Fatalf("should not have swapped %#x %#x", val, val+2) 332 t.Fatalf("should have swapped %#x %#x", val, val+1) 339 t.Fatalf("should not have swapped %#x %#x", val, val+2) 364 t.Fatalf("should have swapped %#x %#x", val, val+1) 371 t.Fatalf("should not have swapped %#x %#x", val, val+2) 396 t.Fatalf("should have swapped %#x %#x", val, val+1) 403 t.Fatalf("should not have swapped %#x %#x", val, val+2) 431 t.Fatalf("should have swapped %#x %#x", val, val+1) 438 t.Fatalf("should not have swapped %#x %#x", val, val+2 [all...] |
/prebuilts/go/linux-x86/src/sync/atomic/ |
atomic_test.go | 303 t.Fatalf("should have swapped %#x %#x", val, val+1) 310 t.Fatalf("should not have swapped %#x %#x", val, val+2) 332 t.Fatalf("should have swapped %#x %#x", val, val+1) 339 t.Fatalf("should not have swapped %#x %#x", val, val+2) 364 t.Fatalf("should have swapped %#x %#x", val, val+1) 371 t.Fatalf("should not have swapped %#x %#x", val, val+2) 396 t.Fatalf("should have swapped %#x %#x", val, val+1) 403 t.Fatalf("should not have swapped %#x %#x", val, val+2) 431 t.Fatalf("should have swapped %#x %#x", val, val+1) 438 t.Fatalf("should not have swapped %#x %#x", val, val+2 [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
libcoff-in.h | 195 /* The relocs, swapped into COFF internal form. This may be NULL. */ 500 /* Buffer large enough to hold swapped symbols of any input file. */ 516 /* Buffer large enough to hold swapped relocs of any input section. */
|
/external/google-breakpad/src/processor/ |
synth_minidump.cc | 153 // does not need to be swapped. 174 // not need to be swapped.
|
/external/icu/icu4c/source/common/ |
udataswp.h | 64 * - compareInvChars compares a local Unicode string with already-swapped 123 * An output data string is compared because strings are usually swapped
|
/external/llvm/test/CodeGen/SystemZ/ |
int-neg-02.ll | 149 ; Repeat f8 with the negation coming from swapped operands. 214 ; And again with the negation coming from swapped operands.
|
/hardware/qcom/gps/msm8909/utils/ |
LocHeap.cpp | 105 // mData will be swapped with that of the incoming node to ensure 130 // swapped all the way down from the top. The pinter to the tree and
|
/hardware/qcom/gps/msm8996/utils/ |
LocHeap.cpp | 105 // mData will be swapped with that of the incoming node to ensure 130 // swapped all the way down from the top. The pinter to the tree and
|
/prebuilts/go/darwin-x86/src/image/ |
geom.go | 223 // and maximum coordinates swapped if necessary so that it is well-formed. 256 // rectangle has minimum and maximum coordinates swapped if necessary so that
|
/prebuilts/go/linux-x86/src/image/ |
geom.go | 223 // and maximum coordinates swapped if necessary so that it is well-formed. 256 // rectangle has minimum and maximum coordinates swapped if necessary so that
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
ConversionRepeater.java | 119 // NEW: [there] eg int-to-float (with vregs of first inst swapped)
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
TestUtils.java | 62 public static final String SWAP_CALLER_NAME = "calls-swapped";
|
/external/autotest/client/cros/cellular/wardmodem/state_machines/ |
network_identity_machine.py | 114 # even characters in that string need to be swapped.
|
/external/chromium-trace/catapult/tracing/tracing/ui/tracks/ |
memory_dump_track_test_utils.html | 40 swapped: pssValue * 3,
|
/external/compiler-rt/lib/builtins/ |
fp_add_impl.inc | 59 // Extract the exponent and significand from the (possibly swapped) a and b.
|
/external/fec/ |
viterbi27_port.c | 24 metric_t *old_metrics,*new_metrics; /* Pointers to path metrics, swapped on every bit */
|