Searched defs:get_uint32 (Results 1 - 4 of 4) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A Ddnssd_ipc.c66 uint32_t get_uint32(const char **ptr, const char *end) function
/external/libese/apps/weaver/
H A Dweaver.c38 static uint32_t get_uint32(uint8_t buf[4]) { function
216 *numSlots = get_uint32(rx_buf);
347 *timeout = get_uint32(value) * millisInSecond;
353 *timeout = get_uint32(value) * millisInSecond;
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dstruct_with_traits_impl.h50 uint32_t get_uint32() const { return uint32_; } function in class:mojo::test::EnumWithTraitsImpl::StructWithTraitsImpl
/external/python/cpython2/Modules/
H A Dzipimport.c651 get_uint32(const unsigned char *buf) function
746 if (get_uint32(buffer) != 0x06054B50u) {
752 header_size = get_uint32(buffer + 12);
753 header_offset = get_uint32(buffer + 16);
792 if (get_uint32(buffer) != 0x02014B50u) {
801 crc = get_uint32(buffer + 16);
802 data_size = get_uint32(buffer + 20);
803 file_size = get_uint32(buffer + 24);
809 file_offset = get_uint32(buffer + 42);
953 if (get_uint32(buffe
[all...]

Completed in 217 milliseconds