Home
last modified time | relevance | path

Searched refs:get_int32_le (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/okular/okular-21.12.3/generators/chm/lib/
H A Debook_chm.cpp549 unsigned int entries = get_int32_le(reinterpret_cast<unsigned int *>(buffer)); in getInfoFromWindows()
550 unsigned int entry_size = get_int32_le(reinterpret_cast<unsigned int *>(buffer + 0x04)); in getInfoFromWindows()
564 … unsigned int off_title = get_int32_le(reinterpret_cast<unsigned int *>(raw + offset + 0x14)); in getInfoFromWindows()
565 … unsigned int off_home = get_int32_le(reinterpret_cast<unsigned int *>(raw + offset + 0x68)); in getInfoFromWindows()
566 … unsigned int off_hhc = get_int32_le(reinterpret_cast<unsigned int *>(raw + offset + 0x60)); in getInfoFromWindows()
567 … unsigned int off_hhk = get_int32_le(reinterpret_cast<unsigned int *>(raw + offset + 0x64)); in getInfoFromWindows()
816 … unsigned int off_title = get_int32_le(reinterpret_cast<unsigned int *>(topics.data() + i + 4)); in fillTopicsUrlMap()
817 … unsigned int off_url = get_int32_le(reinterpret_cast<unsigned int *>(topics.data() + i + 8)); in fillTopicsUrlMap()
818 off_url = get_int32_le(reinterpret_cast<unsigned int *>(urltbl.data() + off_url + 8)) + 8; in fillTopicsUrlMap()
H A Dbitfiddle.h27 inline unsigned int get_int32_le(void *addr) in get_int32_le() function
/dports/deskutils/kchmviewer/kchmviewer-RELEASE_8_0/lib/libebook/
H A Debook_chm.cpp614 unsigned int entries = get_int32_le( (unsigned int *)(buffer) ); in getInfoFromWindows()
615 unsigned int entry_size = get_int32_le( (unsigned int *)(buffer + 0x04) ); in getInfoFromWindows()
630 unsigned int off_title = get_int32_le( (unsigned int *)(raw + offset + 0x14) ); in getInfoFromWindows()
631 unsigned int off_home = get_int32_le( (unsigned int *)(raw + offset + 0x68) ); in getInfoFromWindows()
632 unsigned int off_hhc = get_int32_le( (unsigned int *)(raw + offset + 0x60) ); in getInfoFromWindows()
633 unsigned int off_hhk = get_int32_le( (unsigned int *)(raw + offset + 0x64) ); in getInfoFromWindows()
905 unsigned int off_title = get_int32_le( (unsigned int *)(topics.data() + i + 4) ); in fillTopicsUrlMap()
906 unsigned int off_url = get_int32_le( (unsigned int *)(topics.data() + i + 8) ); in fillTopicsUrlMap()
907 off_url = get_int32_le( (unsigned int *)( urltbl.data() + off_url + 8) ) + 8; in fillTopicsUrlMap()
H A Dbitfiddle.h43 inline unsigned int get_int32_le( void *addr) in get_int32_le() function
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Despeak_io.h67 int get_int32_le (char *byte);
H A Dsynthdata.cpp127 version = get_int32_le ((char *) wavefile_data); // bytes 0-3, version number in LoadPhData()
128 rate = get_int32_le ((char *) (wavefile_data + 4)); // bytes 4-7, sample rate in LoadPhData()
H A Despeak_io.cpp141 int get_int32_le (char *ch) { in get_int32_le() function
H A Dreadclause.cpp305 return get_int32_le (p4); in Read4Bytes()
396 int i32 = get_int32_le (p + 40); // ip = (int *)(&p[40]); in LoadSoundFile()
H A Ddictionary.cpp213 int hash_number = get_int32_le (tr->data_dictlist); in LoadDictionary()
214 length = get_int32_le (tr->data_dictlist + 4); in LoadDictionary()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/migration/
H A Dvmstate-types.c145 static int get_int32_le(QEMUFile *f, void *pv, size_t size, VMStateField *field) in get_int32_le() function
163 .get = get_int32_le,
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/pentax/
H A Dpslr_model.c123 int32_t get_int32_le(uint8_t *buf) { in get_int32_le() function
351 get_int32_func_ptr = get_int32_le; in ipslr_status_parse_common()
587 status->focus = get_int32_le(&buf[0x1A8]); in ipslr_status_parse_k3()
607 status->focus = get_int32_le(&buf[0x1A8]); in ipslr_status_parse_ks1()
/dports/emulators/qemu42/qemu-4.2.1/migration/
H A Dvmstate-types.c147 static int get_int32_le(QEMUFile *f, void *pv, size_t size, in get_int32_le() function
166 .get = get_int32_le,
/dports/emulators/qemu-utils/qemu-4.2.1/migration/
H A Dvmstate-types.c147 static int get_int32_le(QEMUFile *f, void *pv, size_t size, in get_int32_le() function
166 .get = get_int32_le,
/dports/emulators/qemu/qemu-6.2.0/migration/
H A Dvmstate-types.c147 static int get_int32_le(QEMUFile *f, void *pv, size_t size, in get_int32_le() function
166 .get = get_int32_le,
/dports/emulators/qemu60/qemu-6.0.0/migration/
H A Dvmstate-types.c147 static int get_int32_le(QEMUFile *f, void *pv, size_t size, in get_int32_le() function
166 .get = get_int32_le,
/dports/emulators/qemu5/qemu-5.2.0/migration/
H A Dvmstate-types.c147 static int get_int32_le(QEMUFile *f, void *pv, size_t size, in get_int32_le() function
166 .get = get_int32_le,
/dports/emulators/qemu-guest-agent/qemu-5.0.1/migration/
H A Dvmstate-types.c147 static int get_int32_le(QEMUFile *f, void *pv, size_t size, in get_int32_le() function
166 .get = get_int32_le,
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/migration/
H A Dvmstate-types.c147 static int get_int32_le(QEMUFile *f, void *pv, size_t size,
166 .get = get_int32_le,
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/migration/
H A Dvmstate-types.c147 static int get_int32_le(QEMUFile *f, void *pv, size_t size, in get_int32_le() function
166 .get = get_int32_le,
/dports/lang/vala/vala-0.48.18/vapi/
H A Dgstreamer-base-1.0.vapi240 public bool get_int32_le (out int32 val);
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/gstreamer/src/
H A Dgst_methods.defs16667 (define-method get_int32_le