HomeSort by relevance Sort by last modified time
    Searched refs:bt (Results 176 - 200 of 258) sorted by null

1 2 3 4 5 6 78 91011

  /bionic/libc/arch-sh/syscalls/
umask.S 17 bt __NR_umask_end
umount2.S 17 bt __NR_umount2_end
uname.S 17 bt __NR_uname_end
unlink.S 17 bt __NR_unlink_end
unlinkat.S 17 bt __NR_unlinkat_end
utimensat.S 17 bt __NR_utimensat_end
utimes.S 17 bt __NR_utimes_end
vfork.S 17 bt __NR_vfork_end
write.S 17 bt __NR_write_end
writev.S 17 bt __NR_writev_end
  /frameworks/compile/libbcc/runtime/test/Unit/
multi3_test.c 28 twords bt; local
29 bt.all = b;
36 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
mulvti3_test.c 32 twords bt; local
33 bt.all = b;
40 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
ashlti3_test.c 32 twords bt; local
33 bt.all = b;
  /external/qemu/elff/
elf_defs.h 97 * bt - Index of a byte inside the block to get.
102 get_byte(const void* ptr, uint32_t bt) {
103 return *(reinterpret_cast<const uint8_t*>(ptr) + bt);
  /ndk/sources/host-tools/ndk-stack/elff/
elf_defs.h 97 * bt - Index of a byte inside the block to get.
102 get_byte(const void* ptr, uint32_t bt) {
103 return *(reinterpret_cast<const uint8_t*>(ptr) + bt);
  /ndk/sources/host-tools/sed-4.2.1/
autoboot 32 bt='._bootmp'
33 bt_regex=`echo "$bt"| sed 's/\./[.]/g'`
34 bt2=${bt}2
539 rm -fr $bt $bt2 &&
540 mkdir $bt $bt2 || exit
547 --aux-dir $bt/$build_aux\
548 --doc-base $bt/$doc_base\
550 --m4-base $bt/$m4_base/\
551 --source-base $bt/$source_base/\
552 --tests-base $bt/$tests_base
    [all...]
  /bionic/libc/arch-sh/bionic/
clone.S 52 bt __return
pipe.S 43 bt setfds
syscall.S 55 bt end
  /external/libffi/src/powerpc/
sysv.S 104 bt- 31,L(small_struct_return_value)
105 bt- 30,L(done_return_value)
106 bt- 29,L(fp_return_value)
140 bt- 15,L(smst_one_register)
142 bt- 16,L(smst_two_register)
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 69 BugType& BT;
84 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode)
85 : BT(bt), Description(desc), ErrorNode(errornode),
88 BugReport(BugType& bt, StringRef shortDesc, StringRef desc,
90 : BT(bt), ShortDescription(shortDesc), Description(desc),
93 BugReport(BugType& bt, StringRef desc, PathDiagnosticLocation l)
94 : BT(bt), Description(desc), Location(l), ErrorNode(0)
    [all...]
  /external/zlib/watcom/
watcom_l.mak 19 CFLAGS = -zq -ml -s -bt=dos -oilrtfm -fr=nul -wx
  /bionic/libdl/arch-sh/
sobegin.S 45 bt .L_end
  /frameworks/base/core/jni/
android_os_Debug.cpp 466 fprintf(fp, "z %d sz %8zu num %4zu bt",
470 for (size_t bt = 0; bt < backtraceSize; bt++) {
471 if (backtrace[bt] == 0) {
474 fprintf(fp, " %08x", backtrace[bt]);
  /external/libffi/src/sh/
sysv.S 118 bt 1f
123 bt/s 3f
173 bt/s 2f
230 bt/s 2f
284 bt/s 1f
370 bt 1f
375 bt/s 2f
410 bt/s 2f
456 bt/s 1f
470 bt 1
    [all...]

Completed in 5998 milliseconds

1 2 3 4 5 6 78 91011