Searched refs:enum_count (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_property.c470 int enum_count = 0; local
505 enum_count++;
506 if (out_resp->count_enum_blobs < enum_count)
518 out_resp->count_enum_blobs = enum_count;
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-dump.c603 int enum_count = ctf_member_count (state->cds_fp, id); local
614 if ((i > 5) && (i < enum_count - 4))
627 if ((i == 5) && (enum_count > 10))
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-dump.c603 int enum_count = ctf_member_count (state->cds_fp, id); local
614 if ((i > 5) && (i < enum_count - 4))
627 if ((i == 5) && (enum_count > 10))
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-dump.c603 int enum_count = ctf_member_count (state->cds_fp, id); local
614 if ((i > 5) && (i < enum_count - 4))
627 if ((i == 5) && (enum_count > 10))

Completed in 95 milliseconds