Searched refs:SLOP (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libast/vmalloc/ |
H A D | vmtrace.c | 121 #define SLOP 64 macro 155 { if((bufp + strlen(file) + SLOP) >= endbuf) 164 n = endbuf - bufp - SLOP - 3;
|
H A D | vmdebug.c | 112 #define SLOP 64 /* enough for a message and an int */ macro 164 if((s = DBFILE(data)) && (bufp + strlen(s) + SLOP) < endbuf) 172 if(file && file[0] && line > 0 && (bufp + strlen(file) + SLOP) < endbuf)
|
/ast/src/lib/libvcodex/Vcdelta/ |
H A D | vcdelta.c | 27 #define SLOP 64 /* max overhead space needed for output */ macro 277 if(!(output = vcbuffer(vc, NIL(Vcchar_t*), 3*(ntar+SLOP), 0)) ) 279 vcd->data = &data; vcioinit(&data, output+SLOP, ntar); 280 vcd->inst = &inst; vcioinit(&inst, vcionext(&data)+ntar, ntar+SLOP); 281 vcd->addr = &addr; vcioinit(&addr, vcionext(&inst)+ntar+SLOP, ntar+SLOP); 310 vcioinit(&data, output, d+i+a+SLOP);
|
Completed in 31 milliseconds