HomeSort by relevance Sort by last modified time
    Searched defs:get_uint32 (Results 1 - 5 of 5) sorted by null

  /external/mdnsresponder/mDNSShared/
dnssd_ipc.c 66 uint32_t get_uint32(const char **ptr, const char *end) function
  /external/libese/apps/weaver/
weaver.c 38 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/
struct_with_traits_impl.h 50 uint32_t get_uint32() const { return uint32_; } function in class:mojo::test::EnumWithTraitsImpl::StructWithTraitsImpl
  /external/python/cpython2/Modules/
zipimport.c 653 get_uint32(const unsigned char *buf) function
748 if (get_uint32(buffer) != 0x06054B50u) {
754 header_size = get_uint32(buffer + 12);
755 header_offset = get_uint32(buffer + 16);
794 if (get_uint32(buffer) != 0x02014B50u) {
803 crc = get_uint32(buffer + 16);
804 data_size = get_uint32(buffer + 20);
805 file_size = get_uint32(buffer + 24);
811 file_offset = get_uint32(buffer + 42);
955 if (get_uint32(buffer) != 0x04034B50u)
    [all...]
  /external/python/cpython3/Modules/
zipimport.c 834 get_uint32(const unsigned char *buf) function
927 if (get_uint32(buffer) != 0x06054B50u) {
933 header_size = get_uint32(buffer + 12);
934 header_offset = get_uint32(buffer + 16);
969 if (get_uint32(buffer) != 0x02014B50u) {
979 crc = get_uint32(buffer + 16);
980 data_size = get_uint32(buffer + 20);
981 file_size = get_uint32(buffer + 24);
987 file_offset = get_uint32(buffer + 42);
    [all...]

Completed in 321 milliseconds