Searched refs:left (Results 1 - 12 of 12) sorted by relevance

/system/core/sh/
H A Darith.y63 %left ARITH_OR
64 %left ARITH_AND
65 %left ARITH_BOR
66 %left ARITH_BXOR
67 %left ARITH_BAND
68 %left ARITH_EQ ARITH_NE
69 %left ARITH_LT ARITH_GT ARITH_GE ARITH_LE
70 %left ARITH_LSHIFT ARITH_RSHIFT
71 %left ARITH_ADD ARITH_SUB
72 %left ARITH_MU
[all...]
/system/extras/tests/sdcard/
H A Dsdcard_perf_test.cpp301 size_t left = testCase->dataSize(); local
303 while (left > 0)
308 if (chunk_size > left)
310 chunk_size = left;
311 left = 0;
315 left -= chunk_size;
372 size_t left = size; local
373 while (left > 0)
375 if (chunk_size > left)
377 chunk_size = left;
434 size_t left = testCase->dataSize(); local
[all...]
/system/media/opensles/tests/sandbox/
H A Dintbufq.c51 short left; member in struct:__anon270
152 sine[i].left = sin((float) (i / (sr / hz)) * pi2 ) * 32000.0;
153 sine[i].right = sine[i].left;
156 square[i].left = (i % (unsigned) (sr / hz)) < 50 ? 32767 : -32768;
157 square[i].right = square[i].left;
160 sawtooth[i].left = ((((int) (i % (unsigned) (sr / hz))) - 50) / 100.0) * 60000.0 - 30000.0;
161 sawtooth[i].right = sawtooth[i].left;
164 half[i].left = sine[i].left;
/system/core/libpixelflinger/
H A Dtrap.cpp216 if (l < GGLint(c->state.scissor.left)) {
217 xstart += TRI_FROM_INT(c->state.scissor.left-l);
218 l = GGLint(c->state.scissor.left);
281 if (l < GGLint(c->state.scissor.left)) {
282 xstart += TRI_FROM_INT(c->state.scissor.left-l);
283 l = GGLint(c->state.scissor.left);
424 if (l < GGLint(c->state.scissor.left))
425 l = GGLint(c->state.scissor.left);
544 const int32_t minx = max(bminx, c->state.scissor.left);
719 triangle_sweep_edges( Edge* left, argument
987 AAEdge* left = &edges[0]; local
[all...]
H A Draster.cpp76 if (xd < GGLint(c->state.scissor.left)) {
77 GGLint offset = GGLint(c->state.scissor.left) - xd;
78 xd = GGLint(c->state.scissor.left);
125 // might be right to left
H A Dclear.cpp99 const uint32_t l = c->state.scissor.left;
H A Dpixelflinger.cpp603 c->state.scissor.left = max(0, l);
608 c->state.scissor.left = 0;
/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
H A Dipc_event.c418 S32 left; local
424 left = recvfrom(pIpcEventChild->STA_socket, buf, sizeof(buf), MSG_DONTWAIT,
426 if (left < 0)
435 while (left >= sizeof(*h))
441 if (len > left || plen < 0) {
442 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IpcEvent_Handle_STA_Event - Malformed netlink message: len=%d left=%d plen=%d",
443 len, left, plen);
455 left -= len;
459 if (left > 0)
462 left);
[all...]
/system/media/opensles/libopensles/
H A DIOutputMixExt.c29 short left; member in struct:__anon192
244 mixBuffer->left += (short) (source->left * track->mGains[0]);
250 mixBuffer->left += source->left;
258 mixBuffer->left = (short) (source->left * track->mGains[0]);
/system/core/debuggerd/
H A Dunwind-arm.c250 int n, left, right; local
255 left = 0;
260 n = (left + right) / 2;
269 if (n == left)
276 left = n + 1;
/system/media/opensles/tests/automated/
H A DBufferQueue_test.cpp38 short left; member in struct:__anon267
142 stereoBuffer1[i].left = pcm;
/system/core/include/private/pixelflinger/
H A Dggl_context.h310 uint32_t left; member in struct:android::scissor_t

Completed in 2352 milliseconds