OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:available_size
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_kernel_queue.c
235
size_t
available_size
;
local
256
available_size
= (rptr + queue_size_dwords - 1 - wptr) %
259
if (packet_size_in_dwords >
available_size
) {
/src/external/gpl3/gdb.old/dist/gdb/tui/
tui-layout.c
812
int
available_size
= m_vertical ? height : width;
863
available_size
-= info[i].min_size;
867
++
available_size
;
894
info[i].size =
available_size
* m_splits[i].weight / total_weight;
918
tui_debug_printf ("
available_size
= %d, used_size = %d",
919
available_size
, used_size);
936
if (
available_size
!= used_size && last_index != -1)
943
available_size
!= used_size;
948
to a window, bringing used_size closer to
available_size
.
956
closer to
available_size
, then there's nothing more we can do
811
int
available_size
= m_vertical ? height : width;
local
[
all
...]
/src/external/gpl3/gdb/dist/gdb/tui/
tui-layout.c
812
int
available_size
= m_vertical ? height : width;
863
available_size
-= info[i].min_size;
867
++
available_size
;
894
info[i].size =
available_size
* m_splits[i].weight / total_weight;
918
tui_debug_printf ("
available_size
= %d, used_size = %d",
919
available_size
, used_size);
936
if (
available_size
!= used_size && last_index != -1)
943
available_size
!= used_size;
948
to a window, bringing used_size closer to
available_size
.
956
closer to
available_size
, then there's nothing more we can do
811
int
available_size
= m_vertical ? height : width;
local
[
all
...]
Completed in 36 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026