HomeSort by relevance Sort by last modified time
    Searched refs:aoff (Results 1 - 10 of 10) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_reconintra.h 26 int aoff, int loff, int plane);
vp9_blockd.c 89 int aoff, int loff) {
90 ENTROPY_CONTEXT *const a = pd->above_context + aoff;
100 if (above_contexts + aoff > blocks_wide)
101 above_contexts = blocks_wide - aoff;
vp9_reconintra.c 408 int aoff, int loff, int plane) {
412 const int have_left = aoff || (xd->left_mi != NULL);
413 const int have_right = (aoff + txw) < bw;
414 const int x = aoff * 4;
vp9_blockd.h 282 int aoff, int loff);
  /external/syslinux/utils/
pxelinux-options 210 my($mzmagic, $junk, $magic, $len, $flags, $boff, $blen, $aoff, $alen)
230 $aoff = $boff + $blen;
255 return undef unless (seek($file, $aoff, SEEK_SET));
257 $patch_start = $aoff if ($aoff < $patch_start);
269 my $aoff = 0;
292 $aoff = $patch_start;
303 my $hdr = pack("VVVV", $boff, length($bdata), $aoff, length($adata));
  /prebuilts/go/darwin-x86/src/runtime/
cgocheck.go 128 aoff := uintptr(src) - mheap_.arena_start
129 idx := aoff >> _PageShift
  /prebuilts/go/linux-x86/src/runtime/
cgocheck.go 128 aoff := uintptr(src) - mheap_.arena_start
129 idx := aoff >> _PageShift
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
SplitFspBin.py 573 aoff = blkhdr.PageRVA + roff
575 aoff += sizeof(self.TeHdr) - self.TeHdr.StrippedSize
576 self.RelocList.append((rtype, aoff))
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
plive.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
plive.go     [all...]

Completed in 676 milliseconds