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

/haiku-buildtools/legacy/gcc/gcc/
H A Dvmsconfig.com59 targ := LINE_BEGIN & '#include' & SPAN(ASCII(32)+ASCII(9))
243 SPAN("abcdefghijklmnopqrstuvwxyz_ABCDEFGHIJKLMNOPQRSTUVWXYZ#~0123456789")
270 pat_replace (SPAN(" "), LINE_END);
321 IF (pat_replace ("stamp-objlist" & (SPAN(" ")|LINE_END), " ") > 0) THEN
325 pat_replace ("Makefile" & (SPAN(" ")|LINE_END), " ");
327 pat_replace ("." & ("o"|"c"|"y") & ((SPAN(" ")&LINE_END)|LINE_END), LINE_END);
328 pat_replace ("." & ("o"|"c"|"y") & SPAN(" "), ",");
329 pat_replace (".h" & (SPAN(" ")|LINE_END), ".h,");
331 pat_replace ("," & ((SPAN(" ")&LINE_END)|LINE_END), LINE_END);
333 pat_replace (SPAN(" "), LINE_EN
[all...]
/haiku-buildtools/gcc/zlib/examples/
H A Dzran.c9 its entirety, and an index built with access points about every SPAN bytes
11 be read randomly, having to decompress on the average SPAN/2 uncompressed
57 #define SPAN 1048576L /* desired distance between access points */ macro
369 len = build_index(in, SPAN, &index);
/haiku-buildtools/binutils/zlib/examples/
H A Dzran.c14 its entirety, and an index built with access points about every SPAN bytes
16 be read randomly, having to decompress on the average SPAN/2 uncompressed
62 #define SPAN 1048576L /* desired distance between access points */ macro
374 len = build_index(in, SPAN, &index);

Completed in 55 milliseconds