Home
last modified time | relevance | path

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

12

/system/extras/tests/sdcard/
Dsdcard_perf_test.cpp307 size_t left = testCase->dataSize(); in readData() local
309 while (left > 0) in readData()
314 if (chunk_size > left) in readData()
316 chunk_size = left; in readData()
317 left = 0; in readData()
321 left -= chunk_size; in readData()
378 size_t left = size; in testRead() local
379 while (left > 0) in testRead()
381 if (chunk_size > left) in testRead()
383 chunk_size = left; in testRead()
[all …]
/system/extras/libfec/
Dfec_process.cpp70 size_t left = count; in process() local
83 check(left > 0); in process()
94 if (info[i].count > left) { in process()
95 info[i].count = left; in process()
109 left -= info[i].count; in process()
112 check(left == 0); in process()
Dfec_read.cpp252 size_t left = count; in ecc_read() local
256 while (left > 0) { in ecc_read()
265 if (copy > left) { in ecc_read()
266 copy = left; in ecc_read()
272 left -= copy; in ecc_read()
304 size_t left = count; in verity_read() local
310 while (left > 0) { in verity_read()
386 if (copy > left) { in verity_read()
387 copy = left; in verity_read()
393 left -= copy; in verity_read()
/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/audio_utils/include/audio_utils/
Dminifloat.h41 static inline gain_minifloat_packed_t gain_minifloat_pack(gain_minifloat_t left, in gain_minifloat_pack() argument
44 return (right << 16) | left; in gain_minifloat_pack()
Dprimitives.h999 int32_t mulAddRL(int left, uint32_t inRL, uint32_t vRL, int32_t a) in mulAddRL() argument
1003 if (left) { in mulAddRL()
1016 if (left) { in mulAddRL()
1028 int32_t mulRL(int left, uint32_t inRL, uint32_t vRL) in mulRL() argument
1032 if (left) { in mulRL()
1045 if (left) { in mulRL()
/system/core/base/
Dfile.cpp63 size_t left = content.size(); in WriteStringToFd() local
64 while (left > 0) { in WriteStringToFd()
65 ssize_t n = TEMP_FAILURE_RETRY(write(fd, p, left)); in WriteStringToFd()
70 left -= n; in WriteStringToFd()
/system/bt/stack/mcap/
Dmca_dsm.c220 UINT8 left; in mca_dep_free_mdl() local
243 left = max - count; in mca_dep_free_mdl()
244 return left; in mca_dep_free_mdl()
/system/core/liblog/
Dlogprint.c993 static struct timespec *sumTimespec(struct timespec *left, in sumTimespec() argument
996 left->tv_nsec += right->tv_nsec; in sumTimespec()
997 left->tv_sec += right->tv_sec; in sumTimespec()
998 if (left->tv_nsec >= (long)NS_PER_SEC) { in sumTimespec()
999 left->tv_nsec -= NS_PER_SEC; in sumTimespec()
1000 left->tv_sec += 1; in sumTimespec()
1002 return left; in sumTimespec()
1006 struct timespec *left, in subTimespec() argument
1009 result->tv_nsec = left->tv_nsec - right->tv_nsec; in subTimespec()
1010 result->tv_sec = left->tv_sec - right->tv_sec; in subTimespec()
/system/core/logwrapper/
Dlogwrap.c566 size_t left = opts[i].opt_input.input_len; in android_fork_execvp_ext() local
568 while (left > 0) { in android_fork_execvp_ext()
570 TEMP_FAILURE_RETRY(write(parent_ptty, input, left)); in android_fork_execvp_ext()
574 left -= res; in android_fork_execvp_ext()
/system/media/camera/docs/
Dhtml.mako30 ….kind { color: #eeeeee; font-size: 1.2em; font-weight: bold; padding-left: 1.5em; background-color…
42 td,th { border: 1px solid; border-color: #aaaaaa; padding-left: 0.5em; padding-right: 0.5em }
56 ….entry_name { color: #333333; padding-left:1.0em; font-size:1.1em; font-family: monospace; vertica…
62 .entry_type_visibility { font-weight: bolder; padding-left:1em}
71 .entry ul { margin: 0 0 0 0; list-style-position: inside; padding-left: 0.5em; }
80 text-align: center; font-size: 1.1em; margin-left: 0em; margin-right: 0em; }
Dcamera_device_info.mako40 optional int32 left = 1;
Dcamera_device_info.proto40 optional int32 left = 1; field
/system/tools/aidl/
Dast_cpp.cpp305 Assignment::Assignment(const std::string& left, const std::string& right) in Assignment() argument
306 : Assignment(left, new LiteralExpression{right}) {} in Assignment()
308 Assignment::Assignment(const std::string& left, AstNode* right) in Assignment() argument
309 : lhs_(left), in Assignment()
Dast_cpp.h261 Assignment(const std::string& left, const std::string& right);
262 Assignment(const std::string& left, AstNode* right);
/system/core/liblog/tests/
Dliblog_test.cpp948 const char *left = data; in TEST() local
950 while (*left && *right && (*left == *right)) { in TEST()
951 ++left; in TEST()
955 if (max_len <= (left - data)) { in TEST()
956 max_len = left - data + 1; in TEST()
1065 const char *left = data; in TEST() local
1067 while (*left && *right && (*left == *right)) { in TEST()
1068 ++left; in TEST()
1072 if (max_len <= (left - data)) { in TEST()
1073 max_len = left - data + 1; in TEST()
/system/sepolicy/
Dkernel.te89 # program was left in the kernel domain and is now trying to execute
/system/core/include/system/
Dwindow.h66 int32_t left; member
/system/media/audio_utils/
DDoxyfile.orig59 # left blank the current directory will be used.
108 # text. Otherwise, the brief description is used as-is. If left blank, the
138 # Stripping is only done if one of the specified strings matches the left-hand
140 # If left blank the directory from which doxygen is run is used as the path to
151 # header file to include in order to use a class. If left blank only the name of
662 # tag is left empty.
731 # messages should be written. If left blank the output is written to standard
759 # *.h) to filter out the source-files in the directories. If left blank the
818 # *.h) to filter out the source-files in the directories. If left blank all
1021 # each generated HTML page. If the tag is left blank doxygen will generate a
[all …]
DDoxyfile59 # left blank the current directory will be used.
108 # text. Otherwise, the brief description is used as-is. If left blank, the
138 # Stripping is only done if one of the specified strings matches the left-hand
140 # If left blank the directory from which doxygen is run is used as the path to
151 # header file to include in order to use a class. If left blank only the name of
662 # tag is left empty.
731 # messages should be written. If left blank the output is written to standard
759 # *.h) to filter out the source-files in the directories. If left blank the
818 # *.h) to filter out the source-files in the directories. If left blank all
1021 # each generated HTML page. If the tag is left blank doxygen will generate a
[all …]
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h330 uint32_t left;
/system/bt/audio_a2dp_hw/
Daudio_a2dp_hw.c811 static int out_set_volume(struct audio_stream_out *stream, float left, in out_set_volume() argument
815 UNUSED(left); in out_set_volume()

12