HomeSort by relevance Sort by last modified time
    Searched defs:shift_by (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm_utils_bstream.c 430 uint32_t shift_by=0; local
445 shift_by = total_bits - 32;
446 data.word[0] = (data.word[0] << shift_by) | ( data.word[1] >> (32 - shift_by));
447 //total_bits -= shift_by;/* BUG */
451 shift_by = 32 - total_bits;
452 data.word[0] = data.word[0] >> shift_by;
  /hardware/qcom/display/msm8998/sdm/libs/hwc/
hwc_display_external_test.cpp 427 uint32_t shift_by = 0; local
437 shift_by = 2;
484 color_value = (start_color_val + (((loop_width + 1) % ramp_width) * step_size)) << shift_by;
  /external/valgrind/none/tests/ppc32/
test_dfp2.c 509 unsigned int shift_by; local
536 shift_by = test_group.targs[i].frb_idx;
552 (*func)(shift_by);
559 test_group.op, shift_by, *((unsigned long long *)(&res)));
563 u0x, test_group.op, shift_by,

Completed in 510 milliseconds