Searched refs:room (Results 1 - 2 of 2) sorted by relevance

/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c367 * if there is no room for at least 4 nonblanks following a double-space.
372 int prompt_len, room, wlen; local
398 room = width - cur_x;
400 if (wlen > room ||
402 && wlen + 1 + strlen(sp) > room
404 || wlen + 1 + (sp2 - sp) > room))) {
/u-boot/common/
H A Ddlmalloc.c876 long room = sz - s;
883 assert(room >= 0);
884 assert(room < (long)MINSIZE);
1915 split: /* split off extra room in old or expanded chunk */
1974 mchunkptr remainder; /* spare room at end to split off */
2057 next aligned spot -- we've allocated enough total room so that
2089 /* Also give back spare room at the end */
875 long room = sz - s; local

Completed in 98 milliseconds