Home
last modified time | relevance | path

Searched refs:seccount (Results 1 – 25 of 44) sorted by relevance

12

/dports/editors/lazarus/lazarus/components/fpdebug/
H A Dfpimgreaderelf.pas59 seccount : Integer;
200 if seccount=Length(sections) then begin
201 if seccount = 0 then SetLength(sections, 4)
202 else SetLength(sections, seccount*2);
204 sections[seccount].Address:= Address;
205 sections[seccount].name:=name;
206 sections[seccount].FileOfs:=FileOffset;
207 sections[seccount].Size:=Size;
208 inc(seccount);
247 for i := 0 to seccount - 1 do
[all …]
/dports/editors/lazarus-qt5/lazarus/components/fpdebug/
H A Dfpimgreaderelf.pas59 seccount : Integer;
200 if seccount=Length(sections) then begin
201 if seccount = 0 then SetLength(sections, 4)
202 else SetLength(sections, seccount*2);
204 sections[seccount].Address:= Address;
205 sections[seccount].name:=name;
206 sections[seccount].FileOfs:=FileOffset;
207 sections[seccount].Size:=Size;
208 inc(seccount);
247 for i := 0 to seccount - 1 do
[all …]
/dports/multimedia/dvb-apps/dvb-apps-3d43b280298c/test/libdvbsec/
H A Ddvbsec_test.c29 int seccount = 0; variable
54 dvbsec_cfg_save(f, secconfigs, seccount); in main()
68 struct dvbsec_config *tmp = realloc(secconfigs, (seccount+1) * sizeof(struct dvbsec_config)); in secload_callback()
75 memcpy(&secconfigs[seccount++], sec, sizeof(struct dvbsec_config)); in secload_callback()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/
H A Dfpimgreaderelf.pas61 seccount : Integer;
234 if seccount=Length(sections) then begin
235 if seccount = 0 then SetLength(sections, 4)
236 else SetLength(sections, seccount*2);
238 sections[seccount].Address:= Address;
239 sections[seccount].name:=name;
240 sections[seccount].FileOfs:=FileOffset;
241 sections[seccount].Size:=Size;
242 inc(seccount);
296 for i := 0 to seccount - 1 do
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/
H A Dfpimgreaderelf.pas61 seccount : Integer;
234 if seccount=Length(sections) then begin
235 if seccount = 0 then SetLength(sections, 4)
236 else SetLength(sections, seccount*2);
238 sections[seccount].Address:= Address;
239 sections[seccount].name:=name;
240 sections[seccount].FileOfs:=FileOffset;
241 sections[seccount].Size:=Size;
242 inc(seccount);
296 for i := 0 to seccount - 1 do
[all …]
/dports/emulators/mess/mame-mame0226/src/lib/formats/
H A Dti99_dsk.cpp237 int seccount = 0; in save() local
281 if (seccount < 3 && track == 0) in save()
572 int seccount = 0; in get_sectors() local
741 secnumber[seccount++] = cursect; in get_sectors()
795 secnumber[seccount++] = cursect; in get_sectors()
833 int actual_sectors = seccount; in get_sectors()
837 if (track==0 && head==0 && seccount<3) in get_sectors()
838 return seccount; in get_sectors()
840 if (seccount < sectors) in get_sectors()
856 secnumber[seccount++] = j; in get_sectors()
[all …]
/dports/emulators/mame/mame-mame0226/src/lib/formats/
H A Dti99_dsk.cpp237 int seccount = 0; in save() local
281 if (seccount < 3 && track == 0) in save()
572 int seccount = 0; in get_sectors() local
741 secnumber[seccount++] = cursect; in get_sectors()
795 secnumber[seccount++] = cursect; in get_sectors()
833 int actual_sectors = seccount; in get_sectors()
837 if (track==0 && head==0 && seccount<3) in get_sectors()
838 return seccount; in get_sectors()
840 if (seccount < sectors) in get_sectors()
856 secnumber[seccount++] = j; in get_sectors()
[all …]
/dports/sysutils/k3b/k3b-21.12.3/libk3b/tools/libisofs/
H A Del_torito.h33 char seccount [ISODCL ( 7, 8)]; member
51 char seccount [ISODCL ( 7, 8)]; member
/dports/x11-fm/krusader2/krusader-2.7.2/iso/libisofs/
H A Del_torito.h56 char seccount [ISODCL(7, 8)]; member
74 char seccount [ISODCL(7, 8)]; member
/dports/net/py-raet/raet-0.6.8/raet/lane/
H A Dpaging.py388 seccount = (self.size // secsize) + (1 if self.size % secsize else 0)
389 for i in range(seccount):
390 if i == seccount - 1: #last section
396 data['pc'] = seccount
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/binutils/
H A Dnm.c841 static unsigned int seccount; in print_symbol() local
849 for (i = 0; i < seccount; i++) in print_symbol()
864 seccount = bfd_count_sections (abfd); in print_symbol()
866 secs = xmalloc (seccount * sizeof *secs); in print_symbol()
867 relocs = xmalloc (seccount * sizeof *relocs); in print_symbol()
868 relcount = xmalloc (seccount * sizeof *relcount); in print_symbol()
879 for (i = 0; i < seccount; i++) in print_symbol()
900 i = seccount; in print_symbol()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/binutils/
H A Dnm.c1197 static unsigned int seccount; in print_symbol() local
1205 for (i = 0; i < seccount; i++) in print_symbol()
1220 seccount = bfd_count_sections (abfd); in print_symbol()
1222 secs = (asection **) xmalloc (seccount * sizeof *secs); in print_symbol()
1223 relocs = (arelent ***) xmalloc (seccount * sizeof *relocs); in print_symbol()
1224 relcount = (long *) xmalloc (seccount * sizeof *relcount); in print_symbol()
1235 for (i = 0; i < seccount; i++) in print_symbol()
1256 i = seccount; in print_symbol()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/binutils/
H A Dnm.c1197 static unsigned int seccount; in print_symbol() local
1205 for (i = 0; i < seccount; i++) in print_symbol()
1220 seccount = bfd_count_sections (abfd); in print_symbol()
1222 secs = (asection **) xmalloc (seccount * sizeof *secs); in print_symbol()
1223 relocs = (arelent ***) xmalloc (seccount * sizeof *relocs); in print_symbol()
1224 relcount = (long *) xmalloc (seccount * sizeof *relcount); in print_symbol()
1235 for (i = 0; i < seccount; i++) in print_symbol()
1256 i = seccount; in print_symbol()
/dports/devel/djgpp-binutils/binutils-2.17/binutils/
H A Dnm.c842 static unsigned int seccount; in print_symbol() local
850 for (i = 0; i < seccount; i++) in print_symbol()
865 seccount = bfd_count_sections (abfd); in print_symbol()
867 secs = xmalloc (seccount * sizeof *secs); in print_symbol()
868 relocs = xmalloc (seccount * sizeof *relocs); in print_symbol()
869 relcount = xmalloc (seccount * sizeof *relcount); in print_symbol()
880 for (i = 0; i < seccount; i++) in print_symbol()
901 i = seccount; in print_symbol()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/binutils/
H A Dnm.c908 static unsigned int seccount; in print_symbol() local
916 for (i = 0; i < seccount; i++) in print_symbol()
931 seccount = bfd_count_sections (abfd); in print_symbol()
933 secs = (asection **) xmalloc (seccount * sizeof *secs); in print_symbol()
934 relocs = (arelent ***) xmalloc (seccount * sizeof *relocs); in print_symbol()
935 relcount = (long *) xmalloc (seccount * sizeof *relcount); in print_symbol()
946 for (i = 0; i < seccount; i++) in print_symbol()
967 i = seccount; in print_symbol()
/dports/security/rnp/rnp-0.15.2/src/tests/
H A Dgeneratekey.cpp136 size_t seccount = 0; in TEST_F() local
137 assert_rnp_success(rnp_get_secret_key_count(rnp.ffi, &seccount)); in TEST_F()
138 assert_true(seccount > 0); in TEST_F()
223 size_t seccount = 0; in TEST_F() local
224 assert_rnp_success(rnp_get_secret_key_count(rnp.ffi, &seccount)); in TEST_F()
225 assert_true(seccount == 0); in TEST_F()
244 assert_rnp_success(rnp_get_secret_key_count(rnp.ffi, &seccount)); in TEST_F()
245 assert_true(seccount > 0); in TEST_F()
/dports/lang/gnatdroid-binutils/binutils-2.27/binutils/
H A Dnm.c908 static unsigned int seccount; in print_symbol() local
916 for (i = 0; i < seccount; i++) in print_symbol()
931 seccount = bfd_count_sections (abfd); in print_symbol()
933 secs = (asection **) xmalloc (seccount * sizeof *secs); in print_symbol()
934 relocs = (arelent ***) xmalloc (seccount * sizeof *relocs); in print_symbol()
935 relcount = (long *) xmalloc (seccount * sizeof *relcount); in print_symbol()
946 for (i = 0; i < seccount; i++) in print_symbol()
967 i = seccount; in print_symbol()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/tests/
H A Dgeneratekey.cpp149 size_t seccount = 0; in TEST_F() local
150 assert_rnp_success(rnp_get_secret_key_count(rnp.ffi, &seccount)); in TEST_F()
151 assert_true(seccount > 0); in TEST_F()
260 size_t seccount = 0; in TEST_F() local
261 assert_rnp_success(rnp_get_secret_key_count(rnp.ffi, &seccount)); in TEST_F()
262 assert_true(seccount == 0); in TEST_F()
285 assert_rnp_success(rnp_get_secret_key_count(rnp.ffi, &seccount)); in TEST_F()
286 assert_true(seccount > 0); in TEST_F()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/binutils/
H A Dnm.c941 static unsigned int seccount; in print_symbol() local
949 for (i = 0; i < seccount; i++) in print_symbol()
964 seccount = bfd_count_sections (abfd); in print_symbol()
966 secs = (asection **) xmalloc (seccount * sizeof *secs); in print_symbol()
967 relocs = (arelent ***) xmalloc (seccount * sizeof *relocs); in print_symbol()
968 relcount = (long *) xmalloc (seccount * sizeof *relcount); in print_symbol()
979 for (i = 0; i < seccount; i++) in print_symbol()
1000 i = seccount; in print_symbol()
/dports/devel/binutils/binutils-2.37/binutils/
H A Dnm.c1004 static unsigned int seccount; in print_symbol() local
1012 for (i = 0; i < seccount; i++) in print_symbol()
1027 seccount = bfd_count_sections (abfd); in print_symbol()
1029 secs = (asection **) xmalloc (seccount * sizeof *secs); in print_symbol()
1030 relocs = (arelent ***) xmalloc (seccount * sizeof *relocs); in print_symbol()
1031 relcount = (long *) xmalloc (seccount * sizeof *relcount); in print_symbol()
1042 for (i = 0; i < seccount; i++) in print_symbol()
1063 i = seccount; in print_symbol()
/dports/devel/arm-elf-binutils/binutils-2.37/binutils/
H A Dnm.c1004 static unsigned int seccount; in print_symbol() local
1012 for (i = 0; i < seccount; i++) in print_symbol()
1027 seccount = bfd_count_sections (abfd); in print_symbol()
1029 secs = (asection **) xmalloc (seccount * sizeof *secs); in print_symbol()
1030 relocs = (arelent ***) xmalloc (seccount * sizeof *relocs); in print_symbol()
1031 relcount = (long *) xmalloc (seccount * sizeof *relcount); in print_symbol()
1042 for (i = 0; i < seccount; i++) in print_symbol()
1063 i = seccount; in print_symbol()
/dports/devel/gnulibiberty/binutils-2.37/binutils/
H A Dnm.c1004 static unsigned int seccount; in print_symbol() local
1012 for (i = 0; i < seccount; i++) in print_symbol()
1027 seccount = bfd_count_sections (abfd); in print_symbol()
1029 secs = (asection **) xmalloc (seccount * sizeof *secs); in print_symbol()
1030 relocs = (arelent ***) xmalloc (seccount * sizeof *relocs); in print_symbol()
1031 relcount = (long *) xmalloc (seccount * sizeof *relcount); in print_symbol()
1042 for (i = 0; i < seccount; i++) in print_symbol()
1063 i = seccount; in print_symbol()
/dports/science/grib_api/grib_api-1.28.0-Source/src/
H A Dgrib_handle.c396 int secnum=0,seccount=0; in grib_handle_new_multi() local
433 seccount=0; in grib_handle_new_multi()
436 seccount++; in grib_handle_new_multi()
525 int secnum=0,seccount=0; in grib_handle_new_from_file_multi() local
591 seccount=0; in grib_handle_new_from_file_multi()
594 seccount++; in grib_handle_new_from_file_multi()
/dports/science/eccodes/eccodes-2.23.0-Source/src/
H A Dgrib_handle.c518 int secnum = 0, seccount = 0; in grib_handle_new_multi() local
552 seccount = 0; in grib_handle_new_multi()
554 seccount++; in grib_handle_new_multi()
637 int secnum = 0, seccount = 0; in grib_handle_new_from_file_multi() local
703 seccount = 0; in grib_handle_new_from_file_multi()
705 seccount++; in grib_handle_new_from_file_multi()
/dports/x11-fm/krusader2/krusader-2.7.2/iso/
H A Dkiso.cpp339 isonum_721(be->data.d_e.seccount)); in addBoot()

12