Searched refs:half (Results 1 - 3 of 3) sorted by relevance

/system/media/wilhelm/tests/sandbox/
H A Dintbufq.c66 frame_t half[HALF_FRAMES]; variable
165 half[i].left = sine[i].left;
166 half[i].right = sawtooth[i].right / 2;
197 buffer = half;
198 size = sizeof(half);
/system/core/sh/
H A Dexpand.c1289 int half; local
1294 half = len >> 1;
1296 for (n = half ; --n >= 0 ; ) {
1300 q->next = NULL; /* terminate first half of list */
1301 q = msort(list, half); /* sort first half of list */
1302 p = msort(p, len - half); /* sort second half */
/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp429 #pragma mark Byte/half word extract and extend (ARMv6+ only)...

Completed in 371 milliseconds