Lines Matching defs:out
190 assert(s->str != NULL && "out of memory");
209 assert(ret >= 0 && "out of memory");
217 assert(s->str != NULL && "out of memory");
230 string_t out; // display of subcodes for maximum tables size
254 string_free(&g.out);
327 // if we have one already, enlarge it, zero out the appended space
334 assert(vector != NULL && "out of memory");
338 // otherwise we need to make a new vector and zero it out
344 assert(vector != NULL && "out of memory");
377 // if this is a new maximum, update the maximum and clear out the
381 string_clear(&g.out);
394 // print the starting state and the resulting sub-code to g.out
395 string_printf(&g.out, "<%u, %u, %u>:",
399 string_printf(&g.out, " %d[%d]", g.code[bits], bits);
400 string_printf(&g.out, "\n");
460 string_clear(&g.out); // empty saved results
480 fputs(g.out.str, stdout);
503 string_init(&g.out);
547 assert(g.code != NULL && "out of memory");
562 assert(g.num != NULL && "out of memory");
583 assert(g.done != NULL && "out of memory");