/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);
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
SuballocatedIntVector.java | 474 int boffset=index&m_MASK; local 482 for(int offset=boffset;offset<m_blocksize;++offset) 485 boffset=0; // after first 490 for(int offset=boffset;offset<maxoffset;++offset) 524 int boffset=m_firstFree&m_MASK; local 531 for(int offset=boffset; offset>=0; --offset) 534 boffset=0; // after first
|
/external/libvncserver/test/ |
tjunittest.c | 77 int boffset=tjBlueOffset[pf]; local 109 buf[index*ps+boffset]=255; 148 int boffset=tjBlueOffset[pf]; local 164 b=buf[index*ps+boffset]; 215 buf[(row*w+col)*ps+goffset], buf[(row*w+col)*ps+boffset]);
|
bmp.c | 77 static const int boffset[BMPPIXELFORMATS]={2, 2, 0, 0, 1, 3}; variable 103 dstptr0[boffset[dstformat]]=srcptr0[boffset[srcformat]]; 154 (*buf)[j*dstpitch+i*ps[f]+boffset[f]]=(unsigned char)(pixel[2]*255/scalefactor);
|
/external/bison/lib/ |
ebitset.c | 573 bitset_bindex boffset; local 604 boffset = windex * BITSET_WORD_BITS; 626 list[count++] = boffset + bcount; 629 *next = n_bits - (boffset + bcount); 635 boffset -= BITSET_WORD_BITS; 642 boffset = eindex * EBITSET_ELT_BITS - BITSET_WORD_BITS; 646 *next = n_bits - (boffset + 1);
|
lbitset.c | 575 bitset_bindex boffset; local 616 boffset = windex * BITSET_WORD_BITS; 626 windex--, boffset -= BITSET_WORD_BITS, 636 list[count++] = boffset + bcount; 639 *next = n_bits - (boffset + bcount); 651 boffset = windex * BITSET_WORD_BITS; 655 *next = n_bits - (boffset + 1);
|
/external/libjpeg-turbo/ |
tjunittest.c | 92 int boffset=tjBlueOffset[pf]; local 146 buf[index*ps+boffset]=255; 185 int boffset=tjBlueOffset[pf]; local 231 b=buf[index*ps+boffset]; 286 buf[(row*w+col)*ps+goffset], buf[(row*w+col)*ps+boffset]);
|
turbojpeg.c | 405 #define TORGB(PS, ROFFSET, GOFFSET, BOFFSET) { \ 414 dst[RGB_BLUE]=src[BOFFSET]; \ 465 #define FROMRGB(PS, ROFFSET, GOFFSET, BOFFSET, SETALPHA) { \ 474 dst[BOFFSET]=src[RGB_BLUE]; \ [all...] |
/external/libvncserver/common/ |
turbojpeg.c | 292 #define TORGB(PS, ROFFSET, GOFFSET, BOFFSET) { \ 301 dst[RGB_BLUE]=src[BOFFSET]; \ 352 #define FROMRGB(PS, ROFFSET, GOFFSET, BOFFSET, SETALPHA) { \ 361 dst[BOFFSET]=src[RGB_BLUE]; \
|
/external/libjpeg-turbo/java/ |
TJUnitTest.java | 157 int boffset = TJ.getBlueOffset(pf); local 209 buf[index + boffset] = (byte)255; 309 int boffset = TJ.getBlueOffset(pf); local 358 byte b = buf[index + boffset]; 415 int b = buf[pitch * row + col * ps + boffset]; [all...] |
/external/fio/ |
io_u.c | 1398 uint64_t boffset; local 1406 boffset = io_u->offset; 1415 offset = (io_u->start_time.tv_usec ^ boffset) & 511; 1419 memcpy(p + offset, &boffset, sizeof(boffset)); 1424 boffset += 512; [all...] |
/external/clang/lib/Rewrite/ |
HTMLRewrite.cpp | 40 unsigned BOffset = SM.getFileOffset(B); 51 HighlightRange(R.getEditBuffer(FID), BOffset, EOffset,
|
/frameworks/base/core/java/com/android/internal/widget/ |
ActionBarOverlayLayout.java | 623 final int bOffset = (int) (mActionBarBottom.getHeight() * fOffset); 624 mActionBarBottom.setTranslationY(bOffset);
|
/prebuilts/go/darwin-x86/src/time/ |
time_test.go | 664 bname, boffset := b.Zone() 665 return a.Equal(b) && aoffset == boffset && aname == bname [all...] |
/prebuilts/go/linux-x86/src/time/ |
time_test.go | 664 bname, boffset := b.Zone() 665 return a.Equal(b) && aoffset == boffset && aname == bname [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodeframe.c | 2108 int boffset = b_mi_row \/ 2 * cm->mb_cols + b_mi_col \/ 2; local [all...] |
vp9_rdopt.c | 2369 int boffset = local [all...] |
/prebuilts/misc/linux-x86/bison/ |
bison | |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAG.cpp | [all...] |
/prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.6.0/ |
okio-1.6.0.jar | |
/prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.8.0/ |
okio-1.8.0.jar | |
/prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.9.0/ |
okio-1.9.0.jar | |
/external/jemalloc/bin/ |
jeprof.in | [all...] |
/external/owasp/sanitizer/distrib/lib/ |
owasp-java-html-sanitizer.jar | |