Searched refs:ptr_temp (Results 1 – 2 of 2) sorted by relevance
172 Word16 *ptr_temp; in ets_to_wmf() local216 ptr_temp = &ets_input_ptr[0]; in ets_to_wmf()220 accum = (UWord8) * (ptr_temp++) << 7; in ets_to_wmf()221 accum |= (UWord8) * (ptr_temp++) << 6; in ets_to_wmf()222 accum |= (UWord8) * (ptr_temp++) << 5; in ets_to_wmf()223 accum |= (UWord8) * (ptr_temp++) << 4; in ets_to_wmf()224 accum |= (UWord8) * (ptr_temp++) << 3; in ets_to_wmf()225 accum |= (UWord8) * (ptr_temp++) << 2; in ets_to_wmf()226 accum |= (UWord8) * (ptr_temp++) << 1; in ets_to_wmf()227 accum |= (UWord8) * (ptr_temp++); in ets_to_wmf()[all …]
147 Word16 *ptr_temp; in ets_to_if2() local202 ptr_temp = &ets_input_ptr[4]; in ets_to_if2()208 accum = (UWord8) * (ptr_temp++); in ets_to_if2()209 accum |= (UWord8) * (ptr_temp++) << 1; in ets_to_if2()210 accum |= (UWord8) * (ptr_temp++) << 2; in ets_to_if2()211 accum |= (UWord8) * (ptr_temp++) << 3; in ets_to_if2()212 accum |= (UWord8) * (ptr_temp++) << 4; in ets_to_if2()213 accum |= (UWord8) * (ptr_temp++) << 5; in ets_to_if2()214 accum |= (UWord8) * (ptr_temp++) << 6; in ets_to_if2()215 accum |= (UWord8) * (ptr_temp++) << 7; in ets_to_if2()[all …]