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

1 2 3

  /external/aac/libMpegTPDec/src/
tpdec_latm.cpp 249 for (UINT lay = 0; lay < pLatmDemux->m_numLayer; lay++) {
250 p_linfo = &pLatmDemux->m_linfo[prog][lay];
255 if( (prog == 0) && (lay == 0) ) {
262 if (lay > 1) {
263 FDKmemcpy(&pAsc[TPDEC_TRACKINDEX(prog,lay)], &pAsc[TPDEC_TRACKINDEX(prog,lay-1)], sizeof(CSAudioSpecificConfig));
280 if ((ErrorStatus = AudioSpecificConfig_Parse(&pAsc[TPDEC_TRACKINDEX(prog,lay)], &tmpBs, 1, pTpDecCallbacks))) {
293 if ((ErrorStatus = AudioSpecificConfig_Parse(&pAsc[TPDEC_TRACKINDEX(prog,lay)], bs, 0, pTpDecCallbacks)))
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_s390x.S 18 lay %r15, -64(%r15)
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_s390x.S 18 lay %r15, -64(%r15)
  /prebuilts/go/darwin-x86/src/hash/fnv/
fnv.go 30 // Its Sum method will lay the value out in big-endian byte order.
37 // Its Sum method will lay the value out in big-endian byte order.
44 // Its Sum method will lay the value out in big-endian byte order.
51 // Its Sum method will lay the value out in big-endian byte order.
  /prebuilts/go/linux-x86/src/hash/fnv/
fnv.go 30 // Its Sum method will lay the value out in big-endian byte order.
37 // Its Sum method will lay the value out in big-endian byte order.
44 // Its Sum method will lay the value out in big-endian byte order.
51 // Its Sum method will lay the value out in big-endian byte order.
  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
cpuhotplug05.sh 30 -d directory used to lay file
  /external/v8/src/regexp/s390/
regexp-macro-assembler-s390.cc 451 __ lay(r2, MemOperand(current_character(), -minus));
461 __ lay(r2, MemOperand(current_character(), -from));
468 __ lay(r2, MemOperand(current_character(), -from));
658 __ lay(sp, MemOperand(sp, -10 * kPointerSize));
692 __ lay(sp, MemOperand(sp, (-num_registers_ * kPointerSize)));
735 __ lay(r3, MemOperand(frame_pointer(), kRegisterZero + kPointerSize));
740 __ lay(r3, MemOperand(r3, -kPointerSize));
777 __ lay(r2, MemOperand(r2, num_saved_registers_ * kIntSize));
    [all...]
  /external/v8/src/s390/
deoptimizer-s390.cc 14 // LAY + LGHI/LHI + BRCL
118 __ lay(sp, MemOperand(sp, -kDoubleRegsSize));
128 __ lay(sp, MemOperand(sp, -kNumberOfRegisters * kPointerSize));
310 __ lay(sp, MemOperand(sp, -kPointerSize));
macro-assembler-s390.cc 153 lay(sp, MemOperand(sp, total));
275 lay(dst, MemOperand(object, offset - kHeapObjectTag));
328 lay(dst, MemOperand(object, HeapObject::kMapOffset - kHeapObjectTag));
581 lay(sp, MemOperand(sp, -(num_unsaved * kPointerSize)));
1000 lay(r1, MemOperand(
    [all...]
code-stubs-s390.cc 878 __ lay(r3, MemOperand(r3, sp, -kPointerSize));
    [all...]
  /prebuilts/go/darwin-x86/src/hash/adler32/
adler32.go 36 // Its Sum method will lay the value out in big-endian byte order.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue8048.go 35 // from nil. The compiler will lay out the code
  /prebuilts/go/linux-x86/src/hash/adler32/
adler32.go 36 // Its Sum method will lay the value out in big-endian byte order.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue8048.go 35 // from nil. The compiler will lay out the code
  /prebuilts/go/darwin-x86/src/compress/flate/
dict_decoder_test.go 31 "And both that morning equally lay\n" +
  /prebuilts/go/darwin-x86/src/hash/crc64/
crc64.go 82 // Its Sum method will lay the value out in big-endian byte order.
  /prebuilts/go/linux-x86/src/compress/flate/
dict_decoder_test.go 31 "And both that morning equally lay\n" +
  /prebuilts/go/linux-x86/src/hash/crc64/
crc64.go 82 // Its Sum method will lay the value out in big-endian byte order.
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32.go 143 // Its Sum method will lay the value out in big-endian byte order.
153 // Its Sum method will lay the value out in big-endian byte order.
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32.go 143 // Its Sum method will lay the value out in big-endian byte order.
153 // Its Sum method will lay the value out in big-endian byte order.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/
zarch-z990.s 43 lay %r6,-524288(%r5,%r10)
  /external/v8/src/builtins/s390/
builtins-s390.cc 627 __ lay(ip, MemOperand(ip, -kPointerSize));
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/gcprog/
gcprog.go 106 // Should we lay out the bits directly instead of
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
go.go 339 s.Attr |= AttrSpecial // do not lay out in data segment
  /prebuilts/go/linux-x86/src/cmd/internal/gcprog/
gcprog.go 106 // Should we lay out the bits directly instead of

Completed in 753 milliseconds

1 2 3