HomeSort by relevance Sort by last modified time
    Searched refs:stuff (Results 1 - 25 of 474) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mips4100.s 3 stuff: label
4 .ent stuff
9 .end stuff
mips4650.s 3 stuff: label
4 .ent stuff
9 .end stuff
vr5500.d 8 0+0000 <stuff> mul a0,a1,a2
9 0+0004 <stuff\+0x4> mulu a0,a1,a2
10 0+00008 <stuff\+0x8> mulhi a0,a1,a2
11 0+0000c <stuff\+0xc> mulhiu a0,a1,a2
12 0+00010 <stuff\+0x10> muls a0,a1,a2
13 0+00014 <stuff\+0x14> mulsu a0,a1,a2
14 0+00018 <stuff\+0x18> mulshi a0,a1,a2
15 0+0001c <stuff\+0x1c> mulshiu a0,a1,a2
16 0+00020 <stuff\+0x20> macc a0,a1,a2
17 0+00024 <stuff\+0x24> maccu a0,a1,a
    [all...]
mips4010.d 9 0+0000 <stuff> flushi
10 0+0004 <stuff\+0x4> flushd
11 0+0008 <stuff\+0x8> flushid
12 0+000c <stuff\+0xc> madd a0,a1
13 0+0010 <stuff\+0x10> maddu a1,a2
14 0+0014 <stuff\+0x14> ffc a2,a3
15 0+0018 <stuff\+0x18> ffs a3,t0
16 0+001c <stuff\+0x1c> msub t0,t1
17 0+0020 <stuff\+0x20> msubu t1,t2
18 0+0024 <stuff\+0x24> selsl t2,t3,t
    [all...]
mips4100.d 9 0+0000 <stuff> hibernate
10 0+0004 <stuff\+0x4> standby
11 0+0008 <stuff\+0x8> suspend
12 0+000c <stuff\+0xc> nop
vr5400.d 8 0+0000 <stuff> mul a0,a1,a2
9 0+0004 <stuff\+0x4> mulu a0,a1,a2
10 0+0008 <stuff\+0x8> mulhi a0,a1,a2
11 0+000c <stuff\+0xc> mulhiu a0,a1,a2
12 0+0010 <stuff\+0x10> muls a0,a1,a2
13 0+0014 <stuff\+0x14> mulsu a0,a1,a2
14 0+0018 <stuff\+0x18> mulshi a0,a1,a2
15 0+001c <stuff\+0x1c> mulshiu a0,a1,a2
16 0+0020 <stuff\+0x20> macc a0,a1,a2
17 0+0024 <stuff\+0x24> maccu a0,a1,a
    [all...]
mips4650.d 9 0+0000 <stuff> mad a0,a1
11 0+000c <stuff\+0xc> madu a1,a2
13 0+0018 <stuff\+0x18> mul a2,a3,t0
14 0+001c <stuff\+0x1c> nop
mips4010.s 3 stuff: label
4 .ent stuff
21 .end stuff
r5900-nollsc.s 3 stuff: label
4 .ent stuff
18 .end stuff
vr5500.s 3 stuff: label
4 .ent stuff
80 .end stuff
  /external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/samples/
package-info.java 2 * This package contains class for doing some stuff.
5 package com.company.stuff
  /external/clang/test/SemaCXX/
constexpr-duffs-device.cpp 20 char stuff[14]; member in struct:S
21 constexpr S() : stuff{} {
22 copy("Hello, world!", 14, stuff);
31 static_assert(streq(S().stuff, "Hello, world!"), "should be same");
32 static_assert(!streq(S().stuff, "Something else"), "should be different");
  /art/test/003-omnibus-opcodes/src/
UnresTest1.java 8 UnresStuff stuff = new UnresStuff(); local
10 int x = stuff.instField;
16 int x = stuff.instField;
22 stuff.instField = 5;
29 double d = stuff.wideInstField;
35 stuff.wideInstField = 0.0;
68 stuff.virtualMethod();
  /art/tools/ahat/src/test-dump/
Main.java 27 public static DumpedStuff stuff; field in class:Main
44 stuff = new DumpedStuff(baseline);
49 stuff.basicStringRef = new Object[]{stuff.basicString};
  /external/clang/test/Frontend/
macros.c 8 void stuff(int,int,int);
9 #define memset(x,y,z) ({ stuff(x,y,z); x; })
  /external/autotest/client/deps/fakegudev/src/
fakesyscalls-exercise.c 18 const char *stuff = "stuff"; local
19 const int stuff_len = strlen(stuff) + 1;
33 if (write (f, stuff, stuff_len) < stuff_len) {
50 } else if (strncmp (stuff, read_back, stuff_len) != 0) {
54 stuff, read_back);
  /external/elfutils/tests/
addrcfi.c 76 struct stuff struct
91 struct stuff *stuff = arg; local
98 int result = dwarf_frame_register (stuff->frame, regno, ops_mem, &ops, &nops);
99 print_detail (result, ops, nops, stuff->bias);
106 GElf_Addr pc, struct stuff *stuff)
114 int result = dwarf_cfi_addrframe (cfi, pc - stuff->bias, &stuff->frame);
124 int ra_regno = dwarf_frame_info (stuff->frame, &start, &end, &signalp)
152 &print_register, stuff); local
162 struct stuff stuff; local
    [all...]
  /external/valgrind/memcheck/tests/
bug287260.c 4 unsigned int stuff : 21; member in struct:__anon42937
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/testdata/
i22558.go 16 stuff []big
27 for _, p := range t.stuff {
40 t := &thing{name: "t", self: nil, next: nil, stuff: make([]big, 1)}
41 u := thing{name: "u", self: t, next: t, stuff: make([]big, 1)}
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/testdata/
i22558.go 16 stuff []big
27 for _, p := range t.stuff {
40 t := &thing{name: "t", self: nil, next: nil, stuff: make([]big, 1)}
41 u := thing{name: "u", self: t, next: t, stuff: make([]big, 1)}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
fnmatch.py 111 stuff = pat[i:j].replace('\\','\\\\')
113 if stuff[0] == '!':
114 stuff = '^' + stuff[1:]
115 elif stuff[0] == '^':
116 stuff = '\\' + stuff
117 res = '%s[%s]' % (res, stuff)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
fnmatch.py 107 stuff = pat[i:j].replace('\\','\\\\')
109 if stuff[0] == '!':
110 stuff = '^' + stuff[1:]
111 elif stuff[0] == '^':
112 stuff = '\\' + stuff
113 res = '%s[%s]' % (res, stuff)
  /external/python/cpython2/Lib/
fnmatch.py 111 stuff = pat[i:j].replace('\\','\\\\')
113 if stuff[0] == '!':
114 stuff = '^' + stuff[1:]
115 elif stuff[0] == '^':
116 stuff = '\\' + stuff
117 res = '%s[%s]' % (res, stuff)
  /external/python/cpython3/Lib/
fnmatch.py 100 stuff = pat[i:j].replace('\\','\\\\')
102 if stuff[0] == '!':
103 stuff = '^' + stuff[1:]
104 elif stuff[0] == '^':
105 stuff = '\\' + stuff
106 res = '%s[%s]' % (res, stuff)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
fnmatch.py 107 stuff = pat[i:j].replace('\\','\\\\')
109 if stuff[0] == '!':
110 stuff = '^' + stuff[1:]
111 elif stuff[0] == '^':
112 stuff = '\\' + stuff
113 res = '%s[%s]' % (res, stuff)

Completed in 552 milliseconds

1 2 3 4 5 6 7 8 91011>>