Home
last modified time | relevance | path

Searched refs:hfi (Results 1 – 25 of 533) sorted by relevance

12345678910>>...22

/dports/devel/avra/avra-1.4.2/src/
H A Dfile.c182 if (hfi) { in open_hex_file()
190 return hfi; in open_hex_file()
202 free(hfi); in close_hex_file()
214 pi->eseg->hfi->hex_line[pi->eseg->hfi->count++] = data; in write_ee_byte()
223 struct hex_file_info *hfi = pi->cseg->hfi; in write_prog_word() local
237 if ((hfi->count == 16) || ((address != (hfi->linestart_addr + hfi->count)) && (hfi->count != 0))) in write_prog_word()
241 hfi->hex_line[hfi->count++] = data & 0xff; in write_prog_word()
242 hfi->hex_line[hfi->count++] = (data >> 8) & 0xff; in write_prog_word()
255 fprintf(hfi->fp, ":%02X%04X00", hfi->count, hfi->linestart_addr & 0xffff); in do_hex_line()
256 checksum -= hfi->count + ((hfi->linestart_addr >> 8) & 0xff) + (hfi->linestart_addr & 0xff); in do_hex_line()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/ui/
H A Dpacket_list_utils.c21 header_field_info *hfi;
48 hfi = proto_registrar_get_nth(*field_idx);
51 if ((hfi != NULL) && ((hfi->strings == NULL) || !get_column_resolved(col))) {
53 … if ((hfi->type == FT_BOOLEAN) || (hfi->type == FT_FRAMENUM) || (hfi->type == FT_DOUBLE) ||
54 (hfi->type == FT_FLOAT) || (hfi->type == FT_RELATIVE_TIME) ||
55 … (((FIELD_DISPLAY(hfi->display) == BASE_DEC) || (FIELD_DISPLAY(hfi->display) == BASE_OCT)) &&
56 (IS_FT_INT(hfi->type) || IS_FT_UINT(hfi->type))))
79 header_field_info *hfi;
94 … if ((hfi->type == FT_OID) || (hfi->type == FT_REL_OID) || (hfi->type == FT_BOOLEAN) ||
95 ((hfi->strings != NULL) &&
[all …]
/dports/net/wireshark/wireshark-3.6.1/ui/
H A Dpacket_list_utils.c21 header_field_info *hfi; in right_justify_column() local
48 hfi = proto_registrar_get_nth(*field_idx); in right_justify_column()
51 if ((hfi != NULL) && ((hfi->strings == NULL) || !get_column_resolved(col))) { in right_justify_column()
53 … if ((hfi->type == FT_BOOLEAN) || (hfi->type == FT_FRAMENUM) || (hfi->type == FT_DOUBLE) || in right_justify_column()
54 (hfi->type == FT_FLOAT) || (hfi->type == FT_RELATIVE_TIME) || in right_justify_column()
55 … (((FIELD_DISPLAY(hfi->display) == BASE_DEC) || (FIELD_DISPLAY(hfi->display) == BASE_OCT)) && in right_justify_column()
56 (IS_FT_INT(hfi->type) || IS_FT_UINT(hfi->type)))) in right_justify_column()
79 header_field_info *hfi; in resolve_column() local
94 … if ((hfi->type == FT_OID) || (hfi->type == FT_REL_OID) || (hfi->type == FT_BOOLEAN) || in resolve_column()
95 ((hfi->strings != NULL) && in resolve_column()
[all …]
/dports/net/tshark/wireshark-3.6.1/ui/
H A Dpacket_list_utils.c21 header_field_info *hfi; in replay_audio_out()
48 hfi = proto_registrar_get_nth(*field_idx); in replay_audio_out()
51 if ((hfi != NULL) && ((hfi->strings == NULL) || !get_column_resolved(col))) { in replay_audio_out()
53 … if ((hfi->type == FT_BOOLEAN) || (hfi->type == FT_FRAMENUM) || (hfi->type == FT_DOUBLE) || in replay_audio_out()
54 (hfi->type == FT_FLOAT) || (hfi->type == FT_RELATIVE_TIME) || in replay_audio_out()
55 … (((FIELD_DISPLAY(hfi->display) == BASE_DEC) || (FIELD_DISPLAY(hfi->display) == BASE_OCT)) && in replay_audio_out()
56 (IS_FT_INT(hfi->type) || IS_FT_UINT(hfi->type)))) in replay_audio_out()
79 header_field_info *hfi;
94 … if ((hfi->type == FT_OID) || (hfi->type == FT_REL_OID) || (hfi->type == FT_BOOLEAN) ||
95 ((hfi->strings != NULL) &&
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/ui/
H A Dpacket_list_utils.c21 header_field_info *hfi; in right_justify_column() local
48 hfi = proto_registrar_get_nth(*field_idx); in right_justify_column()
51 if ((hfi != NULL) && ((hfi->strings == NULL) || !get_column_resolved(col))) { in right_justify_column()
53 … if ((hfi->type == FT_BOOLEAN) || (hfi->type == FT_FRAMENUM) || (hfi->type == FT_DOUBLE) || in right_justify_column()
54 (hfi->type == FT_FLOAT) || (hfi->type == FT_RELATIVE_TIME) || in right_justify_column()
55 … (((FIELD_DISPLAY(hfi->display) == BASE_DEC) || (FIELD_DISPLAY(hfi->display) == BASE_OCT)) && in right_justify_column()
56 (IS_FT_INT(hfi->type) || IS_FT_UINT(hfi->type)))) in right_justify_column()
79 header_field_info *hfi; in resolve_column() local
94 … if ((hfi->type == FT_OID) || (hfi->type == FT_REL_OID) || (hfi->type == FT_BOOLEAN) || in resolve_column()
95 ((hfi->strings != NULL) && in resolve_column()
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/io/
H A DFile.cpp164 WIN32_FIND_DATAW hfi; in stat() local
189 attr->size = (wsize_t(hfi.nFileSizeHigh) << 32) | hfi.nFileSizeLow; in stat()
191 …attr->ctime = ((wsize_t(hfi.ftCreationTime.dwHighDateTime) << 32) | hfi.ftCreationTime.dwLowDa… in stat()
241 BY_HANDLE_FILE_INFORMATION hfi; in stat() local
254 attr->size = (wsize_t(hfi.nFileSizeHigh) << 32) | hfi.nFileSizeLow; in stat()
255 attr->inode = (wsize_t(hfi.nFileIndexHigh) << 32) | hfi.nFileIndexLow; in stat()
256 …attr->ctime = ((wsize_t(hfi.ftCreationTime.dwHighDateTime) << 32) | hfi.ftCreationTime.dwLowDa… in stat()
257 …attr->mtime = ((wsize_t(hfi.ftLastWriteTime.dwHighDateTime) << 32) | hfi.ftLastWriteTime.dwLow… in stat()
258 …attr->atime = ((wsize_t(hfi.ftLastAccessTime.dwHighDateTime) << 32) | hfi.ftLastAccessTime.dwL… in stat()
306 WIN32_FIND_DATAW hfi; in sym_stat() local
[all …]
/dports/biology/iolib/io_lib-io_lib-1-14-10/progs/
H A Dhash_exp.c65 HashFileItem *hfi = (HashFileItem *)calloc(1, sizeof(*hfi)); in build_index() local
67 hfi->header = 0; in build_index()
68 hfi->footer = 0; in build_index()
69 hfi->pos = last; in build_index()
70 hfi->size = pos - last; in build_index()
71 hd.p = hfi; in build_index()
H A Dhash_list.c55 HashFileItem *hfi; in HashTableLongDump() local
56 hfi = (HashFileItem *)hi->data.p; in HashTableLongDump()
61 hfi->archive < hf->narchives) { in HashTableLongDump()
62 aname = hf->archives[hfi->archive]; in HashTableLongDump()
67 hfi->pos, hfi->size, hi->key_len, hi->key, in HashTableLongDump()
H A Dhash_sff.c197 HashFileItem *hfi; in main() local
213 hfi = (HashFileItem *)calloc(1, sizeof(*hfi)); in main()
218 hfi->header = hf->nheaders; in main()
219 hfi->footer = 0; in main()
220 hfi->pos = offset - index_skipped; in main()
221 hfi->size = (ftell(fp) - index_skipped) - hfi->pos; in main()
222 hd.p = hfi; in main()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/freedreno/decode/
H A Dcrashdec-hfi.c387 struct a6xx_hfi_queue_table_header *table = hfi->buf; in is_valid_decode_start()
389 uint32_t offset = queue->iova - hfi->iova; in is_valid_decode_start()
430 struct a6xx_hfi_queue_table_header *table = hfi->buf; in decode_hfi()
432 uint32_t offset = queue->iova - hfi->iova; in decode_hfi()
475 if (!is_valid_decode_start(hfi, qidx, hfi->history[qidx][i])) in find_decode_start()
484 if (i >= ARRAY_SIZE(hfi->history[qidx])) in find_decode_start()
487 return hfi->history[qidx][i]; in find_decode_start()
491 dump_gmu_hfi(struct a6xx_hfi_state *hfi) in dump_gmu_hfi() argument
493 struct a6xx_hfi_queue_table_header *table = hfi->buf; in dump_gmu_hfi()
519 int32_t read_index = find_decode_start(hfi, i); in dump_gmu_hfi()
[all …]
H A Dcrashdec.c287 struct a6xx_hfi_state hfi = {}; in decode_gmu_hfi() local
290 memset(&hfi.history, 0xff, sizeof(hfi.history)); in decode_gmu_hfi()
301 assert(qidx < ARRAY_SIZE(hfi.history)); in decode_gmu_hfi()
304 &hfi.history[qidx][0], &hfi.history[qidx][1], in decode_gmu_hfi()
305 &hfi.history[qidx][2], &hfi.history[qidx][3], in decode_gmu_hfi()
306 &hfi.history[qidx][4], &hfi.history[qidx][5], in decode_gmu_hfi()
307 &hfi.history[qidx][6], &hfi.history[qidx][7]); in decode_gmu_hfi()
309 hfi.buf = popline_ascii85(hfi.size / 4); in decode_gmu_hfi()
312 dump_hex_ascii(hfi.buf, hfi.size, 1); in decode_gmu_hfi()
314 dump_gmu_hfi(&hfi); in decode_gmu_hfi()
[all …]
/dports/net/wireshark/wireshark-3.6.1/ui/cli/
H A Dtap-diameter-avp.c85 header_field_info *hfi; in diam_tree_to_csv() local
92 hfi = fi ? fi->hfinfo : NULL; in diam_tree_to_csv()
93 if (!hfi) { in diam_tree_to_csv()
100 val_tmp = fvalue_to_string_repr(NULL, &fi->value, FTREPR_DISPLAY, hfi->display); in diam_tree_to_csv()
109 printf("%s='%s' ", hfi->name, val_str); in diam_tree_to_csv()
127 header_field_info *hfi = NULL; in diameteravp_packet() local
168 hfi = finfo ? finfo->hfinfo : NULL; in diameteravp_packet()
171 if (hfi && hfi->abbrev && strcmp(hfi->abbrev, "diameter") == 0) { in diameteravp_packet()
H A Dtap-protocolinfo.c81 header_field_info *hfi; in protocolinfo_init() local
96 hfi = proto_registrar_get_byname(field); in protocolinfo_init()
97 if (!hfi) { in protocolinfo_init()
103 rs->hf_index = hfi->id; in protocolinfo_init()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/cli/
H A Dtap-diameter-avp.c85 header_field_info *hfi; in diam_tree_to_csv() local
92 hfi = fi ? fi->hfinfo : NULL; in diam_tree_to_csv()
93 if (!hfi) { in diam_tree_to_csv()
100 val_tmp = fvalue_to_string_repr(NULL, &fi->value, FTREPR_DISPLAY, hfi->display); in diam_tree_to_csv()
109 printf("%s='%s' ", hfi->name, val_str); in diam_tree_to_csv()
127 header_field_info *hfi = NULL; in diameteravp_packet() local
168 hfi = finfo ? finfo->hfinfo : NULL; in diameteravp_packet()
171 if (hfi && hfi->abbrev && strcmp(hfi->abbrev, "diameter") == 0) { in diameteravp_packet()
/dports/net/tshark/wireshark-3.6.1/ui/cli/
H A Dtap-diameter-avp.c85 header_field_info *hfi; in diam_tree_to_csv() local
92 hfi = fi ? fi->hfinfo : NULL; in diam_tree_to_csv()
93 if (!hfi) { in diam_tree_to_csv()
100 val_tmp = fvalue_to_string_repr(NULL, &fi->value, FTREPR_DISPLAY, hfi->display); in diam_tree_to_csv()
109 printf("%s='%s' ", hfi->name, val_str); in diam_tree_to_csv()
127 header_field_info *hfi = NULL; in diameteravp_packet() local
168 hfi = finfo ? finfo->hfinfo : NULL; in diameteravp_packet()
171 if (hfi && hfi->abbrev && strcmp(hfi->abbrev, "diameter") == 0) { in diameteravp_packet()
/dports/net/tshark-lite/wireshark-3.6.1/ui/cli/
H A Dtap-diameter-avp.c85 header_field_info *hfi; in diam_tree_to_csv() local
92 hfi = fi ? fi->hfinfo : NULL; in diam_tree_to_csv()
93 if (!hfi) { in diam_tree_to_csv()
100 val_tmp = fvalue_to_string_repr(NULL, &fi->value, FTREPR_DISPLAY, hfi->display); in diam_tree_to_csv()
109 printf("%s='%s' ", hfi->name, val_str); in diam_tree_to_csv()
127 header_field_info *hfi = NULL; in diameteravp_packet() local
168 hfi = finfo ? finfo->hfinfo : NULL; in diameteravp_packet()
171 if (hfi && hfi->abbrev && strcmp(hfi->abbrev, "diameter") == 0) { in diameteravp_packet()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-per.c218 if (hfi) { in dissect_per_open_type_internal()
219 if (IS_FT_UINT(hfi->type)||IS_FT_INT(hfi->type)) { in dissect_per_open_type_internal()
1152 if (! hfi) in dissect_per_integer()
1206 if (! hfi) in dissect_per_integer64b()
1791 return (hfi) ? hfi->name : "<unknown filed>"; in index_get_optional_name()
1810 return (hfi) ? hfi->name : "<unknown filed>"; in index_get_extension_name()
1824 if (hfi) { in index_get_field_name()
1825 return hfi->name; in index_get_field_name()
2100 if (hfi) { in dissect_per_bit_string_display()
2454 if (hfi) { in dissect_per_octet_string()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-per.c218 if (hfi) { in dissect_per_open_type_internal()
219 if (IS_FT_UINT(hfi->type)||IS_FT_INT(hfi->type)) { in dissect_per_open_type_internal()
1152 if (! hfi) in dissect_per_integer()
1206 if (! hfi) in dissect_per_integer64b()
1791 return (hfi) ? hfi->name : "<unknown filed>"; in index_get_optional_name()
1810 return (hfi) ? hfi->name : "<unknown filed>"; in index_get_extension_name()
1824 if (hfi) { in index_get_field_name()
1825 return hfi->name; in index_get_field_name()
2100 if (hfi) { in dissect_per_bit_string_display()
2454 if (hfi) { in dissect_per_octet_string()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-per.c218 if (hfi) { in dissect_per_open_type_internal()
219 if (IS_FT_UINT(hfi->type)||IS_FT_INT(hfi->type)) { in dissect_per_open_type_internal()
1152 if (! hfi) in dissect_per_integer()
1206 if (! hfi) in dissect_per_integer64b()
1791 return (hfi) ? hfi->name : "<unknown filed>"; in index_get_optional_name()
1810 return (hfi) ? hfi->name : "<unknown filed>"; in index_get_extension_name()
1824 if (hfi) { in index_get_field_name()
1825 return hfi->name; in index_get_field_name()
2100 if (hfi) { in dissect_per_bit_string_display()
2454 if (hfi) { in dissect_per_octet_string()
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-per.c218 if (hfi) { in dissect_per_open_type_internal()
219 if (IS_FT_UINT(hfi->type)||IS_FT_INT(hfi->type)) { in dissect_per_open_type_internal()
1152 if (! hfi) in dissect_per_integer()
1206 if (! hfi) in dissect_per_integer64b()
1791 return (hfi) ? hfi->name : "<unknown filed>"; in index_get_optional_name()
1810 return (hfi) ? hfi->name : "<unknown filed>"; in index_get_extension_name()
1824 if (hfi) { in index_get_field_name()
1825 return hfi->name; in index_get_field_name()
2100 if (hfi) { in dissect_per_bit_string_display()
2454 if (hfi) { in dissect_per_octet_string()
[all …]
/dports/biology/iolib/io_lib-io_lib-1-14-10/io_lib/
H A Dhash_table.c993 headfoot = (((hfi->header) & 0xf) << 4) | ((hfi->footer) & 0xf); in HashFileSave()
1108 hfi = (HashFileItem *)malloc(sizeof(*hfi));
1130 hi->data.p = hfi;
1383 hfi = (HashFileItem *)malloc(sizeof(*hfi)); in HashFileLoad()
1567 HashFileItem hfi; in HashFileExtract() local
1577 sz = hfi.size; in HashFileExtract()
1578 if (hfi.header) { in HashFileExtract()
1582 if (hfi.footer) { in HashFileExtract()
1610 fseeko(hf->afp[hfi.archive], hfi.pos, SEEK_SET); in HashFileExtract()
1611 if (1 != fread(&data[pos], hfi.size, 1, hf->afp[hfi.archive])) in HashFileExtract()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/tools/npl/
H A Dnpl.c237 hfi_var(const struct hfinfo *hfi) in hfi_var() argument
245 if (hfi->parent) { in hfi_var()
264 return hfi->st->id; in hfi_name()
275 if (hfi->parent) { in hfi_filter()
295 if (hfi->hf_type) in hfi_type()
296 return hfi->hf_type; in hfi_type()
1778 struct hfinfo *hfi; in gen_vars() local
1781 for (hfi = hfs; hfi; hfi = hfi->next) in gen_vars()
1793 struct hfinfo *hfi; in gen_proto_register() local
1803 for (hfi = hfs; hfi; hfi = hfi->next) { in gen_proto_register()
[all …]
/dports/net/wireshark/wireshark-3.6.1/tools/npl/
H A Dnpl.c237 hfi_var(const struct hfinfo *hfi) in hfi_var() argument
245 if (hfi->parent) { in hfi_var()
264 return hfi->st->id; in hfi_name()
275 if (hfi->parent) { in hfi_filter()
295 if (hfi->hf_type) in hfi_type()
296 return hfi->hf_type; in hfi_type()
1778 struct hfinfo *hfi; in gen_vars() local
1781 for (hfi = hfs; hfi; hfi = hfi->next) in gen_vars()
1793 struct hfinfo *hfi; in gen_proto_register() local
1803 for (hfi = hfs; hfi; hfi = hfi->next) { in gen_proto_register()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/tools/npl/
H A Dnpl.c237 hfi_var(const struct hfinfo *hfi) in hfi_var() argument
245 if (hfi->parent) { in hfi_var()
264 return hfi->st->id; in hfi_name()
275 if (hfi->parent) { in hfi_filter()
295 if (hfi->hf_type) in hfi_type()
296 return hfi->hf_type; in hfi_type()
1778 struct hfinfo *hfi; in gen_vars() local
1781 for (hfi = hfs; hfi; hfi = hfi->next) in gen_vars()
1793 struct hfinfo *hfi; in gen_proto_register() local
1803 for (hfi = hfs; hfi; hfi = hfi->next) { in gen_proto_register()
[all …]
/dports/net/tshark/wireshark-3.6.1/tools/npl/
H A Dnpl.c237 hfi_var(const struct hfinfo *hfi) in hfi_var() argument
245 if (hfi->parent) { in hfi_var()
264 return hfi->st->id; in hfi_name()
275 if (hfi->parent) { in hfi_filter()
295 if (hfi->hf_type) in hfi_type()
296 return hfi->hf_type; in hfi_type()
1778 struct hfinfo *hfi; in gen_vars() local
1781 for (hfi = hfs; hfi; hfi = hfi->next) in gen_vars()
1793 struct hfinfo *hfi; in gen_proto_register() local
1803 for (hfi = hfs; hfi; hfi = hfi->next) { in gen_proto_register()
[all …]

12345678910>>...22