/external/elfutils/tests/ |
D | addrcfi.c | 76 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/ |
D | SimpleCLexer.m | 71 /* 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 …]
|
D | SimpleCParser.m | 352 /* 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/ |
D | ptr-int-transitivity-3.ll | 4 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()
|
D | ptr-int-transitivity-1.ll | 4 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()
|
D | merge-ptr-and-int.ll | 5 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()
|
D | ptr-int-transitivity-2.ll | 4 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/ |
D | SimpleCLexer.m | 71 /* 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 …]
|
D | SimpleCTP.m | 281 /* 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/ |
D | SymbolTableLexer.m | 71 /* 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/ |
D | constexpr-duffs-device.cpp | 20 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/ |
D | fakesyscalls-exercise.c | 18 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/ |
D | Fuzzy.m | 137 /* 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/ |
D | module.modulemap | 1 module "stuff" { 10 // Do not re-export stuff.use 11 use "stuff" 16 use "stuff"
|
/external/llvm/test/CodeGen/X86/ |
D | pr21792.ll | 5 @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/ |
D | malloc-annotations.c | 22 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/ |
D | LangLexer.m | 71 /* 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/ |
D | mkstatus.py | 24 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/ |
D | su.c | 73 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/ |
D | TestLexer.m | 71 /* 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/ |
D | conversion.m | 5 @property (readonly) BOOL stuff; property 10 f.otherStuff = !f.stuff; // no-warning 11 BOOL b = !f.stuff; // no-warning
|
/external/llvm/lib/Target/MSP430/ |
D | README.txt | 14 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/ |
D | README.txt | 14 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/ |
D | renderer.py | 230 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)
|
D | rdataset.py | 244 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)
|