Searched refs:boffset (Results 1 – 8 of 8) 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()
107 int boffset = tjBlueOffset[pf]; in initBuf() local146 buf[index * ps + boffset] = 255; in initBuf()188 int boffset = tjBlueOffset[pf]; in checkBuf() local195 if (pf == TJPF_GRAY) roffset = goffset = boffset = 0; in checkBuf()230 b = buf[index * ps + boffset]; in checkBuf()269 buf[(row * w + col) * ps + boffset]); in checkBuf()697 int boffset = tjBlueOffset[pf]; in initBitmap() local719 buf[row * pitch + i * ps + boffset] = b; in initBitmap()731 int boffset = tjBlueOffset[pf]; in cmpBitmap() local762 buf[row * pitch + i * ps + boffset] != b) in cmpBitmap()[all …]
4879 Py_ssize_t boffset, i, nb_fields, boffsetmax, alignedsize, boffsetorg; in b_complete_struct_or_union() local4918 boffset = 0; /* this number is in *bits*, not bytes! */ in b_complete_struct_or_union()4956 boffset = 0; /* reset each field at offset 0 */ in b_complete_struct_or_union()4991 boffsetorg = (boffset + falignorg*8-1) & ~(falignorg*8-1); /*bits!*/ in b_complete_struct_or_union()4992 boffset = (boffset + falign*8-1) & ~(falign*8-1); /* bits! */ in b_complete_struct_or_union()4993 if (boffsetorg != boffset) { in b_complete_struct_or_union()5000 if (detect_custom_layout(ct, sflags, boffset / 8, foffset, in b_complete_struct_or_union()5004 boffset = foffset * 8; in b_complete_struct_or_union()5018 boffset / 8 + cfsrc->cf_offset, in b_complete_struct_or_union()5031 boffset / 8, bs_flag, -1, fflags); in b_complete_struct_or_union()[all …]
84 int boffset = in av1_single_motion_search() local87 step_param = AOMMAX(step_param, boffset); in av1_single_motion_search()
META-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/ ...
2541 const int boffset = in single_motion_search() local2544 step_param = VPXMAX(step_param, boffset); in single_motion_search()
2458 int boffset = b_mi_row / 2 * cm->mb_cols + b_mi_col / 2; in set_source_var_based_partition() local2460 d16[j] = cpi->source_diff_var + offset + boffset; in set_source_var_based_partition()