Searched refs:N_BITS (Results 1 - 3 of 3) sorted by relevance

/external/pixman/pixman/
H A Dpixman-edge-imp.h50 #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...]
H A Dpixman-edge.c70 #define N_BITS 4 macro
102 #undef N_BITS macro
109 #define N_BITS 1 macro
115 #undef N_BITS macro
/external/valgrind/main/cachegrind/
H A Dcg_branchpred.c85 #define N_BITS (N_HIST_BITS + N_IADD_BITS) macro
86 #define N_COUNTERS (1 << N_BITS)

Completed in 1210 milliseconds