Home
last modified time | relevance | path

Searched refs:left (Results 1 – 17 of 17) sorted by relevance

/system/core/sh/
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_MUL ARITH_DIV ARITH_REM
[all …]
DTOUR99 which call error when there is no memory left. It also defines a
/system/extras/tests/sdcard/
Dsdcard_perf_test.cpp301 size_t left = testCase->dataSize(); in readData() local
303 while (left > 0) in readData()
308 if (chunk_size > left) in readData()
310 chunk_size = left; in readData()
311 left = 0; in readData()
315 left -= chunk_size; in readData()
372 size_t left = size; in testRead() local
373 while (left > 0) in testRead()
375 if (chunk_size > left) in testRead()
377 chunk_size = left; in testRead()
[all …]
/system/media/wilhelm/tests/sandbox/
Dintbufq.c52 short left; member
153 sine[i].left = sin((float) (i / (sr / hz)) * pi2 ) * 32000.0; in main()
154 sine[i].right = sine[i].left; in main()
157 square[i].left = (i % (unsigned) (sr / hz)) < 50 ? 32767 : -32768; in main()
158 square[i].right = square[i].left; in main()
161 sawtooth[i].left = ((((int) (i % (unsigned) (sr / hz))) - 50) / 100.0) * 60000.0 - 30000.0; in main()
162 sawtooth[i].right = sawtooth[i].left; in main()
165 half[i].left = sine[i].left; in main()
/system/core/libpixelflinger/
Dtrap.cpp216 if (l < GGLint(c->state.scissor.left)) { in aa_nice_pointx()
217 xstart += TRI_FROM_INT(c->state.scissor.left-l); in aa_nice_pointx()
218 l = GGLint(c->state.scissor.left); in aa_nice_pointx()
281 if (l < GGLint(c->state.scissor.left)) { in aa_pointx()
282 xstart += TRI_FROM_INT(c->state.scissor.left-l); in aa_pointx()
283 l = GGLint(c->state.scissor.left); in aa_pointx()
424 if (l < GGLint(c->state.scissor.left)) in recti()
425 l = GGLint(c->state.scissor.left); in recti()
544 const int32_t minx = max(bminx, c->state.scissor.left); in trianglex_small()
719 triangle_sweep_edges( Edge* left, in triangle_sweep_edges() argument
[all …]
Draster.cpp76 if (xd < GGLint(c->state.scissor.left)) { in ggl_copyPixels()
77 GGLint offset = GGLint(c->state.scissor.left) - xd; in ggl_copyPixels()
78 xd = GGLint(c->state.scissor.left); in ggl_copyPixels()
Dclear.cpp99 const uint32_t l = c->state.scissor.left; in ggl_clear()
Dpixelflinger.cpp603 c->state.scissor.left = max(0, l); in ggl_set_scissor()
608 c->state.scissor.left = 0; in ggl_set_scissor()
/system/media/wilhelm/src/android/
DAudioTrackProxy.h31 void setVolume(float left, float right) in setVolume() argument
32 { mRaw->setVolume(left, right); } in setVolume()
/system/media/wilhelm/src/itf/
DIOutputMixExt.c29 short left; member
244 mixBuffer->left += (short) (source->left * track->mGains[0]); in IOutputMixExt_FillBuffer()
250 mixBuffer->left += source->left; in IOutputMixExt_FillBuffer()
258 mixBuffer->left = (short) (source->left * track->mGains[0]); in IOutputMixExt_FillBuffer()
/system/core/debuggerd/arm/
Dunwind.c252 int n, left, right; in search_EIT_table() local
257 left = 0; in search_EIT_table()
262 n = (left + right) / 2; in search_EIT_table()
271 if (n == left) in search_EIT_table()
278 left = n + 1; in search_EIT_table()
/system/media/mca/filterfw/java/android/filterfw/core/
DGLFrame.java283 setNativeViewport(rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top); in setViewport()
/system/media/wilhelm/doc/
DDoxyfile39 # where doxygen was started. If left blank the current directory will be used.
84 # If left blank, the following values are used ("$name" is automatically
112 # only done if one of the specified strings matches the left-hand part of
114 # If left blank the directory from which doxygen is run is used as the
122 # If left blank only the name of the header file containing the class
529 # by doxygen. Possible values are YES and NO. If left blank NO is used.
534 # generated by doxygen. Possible values are YES and NO. If left blank
570 # and error messages should be written. If left blank the output is written
596 # and *.h) to filter out the source-files in the directories. If left
605 # If left blank NO is used.
[all …]
/system/core/include/system/
Dwindow.h46 int32_t left; member
/system/media/wilhelm/tests/automated/
DBufferQueue_test.cpp38 short left; member
142 stereoBuffer1[i].left = pcm; in SetUp()
/system/core/include/private/pixelflinger/
Dggl_context.h310 uint32_t left;
/system/media/wilhelm/include/OMXAL/
DOpenMAXAL.h1039 XAuint32 left; member
1584 XAuint32 left; member