Home
last modified time | relevance | path

Searched refs:stuff (Results 1 – 25 of 590) sorted by relevance

12345678910>>...24

/external/elfutils/tests/
Daddrcfi.c76 struct stuff struct
91 struct stuff *stuff = arg; in print_register() local
98 int result = dwarf_frame_register (stuff->frame, regno, ops_mem, &ops, &nops); in print_register()
99 print_detail (result, ops, nops, stuff->bias); in print_register()
106 GElf_Addr pc, struct stuff *stuff) in handle_cfi() argument
114 int result = dwarf_cfi_addrframe (cfi, pc - stuff->bias, &stuff->frame); in handle_cfi()
124 int ra_regno = dwarf_frame_info (stuff->frame, &start, &end, &signalp); in handle_cfi()
127 start += stuff->bias; in handle_cfi()
128 end += stuff->bias; in handle_cfi()
146 result = dwarf_frame_cfa (stuff->frame, &cfa_ops, &cfa_nops); in handle_cfi()
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
DSimpleCLexer.m71 /* Terence's stuff */
91 /* my stuff */
92 /* Terence's stuff */
104 /* Terence's stuff */
124 /* my stuff */
125 /* Terence's stuff */
137 /* Terence's stuff */
157 /* my stuff */
158 /* Terence's stuff */
170 /* Terence's stuff */
[all …]
DSimpleCParser.m352 /* Terence's stuff */
406 /* my stuff */
407 /* Terence's stuff */
421 /* Terence's stuff */
501 /* my stuff */
502 /* Terence's stuff */
516 /* Terence's stuff */
551 /* my stuff */
552 /* Terence's stuff */
566 /* Terence's stuff */
[all …]
/external/llvm/test/Transforms/MergeFunc/
Dptr-int-transitivity-3.ll4 declare void @stuff()
8 call void @stuff()
9 call void @stuff()
10 call void @stuff()
16 call void @stuff()
17 call void @stuff()
18 call void @stuff()
Dptr-int-transitivity-1.ll4 declare void @stuff()
8 call void @stuff()
9 call void @stuff()
10 call void @stuff()
16 call void @stuff()
17 call void @stuff()
18 call void @stuff()
Dmerge-ptr-and-int.ll5 declare void @stuff()
10 call void @stuff()
11 call void @stuff()
12 call void @stuff()
22 call void @stuff()
23 call void @stuff()
24 call void @stuff()
Dptr-int-transitivity-2.ll4 declare void @stuff()
8 call void @stuff()
9 call void @stuff()
10 call void @stuff()
20 call void @stuff()
21 call void @stuff()
22 call void @stuff()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCLexer.m71 /* Terence's stuff */
92 /* Terence's stuff */
104 /* Terence's stuff */
125 /* Terence's stuff */
137 /* Terence's stuff */
158 /* Terence's stuff */
170 /* Terence's stuff */
191 /* Terence's stuff */
203 /* Terence's stuff */
260 /* Terence's stuff */
[all …]
DSimpleCTP.m281 /* Terence's stuff */
335 /* Terence's stuff */
349 /* Terence's stuff */
450 /* Terence's stuff */
464 /* Terence's stuff */
503 /* Terence's stuff */
517 /* Terence's stuff */
536 /* Terence's stuff */
550 /* Terence's stuff */
620 /* Terence's stuff */
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
DSymbolTableLexer.m71 /* Terence's stuff */
91 /* Terence's stuff */
103 /* Terence's stuff */
123 /* Terence's stuff */
135 /* Terence's stuff */
155 /* Terence's stuff */
167 /* Terence's stuff */
187 /* Terence's stuff */
199 /* Terence's stuff */
220 /* Terence's stuff */
[all …]
/external/clang/test/SemaCXX/
Dconstexpr-duffs-device.cpp20 char stuff[14]; member
21 constexpr S() : stuff{} { in S()
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");
/external/autotest/client/deps/fakegudev/src/
Dfakesyscalls-exercise.c18 const char *stuff = "stuff"; in main() local
19 const int stuff_len = strlen(stuff) + 1; in main()
33 if (write (f, stuff, stuff_len) < stuff_len) { in main()
50 } else if (strncmp (stuff, read_back, stuff_len) != 0) { in main()
54 stuff, read_back); in main()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
DFuzzy.m137 /* Terence's stuff */
195 /* my stuff */
196 /* Terence's stuff */
208 /* Terence's stuff */
260 /* my stuff */
261 /* Terence's stuff */
273 /* Terence's stuff */
507 /* my stuff */
508 /* Terence's stuff */
520 /* Terence's stuff */
[all …]
/external/clang/test/Modules/Inputs/submodules-merge-defs/
Dmodule.modulemap1 module "stuff" {
10 // Do not re-export stuff.use
11 use "stuff"
16 use "stuff"
/external/llvm/test/CodeGen/X86/
Dpr21792.ll5 @stuff = external constant [256 x double], align 16
14 %add.ptr = getelementptr inbounds i8, i8* bitcast ([256 x double]* @stuff to i8*), i64 %idx.ext
18 %add.ptr6 = getelementptr inbounds i8, i8* bitcast ([256 x double]* @stuff to i8*), i64 %idx.ext5
22 …%add.ptr15 = getelementptr inbounds i8, i8* bitcast ([256 x double]* @stuff to i8*), i64 %idx.ext14
26 …%add.ptr20 = getelementptr inbounds i8, i8* bitcast ([256 x double]* @stuff to i8*), i64 %idx.ext19
28 …bitcast (double* getelementptr inbounds ([256 x double], [256 x double]* @stuff, i64 0, i64 1) to …
30 …bitcast (double* getelementptr inbounds ([256 x double], [256 x double]* @stuff, i64 0, i64 1) to …
/external/clang/test/Analysis/
Dmalloc-annotations.c22 struct stuff { struct
25 struct stuff myglobalstuff; argument
74 struct stuff mystuff; in af1_d()
83 void af1_f(struct stuff *somestuff) { in af1_f()
88 void af1_g(struct stuff **pps) { in af1_g()
89 *pps = my_malloc(sizeof(struct stuff)); // no-warning in af1_g()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
DLangLexer.m71 /* Terence's stuff */
91 /* Terence's stuff */
103 /* Terence's stuff */
124 /* Terence's stuff */
136 /* Terence's stuff */
157 /* Terence's stuff */
169 /* Terence's stuff */
224 /* Terence's stuff */
236 /* Terence's stuff */
291 /* Terence's stuff */
[all …]
/external/toybox/scripts/
Dmkstatus.py24 stuff,blah=readit(["sed","-n", 's/<span id=\\([a-z_]*\\)>/\\1 /;t good;d;:good;h;:loop;n;s@</span>@… variable
34 for i in stuff:
35 for j in stuff[i]:
113 for i in stuff:
116 for j in stuff[i]:
/external/toybox/toys/lsb/
Dsu.c73 char *stuff[] = {snapshot_env("TERM"), snapshot_env("DISPLAY"), in su_main() local
77 for (i=0; i < ARRAY_LEN(stuff); i++) if (stuff[i]) putenv(stuff[i]); in su_main()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
DTestLexer.m71 /* Terence's stuff */
123 /* Terence's stuff */
135 /* Terence's stuff */
156 /* Terence's stuff */
168 /* Terence's stuff */
189 /* Terence's stuff */
/external/clang/test/SemaObjC/
Dconversion.m5 @property (readonly) BOOL stuff; property
10 f.otherStuff = !f.stuff; // no-warning
11 BOOL b = !f.stuff; // no-warning
/external/llvm/lib/Target/MSP430/
DREADME.txt14 1. Verify, how stuff is handling implicit zext with 8 bit operands (this might
26 5. Implement varargs stuff.
28 6. Verify and fix (if needed) how's stuff playing with i32 / i64.
30 7. Implement floating point stuff (softfp?)
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DREADME.txt14 1. Verify, how stuff is handling implicit zext with 8 bit operands (this might
26 5. Implement varargs stuff.
28 6. Verify and fix (if needed) how's stuff playing with i32 / i64.
30 7. Implement floating point stuff (softfp?)
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
Drenderer.py230 stuff = struct.pack("!HH", opt.otype, 0)
231 self.output.write(stuff)
237 stuff = struct.pack("!H", end - start)
238 self.output.write(stuff)
243 stuff = struct.pack("!H", lend - lstart)
244 self.output.write(stuff)
Drdataset.py244 stuff = struct.pack("!HHIH", self.rdtype, rdclass, 0, 0)
245 file.write(stuff)
255 stuff = struct.pack("!HHIH", self.rdtype, rdclass,
257 file.write(stuff)
263 stuff = struct.pack("!H", end - start)
264 file.write(stuff)

12345678910>>...24