OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LINE_SIZE
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
memset.S
52
#define
LINE_SIZE
128
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/webrtc/overrides/webrtc/base/
logging.cc
196
const size_t
LINE_SIZE
= 24;
197
char hex_line[
LINE_SIZE
* 9 / 4 + 2], asc_line[
LINE_SIZE
+ 1];
201
size_t line_len = _min(len,
LINE_SIZE
);
/external/chromium_org/third_party/webrtc/base/
logging.cc
522
const size_t
LINE_SIZE
= 24;
523
char hex_line[
LINE_SIZE
* 9 / 4 + 2], asc_line[
LINE_SIZE
+ 1];
527
size_t line_len = _min(len,
LINE_SIZE
);
/external/chromium_org/third_party/libwebp/dsp/
lossless_sse2.c
422
#define
LINE_SIZE
16 // 8 or 16
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
== 16
[
all
...]
Completed in 568 milliseconds