Home
last modified time | relevance | path

Searched refs:section_count (Results 1 – 25 of 985) sorted by relevance

12345678910>>...40

/dports/devel/jclassinfo/jclassinfo-0.19.1/jclass/
H A Dmanifest.c47 int section_count; in jclass_manifest_new_from_buffer() local
64 manifest->section_count = 1; in jclass_manifest_new_from_buffer()
75 manifest->section_count++; in jclass_manifest_new_from_buffer()
84 section_count = 0; in jclass_manifest_new_from_buffer()
95 section_count++; in jclass_manifest_new_from_buffer()
111 manifest->sections[section_count].name = in jclass_manifest_new_from_buffer()
128 for (i = 0; i < manifest->section_count; i++) { in jclass_manifest_new_from_buffer()
137 section_count = 0; in jclass_manifest_new_from_buffer()
149 section_count++; in jclass_manifest_new_from_buffer()
213 for (i = 0; i < manifest->section_count; i++) { in get_section()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/test/Semantics/
H A Domp-sections02.f907 integer :: section_count = 0 variable
9 print *, 'section_count', section_count
25 section_count = section_count + 1
28 print *, 'section_count', section_count
30 section_count = section_count + 1
31 print *, 'section_count', section_count
H A Domp-parallel-sections01.f907 integer :: section_count = 0 variable
14 print *, 'section_count', section_count
41 section_count = section_count + 1
44 print *, 'section_count', section_count
46 section_count = section_count + 1
47 print *, 'section_count', section_count
/dports/math/libpgmath/flang-d07daf3/test/openmp_examples/sources/
H A DExample_fpriv_sections.1f.f8 integer :: section_count = 0 variable
15 section_count = section_count + 1
17 print *, 'section_count', section_count
19 section_count = section_count + 1
21 print *, 'section_count', section_count
/dports/games/libretro-snes9x/snes9x-73aa348/win32/
H A Dobjfix.c32 int section_count; in main() local
62 fputc(section_count = fgetc(in), out); in main()
64 section_count += c << 8; in main()
71 for (c = 0; c < section_count; c++) in main()
98 section_count = fgetc(in); in main()
99 section_count += fgetc(in) << 8; in main()
103 for (c = 0; c < section_count; c++) in main()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/win32/
H A Dobjfix.c32 int section_count; in main() local
62 fputc(section_count = fgetc(in), out); in main()
64 section_count += c << 8; in main()
71 for (c = 0; c < section_count; c++) in main()
98 section_count = fgetc(in); in main()
99 section_count += fgetc(in) << 8; in main()
103 for (c = 0; c < section_count; c++) in main()
/dports/emulators/mess/mame-mame0226/3rdparty/bx/3rdparty/ini/
H A Dini.h449 int section_count; member
464 if( ini && section >= 0 && section < ini->section_count ) in ini_internal_property_index()
489 ini->section_count = 1; /* global section */ in ini_create()
586 for( s = 0; s < ini->section_count; ++s ) in ini_save()
658 for( i = 0; i < ini->section_count; ++i ) in ini_destroy()
669 if( ini ) return ini->section_count; in ini_section_count()
676 if( ini && section >= 0 && section < ini->section_count ) in ini_section_name()
739 for( i = 0; i < ini->section_count; ++i ) in ini_find_section()
785 if( ini->section_count >= ini->section_capacity ) in ini_section_add()
795 ini->sections[ ini->section_count ].name_large = 0; in ini_section_add()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bx/3rdparty/ini/
H A Dini.h449 int section_count; member
464 if( ini && section >= 0 && section < ini->section_count ) in ini_internal_property_index()
489 ini->section_count = 1; /* global section */ in ini_create()
586 for( s = 0; s < ini->section_count; ++s ) in ini_save()
658 for( i = 0; i < ini->section_count; ++i ) in ini_destroy()
669 if( ini ) return ini->section_count; in ini_section_count()
676 if( ini && section >= 0 && section < ini->section_count ) in ini_section_name()
739 for( i = 0; i < ini->section_count; ++i ) in ini_find_section()
785 if( ini->section_count >= ini->section_capacity ) in ini_section_add()
795 ini->sections[ ini->section_count ].name_large = 0; in ini_section_add()
[all …]
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A Dhtmacho.h51 uint section_count; member
71 bool macho_addr_to_section(MACHO_SECTION_U *section_headers, uint section_count, MACHOAddress addr,…
72 bool macho_addr_to_ofs(MACHO_SECTION_U *section_headers, uint section_count, MACHOAddress addr, Fil…
73 bool macho_addr_is_valid(MACHO_SECTION_U *section_headers, uint section_count, MACHOAddress addr);
75 bool macho_ofs_to_addr(MACHO_SECTION_U *section_headers, uint section_count, FileOfs ofs, MACHOAddr…
76 bool macho_ofs_to_section(MACHO_SECTION_U *section_headers, uint section_count, FileOfs ofs, int *s…
H A Dhtcoff.cc167 coff_shared->sections.section_count = coff_shared->coffheader.section_count; in init()
172 if (coff_shared->sections.section_count) { in init()
173 …coff_shared->sections.sections = ht_malloc(coff_shared->sections.section_count * sizeof *coff_shar… in init()
174 …file->read(coff_shared->sections.sections, coff_shared->sections.section_count*sizeof *coff_shared… in init()
175 for (uint i=0; i<coff_shared->sections.section_count; i++) { in init()
197 for (uint i=0; i<section_headers->section_count; i++) { in coff_rva_to_section()
210 for (uint i = 0; i < section_headers->section_count; i++) { in coff_rva_to_ofs()
224 for (uint i=0; i<section_headers->section_count; i++) { in coff_rva_is_valid()
236 for (uint i=0; i<section_headers->section_count; i++) { in coff_rva_is_physical()
253 for (uint i=0; i<section_headers->section_count; i++) { in coff_ofs_to_rva()
[all …]
H A Dhtpe.cc130 pe_shared->sections.section_count=pe_shared->coffheader.section_count; in init()
134 …file->readx(pe_shared->sections.sections, pe_shared->sections.section_count*sizeof *pe_shared->sec… in init()
136 for (uint i=0; i<pe_shared->sections.section_count; i++) { in init()
204 for (uint i=0; i<sh->sections.section_count; i++) { in loc_enum_next()
225 for (uint i=0; i<section_headers->section_count; i++) { in pe_rva_to_ofs()
239 for (uint i=0; i<section_headers->section_count; i++) { in pe_rva_to_section()
253 for (uint i=0; i<section_headers->section_count; i++) { in pe_rva_is_valid()
266 for (uint i=0; i<section_headers->section_count; i++) { in pe_rva_is_physical()
283 for (uint i=0; i<section_headers->section_count; i++) { in pe_ofs_to_rva()
297 for (uint i=0; i<section_headers->section_count; i++) { in pe_ofs_to_section()
[all …]
H A Dhtmacho.cc191 macho_shared->section_count = nsections; in init()
192 macho_shared->sections = ht_malloc(sizeof (MACHO_SECTION_U) * macho_shared->section_count); in init()
235 bool macho_addr_to_ofs(MACHO_SECTION_U *s, uint section_count, MACHOAddress addr, FileOfs *ofs) in macho_addr_to_ofs() argument
237 for (uint i=0; i < section_count; i++) { in macho_addr_to_ofs()
260 for (uint i=0; i < section_count; i++) { in macho_addr_to_section()
277 bool macho_addr_is_valid(MACHO_SECTION_U *s, uint section_count, MACHOAddress addr) in macho_addr_is_valid() argument
279 for (uint i=0; i < section_count; i++) { in macho_addr_is_valid()
298 bool macho_ofs_to_addr(MACHO_SECTION_U *s, uint section_count, FileOfs ofs, MACHOAddress *addr) in macho_ofs_to_addr() argument
300 for (uint i=0; i < section_count; i++) { in macho_ofs_to_addr()
317 bool macho_ofs_to_section(MACHO_SECTION_U *s, uint section_count, FileOfs ofs, int *section) in macho_ofs_to_section() argument
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/gimli-0.26.1/src/read/
H A Dindex.rs98 section_count: u32, field
114 section_count: 0, in parse()
138 let section_count = input.read_u32()?; in parse() localVariable
149 if section_count > SECTION_COUNT_MAX.into() { in parse()
152 for i in 0..section_count { in parse()
189 section_count, in parse()
260 pub fn section_count(&self) -> u32 { in section_count() method
261 self.section_count in section_count()
388 assert_eq!(index.section_count, 8); in test_version_2_sections()
443 assert_eq!(index.section_count, 7); in test_version_5_sections()
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/gimli-0.26.1/src/read/
H A Dindex.rs98 section_count: u32, field
114 section_count: 0, in parse()
138 let section_count = input.read_u32()?; in parse() localVariable
149 if section_count > SECTION_COUNT_MAX.into() { in parse()
152 for i in 0..section_count { in parse()
189 section_count, in parse()
260 pub fn section_count(&self) -> u32 { in section_count() method
261 self.section_count in section_count()
388 assert_eq!(index.section_count, 8); in test_version_2_sections()
443 assert_eq!(index.section_count, 7); in test_version_5_sections()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/gimli-0.26.1/src/read/
H A Dindex.rs98 section_count: u32, field
114 section_count: 0, in parse()
138 let section_count = input.read_u32()?; in parse() localVariable
149 if section_count > SECTION_COUNT_MAX.into() { in parse()
152 for i in 0..section_count { in parse()
189 section_count, in parse()
260 pub fn section_count(&self) -> u32 { in section_count() method
261 self.section_count in section_count()
388 assert_eq!(index.section_count, 8); in test_version_2_sections()
443 assert_eq!(index.section_count, 7); in test_version_5_sections()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/gimli-0.26.1/src/read/
H A Dindex.rs98 section_count: u32, field
114 section_count: 0, in parse()
138 let section_count = input.read_u32()?; in parse() localVariable
149 if section_count > SECTION_COUNT_MAX.into() { in parse()
152 for i in 0..section_count { in parse()
189 section_count, in parse()
260 pub fn section_count(&self) -> u32 { in section_count() method
261 self.section_count in section_count()
388 assert_eq!(index.section_count, 8); in test_version_2_sections()
443 assert_eq!(index.section_count, 7); in test_version_5_sections()
[all …]
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/gimli-0.26.1/src/read/
H A Dindex.rs98 section_count: u32, field
114 section_count: 0, in parse()
138 let section_count = input.read_u32()?; in parse() localVariable
149 if section_count > SECTION_COUNT_MAX.into() { in parse()
152 for i in 0..section_count { in parse()
189 section_count, in parse()
260 pub fn section_count(&self) -> u32 { in section_count() method
261 self.section_count in section_count()
388 assert_eq!(index.section_count, 8); in test_version_2_sections()
443 assert_eq!(index.section_count, 7); in test_version_5_sections()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/gimli/src/read/
H A Dindex.rs98 section_count: u32, field
114 section_count: 0, in parse()
138 let section_count = input.read_u32()?; in parse() localVariable
149 if section_count > SECTION_COUNT_MAX.into() { in parse()
152 for i in 0..section_count { in parse()
189 section_count, in parse()
260 pub fn section_count(&self) -> u32 { in section_count() method
261 self.section_count in section_count()
388 assert_eq!(index.section_count, 8); in test_version_2_sections()
443 assert_eq!(index.section_count, 7); in test_version_5_sections()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/gimli-0.26.1/src/read/
H A Dindex.rs98 section_count: u32, field
114 section_count: 0, in parse()
138 let section_count = input.read_u32()?; in parse() localVariable
149 if section_count > SECTION_COUNT_MAX.into() { in parse()
152 for i in 0..section_count { in parse()
189 section_count, in parse()
260 pub fn section_count(&self) -> u32 { in section_count() method
261 self.section_count in section_count()
388 assert_eq!(index.section_count, 8); in test_version_2_sections()
443 assert_eq!(index.section_count, 7); in test_version_5_sections()
[all …]
/dports/sysutils/dunst/dunst-1.6.1/src/
H A Doption_parser.c27 static int section_count = 0;
206 for (int i = 0; i < section_count; i++) {
212 section_count++;
215 sections[section_count - 1].entries = NULL;
217 return &sections[section_count - 1];
222 for (int i = 0; i < section_count; i++) {
231 section_count = 0;
236 for (int i = 0; i < section_count; i++) {
330 ASSERT_OR_RET(section_count > 0, NULL);
333 for (int i = 0; i < section_count; i++) {
[all …]
/dports/devel/libgit2/libgit2-1.3.0/tests/remote/
H A Dcreate.c46 size_t section_count = count_config_entries_match(_repo, "remote\\."); in test_remote_create__named() local
62 cl_assert_equal_i(section_count + 2, count_config_entries_match(_repo, "remote\\.")); in test_remote_create__named()
108 size_t section_count = count_config_entries_match(_repo, "remote\\."); in test_remote_create__with_fetchspec() local
118 cl_assert_equal_i(section_count + 2, count_config_entries_match(_repo, "remote\\.")); in test_remote_create__with_fetchspec()
128 size_t section_count = count_config_entries_match(_repo, "remote\\."); in test_remote_create__with_empty_fetchspec() local
133 cl_assert_equal_i(section_count + 1, count_config_entries_match(_repo, "remote\\.")); in test_remote_create__with_empty_fetchspec()
159 size_t section_count = count_config_entries_match(_repo, "remote\\."); in test_remote_create__anonymous() local
168 cl_assert_equal_i(section_count, count_config_entries_match(_repo, "remote\\.")); in test_remote_create__anonymous()
187 size_t section_count = count_config_entries_match(_repo, "remote\\."); in test_remote_create__detached() local
196 cl_assert_equal_i(section_count, count_config_entries_match(_repo, "remote\\.")); in test_remote_create__detached()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dlinux.cc63 size_t section_count = sections_.size(); in GetNumCpus() local
64 for (size_t i = 0; i < section_count; ++i) { in GetNumCpus()
98 size_t section_count = sections_.size(); in GetNumPhysicalCpus() local
99 for (size_t i = 0; i < section_count; ++i) { in GetNumPhysicalCpus()
128 size_t section_count = sections_.size(); in GetCpuFamily() local
129 for (size_t i = 0; i < section_count; ++i) { in GetCpuFamily()
/dports/x11/wmappl/wmappl-0.71/src/
H A Drcparser.c253 for(i = 0; i < rcfile->section_count; i++) { in save_rcfile()
276 for(i = 0; i < rcfile->section_count; i++) { in free_rcfile()
308 for(i = 0; i < rcfile->section_count; i++) { in dump_rcfile()
559 rcFile->section_count = 0; in new_rcfile()
588 if(rcFile->section_count >= ALLOC_SECTION * mult_section) { in new_rcsection()
626 section_index = rcFile->section_count; in new_rcsection()
628 rcFile->section_count++; in new_rcsection()
838 …->section = (RCSection **) realloc(rcfile->section, sizeof(RCSection *) * (rcfile->section_count)); in realloc_rcfile()
845 for(i = 0; i < rcfile->section_count; i++) { in realloc_rcfile()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dlinux.cc80 size_t section_count = sections_.size(); in GetNumCpus() local
81 for (size_t i = 0; i < section_count; ++i) { in GetNumCpus()
115 size_t section_count = sections_.size(); in GetNumPhysicalCpus() local
116 for (size_t i = 0; i < section_count; ++i) { in GetNumPhysicalCpus()
145 size_t section_count = sections_.size(); in GetCpuFamily() local
146 for (size_t i = 0; i < section_count; ++i) { in GetCpuFamily()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dlinux.cc63 size_t section_count = sections_.size(); in GetNumCpus() local
64 for (size_t i = 0; i < section_count; ++i) { in GetNumCpus()
98 size_t section_count = sections_.size(); in GetNumPhysicalCpus() local
99 for (size_t i = 0; i < section_count; ++i) { in GetNumPhysicalCpus()
128 size_t section_count = sections_.size(); in GetCpuFamily() local
129 for (size_t i = 0; i < section_count; ++i) { in GetCpuFamily()

12345678910>>...40