Searched refs:do_resize (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/numeric/odeint/examples/ |
D | resizing_lattice.cpp | 107 void do_resize( coord_type &q , coord_type &p , coord_type &distr , const int N ) in do_resize() function 153 do_resize( state.first , state.second , distr , state.first.size()+20 ); in main() 161 do_resize( state.first , state.second , distr , state.first.size()+20 ); in main()
|
/third_party/toybox/kconfig/lxdialog/ |
D | yesno.c | 47 do_resize: in dialog_yesno() 108 goto do_resize; in dialog_yesno()
|
D | inputbox.c | 57 do_resize: in dialog_inputbox() 232 goto do_resize; in dialog_inputbox()
|
D | textbox.c | 66 do_resize: in dialog_textbox() 259 goto do_resize; in dialog_textbox()
|
D | checklist.c | 128 do_resize: in dialog_checklist() 316 goto do_resize; in dialog_checklist()
|
D | menubox.c | 191 do_resize: in dialog_menu() 428 goto do_resize; in dialog_menu()
|
/third_party/f2fs-tools/fsck/ |
D | main.c | 784 static int do_resize(struct f2fs_sb_info *sbi) in do_resize() function 904 if (do_resize(sbi)) in main()
|
/third_party/boost/libs/numeric/odeint/doc/ |
D | tutorial_special_topics.qbk | 266 The `do_resize` function simply calls `vector.resize` of `q` , `p` and `distr`.
|