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

  /external/mdnsresponder/mDNSShared/
dnssd_ipc.h 191 uint32_t get_uint32(const char **ptr, const char *end);
197 #define get_flags get_uint32
200 #define get_error_code get_uint32
dnssd_ipc.c 66 uint32_t get_uint32(const char **ptr, const char *end) function
uds_daemon.c 489 mDNSu32 interfaceIndex = get_uint32(&request->msgptr, request->msgend);
496 mDNSu32 ttl = GetTTL ? get_uint32(&request->msgptr, request->msgend) : 0;
    [all...]
dnssd_clientstub.c     [all...]
  /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
struct_traits_unittest.cc 234 EXPECT_EQ(expected.get_uint32(), passed.get_uint32());
273 EXPECT_EQ(7u, cloned_container->f_struct.get_uint32());
359 EXPECT_EQ(input.get_uint32(), output.get_uint32());
struct_with_traits_impl_traits.h 59 return value.get_uint32();
  /external/python/cpython2/Modules/
zipimport.c 651 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(buffer) != 0x04034B50u)
    [all...]
  /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;

Completed in 314 milliseconds