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

  /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);
  /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...]
  /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...]
  /external/libjpeg-turbo/
tjunittest.c 186 int aoffset=alphaOffset[pf]; local
232 a=aoffset>=0? buf[index*ps+aoffset]:0xFF;
  /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...]
  /prebuilts/go/darwin-x86/src/time/
time_test.go 663 aname, aoffset := a.Zone()
665 return a.Equal(b) && aoffset == boffset && aname == bname
    [all...]
  /prebuilts/go/linux-x86/src/time/
time_test.go 663 aname, aoffset := a.Zone()
665 return a.Equal(b) && aoffset == boffset && aname == bname
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlobj.h 1455 UINT aoffset[1]; member in struct:_IDA
    [all...]

Completed in 284 milliseconds