OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bmax
(Results
1 - 9
of
9
) sorted by null
/external/jdiff/src/jdiff/
DiffMyers.java
120
int bmin = bmid,
bmax
= bmid; // Limits of bottom-up search.
local
158
if (odd && bmin <= d && d <=
bmax
&& bd[bdiagoff + d] <= fd[fdiagoff + d])
170
if (
bmax
< dmax)
171
bd[bdiagoff + ++
bmax
+ 1] = Integer.MAX_VALUE;
173
--
bmax
;
174
for (d =
bmax
; d >= bmin; d -= 2)
243
for (d =
bmax
; d >= bmin; d -= 2)
/external/bison/src/
vcg.h
875
int
bmax
;
member in struct:graph
[
all
...]
vcg.c
120
g->
bmax
= G_BMAX;
825
if (g->
bmax
!= G_BMAX)
826
fprintf (fout, "\tbmax:\t%d\n", g->
bmax
);
/external/qemu/
console.c
[
all
...]
console.h
133
uint8_t rmax, gmax,
bmax
, amax;
member in struct:PixelFormat
vnc-android.c
[
all
...]
vnc.c
[
all
...]
/external/qemu/hw/
goldfish_fb.c
176
pf->bbits, pf->bmask, pf->bshift, pf->
bmax
);
/external/libxml2/
xmlschemas.c
[
all
...]
Completed in 336 milliseconds