HomeSort by relevance Sort by last modified time
    Searched refs:shift_by (Results 1 - 2 of 2) 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;
  /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 75 milliseconds