HomeSort by relevance Sort by last modified time
    Searched defs:w2 (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
struct.s 2 .globl w2
7 w2: .short 0 label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
elf-rel2.s 6 .type w2,@object
7 .size w2,4
8 w2: .word 2 label
28 lw $2,w2
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
basep-10.s 13 LDA $44,w2
14 w2: label
basep-11.s 10 LDA $44,w2
11 w2: label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
struct.s 1 .globl w1, w2, w3, l1, l2
6 w2: .short 0 label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
insns-c674x-reloc.s 5 w2: label
20 addab .D1X b14,w2-w1,a15
26 addah .D1X b14,w2-w1,a15
32 addaw .D1X b14,w2-w1,a15
38 addk .S1 w2-w1,a4
42 mvk .S1 w2-w1,a4
66 ldb .D2T2 *+b14(w2-w1),b1
72 ldbu .D2T2 *+b14(w2-w1),b1
78 ldh .D2T2 *+b14(w2-w1),b1
84 ldhu .D2T2 *+b14(w2-w1),b
    [all...]
  /bionic/libc/arch-mips/string/
strnlen.c 110 const op_t w2 = w[2]; local
114 DO_WORD(w + 2, w2)
  /external/libunwind/src/hppa/
Gis_signal_frame.c 33 unw_word_t w0, w1, w2, w3, ip; local
60 || (ret = (*a->access_mem) (as, ip + 8, &w2, 0, arg)) < 0
67 && w1 == 0x3414015a && w2 == 0xe4008200 && w3 == 0x08000240);
  /external/strace/tests/
vmsplice.c 62 void *w2 = tail_memdup(w2_c, LENGTH_OF(w2_c)); local
72 .iov_base = w2,
preadv-pwritev.c 65 void *w2 = tail_memdup(w2_c, LENGTH_OF(w2_c)); local
90 .iov_base = w2,
readv.c 58 void *w2 = tail_memdup(w2_c, LENGTH_OF(w2_c)); local
82 .iov_base = w2,
  /external/strace/tests-m32/
vmsplice.c 62 void *w2 = tail_memdup(w2_c, LENGTH_OF(w2_c)); local
72 .iov_base = w2,
preadv-pwritev.c 65 void *w2 = tail_memdup(w2_c, LENGTH_OF(w2_c)); local
90 .iov_base = w2,
readv.c 58 void *w2 = tail_memdup(w2_c, LENGTH_OF(w2_c)); local
82 .iov_base = w2,
  /external/strace/tests-mx32/
vmsplice.c 62 void *w2 = tail_memdup(w2_c, LENGTH_OF(w2_c)); local
72 .iov_base = w2,
preadv-pwritev.c 65 void *w2 = tail_memdup(w2_c, LENGTH_OF(w2_c)); local
90 .iov_base = w2,
readv.c 58 void *w2 = tail_memdup(w2_c, LENGTH_OF(w2_c)); local
82 .iov_base = w2,
  /external/tensorflow/tensorflow/core/graph/
algorithm_test.cc 76 Node* w2 = SourceOp("TestParams", b.opts().WithName("W2")); local
82 BinaryOp("TestMul", w2, {input, 1}, b.opts().WithName("t3"));
94 {"input", "t1"}, {"input", "t3"}, {"t1", "t2"}, {"W2", "t3"}};
108 {"t1", "input"}, {"t3", "input"}, {"t2", "t1"}, {"t3", "W2"}};
  /external/dng_sdk/source/
dng_hue_sat_map.cpp 332 real32 w2 = 1.0f - w1; local
345 w2 * data2->fHueShift;
348 w2 * data2->fSatScale;
351 w2 * data2->fValScale;
  /external/libunwind/src/x86_64/
Gos-freebsd.c 41 unw_word_t w0, w1, w2, b0, ip; local
64 || (ret = (*a->access_mem) (as, ip + 16, &w2, 0, arg)) < 0)
66 w2 &= 0xffffff;
69 w2 == 0x0000000000fdebf4)
  /prebuilts/go/darwin-x86/src/image/jpeg/
idct.go 46 w2 = 2676 // 2048*sqrt(2)*cos(2*pi/16)
54 w2pw6 = w2 + w6
55 w2mw6 = w2 - w6
45 w2 = 2676 \/\/ 2048*sqrt(2)*cos(2*pi\/16) const
  /prebuilts/go/linux-x86/src/image/jpeg/
idct.go 46 w2 = 2676 // 2048*sqrt(2)*cos(2*pi/16)
54 w2pw6 = w2 + w6
55 w2mw6 = w2 - w6
45 w2 = 2676 \/\/ 2048*sqrt(2)*cos(2*pi\/16) const
  /external/brotli/research/
draw_diff.cc 88 size_t h1, w1, h2, w2; local
95 ReadPGM(fimage2, &image2, &h2, &w2);
98 if (!(h1 == h2 && w1 == w2)) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter_mips.c 26 int32_t w1, w2, w3, w4, w5, gain32, sign32; local
69 "lwl %[w2], 7(%[out2_pos2]) \n\t"
73 "lwr %[w2], 4(%[out2_pos2]) \n\t"
78 "dpa.w.ph $ac0, %[w2], %[coef2] \n\t"
84 "lwl %[w2], 3(%[inputState]) \n\t"
89 "lwr %[w2], 0(%[inputState]) \n\t"
93 "swl %[w2], 5(%[inputState]) \n\t"
96 "swr %[w2], 2(%[inputState]) \n\t"
99 "dpa.w.ph $ac1, %[kDampF1], %[w2] \n\t"
107 "extr_s.h %[w2], $ac1, 15 \n\t
    [all...]
  /cts/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityWindowInfoTest.java 38 AccessibilityWindowInfo w2 = AccessibilityWindowInfo.obtain(w1); local
39 assertNotSame(w1, w2);
40 assertTrue(areWindowsEqual(w1, w2));
49 AccessibilityWindowInfo w2 = AccessibilityWindowInfo.CREATOR.createFromParcel(parcel); local
50 assertNotSame(w1, w2);
51 assertTrue(areWindowsEqual(w1, w2));
95 private boolean areWindowsEqual(AccessibilityWindowInfo w1, AccessibilityWindowInfo w2) {
96 boolean equality = w1.equals(w2);
97 equality &= TextUtils.equals(w1.getTitle(), w2.getTitle());
98 equality &= w1.isAccessibilityFocused() == w2.isAccessibilityFocused()
    [all...]

Completed in 359 milliseconds

1 2 3 4 5 6 7 8 9