Searched refs:boffset (Results 1 – 13 of 13) sorted by relevance
474 int boffset=index&m_MASK; in indexOf() local482 for(int offset=boffset;offset<m_blocksize;++offset) in indexOf()485 boffset=0; // after first in indexOf()490 for(int offset=boffset;offset<maxoffset;++offset) in indexOf()524 int boffset=m_firstFree&m_MASK; in lastIndexOf() local531 for(int offset=boffset; offset>=0; --offset) in lastIndexOf()534 boffset=0; // after first in lastIndexOf()
76 CharSequence a, int aoffset, CharSequence b, int boffset, int n) { in regionMatchesIgnoreCase() argument77 if (aoffset + n > a.length() || boffset + n > b.length()) { return false; } in regionMatchesIgnoreCase()79 char c = a.charAt(aoffset + i), d = b.charAt(boffset + i); in regionMatchesIgnoreCase()
77 int boffset=tjBlueOffset[pf]; in initBuf() local109 buf[index*ps+boffset]=255; in initBuf()148 int boffset=tjBlueOffset[pf]; in checkBuf() local164 b=buf[index*ps+boffset]; in checkBuf()215 buf[(row*w+col)*ps+goffset], buf[(row*w+col)*ps+boffset]); in checkBuf()
77 static const int boffset[BMPPIXELFORMATS]={2, 2, 0, 0, 1, 3}; variable103 dstptr0[boffset[dstformat]]=srcptr0[boffset[srcformat]]; in pixelconvert()154 (*buf)[j*dstpitch+i*ps[f]+boffset[f]]=(unsigned char)(pixel[2]*255/scalefactor); in loadppm()
573 bitset_bindex boffset; in ebitset_list_reverse() local604 boffset = windex * BITSET_WORD_BITS; in ebitset_list_reverse()626 list[count++] = boffset + bcount; in ebitset_list_reverse()629 *next = n_bits - (boffset + bcount); in ebitset_list_reverse()635 boffset -= BITSET_WORD_BITS; in ebitset_list_reverse()642 boffset = eindex * EBITSET_ELT_BITS - BITSET_WORD_BITS; in ebitset_list_reverse()646 *next = n_bits - (boffset + 1); in ebitset_list_reverse()
575 bitset_bindex boffset; in lbitset_list_reverse() local616 boffset = windex * BITSET_WORD_BITS; in lbitset_list_reverse()626 windex--, boffset -= BITSET_WORD_BITS, in lbitset_list_reverse()636 list[count++] = boffset + bcount; in lbitset_list_reverse()639 *next = n_bits - (boffset + bcount); in lbitset_list_reverse()651 boffset = windex * BITSET_WORD_BITS; in lbitset_list_reverse()655 *next = n_bits - (boffset + 1); in lbitset_list_reverse()
92 int boffset=tjBlueOffset[pf]; in initBuf() local146 buf[index*ps+boffset]=255; in initBuf()185 int boffset=tjBlueOffset[pf]; in checkBuf() local231 b=buf[index*ps+boffset]; in checkBuf()286 buf[(row*w+col)*ps+goffset], buf[(row*w+col)*ps+boffset]); in checkBuf()
1398 uint64_t boffset; in small_content_scramble() local1406 boffset = io_u->offset; in small_content_scramble()1415 offset = (io_u->start_time.tv_usec ^ boffset) & 511; in small_content_scramble()1419 memcpy(p + offset, &boffset, sizeof(boffset)); in small_content_scramble()1424 boffset += 512; in small_content_scramble()
157 int boffset = TJ.getBlueOffset(pf); in initBuf() local209 buf[index + boffset] = (byte)255; in initBuf()309 int boffset = TJ.getBlueOffset(pf); in checkBuf() local358 byte b = buf[index + boffset]; in checkBuf()415 int b = buf[pitch * row + col * ps + boffset]; in checkBuf()
165 const int boffset = bid * 36; /* block-hist offset in the work-group */166 const int hid = tid - boffset; /* histogram bin id, (0 - 35) */172 __local float* smem = squares + boffset;
META-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/ ...
2278 int boffset = in single_motion_search() local2281 step_param = VPXMAX(step_param, boffset); in single_motion_search()
1613 int boffset = b_mi_row / 2 * cm->mb_cols + in set_source_var_based_partition() local1616 d16[j] = cpi->source_diff_var + offset + boffset; in set_source_var_based_partition()