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

  /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/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/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]);
  /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...]
  /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/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /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...]
  /external/jemalloc/bin/
jeprof.in     [all...]

Completed in 533 milliseconds