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

  /external/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 65 Value *V, uint64_t COffset = 0) const;
  /prebuilts/go/darwin-x86/src/image/
ycbcr.go 79 ci := p.COffset(x, y)
93 // COffset returns the index of the first element of Cb or Cr that corresponds
95 func (p *YCbCr) COffset(x, y int) int {
125 ci := p.COffset(r.Min.X, r.Min.Y)
208 ci := p.COffset(x, y)
241 ci := p.COffset(r.Min.X, r.Min.Y)
ycbcr_test.go 78 ci := m.COffset(x, y)
  /prebuilts/go/linux-x86/src/image/
ycbcr.go 79 ci := p.COffset(x, y)
93 // COffset returns the index of the first element of Cb or Cr that corresponds
95 func (p *YCbCr) COffset(x, y int) int {
125 ci := p.COffset(r.Min.X, r.Min.Y)
208 ci := p.COffset(x, y)
241 ci := p.COffset(r.Min.X, r.Min.Y)
ycbcr_test.go 78 ci := m.COffset(x, y)
  /external/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 68 uint64_t COffset) const {
73 return containsGlobalOffset(I->second + COffset);
81 COffset += APOffset.getZExtValue();
83 COffset);
88 return containsValue(DL, GlobalLayout, Op->getOperand(0), COffset);
91 return containsValue(DL, GlobalLayout, Op->getOperand(1), COffset) &&
92 containsValue(DL, GlobalLayout, Op->getOperand(2), COffset);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
reader.go 755 co := d.img3.COffset(bounds.Min.X, y)
  /prebuilts/go/linux-x86/src/image/jpeg/
reader.go 755 co := d.img3.COffset(bounds.Min.X, y)

Completed in 589 milliseconds