OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:N_BITS
(Results
1 - 3
of
3
) sorted by null
/external/pixman/pixman/
pixman-edge-imp.h
50
#if
N_BITS
== 1
65
#if
N_BITS
== 1
83
#if
N_BITS
== 1
136
lxs = RENDER_SAMPLES_X (lx,
N_BITS
);
137
rxs = RENDER_SAMPLES_X (rx,
N_BITS
);
148
ADD_ALPHA (N_X_FRAC(
N_BITS
) - lxs);
152
ADD_ALPHA (N_X_FRAC(
N_BITS
));
164
#if
N_BITS
> 1
165
if (pixman_fixed_frac (y) != Y_FRAC_LAST(
N_BITS
))
169
y += STEP_Y_SMALL(
N_BITS
);
[
all
...]
pixman-edge.c
70
#define
N_BITS
4
102
#undef
N_BITS
109
#define
N_BITS
1
115
#undef
N_BITS
/external/valgrind/main/cachegrind/
cg_branchpred.c
85
#define
N_BITS
(N_HIST_BITS + N_IADD_BITS)
86
#define N_COUNTERS (1 <<
N_BITS
)
Completed in 150 milliseconds