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

1 2 3

  /external/okhttp/okio/okio/src/main/java/okio/
Util.java 74 byte[] a, int aOffset, byte[] b, int bOffset, int byteCount) {
76 if (a[i + aOffset] != b[i + bOffset]) return false;
  /external/owasp/sanitizer/src/main/org/owasp/html/
Strings.java 76 CharSequence a, int aoffset, CharSequence b, int boffset, int n) {
77 if (aoffset + n > a.length() || boffset + n > b.length()) { return false; }
79 char c = a.charAt(aoffset + i), d = b.charAt(boffset + i);
  /prebuilts/go/darwin-x86/src/image/
ycbcr.go 209 ai := p.AOffset(x, y)
220 // AOffset returns the index of the first element of A that corresponds to the
222 func (p *NYCbCrA) AOffset(x, y int) int {
242 ai := p.AOffset(r.Min.X, r.Min.Y)
  /prebuilts/go/linux-x86/src/image/
ycbcr.go 209 ai := p.AOffset(x, y)
220 // AOffset returns the index of the first element of A that corresponds to the
222 func (p *NYCbCrA) AOffset(x, y int) int {
242 ai := p.AOffset(r.Min.X, r.Min.Y)
  /toolchain/binutils/binutils-2.25/opcodes/
ns32k-dis.c 743 int aoffset; /* Bits into arguments. */
790 aoffset = ns32k_opcodes[i].opcode_size;
818 aoffset += 8;
819 index_offset[0] = aoffset;
829 aoffset += 8;
830 index_offset[1] = aoffset;
840 ioffset = print_insn_arg (*d, ioffset, &aoffset, buffer,
870 return aoffset / 8;
737 int aoffset; \/* Bits into arguments. *\/ local
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
obj7.go 640 aoffset := int32(textstksiz)
754 aoffset = ctxt.Autosize
755 if aoffset > 0xF0 {
756 aoffset = 0xF0
768 if ctxt.Autosize > aoffset {
807 q1.To.Offset = int64(-aoffset)
809 q1.Spadj = aoffset
920 aoffset = ctxt.Autosize
922 if aoffset > 0xF0 {
923 aoffset = 0xF
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
obj7.go 640 aoffset := int32(textstksiz)
754 aoffset = ctxt.Autosize
755 if aoffset > 0xF0 {
756 aoffset = 0xF0
768 if ctxt.Autosize > aoffset {
807 q1.To.Offset = int64(-aoffset)
809 q1.Spadj = aoffset
920 aoffset = ctxt.Autosize
922 if aoffset > 0xF0 {
923 aoffset = 0xF
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pre_big.cpp 174 Word16 aOffset;
188 aOffset = 2 * MP1;
192 aOffset = 0;
198 Weight_Ai(&A_t[aOffset], g1, Ap1);
199 Weight_Ai(&A_t[aOffset], gamma2, Ap2);
204 aOffset = add(aOffset, MP1, pOverflow);
  /external/deqp/framework/randomshaders/
rsgBinaryOps.cpp 307 T aOffset = GetRandom()(random, T(-8), T(8));
309 aMin = dstMin+aOffset;
312 bMin = -aOffset;
313 bMax = -aOffset+(rangeLen-subRangeLen);
357 T aOffset = GetRandom()(random, T(-8), T(8));
359 aMin = dstMin+aOffset;
362 bMin = aOffset-(rangeLen-subRangeLen);
363 bMax = aOffset;
  /external/libvncserver/test/
tjunittest.c 149 int aoffset=alphaOffset[pf]; local
165 a=aoffset>=0? buf[index*ps+aoffset]:0xFF;
  /external/libjpeg-turbo/java/
TJUnitTest.java 158 int aoffset = alphaOffset[pf]; local
216 if (aoffset >= 0)
217 buf[index + aoffset] = (byte)255;
310 int aoffset = alphaOffset[pf]; local
359 byte a = aoffset >= 0 ? buf[index + aoffset] : (byte)255;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
plist.go 70 a.Aoffset = int32(p.From.Offset)
objfile.go 448 w.writeInt(int64(a.Aoffset))
571 offs = a.Aoffset
581 offs = a.Aoffset + int32(ctxt.FixedFrameSize())
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
plist.go 70 a.Aoffset = int32(p.From.Offset)
objfile.go 448 w.writeInt(int64(a.Aoffset))
571 offs = a.Aoffset
581 offs = a.Aoffset + int32(ctxt.FixedFrameSize())
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
link.go 163 Aoffset int32
objfile.go 368 Aoffset: r.readInt32(),
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
link.go 163 Aoffset int32
objfile.go 368 Aoffset: r.readInt32(),
  /external/libjpeg-turbo/
tjunittest.c 186 int aoffset=alphaOffset[pf]; local
232 a=aoffset>=0? buf[index*ps+aoffset]:0xFF;
  /prebuilts/go/darwin-x86/api/
go1.6.txt 196 pkg image, method (*NYCbCrA) AOffset(int, int) int
  /prebuilts/go/linux-x86/api/
go1.6.txt 196 pkg image, method (*NYCbCrA) AOffset(int, int) int
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 557 size_t aOffset;
591 - (attrib->aOffset + attrib->aSize)));
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-x.c 1220 double angle=0.0, aoffset=0.0, maxDist, dist; local
1992 double angle=0.0, aoffset=0.0, maxDist, dist; local
    [all...]
rpng2-win.c 971 double angle=0.0, aoffset=0.0, maxDist, dist; local
    [all...]

Completed in 731 milliseconds

1 2 3