Home
last modified time | relevance | path

Searched refs:entry_count (Results 1 – 25 of 2634) sorted by relevance

12345678910>>...106

/dports/net/iffinder/iffinder-1.38/hashtab/
H A Dtest_hash.c37 int entry_count, kill_count; in main() local
52 entry_count = 0; in main()
55 entry_count++; in main()
58 if (entry_count != TEST_AMOUNT) { in main()
62 entry_count = 0; in main()
77 entry_count++; in main()
80 if (entry_count != TEST_AMOUNT) { in main()
84 entry_count = 0; in main()
89 entry_count++; in main()
111 entry_count = 0; in main()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/util/
H A Dfnrec.pl88 $entry_count = ( $entry_count + 0 );
91 if ( $entry_count >= $exit_count ) {
102 $entry_count -= $exit_count;
103 if ( $entry_count <= MAX_OPEN_BRACE ) {
104 $text .= " {" x $entry_count;
106 $text .= " { x ".$entry_count;
110 $depth += $entry_count;
119 if ( $entry_count <= MAX_COMMON_BRACE ) {
120 $text .= " { }" x $entry_count;
122 $text .= " { } x ".$entry_count;
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/util/
H A Dfnrec.pl88 $entry_count = ( $entry_count + 0 );
91 if ( $entry_count >= $exit_count ) {
102 $entry_count -= $exit_count;
103 if ( $entry_count <= MAX_OPEN_BRACE ) {
104 $text .= " {" x $entry_count;
106 $text .= " { x ".$entry_count;
110 $depth += $entry_count;
119 if ( $entry_count <= MAX_COMMON_BRACE ) {
120 $text .= " { }" x $entry_count;
122 $text .= " { } x ".$entry_count;
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/util/
H A Dfnrec.pl88 $entry_count = ( $entry_count + 0 );
91 if ( $entry_count >= $exit_count ) {
102 $entry_count -= $exit_count;
103 if ( $entry_count <= MAX_OPEN_BRACE ) {
104 $text .= " {" x $entry_count;
106 $text .= " { x ".$entry_count;
110 $depth += $entry_count;
119 if ( $entry_count <= MAX_COMMON_BRACE ) {
120 $text .= " { }" x $entry_count;
122 $text .= " { } x ".$entry_count;
[all …]
/dports/net/ipxe/ipxe-2265a65/src/util/
H A Dfnrec.pl88 $entry_count = ( $entry_count + 0 );
91 if ( $entry_count >= $exit_count ) {
102 $entry_count -= $exit_count;
103 if ( $entry_count <= MAX_OPEN_BRACE ) {
104 $text .= " {" x $entry_count;
106 $text .= " { x ".$entry_count;
110 $depth += $entry_count;
119 if ( $entry_count <= MAX_COMMON_BRACE ) {
120 $text .= " { }" x $entry_count;
122 $text .= " { } x ".$entry_count;
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/util/
H A Dfnrec.pl88 $entry_count = ( $entry_count + 0 );
91 if ( $entry_count >= $exit_count ) {
102 $entry_count -= $exit_count;
103 if ( $entry_count <= MAX_OPEN_BRACE ) {
104 $text .= " {" x $entry_count;
106 $text .= " { x ".$entry_count;
110 $depth += $entry_count;
119 if ( $entry_count <= MAX_COMMON_BRACE ) {
120 $text .= " { }" x $entry_count;
122 $text .= " { } x ".$entry_count;
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/util/
H A Dfnrec.pl88 $entry_count = ( $entry_count + 0 );
91 if ( $entry_count >= $exit_count ) {
102 $entry_count -= $exit_count;
103 if ( $entry_count <= MAX_OPEN_BRACE ) {
104 $text .= " {" x $entry_count;
106 $text .= " { x ".$entry_count;
110 $depth += $entry_count;
119 if ( $entry_count <= MAX_COMMON_BRACE ) {
120 $text .= " { }" x $entry_count;
122 $text .= " { } x ".$entry_count;
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/util/
H A Dfnrec.pl88 $entry_count = ( $entry_count + 0 );
91 if ( $entry_count >= $exit_count ) {
102 $entry_count -= $exit_count;
103 if ( $entry_count <= MAX_OPEN_BRACE ) {
104 $text .= " {" x $entry_count;
106 $text .= " { x ".$entry_count;
110 $depth += $entry_count;
119 if ( $entry_count <= MAX_COMMON_BRACE ) {
120 $text .= " { }" x $entry_count;
122 $text .= " { } x ".$entry_count;
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/util/
H A Dfnrec.pl88 $entry_count = ( $entry_count + 0 );
91 if ( $entry_count >= $exit_count ) {
102 $entry_count -= $exit_count;
103 if ( $entry_count <= MAX_OPEN_BRACE ) {
104 $text .= " {" x $entry_count;
106 $text .= " { x ".$entry_count;
110 $depth += $entry_count;
119 if ( $entry_count <= MAX_COMMON_BRACE ) {
120 $text .= " { }" x $entry_count;
122 $text .= " { } x ".$entry_count;
[all …]
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Core/
H A DAp4StscAtom.cpp75 AP4_UI32 entry_count; in AP4_StscAtom() local
77 stream.ReadUI32(entry_count); in AP4_StscAtom()
78 if ((size - AP4_ATOM_HEADER_SIZE - 4)/12 < entry_count) { in AP4_StscAtom()
81 m_Entries.SetItemCount(entry_count); in AP4_StscAtom()
83 AP4_Result result = stream.Read(buffer, entry_count*12); in AP4_StscAtom()
88 for (unsigned int i=0; i<entry_count; i++) { in AP4_StscAtom()
115 AP4_Cardinal entry_count = m_Entries.ItemCount(); in WriteFields() local
116 result = stream.WriteUI32(entry_count); in WriteFields()
119 for (AP4_Ordinal i=0; i<entry_count; i++) { in WriteFields()
141 AP4_Cardinal entry_count = m_Entries.ItemCount(); in AddEntry() local
[all …]
/dports/ftp/php-fastdfs/fastdfs-6.06/test/
H A Dcombine_result.c18 static void print_stat_by(EntryStat *stats, const int entry_count);
23 int entry_count; in main() local
56 print_stat_by(stats, entry_count); in main()
61 for (i=0; i<entry_count; i++) in main()
102 print_stat_by(stats, entry_count); in main()
115 pEnd = stats + entry_count; in print_stat_by()
140 *entry_count = 0; in combine_stat_by()
183 pEnd = stats + (*entry_count); in combine_stat_by()
194 if (*entry_count >= max_entries) in combine_stat_by()
202 (*entry_count)++; in combine_stat_by()
[all …]
/dports/ftp/fastdfs/fastdfs-6.06/test/
H A Dcombine_result.c18 static void print_stat_by(EntryStat *stats, const int entry_count);
23 int entry_count; in main() local
56 print_stat_by(stats, entry_count); in main()
61 for (i=0; i<entry_count; i++) in main()
102 print_stat_by(stats, entry_count); in main()
115 pEnd = stats + entry_count; in print_stat_by()
140 *entry_count = 0; in combine_stat_by()
183 pEnd = stats + (*entry_count); in combine_stat_by()
194 if (*entry_count >= max_entries) in combine_stat_by()
202 (*entry_count)++; in combine_stat_by()
[all …]
/dports/devel/bsdelf/elftoolchain-0.7.1/test/libdwarf/ts/dwarf_macinfo/
H A Ddwarf_macinfo.c51 _check_details(Dwarf_Macro_Details *details, Dwarf_Signed entry_count) in _check_details() argument
56 for (i = 0; i < entry_count; i++) { in _check_details()
75 Dwarf_Signed entry_count; in _get_macinfo() local
80 &entry_count, &details, &de); in _get_macinfo()
90 TS_CHECK_UINT(entry_count); in _get_macinfo()
91 _check_details(details, entry_count); in _get_macinfo()
98 Dwarf_Signed entry_count; in _get_all_macinfo() local
104 while ((r_details = dwarf_get_macro_details(dbg, off, 0, &entry_count, in _get_all_macinfo()
106 TS_CHECK_UINT(entry_count); in _get_all_macinfo()
107 _check_details(details, entry_count); in _get_all_macinfo()
[all …]
/dports/devel/elftoolchain/elftoolchain-0.7.1/test/libdwarf/ts/dwarf_macinfo/
H A Ddwarf_macinfo.c51 _check_details(Dwarf_Macro_Details *details, Dwarf_Signed entry_count) in _check_details() argument
56 for (i = 0; i < entry_count; i++) { in _check_details()
75 Dwarf_Signed entry_count; in _get_macinfo() local
80 &entry_count, &details, &de); in _get_macinfo()
90 TS_CHECK_UINT(entry_count); in _get_macinfo()
91 _check_details(details, entry_count); in _get_macinfo()
98 Dwarf_Signed entry_count; in _get_all_macinfo() local
104 while ((r_details = dwarf_get_macro_details(dbg, off, 0, &entry_count, in _get_all_macinfo()
106 TS_CHECK_UINT(entry_count); in _get_all_macinfo()
107 _check_details(details, entry_count); in _get_all_macinfo()
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_open_protocol.c90 efi_uintn_t entry_count; in execute() local
104 &entry_buffer, &entry_count); in execute()
109 if (entry_count != 1) { in execute()
112 (unsigned int)entry_count); in execute()
126 &entry_buffer, &entry_count); in execute()
131 if (entry_count != 1) { in execute()
134 (unsigned int)entry_count); in execute()
161 if (entry_count != 2) { in execute()
164 (unsigned int)entry_count); in execute()
189 if (entry_count) { in execute()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_open_protocol.c90 efi_uintn_t entry_count; in execute() local
104 &entry_buffer, &entry_count); in execute()
109 if (entry_count != 1) { in execute()
112 (unsigned int)entry_count); in execute()
126 &entry_buffer, &entry_count); in execute()
131 if (entry_count != 1) { in execute()
134 (unsigned int)entry_count); in execute()
161 if (entry_count != 2) { in execute()
164 (unsigned int)entry_count); in execute()
189 if (entry_count) { in execute()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_open_protocol.c90 efi_uintn_t entry_count; in execute() local
104 &entry_buffer, &entry_count); in execute()
109 if (entry_count != 1) { in execute()
112 (unsigned int)entry_count); in execute()
126 &entry_buffer, &entry_count); in execute()
131 if (entry_count != 1) { in execute()
134 (unsigned int)entry_count); in execute()
161 if (entry_count != 2) { in execute()
164 (unsigned int)entry_count); in execute()
189 if (entry_count) { in execute()
[all …]
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_open_protocol.c90 efi_uintn_t entry_count; in execute() local
104 &entry_buffer, &entry_count); in execute()
109 if (entry_count != 1) { in execute()
112 (unsigned int)entry_count); in execute()
126 &entry_buffer, &entry_count); in execute()
131 if (entry_count != 1) { in execute()
134 (unsigned int)entry_count); in execute()
161 if (entry_count != 2) { in execute()
164 (unsigned int)entry_count); in execute()
189 if (entry_count) { in execute()
[all …]
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_open_protocol.c90 efi_uintn_t entry_count; in execute() local
104 &entry_buffer, &entry_count); in execute()
109 if (entry_count != 1) { in execute()
112 (unsigned int)entry_count); in execute()
126 &entry_buffer, &entry_count); in execute()
131 if (entry_count != 1) { in execute()
134 (unsigned int)entry_count); in execute()
161 if (entry_count != 2) { in execute()
164 (unsigned int)entry_count); in execute()
189 if (entry_count) { in execute()
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_open_protocol.c90 efi_uintn_t entry_count; in execute() local
104 &entry_buffer, &entry_count); in execute()
109 if (entry_count != 1) { in execute()
112 (unsigned int)entry_count); in execute()
126 &entry_buffer, &entry_count); in execute()
131 if (entry_count != 1) { in execute()
134 (unsigned int)entry_count); in execute()
161 if (entry_count != 2) { in execute()
164 (unsigned int)entry_count); in execute()
189 if (entry_count) { in execute()
[all …]
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_open_protocol.c90 efi_uintn_t entry_count; in execute() local
104 &entry_buffer, &entry_count); in execute()
109 if (entry_count != 1) { in execute()
112 (unsigned int)entry_count); in execute()
126 &entry_buffer, &entry_count); in execute()
131 if (entry_count != 1) { in execute()
134 (unsigned int)entry_count); in execute()
161 if (entry_count != 2) { in execute()
164 (unsigned int)entry_count); in execute()
189 if (entry_count) { in execute()
[all …]
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_open_protocol.c90 efi_uintn_t entry_count; in execute() local
104 &entry_buffer, &entry_count); in execute()
109 if (entry_count != 1) { in execute()
112 (unsigned int)entry_count); in execute()
126 &entry_buffer, &entry_count); in execute()
131 if (entry_count != 1) { in execute()
134 (unsigned int)entry_count); in execute()
161 if (entry_count != 2) { in execute()
164 (unsigned int)entry_count); in execute()
189 if (entry_count) { in execute()
[all …]
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_open_protocol.c90 efi_uintn_t entry_count; in execute() local
104 &entry_buffer, &entry_count); in execute()
109 if (entry_count != 1) { in execute()
112 (unsigned int)entry_count); in execute()
126 &entry_buffer, &entry_count); in execute()
131 if (entry_count != 1) { in execute()
134 (unsigned int)entry_count); in execute()
161 if (entry_count != 2) { in execute()
164 (unsigned int)entry_count); in execute()
189 if (entry_count) { in execute()
[all …]
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_open_protocol.c90 efi_uintn_t entry_count; in execute() local
104 &entry_buffer, &entry_count); in execute()
109 if (entry_count != 1) { in execute()
112 (unsigned int)entry_count); in execute()
126 &entry_buffer, &entry_count); in execute()
131 if (entry_count != 1) { in execute()
134 (unsigned int)entry_count); in execute()
161 if (entry_count != 2) { in execute()
164 (unsigned int)entry_count); in execute()
189 if (entry_count) { in execute()
[all …]
/dports/sysutils/u-boot-sopine/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_open_protocol.c90 efi_uintn_t entry_count; in execute() local
104 &entry_buffer, &entry_count); in execute()
109 if (entry_count != 1) { in execute()
112 (unsigned int)entry_count); in execute()
126 &entry_buffer, &entry_count); in execute()
131 if (entry_count != 1) { in execute()
134 (unsigned int)entry_count); in execute()
161 if (entry_count != 2) { in execute()
164 (unsigned int)entry_count); in execute()
189 if (entry_count) { in execute()
[all …]

12345678910>>...106