OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:field_count
(Results
1 - 9
of
9
) sorted by relevancy
/src/lib/libform/
form.c
149
for (i = 0; i < form->
field_count
; i++) {
324
for (i = 0; i < form->
field_count
; i++) {
334
form->
field_count
= num_fields;
375
field_count
(FORM *form)
function
380
return form->
field_count
;
524
for (i = 0; i < form->
field_count
; i++) {
form.h
288
int
field_count
; /* number of fields attached */
member in struct:_form_struct
310
int
field_count
(FORM *);
/src/external/bsd/nsd/dist/simdzone/src/generic/
scanner.h
208
uint64_t
field_count
= count_ones(fields);
local
214
uint64_t count =
field_count
;
215
if (delimiter_count >
field_count
)
255
parser->file->fields.tail +=
field_count
;
283
parser->file->fields.tail +=
field_count
;
/src/external/gpl3/gdb.old/dist/gdb/
ppc-sysv-tdep.c
1204
LONGEST
field_count
= ppc64_aggregate_candidate (type, &field_type);
local
1206
if (
field_count
> 0)
1225
if (
field_count
* n_regs <= 8)
1230
*n_elts = (int)
field_count
;
1231
/* Note that
field_count
is LONGEST since it may hold the size
ui-out.c
116
int
field_count
() const
function
797
if (*fldno != current->
field_count
())
804
*fldno = current->
field_count
();
/src/external/gpl3/gdb/dist/gdb/
ppc-sysv-tdep.c
1204
LONGEST
field_count
= ppc64_aggregate_candidate (type, &field_type);
local
1206
if (
field_count
> 0)
1225
if (
field_count
* n_regs <= 8)
1230
*n_elts = (int)
field_count
;
1231
/* Note that
field_count
is LONGEST since it may hold the size
ui-out.c
116
int
field_count
() const
function
797
if (*fldno != current->
field_count
())
804
*fldno = current->
field_count
();
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-call.cc
334
int
field_count
= rs6000_aggregate_candidate (type, &field_mode,
local
338
if (
field_count
> 0)
345
if (
field_count
* field_size <= AGGR_ARG_NUM_REG * reg_size)
350
*n_elts =
field_count
;
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-call.cc
342
int
field_count
= rs6000_aggregate_candidate (type, &field_mode,
local
346
if (
field_count
> 0)
353
if (
field_count
* field_size <= AGGR_ARG_NUM_REG * reg_size)
358
*n_elts =
field_count
;
Completed in 21 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026