Home
last modified time | relevance | path

Searched refs:GUINT32_FROM_BE (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/dports/devel/libaravis/aravis-ARAVIS_0_5_12/src/
H A Darvbuffer.c182 if (GUINT32_FROM_BE (infos->id) == chunk_id) { in arv_buffer_get_chunk_data()
185 data_offset = offset - GUINT32_FROM_BE (infos->size); in arv_buffer_get_chunk_data()
188 *size = GUINT32_FROM_BE (infos->size); in arv_buffer_get_chunk_data()
193 if (GUINT32_FROM_BE (infos->size) > 0) in arv_buffer_get_chunk_data()
194 offset = offset - GUINT32_FROM_BE (infos->size) - sizeof (ArvChunkInfos); in arv_buffer_get_chunk_data()
H A Darvgcport.c114 value = GUINT32_FROM_BE (value); in arv_gc_port_read()
176 value = GUINT32_FROM_BE (value); in arv_gc_port_write()
/dports/multimedia/aravis/aravis-ARAVIS_0_5_12/src/
H A Darvbuffer.c182 if (GUINT32_FROM_BE (infos->id) == chunk_id) { in arv_buffer_get_chunk_data()
185 data_offset = offset - GUINT32_FROM_BE (infos->size); in arv_buffer_get_chunk_data()
188 *size = GUINT32_FROM_BE (infos->size); in arv_buffer_get_chunk_data()
193 if (GUINT32_FROM_BE (infos->size) > 0) in arv_buffer_get_chunk_data()
194 offset = offset - GUINT32_FROM_BE (infos->size) - sizeof (ArvChunkInfos); in arv_buffer_get_chunk_data()
H A Darvgcport.c114 value = GUINT32_FROM_BE (value); in arv_gc_port_read()
176 value = GUINT32_FROM_BE (value); in arv_gc_port_write()
/dports/devel/gvfs/gvfs-1.46.2/metadata/
H A Dmetatree.c200 pos = GUINT32_FROM_BE (pos); in verify_block_pointer()
225 num = GUINT32_FROM_BE (*nump); in verify_array_block()
247 pos = GUINT32_FROM_BE (pos); in verify_string()
477 tree->num_attributes = GUINT32_FROM_BE (*attributes); in meta_tree_init()
626 GUINT32_FROM_BE (tree->header->rotated) == 0) in meta_tree_needs_rereading()
885 entry_len = GUINT32_FROM_BE (entry->entry_size); in verify_journal_entry()
904 if (real_crc32 != GUINT32_FROM_BE (entry->crc32)) in verify_journal_entry()
992 val = GUINT32_FROM_BE (val); in get_time_t()
1304 size = GUINT32_FROM_BE (*(sizep-1)); in meta_journal_iterate()
2060 num_keys = GUINT32_FROM_BE (data->num_keys); in enumerate_data()
[all …]
/dports/graphics/separate/separate+-0.5.8/
H A Dlcms_wrapper.c189 tag_type = GUINT32_FROM_BE (*((guint32 *)tag_data)); in readLocalizedText()
200 length = GUINT32_FROM_BE (*((guint32 *)(tag_data + 8))); in readLocalizedText()
273 nNames = GUINT32_FROM_BE (*((guint32 *)(tag_data + 8))); in readLocalizedText()
274 nameRecordSize = GUINT32_FROM_BE (*((guint32 *)(tag_data + 12))); in readLocalizedText()
289 _entryLength = GUINT32_FROM_BE (*((guint32 *)nameRecord)); in readLocalizedText()
291 _entryOffset = GUINT32_FROM_BE (*((guint32 *)nameRecord)); in readLocalizedText()
/dports/graphics/vips/vips-8.12.0/libvips/foreign/
H A Dcairo.c48 guint32 bgra = GUINT32_FROM_BE( p[x] ); in vips__premultiplied_bgra2rgba()
80 guint32 bgra = GUINT32_FROM_BE( p[x] ); in vips__bgra2rgba()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/file-psd/
H A Dpsd-thumb-load.c171 img_a->rows = GUINT32_FROM_BE (img_a->rows); in read_header_block()
172 img_a->columns = GUINT32_FROM_BE (img_a->columns); in read_header_block()
214 block_len = GUINT32_FROM_BE (block_len); in read_color_mode_block()
241 img_a->image_res_len = GUINT32_FROM_BE (block_len); in read_image_resource_block()
H A Dpsd-load.c269 img_a->rows = GUINT32_FROM_BE (img_a->rows); in read_header_block()
270 img_a->columns = GUINT32_FROM_BE (img_a->columns); in read_header_block()
398 block_len = GUINT32_FROM_BE (block_len); in read_color_mode_block()
475 img_a->image_res_len = GUINT32_FROM_BE (block_len); in read_image_resource_block()
607 GUINT32_FROM_BE (lyr_a[lidx]->chn_info[cidx].data_len); in read_layer_info()
663 block_len = GUINT32_FROM_BE (block_len); in read_layer_info()
869 block_len = GUINT32_FROM_BE (block_len); in read_layer_info()
961 img_a->mask_layer_len = GUINT32_FROM_BE (block_len); in read_layer_block()
983 block_len = GUINT32_FROM_BE (block_len); in read_layer_block()
999 block_len = GUINT32_FROM_BE (block_len); in read_layer_block()
[all …]
H A Dpsd-image-res-load.c267 res_a->data_len = GUINT32_FROM_BE (res_a->data_len); in get_image_resource_header()
918 hdr.fVersion = GUINT32_FROM_BE (hdr.fVersion); in load_resource_1032()
919 hdr.fGridCycleV = GUINT32_FROM_BE (hdr.fGridCycleV); in load_resource_1032()
920 hdr.fGridCycleH = GUINT32_FROM_BE (hdr.fGridCycleH); in load_resource_1032()
921 hdr.fGuideCount = GUINT32_FROM_BE (hdr.fGuideCount); in load_resource_1032()
937 guide.fLocation = GUINT32_FROM_BE (guide.fLocation); in load_resource_1032()
1257 img_a->alpha_id[cidx] = GUINT32_FROM_BE (img_a->alpha_id[cidx]); in load_resource_1053()
/dports/graphics/fyre/fyre-1.0.1/src/
H A Dchunked-file.c151 *length = GUINT32_FROM_BE(word); in chunked_file_read_chunk()
159 *type = GUINT32_FROM_BE(word); in chunked_file_read_chunk()
182 if (chunk_crc(*type, *length, *data) == GUINT32_FROM_BE(word)) { in chunked_file_read_chunk()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/
H A Dpersist-state.c289 if (GUINT32_FROM_BE(header->size) + handle > self->current_size) in _map_header_of_entry_from_handle()
293 evt_tag_int("size", GUINT32_FROM_BE(header->size)), in _map_header_of_entry_from_handle()
466 const guint32 key_count = GUINT32_FROM_BE(self->header->key_count); in _add_key()
562 key_count = GUINT32_FROM_BE(header->key_count); in _load_v4()
600 …new_handle = _alloc_value(self, GUINT32_FROM_BE(value_header->size), FALSE, value_header->version); in _load_v4()
602 memcpy(new_block, value_header + 1, GUINT32_FROM_BE(value_header->size)); in _load_v4()
634 … key_size = GUINT32_FROM_BE(*(guint32 *) (((gchar *) key_block) - sizeof(PersistValueHeader))); in _load_v4()
795 *size = GUINT32_FROM_BE(header->size); in persist_state_lookup_entry()
838 gint size = GUINT32_FROM_BE(header->size); in _foreach_entry_func()
H A Dserialize.h84 *value = GUINT32_FROM_BE(n); in serialize_read_uint32()
121 values[i] = GUINT32_FROM_BE(values[i]); in serialize_read_uint32_array()
/dports/graphics/gdk-pixbuf2/gdk-pixbuf-2.40.0/gdk-pixbuf/
H A Dio-qtif.c145 hdr.length = GUINT32_FROM_BE(hdr.length) - sizeof(QtHeader); in gdk_pixbuf__qtif_image_load()
157 switch(GUINT32_FROM_BE(hdr.tag)) in gdk_pixbuf__qtif_image_load()
447 context->run_length = GUINT32_FROM_BE(hdr->length) - sizeof(QtHeader); in gdk_pixbuf__qtif_image_load_increment()
462 if(GUINT32_FROM_BE(hdr->tag) == QTIF_TAG_IDATA) in gdk_pixbuf__qtif_image_load_increment()
/dports/net/libgnetwork/libgnetwork-0.0.9/libgnetwork/
H A Dgnetwork-ip-address.h94 (addr != NULL ? GUINT32_FROM_BE (GNETWORK_IP_ADDRESS32 (addr, pos)) : 0)
137 (GUINT32_FROM_BE (GNETWORK_IP_ADDRESS32 (addr, 3)))
/dports/multimedia/totem-pl-parser/totem-pl-parser-3.26.5/plparse/
H A Dbswap.h27 #define _X_BE_32(x) GUINT32_FROM_BE(*x)
/dports/emulators/tiemu3/tiemu-3.03/src/core/ti_sw/
H A Dtimem.c48 return GUINT32_FROM_BE(*p32); in rd_long()
/dports/graphics/cogl/cogl-1.22.8/tests/conform/
H A Dtest-sub-texture.c48 uint32_t color = GUINT32_FROM_BE (corner_colors[dx + dy * SOURCE_DIVISIONS_X]); in create_source()
252 uint32_t color = GUINT32_FROM_BE (*((uint32_t *)p)) >> 8; in validate_result()
/dports/x11-wm/mutter/mutter-41.1/cogl/tests/conform/
H A Dtest-sub-texture.c49 uint32_t color = GUINT32_FROM_BE (corner_colors[dx + dy * SOURCE_DIVISIONS_X]); in create_source()
253 uint32_t color = GUINT32_FROM_BE (*((uint32_t *)p)) >> 8; in validate_result()
/dports/x11-wm/muffin/muffin-4.8.0/cogl/tests/conform/
H A Dtest-sub-texture.c48 uint32_t color = GUINT32_FROM_BE (corner_colors[dx + dy * SOURCE_DIVISIONS_X]); in create_source()
252 uint32_t color = GUINT32_FROM_BE (*((uint32_t *)p)) >> 8; in validate_result()
/dports/graphics/colord/colord-1.3.5/lib/colord/
H A Dcd-buffer.c147 return GUINT32_FROM_BE (tmp); in cd_buffer_read_uint32_be()
/dports/net/libslirp/libslirp-cceced0cce9d578ed01db68edf31af78eb66f858/src/
H A Dstream.c76 return GUINT32_FROM_BE(b); in slirp_istream_read_u32()
/dports/emulators/qemu-utils/qemu-4.2.1/slirp/src/
H A Dstream.c76 return GUINT32_FROM_BE(b); in slirp_istream_read_u32()
/dports/emulators/qemu5/qemu-5.2.0/slirp/src/
H A Dstream.c76 return GUINT32_FROM_BE(b); in slirp_istream_read_u32()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/slirp/src/
H A Dstream.c76 return GUINT32_FROM_BE(b); in slirp_istream_read_u32()

12345678910>>...17