HomeSort by relevance Sort by last modified time
    Searched defs:shift (Results 501 - 525 of 828) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java 459 int shift = 0; local
461 while (shift < 64) {
463 result |= (long)(b & 0x7F) << shift;
467 shift += 7;
  /external/chromium_org/third_party/skia/src/core/
SkScalerContext.cpp 562 int shift = 7; local
563 for (int i = 0; i < leftOverBits; ++i, --shift) {
564 bits |= convert_8_to_1(*src++) << shift;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 55 unsigned int shift; /* relocation shift (0,4,8,16,24,32) */ member in struct:xdf_reloc
193 reloc->shift = value->rshift;
364 YASM_WRITE_8(localbuf, reloc->shift); /* relocation shift */
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_util.js 159 Rect.prototype.shift = function(dx, dy) {
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_util.js 159 Rect.prototype.shift = function(dx, dy) {
  /external/chromium_org/v8/src/arm/
disasm-arm.cc 181 // These shift names are defined in a way to match the native disassembler
188 // Print the register shift operands for the instruction. Generally used for
191 ShiftOp shift = instr->ShiftField(); local
198 if ((instr->RegShiftValue() == 0) && (shift == LSL) && (shift_amount == 0)) {
204 if ((shift == ROR) && (shift_amount == 0)) {
207 } else if (((shift == LSR) || (shift == ASR)) && (shift_amount == 0)) {
234 // Print the optional shift and immediate used by saturating instructions.
236 int shift = instr->Bits(11, 7); local
237 if (shift > 0)
    [all...]
macro-assembler-arm.h 1383 static const int shift = Field::kShift; local
    [all...]
  /external/chromium_org/v8/src/x64/
macro-assembler-x64.h 709 // The src register contains a *positive* smi value. The shift is the
715 SmiIndex SmiToIndex(Register dst, Register src, int shift);
718 SmiIndex SmiToNegativeIndex(Register dst, Register src, int shift);
1046 static const int shift = Field::kShift; local
1060 static const int shift = Field::kShift; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 508 unsigned int shift = _hb_ctz (lookup_mask); local
509 unsigned int alt_index = ((lookup_mask & glyph_mask) >> shift);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
bocu1tst.c 288 int32_t result, m, lead, count, shift; local
339 shift=0;
342 result|=BOCU1_TRAIL_TO_BYTE(m)<<shift;
343 shift+=8;
347 result|=(lead+diff)<<shift;
  /external/jemalloc/include/jemalloc/internal/
arena.h 529 size_t shift = (x < LG_SIZE_CLASS_GROUP + LG_QUANTUM) ? 0 : local
531 size_t grp = shift << LG_SIZE_CLASS_GROUP;
587 size_t shift = (grp == 0) ? 1 : grp; local
588 size_t lg_delta = shift + (LG_QUANTUM-1);
954 unsigned shift, diff, regind;
973 shift = jemalloc_ffs(interval) - 1;
974 diff >>= shift; local
975 interval >>= shift; local
983 * multiply by (2^21 / D) and then right shift by 21 positions.
    [all...]
  /external/libcxxabi/src/Unwind/
Unwind-EHABI.cpp 312 uint32_t shift = 0; local
318 addend |= (v & 0x7f) << shift;
321 shift += 7;
    [all...]
  /external/libhevc/decoder/
ihevcd_boundary_strength.c 315 WORD32 shift; local
316 shift = start_pos_y * 2;
317 /* shift += (((start_pos_x >> 1) & (MAX_CTB_SIZE / ctb_size - 1)) << (log2_ctb_size - 1));
322 shift += ((start_pos_x & 2) << (log2_ctb_size - 2));
323 pu4_vert_bs[start_pos_x >> (7 - log2_ctb_size)] |= (u4_bs << shift);
328 WORD32 shift; local
329 shift = start_pos_x * 2;
330 /* shift += (((start_pos_y >> 1) & (MAX_CTB_SIZE / ctb_size - 1)) << (log2_ctb_size - 1));
335 shift += ((start_pos_y & 2) << (log2_ctb_size - 2));
336 pu4_horz_bs[start_pos_y >> (7 - log2_ctb_size)] |= (u4_bs << shift);
599 WORD32 shift; local
612 WORD32 shift; local
633 WORD32 shift; local
646 WORD32 shift; local
661 WORD32 shift; local
677 WORD32 shift; local
743 WORD32 shift; local
759 WORD32 shift; local
799 WORD32 shift; local
818 WORD32 shift; local
865 WORD32 shift; local
886 WORD32 shift; local
    [all...]
ihevcd_parse_headers.c 213 WORD32 shift = (1 << (BIT_DEPTH_CHROMA - 1)); local
219 ofst = ((shift * ps_wt_ofst->i2_chroma_weight_l0_cb[i]) >> ps_wt_ofst->i1_chroma_log2_weight_denom);
220 ofst = value - ofst + shift;
229 ofst = ((shift * ps_wt_ofst->i2_chroma_weight_l0_cr[i]) >> ps_wt_ofst->i1_chroma_log2_weight_denom);
230 ofst = value - ofst + shift;
290 WORD32 shift = (1 << (BIT_DEPTH_CHROMA - 1)); local
296 ofst = ((shift * ps_wt_ofst->i2_chroma_weight_l1_cb[i]) >> ps_wt_ofst->i1_chroma_log2_weight_denom);
297 ofst = value - ofst + shift;
306 ofst = ((shift * ps_wt_ofst->i2_chroma_weight_l1_cr[i]) >> ps_wt_ofst->i1_chroma_log2_weight_denom);
307 ofst = value - ofst + shift;
    [all...]
  /external/libpng/contrib/libtests/
makepng.c 271 unsigned int shift = (8 - bit_depth) - (x & 0x7U); local
273 mask <<= shift; local
274 value = (value << shift) & mask;
    [all...]
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp 765 unsigned shift = (shiftHi << 6) | shiftLo; local
824 unsigned shift = fieldFromInstruction(insn, 21, 2); local
1310 unsigned shift = extend & 0x7; local
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 111 // instruction. In all cases the immediate shift amount shift must be in
115 int shift = 0; local
120 shift = 31 - imms;
124 shift = 63 - imms;
127 shift = immr;
130 shift = immr;
133 shift = immr;
136 shift = immr;
140 << ", " << getRegisterName(Op1.getReg()) << ", #" << shift;
    [all...]
  /external/ltrace/
ltrace-elf.c 331 int shift = 0; local
340 result |= (uint64_t)payload << shift;
341 shift += 7;
342 if (shift > size && byte != 0x1)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.c 330 static enum shift_result shift(const struct bezier *orig, function
547 res = shift(b, o, normal_len, threshold);
567 enum shift_result res = shift(b, o, normal_len, threshold);
  /external/mesa3d/src/mesa/main/
pack.c 5359 GLint shift = 0; local
5374 GLint shift = 7; local
    [all...]
  /external/opencv/cv/src/
cvderiv.cpp 557 int shift = ksize - 1, delta = (1 << shift) >> 1; local
568 shift = delta = 0;
665 s0 = CV_DESCALE( s0, shift ); s1 = CV_DESCALE( s1, shift );
678 s0 = (s0 + delta) >> shift;
    [all...]
cvdistransform.cpp 485 const int shift = m*2; local
491 for( i = 0; i < shift; i++ )
494 sat_tab[i] = i - shift;
515 dist = dist + 1 - sat_tab[dist + 1 - d[j] + shift];
  /external/opencv/cxcore/src/
cxarithm.cpp 1865 #undef shift macro
1866 #define shift macro
    [all...]
cxsvd.cpp 535 /* shift from bottom 2x2 minor */
931 /* shift from bottom 2x2 minor */
1414 int shift = w->cols != 1; local
1589 int i, shift = w->cols > 1 ? pix_size : 0; local
    [all...]
  /external/pixman/pixman/
pixman-matrix.c 290 int shift = 32 - count_leading_zeros (hi32divbits); local
291 fixed_64_16_to_int128 (divint, divfrac, &hi, &div, 16 - shift);
293 fixed_64_16_to_int128 (tmp[0][0], tmp[0][1], &hi, &lo, 32 - shift);
297 fixed_64_16_to_int128 (tmp[1][0], tmp[1][1], &hi, &lo, 32 - shift);

Completed in 2054 milliseconds

<<21222324252627282930>>