HomeSort by relevance Sort by last modified time
    Searched refs:odds (Results 1 - 4 of 4) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 140 vadduhm v23, v23, v25 ;# Ro = odds
143 vsrh v23, v23, v19 ;# v16 v17 = evens, odds
variance_subpixel_altivec.asm 116 vadduhm v23, v23, v25 ;# Ro = odds
119 vsrh v23, v23, v19 ;# v16 v17 = evens, odds
filter_altivec.asm 63 vadduhm \Ro, \Ro, \TMP ;# Ro = odds
82 vsrh v17, v17, v7 ;# v16 v17 = evens, odds
104 vsrh v22, v22, v19 ;# v16 v17 = evens, odds
  /external/toybox/toys/pending/
fdisk.c 456 int i = 0, len = strlen(disk_device), odds = 0; local
482 odds = secs %(ONE_K/g_sect_size);
492 blocks,odds?'+':' ', p->sys_ind, get_type(p->sys_ind));
    [all...]

Completed in 93 milliseconds