Searched refs:LINE_SIZE (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dlogging.cc196 const size_t LINE_SIZE = 24; local
197 char hex_line[LINE_SIZE * 9 / 4 + 2], asc_line[LINE_SIZE + 1];
201 size_t line_len = _min(len, LINE_SIZE);
/external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
H A Dmemset.S52 #define LINE_SIZE 128 define
105 mov tmp = LINE_SIZE+1 // for compare
130 and tmp = -(LINE_SIZE), cnt // compute end of range
132 and cnt = (LINE_SIZE-1), cnt // remainder
200 and tmp = -(LINE_SIZE), cnt // compute end of range
202 and cnt = (LINE_SIZE-1), cnt // remainder
/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless_sse2.c422 #define LINE_SIZE 16 // 8 or 16 macro
426 assert(size % LINE_SIZE == 0);
427 for (i = 0; i < size; i += LINE_SIZE) {
430 #if (LINE_SIZE == 16)
436 #if (LINE_SIZE == 16)
442 #if (LINE_SIZE == 16)
451 assert(size % LINE_SIZE == 0);
452 for (i = 0; i < size; i += LINE_SIZE) {
455 #if (LINE_SIZE == 16)
461 #if (LINE_SIZE
473 #undef LINE_SIZE macro
[all...]
/external/webp/src/dsp/
H A Dlossless_sse2.c422 #define LINE_SIZE 16 // 8 or 16 macro
426 assert(size % LINE_SIZE == 0);
427 for (i = 0; i < size; i += LINE_SIZE) {
430 #if (LINE_SIZE == 16)
436 #if (LINE_SIZE == 16)
442 #if (LINE_SIZE == 16)
451 assert(size % LINE_SIZE == 0);
452 for (i = 0; i < size; i += LINE_SIZE) {
455 #if (LINE_SIZE == 16)
461 #if (LINE_SIZE
473 #undef LINE_SIZE macro
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dlogging.cc522 const size_t LINE_SIZE = 24; local
523 char hex_line[LINE_SIZE * 9 / 4 + 2], asc_line[LINE_SIZE + 1];
527 size_t line_len = _min(len, LINE_SIZE);
/external/srec/shared/src/
H A DSessionTypeImpl.c845 const size_t LINE_SIZE = 512; local
884 line = pfgets(line, LINE_SIZE, file);
893 if (LSTRLEN(line) == LINE_SIZE)

Completed in 529 milliseconds