HomeSort by relevance Sort by last modified time
    Searched refs:scratch (Results 226 - 250 of 537) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libopus/celt/
celt_decoder.c 191 VARDECL(celt_sig, scratch);
197 ALLOC(scratch, N, celt_sig);
218 scratch[j] = tmp;
230 scratch[j] = tmp;
264 y[j*C] = SAT16(ADD32(y[j*C], SCALEOUT(SIG2WORD16(scratch[j*downsample]))));
269 y[j*C] = SCALEOUT(SIG2WORD16(scratch[j*downsample]));
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os_plan9.go 326 var scratch int64
327 ns := nsec(&scratch)
330 return scratch
os_solaris.go 25 scratch mscratch
mkduff.go 139 // R0: scratch space
166 // R27 (aka REGTMP): scratch space
  /prebuilts/go/darwin-x86/src/syscall/
syscall_plan9.go 292 var scratch int64
294 r0, _, _ := Syscall(SYS_NSEC, uintptr(unsafe.Pointer(&scratch)), 0, 0)
297 return scratch
  /prebuilts/go/linux-x86/src/runtime/
os_plan9.go 326 var scratch int64
327 ns := nsec(&scratch)
330 return scratch
os_solaris.go 25 scratch mscratch
mkduff.go 139 // R0: scratch space
166 // R27 (aka REGTMP): scratch space
  /prebuilts/go/linux-x86/src/syscall/
syscall_plan9.go 292 var scratch int64
294 r0, _, _ := Syscall(SYS_NSEC, uintptr(unsafe.Pointer(&scratch)), 0, 0)
297 return scratch
  /external/mesa3d/src/mesa/sparc/
sparc_clip.S 28 .register %g2, #scratch
29 .register %g3, #scratch
  /external/toybox/lib/
lib.h 275 int scan_key_getsize(char *scratch, int miliwait, unsigned *xx, unsigned *yy);
278 int scan_key(char *scratch, int miliwait);
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.h 62 // LOperand is loaded into scratch, unless already a register.
63 Register EmitLoadRegister(LOperand* op, Register scratch);
329 Register scratch,
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.h 62 // LOperand is loaded into scratch, unless already a register.
63 Register EmitLoadRegister(LOperand* op, Register scratch);
332 Register scratch,
  /external/v8/src/s390/
code-stubs-s390.h 72 value) { // One scratch reg.
177 // This is a helper class for freeing up 3 scratch registers. The input is
178 // two registers that must be preserved and one scratch register provided by
191 // a scratch register.
198 // saved registers that were not already preserved. The scratch registers
427 Register scratch, Label* not_int32);
442 Register scratch);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
message.h 455 // *scratch and return that.
466 string* scratch) const = 0;
554 int index, string* scratch) const = 0;
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
message.h 455 // *scratch and return that.
466 string* scratch) const = 0;
554 int index, string* scratch) const = 0;
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
message.h 455 // *scratch and return that.
466 string* scratch) const = 0;
554 int index, string* scratch) const = 0;
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
message.h 455 // *scratch and return that.
466 string* scratch) const = 0;
554 int index, string* scratch) const = 0;
    [all...]
  /external/protobuf/src/google/protobuf/
test_util.cc 2555 string scratch; local
2634 string scratch; local
2741 string scratch; local
2864 string scratch; local
2979 string scratch; local
    [all...]
  /external/gemmlowp/meta/
single_thread_gemm.h 34 StreamUtil<typename P::InType, typename P::LeftStream>::Scratch(
39 StreamUtil<typename P::InType, typename P::RightStream>::Scratch(
112 // Scratch memory for packed LHS & RHS chunks.
114 std::uint8_t* packed_lhs = params.scratch;
116 params.scratch + LeftStreamF::Scratch(params.left_stream);
225 StreamUtil<typename P::InType, typename P::LeftStream>::Scratch(
228 StreamUtil<typename P::InType, typename P::RightStream>::Scratch(
300 // Scratch memory for packed LHS & RHS chunks.
301 std::uint8_t* packed_rhs = params.scratch;
    [all...]
  /external/harfbuzz_ng/src/
hb-directwrite.cc 563 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size); local
565 Type *name = (Type *) scratch; \
567 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \
569 scratch += _consumed; \
hb-uniscribe.cc 750 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size); local
753 Type *name = (Type *) scratch; \
755 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \
757 scratch += _consumed; \
  /external/v8/src/arm64/
code-stubs-arm64.cc 144 Register right, Register scratch,
147 DCHECK(!AreAliased(left, right, scratch));
158 Register right_type = scratch;
241 Register scratch) {
242 DCHECK(!AreAliased(left, right, left_type, right_type, scratch));
283 __ Orr(scratch, left_type, right_type);
285 scratch, kIsNotStringMask | kIsNotInternalizedMask, &return_not_equal);
617 // We don't care if MacroAssembler scratch registers are corrupted.
3553 Register scratch = x4; local
    [all...]
  /hardware/intel/bootstub/
bootparam.h 261 __u32 scratch; /* Scratch field! */ /* 0x1e4 */ member in struct:boot_params
  /external/netperf/src/
netlib.c 622 unsigned char scratch;
642 scratch = conv_rec.bytes[i];
644 conv_rec.bytes[7-i] = scratch;
650 unsigned int scratch = conv_rec.words[0];
652 conv_rec.words[1] = scratch;
671 unsigned char scratch;
685 scratch = conv_rec.bytes[i];
687 conv_rec.bytes[7-i] = scratch;
693 unsigned int scratch = conv_rec.words[0];
695 conv_rec.words[1] = scratch;
617 unsigned char scratch; local
645 unsigned int scratch = conv_rec.words[0]; local
666 unsigned char scratch; local
688 unsigned int scratch = conv_rec.words[0]; local
    [all...]

Completed in 3445 milliseconds

1 2 3 4 5 6 7 8 91011>>