Home
last modified time | relevance | path

Searched defs:heads (Results 1 – 25 of 1822) sorted by relevance

12345678910>>...73

/dports/archivers/arc/arc-5.21p/
H A Darcs.h38 struct heads { /* archive entry header format */ struct
39 char name[FNLEN]; /* file name */
40 long size; /* size of file, in bytes */
41 unsigned short date; /* creation date */
42 unsigned short time; /* creation time */
43 short crc; /* cyclic redundancy check */
44 long length; /* true file length */
/dports/www/c-icap/c_icap-0.5.10/
H A Dsimple_api.c72 ci_headers_list_t *heads; in ci_http_response_reset_headers() local
81 ci_headers_list_t *heads; in ci_http_request_reset_headers() local
139 ci_headers_list_t *heads; in ci_http_response_add_header() local
150 ci_headers_list_t *heads; in ci_http_request_add_header() local
160 ci_headers_list_t *heads; in ci_http_response_remove_header() local
171 ci_headers_list_t *heads; in ci_http_request_remove_header() local
182 ci_headers_list_t *heads; in ci_http_response_get_header() local
193 ci_headers_list_t *heads; in ci_http_request_get_header() local
205 ci_headers_list_t *heads; in ci_http_content_length() local
232 ci_headers_list_t *heads; in ci_http_request() local
[all …]
H A Dacl.c980 ci_headers_list_t *heads; in get_icap_header() local
987 ci_headers_list_t *heads; in free_icap_header() local
994 ci_headers_list_t *heads; in get_icap_response_header() local
1001 ci_headers_list_t *heads; in free_icap_response_header() local
1008 ci_headers_list_t *heads; in get_http_req_header() local
1014 ci_headers_list_t *heads; in free_http_req_header() local
1021 ci_headers_list_t *heads; in get_http_resp_header() local
1028 ci_headers_list_t *heads; in free_http_resp_header() local
1036 ci_headers_list_t *heads; in get_http_req_url() local
1051 ci_headers_list_t *heads; in get_http_req_line() local
[all …]
/dports/math/igraph/igraph-0.9.5/src/centrality/prpack/
H A Dprpack_csc.h17 int* heads; variable
25 int64_t* heads; variable
/dports/math/R-cran-igraph/igraph/src/prpack/
H A Dprpack_csc.h17 int* heads; variable
25 int64_t* heads; variable
/dports/databases/py-alembic14/alembic-1.4.3/alembic/runtime/
H A Dmigration.py660 def __init__(self, context, heads): argument
995 def should_delete_branch(self, heads): argument
1018 def merge_branch_idents(self, heads): argument
1041 def _unmerge_to_revisions(self, heads): argument
1054 def unmerge_branch_idents(self, heads): argument
1064 def should_create_branch(self, heads): argument
1105 def update_version_num(self, heads): argument
1188 def update_version_num(self, heads): argument
1193 def merge_branch_idents(self, heads): argument
1209 def should_delete_branch(self, heads): argument
[all …]
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/amitools/fs/blkdev/
H A DDiskGeometry.py4 def __init__(self, cyls=0, heads=0, secs=0): argument
98 def _guess_for_size1(self, size, approx=True, block_bytes=512, secs=None, heads=None): argument
124 def _guess_for_size2(self, size, approx=True, block_bytes=512, secs=None, heads=None): argument
140 def _guess_for_size(self, size, approx=True, block_bytes=512, algo=None, secs=None, heads=None): argument
/dports/devel/arcanist-lib/arcanist-b2e715f/src/repository/graph/
H A DArcanistCommitGraphPartitionQuery.php7 private $heads; variable in ArcanistCommitGraphPartitionQuery
19 public function withHeads(array $heads) {
H A DArcanistCommitGraphPartition.php8 private $heads = array(); variable in ArcanistCommitGraphPartition
30 public function setHeads(array $heads) {
/dports/devel/arcanist/arcanist-b2e715f/src/repository/graph/
H A DArcanistCommitGraphPartitionQuery.php7 private $heads; variable in ArcanistCommitGraphPartitionQuery
19 public function withHeads(array $heads) {
H A DArcanistCommitGraphPartition.php8 private $heads = array(); variable in ArcanistCommitGraphPartition
30 public function setHeads(array $heads) {
/dports/emulators/fuse-utils/fuse-utils-1.4.3/
H A Dcreatehdf.c89 parse_options( int argc, char **argv, size_t *cylinders, size_t *heads, in parse_options()
158 write_header( int fd, size_t cylinders, size_t heads, size_t sectors, in write_header()
206 write_data( int fd, size_t cylinders, size_t heads, size_t sectors, in write_data()
255 size_t cylinders, heads, sectors; in main() local
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Darpeggio.cc96 Interval heads; in calc_positions() local
120 Interval heads = from_scm (get_property (me, "positions"), in print() local
188 Interval heads = from_scm (get_property (me, "positions"), in brew_chord_bracket() local
210 Interval heads = from_scm (get_property (me, "positions"), in brew_chord_slur() local
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Darpeggio.cc96 Interval heads; in calc_positions() local
120 Interval heads = from_scm (get_property (me, "positions"), in print() local
188 Interval heads = from_scm (get_property (me, "positions"), in brew_chord_bracket() local
210 Interval heads = from_scm (get_property (me, "positions"), in brew_chord_slur() local
/dports/www/c-icap-modules/c_icap_modules-0.5.5/services/url_check/
H A Drequest_filter.c60 ci_headers_list_t *heads; in http_header_addIfNone_cb() local
98 ci_headers_list_t *heads; in http_header_remove_cb() local
122 ci_headers_list_t *heads; in http_header_listadd_cb() local
141 ci_headers_list_t *heads; in http_header_replace_cb() local
/dports/devel/R-cran-gert/gert/tests/testthat/
H A Dtest-auth.R64 heads <- git_remote_ls(repo = repo) globalVar
72 heads <- git_remote_ls(repo = repo) globalVar
/dports/math/spooles/spooles.2.2/BPG/src/
H A DmaxFlow.c80 Cell **heads ; in BPG_DMviaMaxFlow() local
207 Cell **heads ; in setupCells() local
309 Cell *heads[], in findFlowAugmentingPath()
466 Cell *heads[], in augmentPath()
547 Cell *heads[], in setDMflags()
/dports/math/spooles-mpich/spooles.2.2_SHARED/BPG/src/
H A DmaxFlow.c80 Cell **heads ; in BPG_DMviaMaxFlow() local
207 Cell **heads ; in setupCells() local
309 Cell *heads[], in findFlowAugmentingPath()
466 Cell *heads[], in augmentPath()
547 Cell *heads[], in setDMflags()
/dports/math/spooles-mpich/spooles.2.2/BPG/src/
H A DmaxFlow.c80 Cell **heads ; in BPG_DMviaMaxFlow() local
207 Cell **heads ; in setupCells() local
309 Cell *heads[], in findFlowAugmentingPath()
466 Cell *heads[], in augmentPath()
547 Cell *heads[], in setDMflags()
/dports/math/spooles/spooles.2.2_SHARED/BPG/src/
H A DmaxFlow.c80 Cell **heads ; in BPG_DMviaMaxFlow() local
207 Cell **heads ; in setupCells() local
309 Cell *heads[], in findFlowAugmentingPath()
466 Cell *heads[], in augmentPath()
547 Cell *heads[], in setDMflags()
/dports/emulators/mess/mame-mame0226/src/tools/imgtool/modules/
H A Dpc_flop.cpp23 uint32_t tracks, heads, sectors; in fat_image_create() local
57 static imgtoolerr_t fat_image_get_geometry(imgtool::image &image, uint32_t *tracks, uint32_t *heads in fat_image_get_geometry()
82 uint32_t tracks, heads, sectors; in fat_get_sector_position() local
/dports/emulators/mame/mame-mame0226/src/tools/imgtool/modules/
H A Dpc_flop.cpp23 uint32_t tracks, heads, sectors; in fat_image_create() local
57 static imgtoolerr_t fat_image_get_geometry(imgtool::image &image, uint32_t *tracks, uint32_t *heads in fat_image_get_geometry()
82 uint32_t tracks, heads, sectors; in fat_get_sector_position() local
/dports/emulators/qemu42/qemu-4.2.1/hw/block/
H A Dhd-geometry.c59 int i, heads, sectors, cylinders; in guess_disk_lchs() local
121 int cylinders, heads, secs, translation; in hd_geometry_guess() local
158 int hd_bios_chs_auto_trans(uint32_t cyls, uint32_t heads, uint32_t secs) in hd_bios_chs_auto_trans()
/dports/emulators/qemu/qemu-6.2.0/hw/block/
H A Dhd-geometry.c59 int i, heads, sectors, cylinders; in guess_disk_lchs() local
121 int cylinders, heads, secs, translation; in hd_geometry_guess() local
158 int hd_bios_chs_auto_trans(uint32_t cyls, uint32_t heads, uint32_t secs) in hd_bios_chs_auto_trans()
/dports/emulators/qemu60/qemu-6.0.0/hw/block/
H A Dhd-geometry.c59 int i, heads, sectors, cylinders; in guess_disk_lchs() local
121 int cylinders, heads, secs, translation; in hd_geometry_guess() local
158 int hd_bios_chs_auto_trans(uint32_t cyls, uint32_t heads, uint32_t secs) in hd_bios_chs_auto_trans()

12345678910>>...73