OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:swapped
(Results
376 - 400
of
871
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp
320
uint32_t
Swapped
= (Value & 0xFFFF0000) >> 16;
321
Swapped
|= (Value & 0x0000FFFF) << 16;
322
return
Swapped
;
405
// but with 16-bit halfwords
swapped
.
621
//
swapped
.
[
all
...]
/external/selinux/policycoreutils/gui/
polgen.glade
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
[
all
...]
/external/tpm2/
CpriRSA.c
1172
BYTE
swapped
[4];
local
[
all
...]
/external/libchrome/base/process/
process_metrics_linux.cc
380
ws_usage->
swapped
= swap;
425
// Can't get
swapped
memory from statm.
426
ws_usage->
swapped
= 0;
/external/llvm/test/Transforms/SLPVectorizer/X86/
addsub.ll
182
; fc[0] = fb[0]+fa[0]; //
swapped
fb and fa
215
; fc[3] = fa[3]-(fd[3]+fb[3]); //
swapped
fd and fb
254
; c[1] = d[1]+(a[1]+b[1]); //
swapped
d[1] and (a[1]+b[1])
/art/runtime/gc/space/
malloc_space.cc
236
// If the bitmaps aren't
swapped
we need to clear the bits since the GC isn't going to re-swap
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
rendering_stats.py
176
# resulting frame is
swapped
.
/external/clang/include/clang/Basic/
PartialDiagnostic.h
180
/// and only exists to be
swapped
with a real partial diagnostic.
/external/e2fsprogs/lib/ext2fs/
closefs.c
180
* It takes as input a superblock which has already been byte
swapped
/external/fec/
ssebfly29.s
101
# fields are
swapped
), gas assembles pmovmskb incorrectly
viterbi39_av.c
23
metric_t *old_metrics,*new_metrics; /* Pointers to path metrics,
swapped
on every bit */
viterbi615_av.c
23
metric_t *old_metrics,*new_metrics; /* Pointers to path metrics,
swapped
on every bit */
/external/icu/icu4c/source/common/
uresdata.cpp
1040
/* we already
swapped
this resource item *
[
all
...]
/external/libchrome/base/
cpu.cc
208
// CPUInfo[3] | CPUInfo[2]. CPUInfo[2] and CPUInfo[3] are
swapped
/external/libvpx/libvpx/third_party/libyuv/source/
convert_to_i420.cc
199
// Call NV12 but with u and v parameters
swapped
.
/external/llvm/lib/CodeGen/
TargetSchedule.cpp
39
// Dividend and Divisor will be naturally
swapped
as needed.
/external/llvm/test/CodeGen/Mips/msa/
compare_float.ll
528
; Note that IfSet and IfClr are
swapped
since the condition is inverted
550
; Note that IfSet and IfClr are
swapped
since the condition is inverted
570
; Note that IfSet and IfClr are
swapped
since the condition is inverted
590
; Note that IfSet and IfClr are
swapped
since the condition is inverted
/external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
BeanMap.java
81
* Set the bean that the generated map should reflect. The bean may be
swapped
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
pixdesc.h
283
* @return pixel format with
swapped
endianness if it exists,
/external/pcre/dist/
pcre_byte_order.c
63
Returns: the byte
swapped
value
/external/skia/src/pathops/
SkIntersections.h
202
bool
swapped
() const {
function in class:SkIntersections
/external/v8/src/crankshaft/x64/
lithium-gap-resolver-x64.cc
89
// not be
swapped
). Since this move's destination is B and there is
/external/webrtc/talk/media/base/
videocommon.h
107
// 5 Auxiliary YUV variations: 3 with U and V planes are
swapped
, 1 Alias.
/external/webrtc/webrtc/video/
video_capture_input_unittest.cc
108
// the frame are
swapped
and not copied.
Completed in 576 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>