Searched refs:resize (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/search/
H A Dhsearch.c11 after resize fails with ENOMEM the state of tab is still usable
41 static int resize(size_t nel, struct hsearch_data *htab) function
111 r = resize(nel, htab);
143 if (!resize(2*htab->__tab->used, htab)) {
/seL4-refos-master/libs/libvterm/include/vterm/
H A Dvterm.h75 int (*resize)(int rows, int cols, void *user); member in struct:__anon650
146 int (*resize)(int rows, int cols, void *user); member in struct:__anon658
157 int (*resize)(int rows, int cols, void *user); member in struct:__anon659
/seL4-refos-master/projects/refos/impl/libs/libvterm/include/vterm/
H A Dvterm.h75 int (*resize)(int rows, int cols, void *user); member in struct:__anon752
146 int (*resize)(int rows, int cols, void *user); member in struct:__anon760
157 int (*resize)(int rows, int cols, void *user); member in struct:__anon761
/seL4-refos-master/libs/libvterm/src/
H A Dvterm.c96 if(vt->parser_callbacks && vt->parser_callbacks->resize)
97 (*vt->parser_callbacks->resize)(rows, cols, vt->cbdata);
H A Dscreen.c495 static int resize(int new_rows, int new_cols, void *user) function
533 if(screen->callbacks && screen->callbacks->resize)
534 return (*screen->callbacks->resize)(new_rows, new_cols, screen->cbdata);
548 .resize = &resize,
H A Dstate.c1406 if(state->callbacks && state->callbacks->resize)
1407 (*state->callbacks->resize)(rows, cols, state->cbdata);
1421 .resize = on_resize,
/seL4-refos-master/projects/refos/impl/libs/libvterm/src/
H A Dvterm.c96 if(vt->parser_callbacks && vt->parser_callbacks->resize)
97 (*vt->parser_callbacks->resize)(rows, cols, vt->cbdata);
H A Dscreen.c495 static int resize(int new_rows, int new_cols, void *user) function
533 if(screen->callbacks && screen->callbacks->resize)
534 return (*screen->callbacks->resize)(new_rows, new_cols, screen->cbdata);
548 .resize = &resize,
H A Dstate.c1406 if(state->callbacks && state->callbacks->resize)
1407 (*state->callbacks->resize)(rows, cols, state->cbdata);
1421 .resize = on_resize,
/seL4-refos-master/projects/refos/design/
H A Dinterface.tex78 \item \pro{procserv}{session}{resize\_mem\_window(\cp{procserv}{window}, size)}
82 \item [size] The size of the memory window to resize to

Completed in 103 milliseconds