OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:table_size
(Results
1 - 25
of
89
) sorted by relevancy
1
2
3
4
/src/external/bsd/jemalloc/dist/src/
ticker.py
7
table_size
= 2**lg_table_size
variable
9
mul = math.floor(-byte_max/math.log(1 /
table_size
))
10
values = [round(-mul * math.log(i /
table_size
))
11
for i in range(1,
table_size
+1)]
14
for i in range(
table_size
// 8):
/src/external/bsd/jemalloc.old/dist/src/
ticker.py
7
table_size
= 2**lg_table_size
variable
9
mul = math.floor(-byte_max/math.log(1 /
table_size
))
10
values = [round(-mul * math.log(i /
table_size
))
11
for i in range(1,
table_size
+1)]
14
for i in range(
table_size
// 8):
/src/sys/external/bsd/drm2/dist/drm/r128/
ati_pcigart.h
25
int
table_size
;
member in struct:drm_ati_pcigart_info
/src/external/bsd/less/dist/
position.c
27
static int
table_size
= 0;
variable
106
if (sc_height <=
table_size
)
119
table_size
= sc_height;
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
gl_anylinked_list1.h
41
size_t
table_size
;
member in struct:gl_list_impl
/src/external/gpl2/groff/dist/src/include/
index.h
30
int
table_size
;
member in struct:index_header
symbol.h
30
static int
table_size
;
member in class:symbol
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gart.h
54
unsigned
table_size
;
member in struct:amdgpu_gart
amdgpu_rlc.c
195
u32 table_offset,
table_size
;
local
209
table_size
= le32_to_cpu(hdr->jt_size);
217
table_size
= le32_to_cpu(hdr->jt_size);
225
table_size
= le32_to_cpu(hdr->jt_size);
233
table_size
= le32_to_cpu(hdr->jt_size);
241
table_size
= le32_to_cpu(hdr->jt_size);
244
for (i = 0; i <
table_size
; i ++) {
249
bo_offset +=
table_size
;
amdgpu_vce_v4_0.c
215
uint32_t
table_size
= 0;
local
328
table_size
+= sizeof(struct mmsch_v1_0_cmd_end) / 4;
329
header->vce_table_size =
table_size
;
mmsch_v1_0.h
55
uint32_t
table_size
;
member in struct:mmsch_vf_eng_init_header
139
table_size
+= sizeof(struct mmsch_v1_0_cmd_direct_read_modify_write)/4; \
147
table_size
+= sizeof(struct mmsch_v1_0_cmd_direct_write)/4; \
155
table_size
+= sizeof(struct mmsch_v1_0_cmd_direct_polling)/4; \
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/
amdgpu_rc_calc.c
44
table_size
= sizeof(qp_table_##mode##_##bpc##bpc_##max)/sizeof(*qp_table_##mode##_##bpc##bpc_##max); \
52
int
table_size
= 0;
local
85
if (index >=
table_size
) {
/src/external/gpl2/groff/dist/src/libs/libgroff/
symbol.cpp
32
int symbol::
table_size
= 0;
member in class:symbol
91
table_size
= table_sizes[0];
92
table = (const char **)new char*[
table_size
];
93
for (int i = 0; i <
table_size
; i++)
99
for (pp = table + hc %
table_size
;
101
(pp == table ? pp = table +
table_size
- 1 : --pp))
110
if (table_used >=
table_size
- 1 || table_used >=
table_size
*FULL_MAX) {
112
unsigned int old_table_size =
table_size
;
117
table_size
= table_sizes[i]
[
all
...]
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
ctype.cc
52
const size_t ctype<char>::
table_size
;
member in class:ctype
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
ctype.cc
52
const size_t ctype<char>::
table_size
;
member in class:ctype
/src/lib/libc/citrus/modules/
citrus_mapper_std.c
262
u_int64_t
table_size
;
local
328
table_size
= lz->width;
331
table_size
*= lz->width;
333
table_size
*= rc->rc_dst_unit_bits/8;
335
if (
table_size
> UINT32_MAX ||
336
_region_size(&rc->rc_table) <
table_size
)
/src/external/gpl3/gdb/dist/gnulib/import/
localcharset.c
1031
size_t const
table_size
=
local
1034
size_t hi =
table_size
;
1105
size_t const
table_size
=
local
1108
size_t hi =
table_size
;
/src/external/gpl3/gdb.old/dist/gnulib/import/
localcharset.c
1031
size_t const
table_size
=
local
1034
size_t hi =
table_size
;
1105
size_t const
table_size
=
local
1108
size_t hi =
table_size
;
/src/sys/arch/arm/cortex/
gic_v2m.c
276
uint32_t table_offset,
table_size
;
local
297
table_size
= pci_msix_count(pa->pa_pc, pa->pa_tag) * PCI_MSIX_TABLE_ENTRY_SIZE;
298
if (
table_size
== 0)
302
BUS_SPACE_MAP_LINEAR, roundup(
table_size
, PAGE_SIZE), table_offset,
/src/external/gpl3/binutils/dist/bfd/
elf32-z80.c
279
table_size
= sizeof (elf_z80_howto_table) / sizeof (elf_z80_howto_table[0])
enumerator in enum:__anon9766
283
for (i = 0; i <
table_size
; i++)
299
table_size
= sizeof (elf_z80_howto_table) / sizeof (elf_z80_howto_table[0])
enumerator in enum:__anon9767
303
for (i = 0; i <
table_size
; i++)
320
table_size
= sizeof (elf_z80_howto_table) / sizeof (elf_z80_howto_table[0])
enumerator in enum:__anon9768
324
for (i = 0; i <
table_size
; i++)
/src/external/gpl3/binutils.old/dist/bfd/
elf32-z80.c
279
table_size
= sizeof (elf_z80_howto_table) / sizeof (elf_z80_howto_table[0])
enumerator in enum:__anon11249
283
for (i = 0; i <
table_size
; i++)
299
table_size
= sizeof (elf_z80_howto_table) / sizeof (elf_z80_howto_table[0])
enumerator in enum:__anon11250
303
for (i = 0; i <
table_size
; i++)
320
table_size
= sizeof (elf_z80_howto_table) / sizeof (elf_z80_howto_table[0])
enumerator in enum:__anon11251
324
for (i = 0; i <
table_size
; i++)
/src/external/gpl3/gdb.old/dist/bfd/
elf32-z80.c
279
table_size
= sizeof (elf_z80_howto_table) / sizeof (elf_z80_howto_table[0])
enumerator in enum:__anon20437
283
for (i = 0; i <
table_size
; i++)
299
table_size
= sizeof (elf_z80_howto_table) / sizeof (elf_z80_howto_table[0])
enumerator in enum:__anon20438
303
for (i = 0; i <
table_size
; i++)
320
table_size
= sizeof (elf_z80_howto_table) / sizeof (elf_z80_howto_table[0])
enumerator in enum:__anon20439
324
for (i = 0; i <
table_size
; i++)
/src/external/gpl3/gdb/dist/bfd/
elf32-z80.c
279
table_size
= sizeof (elf_z80_howto_table) / sizeof (elf_z80_howto_table[0])
enumerator in enum:__anon128
283
for (i = 0; i <
table_size
; i++)
299
table_size
= sizeof (elf_z80_howto_table) / sizeof (elf_z80_howto_table[0])
enumerator in enum:__anon129
303
for (i = 0; i <
table_size
; i++)
320
table_size
= sizeof (elf_z80_howto_table) / sizeof (elf_z80_howto_table[0])
enumerator in enum:__anon130
324
for (i = 0; i <
table_size
; i++)
/src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma_encoder.c
79
const uint32_t
table_size
= lc->
table_size
;
local
80
lc->counters[pos_state] =
table_size
;
89
for (i = 0; i <
table_size
&& i < LEN_LOW_SYMBOLS; ++i)
93
for (; i <
table_size
&& i < LEN_LOW_SYMBOLS + LEN_MID_SYMBOLS; ++i)
97
for (; i <
table_size
; ++i)
654
coder->match_len_encoder.
table_size
656
coder->rep_len_encoder.
table_size
lzma_encoder_private.h
46
uint32_t
table_size
;
member in struct:__anon400
Completed in 59 milliseconds
1
2
3
4
Indexes created Mon Apr 20 00:23:12 UTC 2026