OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:swapped
(Results
151 - 175
of
871
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/kernel-headers/original/uapi/linux/
swab.h
129
* __swahw32 - return a word-
swapped
32-bit value
140
* __swahb32 - return a high and low byte-
swapped
32-bit value
/external/libpcap/
pcap-savefile.manfile.in
63
values in the per-file and per-packet headers need to be byte-
swapped
.
66
the two lower-order bytes of the magic number
swapped
), which would be
/external/llvm/lib/Target/Mips/
MSA.txt
58
swapped
and condition inverted. The compiler may use either one as
78
operation with the operands
swapped
. bmnzi.v will (currently) be emitted
/external/llvm/test/CodeGen/PowerPC/
vec_mergeow.ll
11
; are
swapped
also.
59
; are
swapped
also.
/external/llvm/test/CodeGen/X86/
bswap.ll
150
%
swapped
= or i64 %hishifted, %loshifted
152
ret i64 %
swapped
/external/toybox/toys/other/
vmstat.c
19
Show processes running and blocked, kilobytes
swapped
, free, buffered, and
20
cached, kilobytes
swapped
in and out per second, file disk blocks input and
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
swab.h
123
* __swahw32 - return a word-
swapped
32-bit value
134
* __swahb32 - return a high and low byte-
swapped
32-bit value
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
swab.h
123
* __swahw32 - return a word-
swapped
32-bit value
134
* __swahb32 - return a high and low byte-
swapped
32-bit value
/prebuilts/go/darwin-x86/src/sync/atomic/
asm_386.s
63
SETEQ
swapped
+12(FP)
84
SETEQ
swapped
+20(FP)
/prebuilts/go/darwin-x86/test/bench/shootout/
fannkuch-parallel.go
174
func
swapped
(a []int, i, j int) []int {
205
jobs[jobsind] = Job{
swapped
(base, i, j), i}
/prebuilts/go/linux-x86/src/sync/atomic/
asm_386.s
63
SETEQ
swapped
+12(FP)
84
SETEQ
swapped
+20(FP)
/prebuilts/go/linux-x86/test/bench/shootout/
fannkuch-parallel.go
174
func
swapped
(a []int, i, j int) []int {
205
jobs[jobsind] = Job{
swapped
(base, i, j), i}
/external/icu/icu4c/source/common/
ucmndata.c
368
* Sub-items should not be
swapped
to limit the swapping to the parts of the
373
* a
swapped
version may need to generate a different data structure
376
*
swapped
versions of the items.
377
* These pointers to
swapped
versions would establish a cache;
378
* instead, each open data item could simply own the storage for its
swapped
/packages/apps/Camera2/src/com/android/camera/util/
ConcurrentSharedRingBuffer.java
33
* the least element may be
swapped
out for a new element at any time. Elements
35
* they will not be
swapped
out. <br>
36
* This class enforces the invariant that a new element can always be
swapped
56
* Called if the buffer is full and an old element must be
swapped
out
222
* @param newKey the key with which to store the
swapped
-in element.
/external/chromium-trace/catapult/tracing/tracing/ui/analysis/
memory_dump_vm_regions_details_pane.html
116
condition: '
Swapped
',
128
'
swapped
': '
Swapped
'
/hardware/ti/omap3/dspbridge/inc/
csl.h
109
* pstrSrc: Data to be copied and
swapped
.
110
* pstrDest: Output buffer for
swapped
data.
111
* ulBytes: Number of bytes to be
swapped
(should be even).
/hardware/ti/omap3/dspbridge/libbridge/inc/
csl.h
110
* pstrSrc: Data to be copied and
swapped
.
111
* pstrDest: Output buffer for
swapped
data.
112
* ulBytes: Number of bytes to be
swapped
(should be even).
/art/runtime/gc/space/
space.cc
100
// Bitmaps are pre-
swapped
for optimization which enables sweeping with the heap unlocked.
zygote_space.cc
110
// If the bitmaps aren't
swapped
we need to clear the bits since the GC isn't going to re-swap
/bootable/recovery/
screen_ui.h
120
// An alternate text screen,
swapped
with 'text_' when we're viewing a log file.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Set.java
507
boolean
swapped
= true;
510
while (
swapped
)
516
swapped
= false;
533
swapped
= true;
/external/fec/
viterbi27_mmx.c
24
metric_t *old_metrics,*new_metrics; /* Pointers to path metrics,
swapped
on every bit */
viterbi27_sse.c
22
metric_t *old_metrics,*new_metrics; /* Pointers to path metrics,
swapped
on every bit */
viterbi29_mmx.c
25
metric_t *old_metrics,*new_metrics; /* Pointers to path metrics,
swapped
on every bit */
viterbi29_sse.c
24
metric_t *old_metrics,*new_metrics; /* Pointers to path metrics,
swapped
on every bit */
Completed in 998 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>