Home
last modified time | relevance | path

Searched refs:boffset (Results 1 – 8 of 8) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DSuballocatedIntVector.java474 int boffset=index&m_MASK; in indexOf() local
482 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() local
531 for(int offset=boffset; offset>=0; --offset) in lastIndexOf()
534 boffset=0; // after first in lastIndexOf()
/external/owasp/sanitizer/src/main/org/owasp/html/
DStrings.java76 CharSequence a, int aoffset, CharSequence b, int boffset, int n) { in regionMatchesIgnoreCase() argument
77 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()
/external/libjpeg-turbo/
Dtjunittest.c107 int boffset = tjBlueOffset[pf]; in initBuf() local
146 buf[index * ps + boffset] = 255; in initBuf()
188 int boffset = tjBlueOffset[pf]; in checkBuf() local
195 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() local
719 buf[row * pitch + i * ps + boffset] = b; in initBitmap()
731 int boffset = tjBlueOffset[pf]; in cmpBitmap() local
762 buf[row * pitch + i * ps + boffset] != b) in cmpBitmap()
[all …]
/external/python/cffi/c/
D_cffi_backend.c4879 Py_ssize_t boffset, i, nb_fields, boffsetmax, alignedsize, boffsetorg; in b_complete_struct_or_union() local
4918 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 …]
/external/libaom/libaom/av1/encoder/
Dmotion_search_facade.c84 int boffset = in av1_single_motion_search() local
87 step_param = AOMMAX(step_param, boffset); in av1_single_motion_search()
/external/owasp/sanitizer/distrib/lib/
Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/ ...
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c2541 const int boffset = in single_motion_search() local
2544 step_param = VPXMAX(step_param, boffset); in single_motion_search()
Dvp9_encodeframe.c2458 int boffset = b_mi_row / 2 * cm->mb_cols + b_mi_col / 2; in set_source_var_based_partition() local
2460 d16[j] = cpi->source_diff_var + offset + boffset; in set_source_var_based_partition()