/external/strace/tests/ |
D | sendfile64.c | 62 struct stat stb; in main() local 63 if (fstat(reg_in, &stb)) in main() 65 const size_t blen = stb.st_size / 3; in main() 66 const size_t alen = stb.st_size - blen; in main() 67 assert(S_ISREG(stb.st_mode) && blen > 0); in main() 99 if (syscall(__NR_sendfile64, sv[1], reg_in, p_off, stb.st_size + 1) in main() 104 (unsigned long) stb.st_size, in main() 105 (unsigned long) stb.st_size + 1, in main()
|
D | sendfile.c | 62 struct stat stb; in main() local 63 if (fstat(reg_in, &stb)) in main() 65 const size_t blen = stb.st_size / 3; in main() 66 const size_t alen = stb.st_size - blen; in main() 67 assert(S_ISREG(stb.st_mode) && blen > 0); in main() 106 if (syscall(__NR_sendfile, sv[1], reg_in, p_off, stb.st_size + 1) in main() 111 (unsigned long) stb.st_size, in main() 112 (unsigned long) stb.st_size + 1, in main()
|
D | statfs.c | 10 struct statfs stb; in main() local 11 assert(statfs("/proc/self/status", &stb) == 0); in main()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | peephole-align.ll | 42 ; POWER7-DAG: stb [[REG0_1]], b4v@toc@l([[REGSTRUCT]]) 43 ; POWER7-DAG: stb [[REG1_1]], b4v@toc@l+1([[REGSTRUCT]]) 44 ; POWER7-DAG: stb [[REG2_1]], b4v@toc@l+2([[REGSTRUCT]]) 45 ; POWER7-DAG: stb [[REG3_1]], b4v@toc@l+3([[REGSTRUCT]]) 57 ; POWER8-DAG: stb [[REG0_1]], 0([[REGSTRUCT]]) 58 ; POWER8-DAG: stb [[REG1_1]], 1([[REGSTRUCT]]) 59 ; POWER8-DAG: stb [[REG2_1]], 2([[REGSTRUCT]]) 60 ; POWER8-DAG: stb [[REG3_1]], 3([[REGSTRUCT]]) 143 ; POWER7-DAG: stb [[REG0_1]], b8v@toc@l([[REGSTRUCT]]) 144 ; POWER7-DAG: stb [[REG1_1]], b8v@toc@l+1([[REGSTRUCT]]) [all …]
|
D | jaggedstructs.ll | 27 ; CHECK: stb {{[0-9]+}}, 55(1) 31 ; CHECK: stb {{[0-9]+}}, 63(1) 40 ; CHECK: stb {{[0-9]+}}, 79(1)
|
D | structsinregs.ll | 106 ; CHECK: stb 3, 55(1) 142 ; CHECK: stb {{[0-9]+}}, 71(1) 144 ; CHECK: stb {{[0-9]+}}, 87(1) 148 ; CHECK: stb {{[0-9]+}}, 103(1) 193 ; CHECK: stb 3, 55(1)
|
D | stfiwx-2.ll | 11 ; CHECK: stb 4, 0(3)
|
D | pr15630.ll | 17 ; CHECK: stb
|
D | structsinmem.ll | 62 ; CHECK: stb {{[0-9]+}}, 119(1) 151 ; CHECK: stb {{[0-9]+}}, 119(1) 153 ; CHECK: stb {{[0-9]+}}, 135(1) 156 ; CHECK: stb {{[0-9]+}}, 151(1) 160 ; CHECK: stb {{[0-9]+}}, 167(1)
|
D | 2013-05-15-preinc-fold.ll | 17 ; CHECK-NEXT: stb 4, 2(3)
|
D | byval-aliased.ll | 21 ; CHECK: stb {{r[0-9]+}}, [[OFF:[0-9]+]]({{r[3]?1}})
|
/external/llvm/test/MC/Sparc/ |
D | sparc-mem-instructions.s | 58 ! CHECK: stb %o2, [%i0+%l6] ! encoding: [0xd4,0x2e,0x00,0x16] 59 stb %o2, [%i0 + %l6] 60 ! CHECK: stb %o2, [%i0+32] ! encoding: [0xd4,0x2e,0x20,0x20] 61 stb %o2, [%i0 + 32] 62 ! CHECK: stb %o2, [%g1] ! encoding: [0xd4,0x28,0x40,0x00] 63 stb %o2, [%g1]
|
/external/llvm/test/CodeGen/BPF/ |
D | undef.ll | 19 ; CHECK: stb -8(r10), r1 23 ; CHECK: stb -7(r10), r1 27 ; CHECK: stb -6(r10), r1 31 ; CHECK: stb -5(r10), r1 35 ; CHECK: stb -4(r10), r1 39 ; CHECK: stb -3(r10), r1
|
/external/avahi/avahi-sharp/ |
D | AvahiTest.cs | 65 ServiceTypeBrowser stb = new ServiceTypeBrowser (client, domain); in BrowseServiceTypes() 66 objects.Add (stb); in BrowseServiceTypes() 68 stb.CacheExhausted += OnCacheExhausted; in BrowseServiceTypes() 69 stb.ServiceTypeAdded += OnServiceTypeAdded; in BrowseServiceTypes()
|
/external/mesa3d/src/mesa/sparc/ |
D | sparc_clip.S | 129 stb %g3, [%i2] ! LSU 156 stb %g2, [%i3] ! LSU 161 1: stb %g3, [%i4] ! LSU Group 215 stb %g3, [%i2] ! LSU 226 stb %g2, [%i3] ! LSU 231 1: stb %g3, [%i4] ! LSU Group
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | ShapingTypeBuilder.java | 69 ShapingTypeBuilder stb = new ShapingTypeBuilder(); in main() local 71 stb.buildShapingTypes(args[0]); in main()
|
/external/iproute2/misc/ |
D | rtacct.c | 545 struct stat stb; in main() local 556 if (fstat(fd, &stb) != 0) { in main() 560 if (stb.st_nlink != 1 || stb.st_uid != getuid()) { in main() 564 if (stb.st_size != sizeof(*hist_db)) in main() 589 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) { in main()
|
D | nstat.c | 619 struct stat stb; in main() local 634 if (fstat(fileno(hist_fp), &stb) != 0) { in main() 638 if (stb.st_nlink != 1 || stb.st_uid != getuid()) { in main() 650 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) { in main()
|
D | ifstat.c | 789 struct stat stb; in main() local 804 if (fstat(fileno(hist_fp), &stb) != 0) { in main() 808 if (stb.st_nlink != 1 || stb.st_uid != getuid()) { in main() 820 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) { in main()
|
/external/llvm/test/MC/Disassembler/Sparc/ |
D | sparc-mem.txt | 123 # CHECK: stb %o2, [%i0+%l6] 126 # CHECK: stb %o2, [%i0+32] 129 # CHECK: stb %o2, [%g1] 132 # CHECK: stb %o2, [%g1]
|
/external/javassist/src/main/javassist/compiler/ |
D | Javac.java | 212 SymbolTable stb = new SymbolTable(stable); in compileBody() local 213 Stmnt s = p.parseStatement(stb); in compileBody() 564 SymbolTable stb = new SymbolTable(stable); in compileStmnt() local 566 Stmnt s = p.parseStatement(stb); in compileStmnt()
|
/external/avahi/avahi-core/ |
D | avahi-test.c | 335 AvahiSServiceTypeBrowser *stb; in main() local 365 …stb = avahi_s_service_type_browser_new(server, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, NULL, 0, stb_c… in main() 385 avahi_s_service_type_browser_free(stb); in main()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syscall-ppc32-linux.S | 115 stb 5,OFFSET_ppc32_CR0_0(30) /* gst->CR0.SO = cr0.so */
|
D | syscall-ppc64be-linux.S | 123 stb 5,OFFSET_ppc64_CR0_0(30) /* gst->CR0.SO = cr0.so */
|
/external/llvm/test/CodeGen/Hexagon/ |
D | circ_st.ll | 28 %1 = tail call i8* @llvm.hexagon.circ.stb(i8* %0, i32 0, i32 %or, i32 -1) 33 declare i8* @llvm.hexagon.circ.stb(i8*, i32, i32, i32) nounwind
|