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

1 2

  /external/openssh/
scp.c 724 struct stat stb; local
745 if (fstat(fd, &stb) < 0) {
749 if (stb.st_size < 0) {
754 switch (stb.st_mode & S_IFMT) {
759 rsource(name, &stb);
778 (u_long) (stb.st_mtime < 0 ? 0 : stb.st_mtime),
779 (u_long) (stb.st_atime < 0 ? 0 : stb.st_atime));
782 (long)stb.st_mtime, (long)stb.st_atime)
901 struct stat stb; local
1251 struct stat stb; local
1297 struct stat stb; local
    [all...]
  /dalvik/tests/031-class-attributes/src/
ClassAttrs.java 191 StringBuilder stb = new StringBuilder(); local
194 stb.append("[" + types.length + "]");
198 stb.append(" ");
201 stb.append(", ");
203 stb.append(t.toString());
206 return stb.toString();
  /external/dropbear/
scp.c 594 struct stat stb; local
616 if (fstat(fd, &stb) < 0) {
620 switch (stb.st_mode & S_IFMT) {
625 rsource(name, &stb);
644 (u_long) stb.st_mtime,
645 (u_long) stb.st_atime);
652 (u_int) (stb.st_mode & FILEMODEMASK),
653 (long long)stb.st_size, last);
669 start_progress_meter(curfile, stb.st_size, &statbytes);
672 for (haderr = i = 0; i < stb.st_size; i += bp->cnt)
825 struct stat stb; local
1179 struct stat stb; local
1225 struct stat stb; local
    [all...]
  /external/libffi/src/pa/
hpux32.S 125 stb %ret0, 0(%r20)
154 stb %ret0, 0(%r20)
164 stb %ret0, 0(%r20)
176 stb %ret0, 0(%r20)
191 stb %ret1, 0(%r20)
208 stb %ret1, 0(%r20)
227 stb %ret1, 0(%r20)
247 stb %ret1, 0(%r20)
linux.S 118 stb %ret0, 0(%r20)
147 stb %ret0, 0(%r20)
157 stb %ret0, 0(%r20)
169 stb %ret0, 0(%r20)
184 stb %ret1, 0(%r20)
201 stb %ret1, 0(%r20)
220 stb %ret1, 0(%r20)
240 stb %ret1, 0(%r20)
  /external/openssl/crypto/aes/asm/
aes-parisc.pl 127 stb $acc0,0($out)
129 stb $acc1,1($out)
131 stb $acc2,2($out)
133 stb $s0,3($out)
135 stb $acc4,4($out)
137 stb $acc5,5($out)
139 stb $acc6,6($out)
141 stb $s1,7($out)
143 stb $acc0,8($out)
145 stb $acc1,9($out
    [all...]
aes-ppc.pl 423 stb $acc00,0($out)
425 stb $acc01,1($out)
426 stb $acc02,2($out)
428 stb $s0,3($out)
430 stb $acc04,4($out)
432 stb $acc05,5($out)
433 stb $acc06,6($out)
435 stb $s1,7($out)
437 stb $acc08,8($out)
439 stb $acc09,9($out
    [all...]
aes-sparcv9.pl 592 stb %l0,[%i1+0]
594 stb %l1,[%i1+1]
595 stb %l2,[%i1+2]
597 stb %o0,[%i1+3]
600 stb %l4,[%i1+4]
602 stb %l5,[%i1+5]
603 stb %l6,[%i1+6]
605 stb %o1,[%i1+7]
608 stb %l0,[%i1+8]
610 stb %l1,[%i1+9
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syscall-ppc32-linux.S 114 stb 5,OFFSET_ppc32_CR0_0(30) /* gst->CR0.SO = cr0.so */
syscall-ppc64-linux.S 122 stb 5,OFFSET_ppc64_CR0_0(30) /* gst->CR0.SO = cr0.so */
  /external/iproute2/misc/
rtacct.c 546 struct stat stb; local
557 if (fstat(fd, &stb) != 0) {
561 if (stb.st_nlink != 1 || stb.st_uid != getuid()) {
565 if (stb.st_size != sizeof(*hist_db))
587 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) {
ifstat.c 688 struct stat stb; local
703 if (fstat(fileno(hist_fp), &stb) != 0) {
707 if (stb.st_nlink != 1 || stb.st_uid != getuid()) {
719 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) {
nstat.c 538 struct stat stb; local
553 if (fstat(fileno(hist_fp), &stb) != 0) {
557 if (stb.st_nlink != 1 || stb.st_uid != getuid()) {
569 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) {
  /external/openssl/crypto/
ppccpuid.pl 106 stb r0,0(r3)
112 stb r0,0(r3)
pariscid.pl 108 stb %r0,0($inp)
123 stb %r0,0($inp)
sparccpuid.S 334 stb %g0,[%o0]
354 stb %g0,[%o0]
379 stb %g0,[%o0]
  /external/qemu/
softmmu_exec.h 150 #define stb(p, v) stb_data(p, v) macro
  /dalvik/tests/046-reflect/src/
Main.java 445 StringBuilder stb = new StringBuilder(); local
448 stb.append("[" + types.length + "]");
452 stb.append(" ");
455 stb.append(", ");
457 stb.append(t.toString());
460 return stb.toString();
  /external/javassist/src/main/javassist/compiler/
Javac.java 212 SymbolTable stb = new SymbolTable(stable); local
213 Stmnt s = p.parseStatement(stb);
564 SymbolTable stb = new SymbolTable(stable); local
566 Stmnt s = p.parseStatement(stb);
  /external/openssl/crypto/sha/asm/
sha1-ppc.pl 227 stb r16,0(r20)
228 stb r17,1(r20)
229 stb r18,2(r20)
230 stb r19,3(r20)
sha512-ppc.pl 265 stb r16,0(r20)
266 stb r17,1(r20)
267 stb r18,2(r20)
268 stb r19,3(r20)
  /frameworks/base/core/java/com/android/internal/os/
ProcessStats.java 236 compare(Stats sta, Stats stb) {
238 int tb = stb.rel_utime + stb.rel_stime;
242 if (sta.added != stb.added) {
245 if (sta.removed != stb.removed) {
  /external/llvm/lib/Target/R600/
AMDILPeepholeOptimizer.cpp 193 for (StructType::element_iterator stb = ST->element_begin(),
194 ste = ST->element_end(); stb != ste; ++stb) {
195 if (!containsPointerType(*stb)) {
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-parisc.pl 64 $ST="stb";
132 stb $acc,-1($out)
  /external/qemu/target-arm/
op_helper.c 477 #define STB(addr, val) stb(addr, val)
487 #define STB(addr, val) slow_stb_mmu(addr, val, user, GETPC())
577 STB(addr, tmp64);
588 #undef STB

Completed in 925 milliseconds

1 2