HomeSort by relevance Sort by last modified time
    Searched refs:bt (Results 26 - 50 of 110) sorted by null

12 3 4 5

  /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/compiler-rt/test/Unit/
muloti4_test.c 32 twords bt; local
33 bt.all = b;
43 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
51 twords bt; local
52 bt.all = b;
59 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...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 71 BugType& BT;
106 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode)
107 : BT(bt), DeclWithIssue(0), Description(desc), ErrorNode(errornode),
110 BugReport(BugType& bt, StringRef shortDesc, StringRef desc,
112 : BT(bt), DeclWithIssue(0), ShortDescription(shortDesc), Description(desc),
115 BugReport(BugType& bt, StringRef desc, PathDiagnosticLocation l)
116 : BT(bt), DeclWithIssue(0), Description(desc), Location(l), ErrorNode(0)
    [all...]
  /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)
aix.S 183 bt 30,L(done_return_value)
184 bt 29,L(fp_return_value)
darwin.S 139 bt 30,L(done_return_value)
140 bt 29,L(fp_return_value)
linux64.S 111 bt- 30, .Ldone_return_value
112 bt- 29, .Lfp_return_value
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
UVProjectionGenerator.java 112 * @param bt
116 public static float[] tubeProjection(Mesh mesh, BoundingTube bt) {
120 float cx = bt.getCenter().x, cy = bt.getCenter().y;
123 float vBase = bt.getCenter().z - bt.getHeight() * 0.5f;
136 uvCoordinates[j + 1] = (z - vBase) / bt.getHeight();
UVCoordinatesGenerator.java 156 BoundingTube bt = UVCoordinatesGenerator.getBoundingTube(geometries); local
157 inputData = UVProjectionGenerator.tubeProjection(mesh, bt);
316 BoundingTube bt = UVCoordinatesGenerator.getBoundingTube(geometry.getMesh());
318 result = bt;
320 result.merge(bt);
  /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
  /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...]
  /external/bzip2/
compress.c 241 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; local
399 bc = 999999999; bt = -1;
401 if (cost[t] < bc) { bc = cost[t]; bt = t; };
403 fave[bt]++;
404 s->selector[nSelectors] = bt;
413 # define BZ_ITUR(nn) s->rfreq[bt][ mtfv[gs+(nn)] ]++
431 s->rfreq[bt][ mtfv[i] ]++;
  /external/openssl/crypto/
x86_64cpuid.pl 108 bt \$28,%edx # test hyper-threading bit
140 bt \$28,%edx # test hyper-threading bit
157 bt \$27,%r9d # check OSXSAVE bit
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java 233 DERBitString bt = (DERBitString)obj; local
234 buf.append(indent + "DER Bit String" + "[" + bt.getBytes().length + ", " + bt.getPadBits() + "] ");
237 buf.append(dumpBinaryDataAsString(indent, bt.getBytes()));
  /external/clang/test/SemaTemplate/
instantiate-complete.cpp 144 BaseT<int> bt(ft);
  /external/openssl/crypto/rc4/asm/
rc4-586.pl 192 &bt (&DWP(0,$out),26); # check SSE2 bit [could have been MMX]
315 &bt (&DWP(0,$idx),20); # check for bit#20
391 &bt ("edx",20);
393 &bt ("edx",26);
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 167 const branch_target_t& bt = mBranchTargets[count]; local
168 uint32_t* target_pc = mLabels.valueFor(bt.label);
171 int32_t offset = int32_t(target_pc - (bt.pc+2));
172 *bt.pc |= offset & 0xFFFFFF;

Completed in 395 milliseconds

12 3 4 5