Home
last modified time | relevance | path

Searched refs:htype (Results 1 – 25 of 1385) sorted by relevance

12345678910>>...56

/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/
H A Dpb.h577 #define PB_DATA_OFFSET_STATIC(htype, structname, fieldname) PB_DO ## htype(structname, fieldname) argument
578 #define PB_DATA_OFFSET_POINTER(htype, structname, fieldname) PB_DO ## htype(structname, fieldname) argument
579 #define PB_DATA_OFFSET_CALLBACK(htype, structname, fieldname) PB_DO ## htype(structname, fieldname) argument
587 #define PB_SIZE_OFFSET_STATIC(htype, structname, fieldname) PB_SO ## htype(structname, fieldname) argument
611 #define PB_ARRAY_SIZE_STATIC(htype, structname, fieldname) PB_AS ## htype(structname, fieldname) argument
627 #define PB_DATA_SIZE_STATIC(htype, structname, fieldname) PB_DS ## htype(structname, fieldname) argument
628 #define PB_DATA_SIZE_POINTER(htype, structname, fieldname) PB_DS_PTR ## htype(structname, fieldname) argument
629 #define PB_DATA_SIZE_CALLBACK(htype, structname, fieldname) PB_DS_CB ## htype(structname, fieldname) argument
774 #define PB_FIELDINFO_WIDTH_AUTO(atype, htype, ltype) PB_FI_WIDTH ## atype(htype, ltype) argument
775 #define PB_FI_WIDTH_PB_ATYPE_STATIC(htype, ltype) PB_FI_WIDTH ## htype(ltype) argument
[all …]
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/spm_headers/nanopb/
H A Dpb.h577 #define PB_DATA_OFFSET_STATIC(htype, structname, fieldname) PB_DO ## htype(structname, fieldname) argument
578 #define PB_DATA_OFFSET_POINTER(htype, structname, fieldname) PB_DO ## htype(structname, fieldname) argument
579 #define PB_DATA_OFFSET_CALLBACK(htype, structname, fieldname) PB_DO ## htype(structname, fieldname) argument
587 #define PB_SIZE_OFFSET_STATIC(htype, structname, fieldname) PB_SO ## htype(structname, fieldname) argument
611 #define PB_ARRAY_SIZE_STATIC(htype, structname, fieldname) PB_AS ## htype(structname, fieldname) argument
627 #define PB_DATA_SIZE_STATIC(htype, structname, fieldname) PB_DS ## htype(structname, fieldname) argument
628 #define PB_DATA_SIZE_POINTER(htype, structname, fieldname) PB_DS_PTR ## htype(structname, fieldname) argument
629 #define PB_DATA_SIZE_CALLBACK(htype, structname, fieldname) PB_DS_CB ## htype(structname, fieldname) argument
774 #define PB_FIELDINFO_WIDTH_AUTO(atype, htype, ltype) PB_FI_WIDTH ## atype(htype, ltype) argument
775 #define PB_FI_WIDTH_PB_ATYPE_STATIC(htype, ltype) PB_FI_WIDTH ## htype(ltype) argument
[all …]
/dports/news/trn4/trn-4.0-test77/
H A Dhead.c45 htypeix[*htype[i].name - 'a'] = i; in head_init()
67 (long)htype[i].minpos, (long)htype[i].maxpos,
68 htype[i].flags) FLUSH;
101 if (len == htype[i].length && strEQ(f, htype[i].name))
132 free(htype[CUSTOM_LINE].name);
135 htype[CUSTOM_LINE].flags = htype[i].flags;
136 htype[CUSTOM_LINE].minpos = -1;
137 htype[CUSTOM_LINE].maxpos = 0;
174 htype[i].minpos = -1;
175 htype[i].maxpos = 0;
[all …]
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/viewer/impls/adios/
H A Dadios.c190 *htype = adios_long; in PetscDataTypeToADIOSDataType()
196 else if (ptype == PETSC_LONG) *htype = adios_long; in PetscDataTypeToADIOSDataType()
197 else if (ptype == PETSC_SHORT) *htype = adios_short; in PetscDataTypeToADIOSDataType()
198 else if (ptype == PETSC_FLOAT) *htype = adios_real; in PetscDataTypeToADIOSDataType()
226 if (htype == adios_integer) *ptype = PETSC_ENUM; in PetscADIOSDataTypeToPetscDataType()
227 else if (htype == adios_long) *ptype = PETSC_INT; in PetscADIOSDataTypeToPetscDataType()
229 if (htype == adios_integer) *ptype = PETSC_INT; in PetscADIOSDataTypeToPetscDataType()
232 else if (htype == adios_long) *ptype = PETSC_LONG; in PetscADIOSDataTypeToPetscDataType()
233 else if (htype == adios_short) *ptype = PETSC_SHORT; in PetscADIOSDataTypeToPetscDataType()
234 else if (htype == adios_real) *ptype = PETSC_FLOAT; in PetscADIOSDataTypeToPetscDataType()
[all …]
/dports/news/trn/trn-3.6/
H A Dhead.c43 htypeix[*htype[i].ht_name - 'a'] = i; in head_init()
60 htype[i].ht_minpos,
61 htype[i].ht_maxpos,
62 htype[i].ht_flags) FLUSH;
95 if (len == htype[i].ht_length && strEQ(f, htype[i].ht_name)) {
114 htype[i].ht_minpos = -1;
115 htype[i].ht_maxpos = 0;
128 htype[in_header].ht_maxpos = artpos; in end_header_line()
132 int start = htype[in_header].ht_minpos in end_header_line()
133 + htype[in_header].ht_length + 1; in end_header_line()
[all …]
/dports/devel/sunpromake/schily-2021-09-18/star/
H A Dprops.c57 setprops(htype) in setprops() argument
58 long htype; in setprops()
62 switch (H_TYPE(htype)) {
110 if (H_TYPE(htype) == H_XUSTAR || H_TYPE(htype) == H_EXUSTAR) {
169 if (H_TYPE(htype) == H_PAX ||
177 if (H_TYPE(htype) == H_PAX ||
178 H_TYPE(htype) == H_EPAX)
196 if (H_TYPE(htype) == H_PAX ||
280 htype,
281 hdr_name(htype),
[all …]
/dports/devel/sccs/schily-2021-09-18/star/
H A Dprops.c57 setprops(htype) in setprops() argument
58 long htype; in setprops()
62 switch (H_TYPE(htype)) {
110 if (H_TYPE(htype) == H_XUSTAR || H_TYPE(htype) == H_EXUSTAR) {
169 if (H_TYPE(htype) == H_PAX ||
177 if (H_TYPE(htype) == H_PAX ||
178 H_TYPE(htype) == H_EPAX)
196 if (H_TYPE(htype) == H_PAX ||
280 htype,
281 hdr_name(htype),
[all …]
/dports/devel/schilybase/schily-2021-09-18/star/
H A Dprops.c57 setprops(htype) in setprops() argument
58 long htype; in setprops()
62 switch (H_TYPE(htype)) {
110 if (H_TYPE(htype) == H_XUSTAR || H_TYPE(htype) == H_EXUSTAR) {
169 if (H_TYPE(htype) == H_PAX ||
177 if (H_TYPE(htype) == H_PAX ||
178 H_TYPE(htype) == H_EPAX)
196 if (H_TYPE(htype) == H_PAX ||
280 htype,
281 hdr_name(htype),
[all …]
/dports/net/rscsi/schily-2021-09-18/star/
H A Dprops.c57 setprops(htype) in setprops() argument
58 long htype; in setprops()
62 switch (H_TYPE(htype)) {
110 if (H_TYPE(htype) == H_XUSTAR || H_TYPE(htype) == H_EXUSTAR) {
169 if (H_TYPE(htype) == H_PAX ||
177 if (H_TYPE(htype) == H_PAX ||
178 H_TYPE(htype) == H_EPAX)
196 if (H_TYPE(htype) == H_PAX ||
280 htype,
281 hdr_name(htype),
[all …]
/dports/archivers/star/schily-2021-09-18/star/
H A Dprops.c57 setprops(htype) in setprops() argument
58 long htype; in setprops()
62 switch (H_TYPE(htype)) {
110 if (H_TYPE(htype) == H_XUSTAR || H_TYPE(htype) == H_EXUSTAR) {
169 if (H_TYPE(htype) == H_PAX ||
177 if (H_TYPE(htype) == H_PAX ||
178 H_TYPE(htype) == H_EPAX)
196 if (H_TYPE(htype) == H_PAX ||
280 htype,
281 hdr_name(htype),
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/star/
H A Dprops.c57 setprops(htype) in setprops() argument
58 long htype; in setprops()
62 switch (H_TYPE(htype)) {
110 if (H_TYPE(htype) == H_XUSTAR || H_TYPE(htype) == H_EXUSTAR) {
169 if (H_TYPE(htype) == H_PAX ||
177 if (H_TYPE(htype) == H_PAX ||
178 H_TYPE(htype) == H_EPAX)
196 if (H_TYPE(htype) == H_PAX ||
280 htype,
281 hdr_name(htype),
[all …]
/dports/editors/ved/schily-2021-09-18/star/
H A Dprops.c57 setprops(htype) in setprops() argument
58 long htype; in setprops()
62 switch (H_TYPE(htype)) {
110 if (H_TYPE(htype) == H_XUSTAR || H_TYPE(htype) == H_EXUSTAR) {
169 if (H_TYPE(htype) == H_PAX ||
177 if (H_TYPE(htype) == H_PAX ||
178 H_TYPE(htype) == H_EPAX)
196 if (H_TYPE(htype) == H_PAX ||
280 htype,
281 hdr_name(htype),
[all …]
/dports/devel/smake/schily-2021-09-18/star/
H A Dprops.c57 setprops(htype) in setprops() argument
58 long htype; in setprops()
62 switch (H_TYPE(htype)) {
110 if (H_TYPE(htype) == H_XUSTAR || H_TYPE(htype) == H_EXUSTAR) {
169 if (H_TYPE(htype) == H_PAX ||
177 if (H_TYPE(htype) == H_PAX ||
178 H_TYPE(htype) == H_EPAX)
196 if (H_TYPE(htype) == H_PAX ||
280 htype,
281 hdr_name(htype),
[all …]
/dports/sysutils/schilyutils/schily-2021-09-18/star/
H A Dprops.c57 setprops(htype) in setprops() argument
58 long htype; in setprops()
62 switch (H_TYPE(htype)) {
110 if (H_TYPE(htype) == H_XUSTAR || H_TYPE(htype) == H_EXUSTAR) {
169 if (H_TYPE(htype) == H_PAX ||
177 if (H_TYPE(htype) == H_PAX ||
178 H_TYPE(htype) == H_EPAX)
196 if (H_TYPE(htype) == H_PAX ||
280 htype,
281 hdr_name(htype),
[all …]
/dports/sysutils/heirloom/heirloom-070715/mail/
H A Dcopylet.c103 int htype = 0; /* header type */ in xxxcopylet() local
130 htype = isheader (buf, &ctf); in xxxcopylet()
131 Dout(pn, 5, "loop 1: buf = %s, htype= %d/%s\n", buf, htype, header[htype].tag); in xxxcopylet()
133 if (htype != FALSE) { in xxxcopylet()
258 if (htype == H_DATE) { in xxxcopylet()
286 sav_htype = htype; in xxxcopylet()
287 htype = isheader (buf, &ctf); in xxxcopylet()
288 Dout(pn, 5, "loop 2: buf = %s, htype= %d/%s\n", buf, htype, header[htype].tag); in xxxcopylet()
290 switch (htype) { in xxxcopylet()
299 savehdrs(buf,htype); in xxxcopylet()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/nss/cmd/digest/
H A Ddigest.c49 HASH_HashType htype; in HashNameToOID() local
52 for (htype = HASH_AlgNULL + 1; htype < HASH_AlgTOTAL; htype++) { in HashNameToOID()
53 hashOID = HashTypeToOID(htype); in HashNameToOID()
58 if (htype == HASH_AlgTOTAL) in HashNameToOID()
67 HASH_HashType htype; in Usage() local
75 for (htype = HASH_AlgNULL + 1; htype < HASH_AlgTOTAL; htype++) { in Usage()
76 fprintf(stderr, "%s", HashTypeToOID(htype)->desc); in Usage()
77 if (htype == (HASH_AlgTOTAL - 2)) in Usage()
79 else if (htype != (HASH_AlgTOTAL - 1)) in Usage()
/dports/security/nss/nss-3.76.1/nss/cmd/digest/
H A Ddigest.c49 HASH_HashType htype; in HashNameToOID() local
52 for (htype = HASH_AlgNULL + 1; htype < HASH_AlgTOTAL; htype++) { in HashNameToOID()
53 hashOID = HashTypeToOID(htype); in HashNameToOID()
58 if (htype == HASH_AlgTOTAL) in HashNameToOID()
67 HASH_HashType htype; in Usage() local
75 for (htype = HASH_AlgNULL + 1; htype < HASH_AlgTOTAL; htype++) { in Usage()
76 fprintf(stderr, "%s", HashTypeToOID(htype)->desc); in Usage()
77 if (htype == (HASH_AlgTOTAL - 2)) in Usage()
79 else if (htype != (HASH_AlgTOTAL - 1)) in Usage()
/dports/www/firefox/firefox-99.0/security/nss/cmd/digest/
H A Ddigest.c49 HASH_HashType htype; in HashNameToOID() local
52 for (htype = HASH_AlgNULL + 1; htype < HASH_AlgTOTAL; htype++) { in HashNameToOID()
53 hashOID = HashTypeToOID(htype); in HashNameToOID()
58 if (htype == HASH_AlgTOTAL) in HashNameToOID()
67 HASH_HashType htype; in Usage() local
75 for (htype = HASH_AlgNULL + 1; htype < HASH_AlgTOTAL; htype++) { in Usage()
76 fprintf(stderr, "%s", HashTypeToOID(htype)->desc); in Usage()
77 if (htype == (HASH_AlgTOTAL - 2)) in Usage()
79 else if (htype != (HASH_AlgTOTAL - 1)) in Usage()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/cmd/digest/
H A Ddigest.c49 HASH_HashType htype; in HashNameToOID() local
52 for (htype = HASH_AlgNULL + 1; htype < HASH_AlgTOTAL; htype++) { in HashNameToOID()
53 hashOID = HashTypeToOID(htype); in HashNameToOID()
58 if (htype == HASH_AlgTOTAL) in HashNameToOID()
67 HASH_HashType htype; in Usage() local
75 for (htype = HASH_AlgNULL + 1; htype < HASH_AlgTOTAL; htype++) { in Usage()
76 fprintf(stderr, "%s", HashTypeToOID(htype)->desc); in Usage()
77 if (htype == (HASH_AlgTOTAL - 2)) in Usage()
79 else if (htype != (HASH_AlgTOTAL - 1)) in Usage()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/cmd/digest/
H A Ddigest.c49 HASH_HashType htype; in HashNameToOID() local
52 for (htype = HASH_AlgNULL + 1; htype < HASH_AlgTOTAL; htype++) { in HashNameToOID()
53 hashOID = HashTypeToOID(htype); in HashNameToOID()
58 if (htype == HASH_AlgTOTAL) in HashNameToOID()
67 HASH_HashType htype; in Usage() local
75 for (htype = HASH_AlgNULL + 1; htype < HASH_AlgTOTAL; htype++) { in Usage()
76 fprintf(stderr, "%s", HashTypeToOID(htype)->desc); in Usage()
77 if (htype == (HASH_AlgTOTAL - 2)) in Usage()
79 else if (htype != (HASH_AlgTOTAL - 1)) in Usage()
/dports/security/ca_root_nss/nss-3.71/nss/cmd/digest/
H A Ddigest.c49 HASH_HashType htype; in HashNameToOID() local
52 for (htype = HASH_AlgNULL + 1; htype < HASH_AlgTOTAL; htype++) { in HashNameToOID()
53 hashOID = HashTypeToOID(htype); in HashNameToOID()
58 if (htype == HASH_AlgTOTAL) in HashNameToOID()
67 HASH_HashType htype; in Usage() local
75 for (htype = HASH_AlgNULL + 1; htype < HASH_AlgTOTAL; htype++) { in Usage()
76 fprintf(stderr, "%s", HashTypeToOID(htype)->desc); in Usage()
77 if (htype == (HASH_AlgTOTAL - 2)) in Usage()
79 else if (htype != (HASH_AlgTOTAL - 1)) in Usage()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/cmd/digest/
H A Ddigest.c49 HASH_HashType htype; in HashNameToOID() local
52 for (htype = HASH_AlgNULL + 1; htype < HASH_AlgTOTAL; htype++) { in HashNameToOID()
53 hashOID = HashTypeToOID(htype); in HashNameToOID()
58 if (htype == HASH_AlgTOTAL) in HashNameToOID()
67 HASH_HashType htype; in Usage() local
75 for (htype = HASH_AlgNULL + 1; htype < HASH_AlgTOTAL; htype++) { in Usage()
76 fprintf(stderr, "%s", HashTypeToOID(htype)->desc); in Usage()
77 if (htype == (HASH_AlgTOTAL - 2)) in Usage()
79 else if (htype != (HASH_AlgTOTAL - 1)) in Usage()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/cmd/digest/
H A Ddigest.c49 HASH_HashType htype; in HashNameToOID() local
52 for (htype = HASH_AlgNULL + 1; htype < HASH_AlgTOTAL; htype++) { in HashNameToOID()
53 hashOID = HashTypeToOID(htype); in HashNameToOID()
58 if (htype == HASH_AlgTOTAL) in HashNameToOID()
67 HASH_HashType htype; in Usage() local
75 for (htype = HASH_AlgNULL + 1; htype < HASH_AlgTOTAL; htype++) { in Usage()
76 fprintf(stderr, "%s", HashTypeToOID(htype)->desc); in Usage()
77 if (htype == (HASH_AlgTOTAL - 2)) in Usage()
79 else if (htype != (HASH_AlgTOTAL - 1)) in Usage()
/dports/sysutils/dcfldd/dcfldd-1.7.1/src/
H A Dlog.c94 void log_hashwindow(hashtype_t *htype, off_t wina, off_t winb, size_t bs, char *hash) in log_hashwindow() argument
96 print_fmt(hashformat, htype->log, wina, winb, bs, htype->name, hash); in log_hashwindow()
99 void log_hashtotal(hashtype_t *htype, off_t wina, off_t winb, size_t bs, char *hash) in log_hashtotal() argument
101 print_fmt(totalhashformat, htype->log, wina, winb, bs, htype->name, hash); in log_hashtotal()
104 void log_verifywindow(hashtype_t *htype, off_t wina, off_t winb, int mismatch) in log_verifywindow() argument
106 fprintf(htype->log, "%llu - %llu: %s\n", in log_verifywindow()
112 void log_verifytotal(hashtype_t *htype, int mismatch) in log_verifytotal() argument
114 fprintf(htype->log, "Total: %s\n", mismatch ? "Mismatch" : "Match"); in log_verifytotal()
/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/intern/
H A Dbmesh_operators.c781 if (ele_f->head.htype & htype) { in BMO_slot_map_to_flag()
825 BLI_assert(((output->slot_subtype.elem & BM_ALL_NOLOOP) & htype) == htype); in BMO_slot_buffer_from_all()
1056 BLI_assert(((slot->slot_subtype.elem & BM_ALL_NOLOOP) & htype) == htype); in bmo_slot_buffer_from_flag()
1149 BLI_assert(((slot->slot_subtype.elem & BM_ALL_NOLOOP) & htype) == htype); in BMO_slot_buffer_hflag_enable()
1153 if (!(htype & (*data)->head.htype)) { in BMO_slot_buffer_hflag_enable()
1189 BLI_assert(((slot->slot_subtype.elem & BM_ALL_NOLOOP) & htype) == htype); in BMO_slot_buffer_hflag_disable()
1192 if (!(htype & (*data)->head.htype)) { in BMO_slot_buffer_hflag_disable()
1224 BLI_assert(((slot->slot_subtype.elem & BM_ALL_NOLOOP) & htype) == htype); in BMO_slot_buffer_flag_enable()
1227 if (!(htype & data[i]->htype)) { in BMO_slot_buffer_flag_enable()
1251 BLI_assert(((slot->slot_subtype.elem & BM_ALL_NOLOOP) & htype) == htype); in BMO_slot_buffer_flag_disable()
[all …]

12345678910>>...56