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_len
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/acpi/
acpi_dev.c
101
uint32_t
table_len
;
local
130
table_len
= thdr->Length;
132
if (pa >= table_pa && pa < table_pa +
table_len
) {
134
*plen =
table_len
;
244
uint32_t
table_len
;
local
254
if (!acpi_find_table(uio->uio_offset, &table_pa, &
table_len
)) {
260
len = uimin(
table_len
- (pa - table_pa), uio->uio_resid);
/src/sys/sys/
efiio.h
54
size_t
table_len
;
member in struct:efi_get_table_ioc
/src/external/gpl3/binutils/dist/gprof/
basic_blocks.c
467
int i,
table_len
;
local
550
table_len
= bb_table_length;
552
if (
table_len
> sf->num_lines)
553
table_len
= sf->num_lines;
555
for (i = 0; i <
table_len
; ++i)
/src/external/gpl3/binutils.old/dist/gprof/
basic_blocks.c
467
int i,
table_len
;
local
550
table_len
= bb_table_length;
552
if (
table_len
> sf->num_lines)
553
table_len
= sf->num_lines;
555
for (i = 0; i <
table_len
; ++i)
/src/external/gpl3/binutils/dist/binutils/
readelf.c
10266
uint64_t
table_len
; /* Length of unwind table. */
10294
for (tp = aux->table; tp < aux->table + aux->
table_len
; ++tp)
10396
aux->
table_len
= 0;
10429
aux->
table_len
= size / (3 * eh_addr_size);
10431
xcmalloc (aux->
table_len
, sizeof (aux->table[0]));
10463
aux->
table_len
= 0;
10489
if (i >= aux->
table_len
)
10675
&& aux.
table_len
> 0)
10731
uint64_t
table_len
; /* Length of unwind table. */
10755
for (tp = aux->table; tp < aux->table + aux->
table_len
; ++tp
10263
uint64_t
table_len
; \/* Length of unwind table. *\/
member in struct:ia64_unw_aux_info
10728
uint64_t
table_len
; \/* Length of unwind table. *\/
member in struct:hppa_unw_aux_info
[
all
...]
/src/external/gpl3/binutils.old/dist/binutils/
readelf.c
9758
uint64_t
table_len
; /* Length of unwind table. */
9786
for (tp = aux->table; tp < aux->table + aux->
table_len
; ++tp)
9888
aux->
table_len
= 0;
9921
aux->
table_len
= size / (3 * eh_addr_size);
9923
xcmalloc (aux->
table_len
, sizeof (aux->table[0]));
9955
aux->
table_len
= 0;
9981
if (i >= aux->
table_len
)
10167
&& aux.
table_len
> 0)
10223
uint64_t
table_len
; /* Length of unwind table. */
10247
for (tp = aux->table; tp < aux->table + aux->
table_len
; ++tp
9755
uint64_t
table_len
; \/* Length of unwind table. *\/
member in struct:ia64_unw_aux_info
10220
uint64_t
table_len
; \/* Length of unwind table. *\/
member in struct:hppa_unw_aux_info
[
all
...]
Completed in 40 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026