Searched defs:boffset (Results 1 - 11 of 11) sorted by relevance

/external/owasp/sanitizer/src/main/org/owasp/html/
H A DStrings.java76 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);
75 regionMatchesIgnoreCase( CharSequence a, int aoffset, CharSequence b, int boffset, int n) argument
/external/chromium_org/third_party/libjpeg_turbo/
H A Djpegut.c45 int roffset=(flags&TJ_BGR)?2:0, goffset=1, boffset=(flags&TJ_BGR)?0:2, i, local
47 if(flags&TJ_ALPHAFIRST) {roffset++; goffset++; boffset++;}
58 buf[(w*i+j)*ps+boffset]=255;
78 int roffset=(flags&TJ_BGR)?2:0, goffset=1, boffset=(flags&TJ_BGR)?0:2, i, local
93 int roffset=(flags&TJ_BGR)?2:0, goffset=1, boffset=(flags&TJ_BGR)?0:2, i, local
95 if(flags&TJ_ALPHAFIRST) {roffset++; goffset++; boffset++;}
105 b=buf[(w*i+j)*ps+boffset];
123 b=buf[(w*i+j)*ps+boffset];
146 if(buf[(w*i+j)*ps+boffset]<253) return 0;
151 if(buf[(w*i+j)*ps+boffset]>
[all...]
H A Dtjunittest.c90 int boffset=tjBlueOffset[pf]; local
122 buf[index*ps+boffset]=255;
161 int boffset=tjBlueOffset[pf]; local
177 b=buf[index*ps+boffset];
227 buf[(row*w+col)*ps+goffset], buf[(row*w+col)*ps+boffset]);
/external/bison/lib/
H A Dlbitset.c575 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);
H A Debitset.c573 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);
/external/oprofile/libpp/
H A Dcallgraph_container.cpp131 : pc(p), profile(pr), b(bfd), boffset(boff), image(iid),
145 if (start > boffset) {
147 caller_to_key(start - boffset),
148 caller_to_key(end - boffset));
184 get_symbol_by_filepos(b, boffset, off, i);
189 callee_end = bfdsym->size() + bfdsym->filepos() - boffset;
209 << " offset " << boffset << " app "
241 u32 boffset; member in class:__anon28442::call_data
/external/fio/
H A Dio_u.c1400 uint64_t boffset; local
1408 boffset = io_u->offset;
1417 offset = (io_u->start_time.tv_usec ^ boffset) & 511;
1421 memcpy(p + offset, &boffset, sizeof(boffset));
1426 boffset += 512;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1186 int boffset = b_mi_row / 2 * cm->mb_cols + local
1189 d16[j] = cpi->source_diff_var + offset + boffset;
H A Dvp9_rdopt.c1823 int boffset = 2 * (b_width_log2(BLOCK_64X64) - MIN(b_height_log2(bsize), local
1825 step_param = MAX(step_param, boffset);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c2425 int boffset = 2 * (b_width_log2(BLOCK_64X64) - MIN(b_height_log2(bsize), local
2427 step_param = MAX(step_param, boffset);
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...

Completed in 324 milliseconds