HomeSort by relevance Sort by last modified time
    Searched full:sbits (Results 1 - 25 of 35) sorted by null

1 2

  /system/core/libpixelflinger/codeflinger/
load_store.cpp 186 int sbits = src.size(); local
194 if (dbits<=sbits) {
201 if (sbits == 1) {
207 if (dbits % sbits) {
208 MOV(AL, 0, d, reg_imm(s, LSL, dbits-sbits));
209 // d = s << (dbits-sbits);
210 dbits -= sbits;
212 ORR(AL, 0, d, d, reg_imm(d, LSR, sbits));
213 // d |= d >> sbits;
214 dbits -= sbits;
241 int sbits = sh - sl; local
    [all...]
  /system/core/libpixelflinger/
buffer.cpp 37 static uint32_t expand(uint32_t v, int sbits, int dbits);
252 uint32_t ggl_expand(uint32_t v, int sbits, int dbits)
254 return expand(v, sbits, dbits);
290 // expand a component from sbits to dbits
291 uint32_t expand(uint32_t v, int sbits, int dbits)
293 if (dbits > sbits) {
294 assert(sbits);
295 if (sbits==1) {
298 if (dbits % sbits) {
299 v <<= (dbits-sbits);
329 const int sbits = sh-sl; local
    [all...]
buffer.h 33 uint32_t ggl_expand(uint32_t v, int sbits, int dbits);
  /test/vts-testcase/performance/binder_throughput_test/
BinderThroughputBenchmark.py 95 "binder_throughput_iterations_per_second_%sbits" % bits,
101 "binder_throughput_time_average_ns_%sbits" % bits,
106 "binder_throughput_time_best_ns_%sbits" % bits,
110 "binder_throughput_time_worst_ns_%sbits" % bits,
116 "binder_throughput_time_50percentile_ns_%sbits" % bits,
121 "binder_throughput_time_90percentile_ns_%sbits" % bits,
126 "binder_throughput_time_95percentile_ns_%sbits" % bits,
131 "binder_throughput_time_99percentile_ns_%sbits" % bits,
  /test/vts-testcase/performance/hwbinder_throughput_test/
HwBinderThroughputBenchmark.py 97 "hwbinder_throughput_iterations_per_second_%sbits" % bits,
103 "hwbinder_throughput_time_average_ns_%sbits" % bits,
108 "hwbinder_throughput_time_best_ns_%sbits" % bits,
112 "hwbinder_throughput_time_worst_ns_%sbits" % bits,
118 "hwbinder_throughput_time_50percentile_ns_%sbits" % bits,
123 "hwbinder_throughput_time_90percentile_ns_%sbits" % bits,
128 "hwbinder_throughput_time_95percentile_ns_%sbits" % bits,
133 "hwbinder_throughput_time_99percentile_ns_%sbits" % bits,
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
huffman.go 53 // sbits is the number of bits of the symbol prefix being decoded.
54 cur, cbits, sbits := uint(0), uint8(0), uint8(0)
58 sbits += 8
72 sbits = cbits
92 sbits = cbits
94 if sbits > 7 {
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
huffman.go 53 // sbits is the number of bits of the symbol prefix being decoded.
54 cur, cbits, sbits := uint(0), uint8(0), uint8(0)
58 sbits += 8
72 sbits = cbits
92 sbits = cbits
94 if sbits > 7 {
  /external/freetype/src/cache/
ftcsbits.h 36 FTC_SBitRec sbits[FTC_SBIT_ITEMS_PER_NODE]; member in struct:FTC_SNodeRec_
ftcsbits.c 5 /* FreeType sbits manager (body). */
71 FTC_SBit sbit = snode->sbits;
124 sbit = snode->sbits + ( gindex - gnode->gindex );
247 snode->sbits[node_count].width = 255;
286 FTC_SBit sbit = snode->sbits;
346 FTC_SBit sbit = snode->sbits + ( gindex - gnode->gindex );
ftcbasic.c 549 *ansbit = FTC_SNODE( node )->sbits +
618 *ansbit = FTC_SNODE( node )->sbits +
  /external/deqp/modules/gles2/functional/
es2fRboStateQueryTests.cpp 244 int sbits; member in struct:deqp::gles2::Functional::__anon18326::RboComponentSizeDepthCase::DepthFormat
255 checkRenderbufferComponentSize(m_testCtx, *this, -1, -1, -1, -1, requiredDepthFormats[ndx].dbits, requiredDepthFormats[ndx].sbits);
258 // STENCIL_INDEX8 is required, in that case sBits >= 8
  /test/vts-testcase/performance/fmq_benchmark/
FmqPerformanceTest.py 136 "fmq_read_latency_benchmark_%sbits" % bits,
143 "fmq_write_latency_benchmark_%sbits" % bits,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp     [all...]
  /external/libopus/celt/
bands.c 973 int mbits, sbits, delta; local
1012 sbits = b-mbits;
1019 if (mbits >= sbits)
1025 sbits += rebalance - (3<<BITRES);
1026 cm |= quant_partition(ctx, Y, N, sbits, B, next_lowband2, LM,
1029 cm = quant_partition(ctx, Y, N, sbits, B, next_lowband2, LM,
1031 rebalance = sbits - (rebalance-ctx->remaining_bits);
1245 int mbits, sbits, delta; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fRboStateQueryTests.cpp 287 int sbits; member in struct:deqp::gles3::Functional::__anon18473::RboComponentSizeDepthCase::DepthFormat
302 checkRenderbufferComponentSize(m_testCtx, *this, -1, -1, -1, -1, requiredDepthFormats[ndx].dbits, requiredDepthFormats[ndx].sbits);
305 // STENCIL_INDEX8 is required, in that case sBits >= 8
es3fFboStateQueryTests.cpp 673 int sbits; member in struct:deqp::gles3::Functional::__anon18439::AttachmentSizeCase::DepthAttachment
683 testDepthAttachment(depthAttachments[ndx].internalFormat, depthAttachments[ndx].attachment, depthAttachments[ndx].dbits, depthAttachments[ndx].sbits);
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/locks/
StampedLock.java 291 private static final long SBITS = ~RBITS; // note overlap with ABITS
509 return (((s = state) & WBIT) == 0L) ? (s & SBITS) : 0L;
526 return (stamp & SBITS) == (state & SBITS);
557 if (((s = state) & SBITS) != (stamp & SBITS) ||
582 while (((s = state) & SBITS) == (stamp & SBITS)) {
622 while (((s = state) & SBITS) == (stamp & SBITS)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMCodeEmitter.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceInstARM32.def 90 //#define X(tag, elementty, int_width, fp_width, uvec_width, svec_width, sbits,
  /test/vts-testcase/performance/binder_benchmark/
BinderPerformanceTest.py 129 table_name = "binder_vector_roundtrip_latency_benchmark_%sbits" % bits
  /test/vts-testcase/performance/hwbinder_benchmark/
HwBinderPerformanceTest.py 136 table_name = "hwbinder_vector_roundtrip_latency_benchmark_%sbits" % bits
  /test/vts-testcase/performance/hwbinder_latency_test/
HwBinderLatencyTest.py 169 "hwbinder_latency_%sbits" % bits,
  /external/freetype/src/truetype/
ttdriver.c 230 /* XXX: TODO: check for sbits */
  /toolchain/binutils/binutils-2.27/bfd/
elf32-tic6x.c 2689 bfd_vma sbits = (-(bfd_vma) sbit) & 0xffffffff; local
    [all...]

Completed in 1024 milliseconds

1 2