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

  /external/python/cpython2/Modules/
audioop.c 306 #define SHORTP(cp, i) ((short *)(cp+i))
352 else if ( size == 2 ) val = (int)*SHORTP(cp, i*2);
371 else if ( size == 2 ) val = (int)*SHORTP(cp, i);
397 else if (size == 2) val = (int) *SHORTP(cp, i);
419 else if ( size == 2 ) val = (int)*SHORTP(cp, i);
445 else if ( size == 2 ) val = (int)*SHORTP(cp, i);
657 else if ( size == 2 ) prevval = (int)*SHORTP(cp, 0);
662 else if ( size == 2 ) val = (int)*SHORTP(cp, i);
708 else if ( size == 2 ) prevval = (int)*SHORTP(cp, 0);
713 else if ( size == 2 ) val = (int)*SHORTP(cp, i)
    [all...]
imageop.c 23 #define SHORTP(cp, xmax, x, y) ((short *)(cp+2*(y*xmax+x)))
164 *nsp++ = *SHORTP(cp, x, ix, iy);
211 *nsp++ = *SHORTP(cp, x, oix, oiy);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
imageop.c 23 #define SHORTP(cp, xmax, x, y) ((short *)(cp+2*(y*xmax+x)))
161 *nsp++ = *SHORTP(cp, x, ix, iy);
208 *nsp++ = *SHORTP(cp, x, oix, oiy);

Completed in 204 milliseconds