Home
last modified time | relevance | path

Searched refs:get_size (Results 101 – 125 of 6110) sorted by relevance

12345678910>>...245

/dports/science/bagel/bagel-1.2.2/src/smith/relcaspt2/
H A DRelCASPT2_tasks6.cc42 std::fill_n(odata.get(), out()->get_size(a1, x0, x2, x1), 0.0); in compute()
44 std::fill_n(odata_sorted.get(), out()->get_size(a1, x0, x2, x1), 0.0); in compute()
73 std::fill_n(odata.get(), out()->get_size(c3, a4, c1, a2), 0.0); in compute()
89 std::fill_n(odata.get(), out()->get_size(c1, a4, c3, a2), 0.0); in compute()
110 std::fill_n(odata.get(), out()->get_size(c2, a3, x0, a1), 0.0); in compute()
126 std::fill_n(odata.get(), out()->get_size(a3, c2, a1, x0), 0.0); in compute()
128 std::fill_n(odata_sorted.get(), out()->get_size(a3, c2, a1, x0), 0.0); in compute()
153 std::fill_n(odata.get(), out()->get_size(x1, a3, c2, a1), 0.0); in compute()
174 std::fill_n(odata.get(), out()->get_size(x1, a2, x0, a1), 0.0); in compute()
190 std::fill_n(odata.get(), out()->get_size(a1, a2, x0, x1), 0.0); in compute()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysys/
H A Dmy_once.c50 size_t get_size, max_left; in my_once_alloc() local
66 get_size= Size+ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
67 if (max_left*4 < my_once_extra && get_size < my_once_extra) in my_once_alloc()
68 get_size=my_once_extra; /* Normal alloc */ in my_once_alloc()
70 if ((next = (USED_MEM*) malloc(get_size)) == 0) in my_once_alloc()
74 my_error(EE_OUTOFMEMORY, MYF(ME_BELL+ME_WAITTANG+ME_FATALERROR), get_size); in my_once_alloc()
77 DBUG_PRINT("test",("my_once_malloc %lu byte malloced", (ulong) get_size)); in my_once_alloc()
79 next->size= get_size; in my_once_alloc()
80 next->left= get_size-ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysys/
H A Dmy_once.c50 size_t get_size, max_left; in my_once_alloc() local
66 get_size= Size+ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
67 if (max_left*4 < my_once_extra && get_size < my_once_extra) in my_once_alloc()
68 get_size=my_once_extra; /* Normal alloc */ in my_once_alloc()
70 if ((next = (USED_MEM*) malloc(get_size)) == 0) in my_once_alloc()
74 my_error(EE_OUTOFMEMORY, MYF(ME_BELL+ME_WAITTANG+ME_FATALERROR), get_size); in my_once_alloc()
77 DBUG_PRINT("test",("my_once_malloc %lu byte malloced", (ulong) get_size)); in my_once_alloc()
79 next->size= get_size; in my_once_alloc()
80 next->left= get_size-ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysys/
H A Dmy_once.c50 size_t get_size, max_left; in my_once_alloc() local
66 get_size= Size+ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
67 if (max_left*4 < my_once_extra && get_size < my_once_extra) in my_once_alloc()
68 get_size=my_once_extra; /* Normal alloc */ in my_once_alloc()
70 if ((next = (USED_MEM*) malloc(get_size)) == 0) in my_once_alloc()
74 my_error(EE_OUTOFMEMORY, MYF(ME_BELL+ME_WAITTANG+ME_FATALERROR), get_size); in my_once_alloc()
77 DBUG_PRINT("test",("my_once_malloc %lu byte malloced", (ulong) get_size)); in my_once_alloc()
79 next->size= get_size; in my_once_alloc()
80 next->left= get_size-ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_toolkits/axes_grid1/
H A Daxes_size.py42 def get_size(self, renderer): member in Add
51 def get_size(self, renderer): member in AddList
62 def get_size(self, renderer): member in Fixed
73 def get_size(self, renderer): member in Scaled
104 def get_size(self, renderer): member in AxesX
128 def get_size(self, renderer): member in AxesY
158 def get_size(self, renderer): member in MaxExtent
185 def get_size(self, renderer): member in MaxWidth
209 def get_size(self, renderer): member in MaxHeight
233 def get_size(self, renderer): member in Fraction
[all …]
/dports/devel/silentbob/silentbob-3.0/src/
H A Dearray.cxx23 int d_size = get_size (); in sfind()
37 int d_size = get_size (); in snfind()
69 last = get_size (); in snfind_fast()
127 return get_size (); in from_pipe()
145 count = get_size (); in join()
198 return get_size (); in expand()
200 count = e->get_size (); in expand()
202 return get_size (); in expand()
207 return get_size (); in expand()
231 return get_size (); in expand()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Dtexture_frame.cpp42 Size2 s = expand ? get_size() : texture->get_size(); in _notification()
46 draw_texture_rect(texture, Rect2(Point2(), get_size()), false, modulate); in _notification()
49 draw_texture_rect(texture, Rect2(Point2(), get_size()), true, modulate); in _notification()
52 draw_texture_rect(texture, Rect2(Point2(), texture->get_size()), false, modulate); in _notification()
57 Vector2 ofs = (get_size() - texture->get_size()) / 2; in _notification()
58 draw_texture_rect(texture, Rect2(ofs, texture->get_size()), false, modulate); in _notification()
63 Size2 size = get_size(); in _notification()
84 Size2 size = get_size(); in _notification()
85 Size2 tex_size = texture->get_size(); in _notification()
100 return texture->get_size(); in get_minimum_size()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dtexture_frame.cpp42 Size2 s = expand ? get_size() : texture->get_size(); in _notification()
46 draw_texture_rect(texture, Rect2(Point2(), get_size()), false, modulate); in _notification()
49 draw_texture_rect(texture, Rect2(Point2(), get_size()), true, modulate); in _notification()
52 draw_texture_rect(texture, Rect2(Point2(), texture->get_size()), false, modulate); in _notification()
57 Vector2 ofs = (get_size() - texture->get_size()) / 2; in _notification()
58 draw_texture_rect(texture, Rect2(ofs, texture->get_size()), false, modulate); in _notification()
63 Size2 size = get_size(); in _notification()
84 Size2 size = get_size(); in _notification()
85 Size2 tex_size = texture->get_size(); in _notification()
100 return texture->get_size(); in get_minimum_size()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysys/
H A Dmy_once.c51 size_t get_size, max_left; in my_once_alloc() local
67 get_size= Size+ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
68 if (max_left*4 < my_once_extra && get_size < my_once_extra) in my_once_alloc()
69 get_size=my_once_extra; /* Normal alloc */ in my_once_alloc()
71 if ((next = (USED_MEM*) malloc(get_size)) == 0) in my_once_alloc()
75 my_error(EE_OUTOFMEMORY, MYF(ME_FATALERROR), get_size); in my_once_alloc()
78 DBUG_PRINT("test",("my_once_malloc %lu byte malloced", (ulong) get_size)); in my_once_alloc()
80 next->size= (uint)get_size; in my_once_alloc()
81 next->left= (uint)(get_size-ALIGN_SIZE(sizeof(USED_MEM))); in my_once_alloc()
/dports/databases/percona57-server/percona-server-5.7.36-39/mysys/
H A Dmy_once.c51 size_t get_size, max_left; in my_once_alloc() local
67 get_size= Size+ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
68 if (max_left*4 < my_once_extra && get_size < my_once_extra) in my_once_alloc()
69 get_size=my_once_extra; /* Normal alloc */ in my_once_alloc()
71 if ((next = (USED_MEM*) malloc(get_size)) == 0) in my_once_alloc()
75 my_error(EE_OUTOFMEMORY, MYF(ME_FATALERROR), get_size); in my_once_alloc()
78 DBUG_PRINT("test",("my_once_malloc %lu byte malloced", (ulong) get_size)); in my_once_alloc()
80 next->size= (uint)get_size; in my_once_alloc()
81 next->left= (uint)(get_size-ALIGN_SIZE(sizeof(USED_MEM))); in my_once_alloc()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysys/
H A Dmy_once.c51 size_t get_size, max_left; in my_once_alloc() local
67 get_size= Size+ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
68 if (max_left*4 < my_once_extra && get_size < my_once_extra) in my_once_alloc()
69 get_size=my_once_extra; /* Normal alloc */ in my_once_alloc()
71 if ((next = (USED_MEM*) malloc(get_size)) == 0) in my_once_alloc()
75 my_error(EE_OUTOFMEMORY, MYF(ME_FATALERROR), get_size); in my_once_alloc()
78 DBUG_PRINT("test",("my_once_malloc %lu byte malloced", (ulong) get_size)); in my_once_alloc()
80 next->size= (uint)get_size; in my_once_alloc()
81 next->left= (uint)(get_size-ALIGN_SIZE(sizeof(USED_MEM))); in my_once_alloc()
/dports/databases/percona57-client/percona-server-5.7.36-39/mysys/
H A Dmy_once.c51 size_t get_size, max_left; in my_once_alloc() local
67 get_size= Size+ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
68 if (max_left*4 < my_once_extra && get_size < my_once_extra) in my_once_alloc()
69 get_size=my_once_extra; /* Normal alloc */ in my_once_alloc()
71 if ((next = (USED_MEM*) malloc(get_size)) == 0) in my_once_alloc()
75 my_error(EE_OUTOFMEMORY, MYF(ME_FATALERROR), get_size); in my_once_alloc()
78 DBUG_PRINT("test",("my_once_malloc %lu byte malloced", (ulong) get_size)); in my_once_alloc()
80 next->size= (uint)get_size; in my_once_alloc()
81 next->left= (uint)(get_size-ALIGN_SIZE(sizeof(USED_MEM))); in my_once_alloc()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysys/
H A Dmy_once.cc62 size_t get_size, max_left; in my_once_alloc() local
76 get_size = Size + ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
77 if (max_left * 4 < my_once_extra && get_size < my_once_extra) in my_once_alloc()
78 get_size = my_once_extra; /* Normal alloc */ in my_once_alloc()
80 if ((next = (USED_MEM *)malloc(get_size)) == nullptr) { in my_once_alloc()
83 my_error(EE_OUTOFMEMORY, MYF(ME_FATALERROR), get_size); in my_once_alloc()
86 DBUG_PRINT("test", ("my_once_malloc %lu byte malloced", (ulong)get_size)); in my_once_alloc()
88 next->size = (uint)get_size; in my_once_alloc()
89 next->left = (uint)(get_size - ALIGN_SIZE(sizeof(USED_MEM))); in my_once_alloc()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysys/
H A Dmy_once.c51 size_t get_size, max_left; in my_once_alloc() local
67 get_size= Size+ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
68 if (max_left*4 < my_once_extra && get_size < my_once_extra) in my_once_alloc()
69 get_size=my_once_extra; /* Normal alloc */ in my_once_alloc()
71 if ((next = (USED_MEM*) malloc(get_size)) == 0) in my_once_alloc()
75 my_error(EE_OUTOFMEMORY, MYF(ME_FATALERROR), get_size); in my_once_alloc()
78 DBUG_PRINT("test",("my_once_malloc %lu byte malloced", (ulong) get_size)); in my_once_alloc()
80 next->size= (uint)get_size; in my_once_alloc()
81 next->left= (uint)(get_size-ALIGN_SIZE(sizeof(USED_MEM))); in my_once_alloc()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysys/
H A Dmy_once.c50 size_t get_size, max_left; in my_once_alloc() local
66 get_size= Size+ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
67 if (max_left*4 < my_once_extra && get_size < my_once_extra) in my_once_alloc()
68 get_size=my_once_extra; /* Normal alloc */ in my_once_alloc()
70 if ((next = (USED_MEM*) malloc(get_size)) == 0) in my_once_alloc()
74 my_error(EE_OUTOFMEMORY, MYF(ME_BELL+ME_WAITTANG+ME_FATALERROR), get_size); in my_once_alloc()
77 DBUG_PRINT("test",("my_once_malloc %lu byte malloced", (ulong) get_size)); in my_once_alloc()
79 next->size= get_size; in my_once_alloc()
80 next->left= get_size-ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
/dports/databases/mysql57-client/mysql-5.7.36/mysys/
H A Dmy_once.c51 size_t get_size, max_left; in my_once_alloc() local
67 get_size= Size+ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
68 if (max_left*4 < my_once_extra && get_size < my_once_extra) in my_once_alloc()
69 get_size=my_once_extra; /* Normal alloc */ in my_once_alloc()
71 if ((next = (USED_MEM*) malloc(get_size)) == 0) in my_once_alloc()
75 my_error(EE_OUTOFMEMORY, MYF(ME_FATALERROR), get_size); in my_once_alloc()
78 DBUG_PRINT("test",("my_once_malloc %lu byte malloced", (ulong) get_size)); in my_once_alloc()
80 next->size= (uint)get_size; in my_once_alloc()
81 next->left= (uint)(get_size-ALIGN_SIZE(sizeof(USED_MEM))); in my_once_alloc()
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys/
H A Dmy_once.c38 size_t get_size, max_left; in my_once_alloc() local
54 get_size= Size+ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
55 if (max_left*4 < my_once_extra && get_size < my_once_extra) in my_once_alloc()
56 get_size=my_once_extra; /* Normal alloc */ in my_once_alloc()
58 if ((next = (USED_MEM*) malloc(get_size)) == 0) in my_once_alloc()
62 my_error(EE_OUTOFMEMORY, MYF(ME_BELL+ME_FATAL), get_size); in my_once_alloc()
65 DBUG_PRINT("test",("my_once_malloc %lu byte malloced", (ulong) get_size)); in my_once_alloc()
67 next->size= get_size; in my_once_alloc()
68 next->left= get_size-ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/
H A Dmy_once.c38 size_t get_size, max_left; in my_once_alloc() local
54 get_size= Size+ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
55 if (max_left*4 < my_once_extra && get_size < my_once_extra) in my_once_alloc()
56 get_size=my_once_extra; /* Normal alloc */ in my_once_alloc()
58 if ((next = (USED_MEM*) malloc(get_size)) == 0) in my_once_alloc()
62 my_error(EE_OUTOFMEMORY, MYF(ME_BELL+ME_FATAL), get_size); in my_once_alloc()
65 DBUG_PRINT("test",("my_once_malloc %lu byte malloced", (ulong) get_size)); in my_once_alloc()
67 next->size= get_size; in my_once_alloc()
68 next->left= get_size-ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys/
H A Dmy_once.c38 size_t get_size, max_left;
54 get_size= Size+ALIGN_SIZE(sizeof(USED_MEM));
55 if (max_left*4 < my_once_extra && get_size < my_once_extra)
56 get_size=my_once_extra; /* Normal alloc */
58 if ((next = (USED_MEM*) malloc(get_size)) == 0)
62 my_error(EE_OUTOFMEMORY, MYF(ME_BELL+ME_FATAL), get_size);
65 DBUG_PRINT("test",("my_once_malloc %lu byte malloced", (ulong) get_size));
67 next->size= get_size;
68 next->left= get_size-ALIGN_SIZE(sizeof(USED_MEM));
/dports/databases/mariadb103-server/mariadb-10.3.34/mysys/
H A Dmy_once.c38 size_t get_size, max_left;
54 get_size= Size+ALIGN_SIZE(sizeof(USED_MEM));
55 if (max_left*4 < my_once_extra && get_size < my_once_extra)
56 get_size=my_once_extra; /* Normal alloc */
58 if ((next = (USED_MEM*) malloc(get_size)) == 0)
62 my_error(EE_OUTOFMEMORY, MYF(ME_BELL+ME_WAITTANG+ME_FATALERROR), get_size); in init_glob_errs()
65 DBUG_PRINT("test",("my_once_malloc %lu byte malloced", (ulong) get_size));
67 next->size= get_size;
68 next->left= get_size-ALIGN_SIZE(sizeof(USED_MEM)); in init_glob_errs()
/dports/databases/mariadb103-client/mariadb-10.3.34/mysys/
H A Dmy_once.c38 size_t get_size, max_left;
54 get_size= Size+ALIGN_SIZE(sizeof(USED_MEM));
55 if (max_left*4 < my_once_extra && get_size < my_once_extra)
56 get_size=my_once_extra; /* Normal alloc */
58 if ((next = (USED_MEM*) malloc(get_size)) == 0) in find_branch()
62 my_error(EE_OUTOFMEMORY, MYF(ME_BELL+ME_WAITTANG+ME_FATALERROR), get_size); in find_branch()
65 DBUG_PRINT("test",("my_once_malloc %lu byte malloced", (ulong) get_size));
67 next->size= get_size;
68 next->left= get_size-ALIGN_SIZE(sizeof(USED_MEM));
/dports/databases/mysql56-client/mysql-5.6.51/mysys/
H A Dmy_once.c50 size_t get_size, max_left; in my_once_alloc() local
66 get_size= Size+ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
67 if (max_left*4 < my_once_extra && get_size < my_once_extra) in my_once_alloc()
68 get_size=my_once_extra; /* Normal alloc */ in my_once_alloc()
70 if ((next = (USED_MEM*) malloc(get_size)) == 0) in my_once_alloc()
74 my_error(EE_OUTOFMEMORY, MYF(ME_BELL+ME_WAITTANG+ME_FATALERROR), get_size); in my_once_alloc()
77 DBUG_PRINT("test",("my_once_malloc %lu byte malloced", (ulong) get_size)); in my_once_alloc()
79 next->size= get_size; in my_once_alloc()
80 next->left= get_size-ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys/
H A Dmy_once.c38 size_t get_size, max_left; in my_once_alloc() local
54 get_size= Size+ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
55 if (max_left*4 < my_once_extra && get_size < my_once_extra) in my_once_alloc()
56 get_size=my_once_extra; /* Normal alloc */ in my_once_alloc()
58 if ((next = (USED_MEM*) malloc(get_size)) == 0) in my_once_alloc()
62 my_error(EE_OUTOFMEMORY, MYF(ME_BELL+ME_FATAL), get_size); in my_once_alloc()
65 DBUG_PRINT("test",("my_once_malloc %lu byte malloced", (ulong) get_size)); in my_once_alloc()
67 next->size= get_size; in my_once_alloc()
68 next->left= get_size-ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
/dports/databases/mysql55-client/mysql-5.5.62/mysys/
H A Dmy_once.c38 size_t get_size, max_left; in my_once_alloc() local
54 get_size= Size+ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
55 if (max_left*4 < my_once_extra && get_size < my_once_extra) in my_once_alloc()
56 get_size=my_once_extra; /* Normal alloc */ in my_once_alloc()
58 if ((next = (USED_MEM*) malloc(get_size)) == 0) in my_once_alloc()
62 my_error(EE_OUTOFMEMORY, MYF(ME_BELL+ME_WAITTANG+ME_FATALERROR), get_size); in my_once_alloc()
65 DBUG_PRINT("test",("my_once_malloc %lu byte malloced", (ulong) get_size)); in my_once_alloc()
67 next->size= get_size; in my_once_alloc()
68 next->left= get_size-ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/mysql_sys/
H A Dmy_once.c52 size_t get_size, max_left; in my_once_alloc() local
68 get_size= Size+ALIGN_SIZE(sizeof(USED_MEM)); in my_once_alloc()
69 if (max_left*4 < mysys_once_extra && get_size < mysys_once_extra) in my_once_alloc()
70 get_size=mysys_once_extra; /* Normal alloc */ in my_once_alloc()
72 if ((next = (USED_MEM*) malloc(get_size)) == 0) in my_once_alloc()
76 mysys_error(EE_OUTOFMEMORY, MYF(ME_FATALERROR), get_size); in my_once_alloc()
79 DBUG_PRINT("test",("my_once_malloc %lu byte malloced", (ulong) get_size)); in my_once_alloc()
81 next->size= (uint)get_size; in my_once_alloc()
82 next->left= (uint)(get_size-ALIGN_SIZE(sizeof(USED_MEM))); in my_once_alloc()

12345678910>>...245