repo.or.cz
/
nasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rbtree: add rb_search_exact()
[nasm.git]
/
test
/
br3392586.asm
blob
6a342369c102c3c1a8fc74b75639de9f28052056
1
bits
32
2
%
define CACHE_SIZE
32
3
%
define MAXHEIGHT
1024
4
%
define DPS_MAXSPANS MAXHEIGHT
+
1
5
%
define spanpackage_t_size
32
6
%
define SPAN_SIZE
(((
DPS_MAXSPANS
+
1
+ ((
CACHE_SIZE
-
1
) /
spanpackage_t_size
)) +
1
) *
spanpackage_t_size
)
7
D_PolysetDraw:
8
sub
esp
,
SPAN_SIZE