Searched refs:shifted (Results 1 - 25 of 60) sorted by relevance

123

/external/unicode/
H A DCVTUTF7.C91 int shifted = 0, needshift = 0, done = 0; local
112 if (needshift && !shifted)
122 shifted = 1;
125 if (shifted)
159 shifted = 0;
184 int shifted = 0, first = 0, wroteone = 0, base64EOF, base64value, done; local
198 if (shifted)
206 shifted = 0;
272 if (!shifted && !done)
276 shifted
[all...]
/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_HuffmanTable.cpp124 pdfium::base::CheckedNumeric<int> shifted; local
125 shifted = FIRSTCODE[i - 1] + LENCOUNT[i - 1];
126 shifted <<= 1;
127 if (!shifted.IsValid())
130 FIRSTCODE[i] = shifted.ValueOrDie();
/external/icu/icu4c/source/test/perf/collationperf/
H A DMakefile.in61 $(INVOKE) ./$(TARGET) -loop 200 -file $(top_srcdir)/extra/uconv/samples/utf8/utf-8-demo.txt -keygen -shifted
/external/libxaac/decoder/armv7/
H A Dixheaacd_shiftrountine_with_rnd_eld.s43 MOVS r10, r4, ASR #0x16 @Right shift by 22 to check the overflow ( is not AAC_ELD right shifted by 21)
48 MOVEQ r4, r4, LSL #9 @shift by 9(hardcoded value) if not AAC_ELD left shifted by 10
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_srgb.c357 LLVMValueRef shifted, shift_val; local
360 shifted = LLVMBuildShl(builder, tmpsrgb[chan], shift_val, "");
361 dst = LLVMBuildOr(builder, dst, shifted, "");
H A Dlp_bld_swizzle.c536 LLVMValueRef shifted; local
543 shifted = LLVMBuildShl(builder, masked,
546 shifted = LLVMBuildLShr(builder, masked,
549 shifted = masked;
552 res = LLVMBuildOr(builder, res, shifted, "");
H A Dlp_bld_format_aos.c226 LLVMValueRef shifted, casted, scaled, masked; local
328 shifted = LLVMBuildLShr(builder, packed, LLVMConstVector(shifts, 4), "");
329 masked = LLVMBuildAnd(builder, shifted, LLVMConstVector(masks, 4), "");
372 LLVMValueRef shifted, casted, scaled, unswizzled; local
433 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), "");
438 LLVMValueRef component = LLVMBuildExtractElement(builder, shifted,
H A Dlp_bld_conv.c891 LLVMValueRef shifted; local
893 shifted = lp_build_shr_imm(&bld, tmp[i], src_shift - 1);
894 tmp[i] = LLVMBuildSub(builder, tmp[i], shifted, "");
/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSE2.cpp105 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); local
108 sum = _mm_add_epi16(sum, shifted);
215 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); local
218 sum = _mm_add_epi16(sum, shifted);
/external/skqp/src/opts/
H A DSkBitmapProcState_opts_SSE2.cpp105 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); local
108 sum = _mm_add_epi16(sum, shifted);
215 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); local
218 sum = _mm_add_epi16(sum, shifted);
/external/python/cpython2/PC/VC6/
H A Drt.bat8 @rem All leading instances of these switches are shifted off, and
/external/python/cpython2/PC/VS7.1/
H A Drt.bat9 rem All leading instances of these switches are shifted off, and
/external/python/cpython2/PC/VS8.0/
H A Drt.bat9 rem All leading instances of these switches are shifted off, and
/external/libavc/common/arm/
H A Dih264_intra_pred_luma_8x8_a9q.s468 @ q1 = q0 shifted to left once
469 @ q2 = q1 shifted to left once
560 @ q1 = q0 shifted to left once
561 @ q2 = q1 shifted to left once
650 @ q1 = q0 shifted to left once
651 @ q2 = q1 shifted to left once
770 @ q1 = q0 shifted to left once
771 @ q2 = q1 shifted to left once
/external/python/cpython2/PC/VS9.0/
H A Drt.bat11 rem All leading instances of these switches are shifted off, and
/external/python/cpython2/PCbuild/
H A Drt.bat11 rem All leading instances of these switches are shifted off, and
/external/python/cpython3/PCbuild/
H A Drt.bat11 rem All leading instances of these switches are shifted off, and
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp493 dst_reg shifted(this, glsl_type::uvec4_type);
495 emit(SHR(shifted, src0, src_reg(shift)));
497 shifted.type = BRW_REGISTER_TYPE_UB;
499 emit(VEC4_OPCODE_MOV_BYTES, f, src_reg(shifted));
515 dst_reg shifted(this, glsl_type::uvec4_type);
517 emit(SHR(shifted, src0, src_reg(shift)));
519 shifted.type = BRW_REGISTER_TYPE_B;
521 emit(VEC4_OPCODE_MOV_BYTES, f, src_reg(shifted));
/external/python/cpython2/Mac/Demo/textedit/
H A Dped.py95 shifted = (modifiers & 0x200)
96 self.ted.TEClick(local, shifted)
/external/libvpx/libvpx/
H A Dvpxdec.c488 const vpx_image_t *shifted,
490 return img->d_w != shifted->d_w || img->d_h != shifted->d_h ||
491 required_fmt != shifted->fmt;
487 img_shifted_realloc_required(const vpx_image_t *img, const vpx_image_t *shifted, vpx_img_fmt_t required_fmt) argument
/external/mesa3d/src/amd/addrlib/core/
H A Daddrelemlib.cpp200 ADDR_FLT_32 shifted; local
229 shifted.f = (scaled.f * 256);
230 truncated = ((shifted.i&0x7FFFFF) + (INT_64)0x800000) << 8;
231 altShift = 126 + 24 + 8 - ((shifted.i>>23)&0xFF);
/external/mesa3d/src/intel/blorp/
H A Dblorp_blit.c281 nir_ssa_def *shifted; local
283 shifted = nir_ishl(b, masked, nir_imm_int(b, src_left_shift));
285 shifted = nir_ushr(b, masked, nir_imm_int(b, -src_left_shift));
288 shifted = masked;
291 return nir_ior(b, dst, shifted);
880 nir_ssa_def *shifted = nir_ishl(b, nir_channel(b, color, i), local
883 dst_chan[dst_idx] = shifted;
885 dst_chan[dst_idx] = nir_ior(b, dst_chan[dst_idx], shifted);
/external/llvm/test/MC/ARM/
H A Dthumb2-diagnostics.s99 @ PC is not valid as shifted-rGPR
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRuleBasedCollator.java574 * Sets the alternate handling for QUATERNARY strength to be either shifted or non-ignorable. See the UCA definition
582 * @param shifted
587 public void setAlternateHandlingShifted(boolean shifted) { argument
589 if(shifted == isAlternateHandlingShifted()) { return; }
591 ownedSettings.setAlternateHandlingShifted(shifted);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DRuleBasedCollator.java591 * Sets the alternate handling for QUATERNARY strength to be either shifted or non-ignorable. See the UCA definition
599 * @param shifted
605 public void setAlternateHandlingShifted(boolean shifted) { argument
607 if(shifted == isAlternateHandlingShifted()) { return; }
609 ownedSettings.setAlternateHandlingShifted(shifted);

Completed in 803 milliseconds

123