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

  /external/bluetooth/glib/gio/xdgmime/
xdgmimecache.c 87 #define GET_UINT32(cache,offset) (ntohl(*(xdg_uint32_t*)((cache) + (offset))))
163 xdg_uint32_t range_start = GET_UINT32 (cache->buffer, offset);
164 xdg_uint32_t range_length = GET_UINT32 (cache->buffer, offset + 4);
165 xdg_uint32_t data_length = GET_UINT32 (cache->buffer, offset + 12);
166 xdg_uint32_t data_offset = GET_UINT32 (cache->buffer, offset + 16);
167 xdg_uint32_t mask_offset = GET_UINT32 (cache->buffer, offset + 20);
215 xdg_uint32_t n_children = GET_UINT32 (cache->buffer, offset + 24);
216 xdg_uint32_t child_offset = GET_UINT32 (cache->buffer, offset + 28);
243 xdg_uint32_t priority = GET_UINT32 (cache->buffer, offset);
244 xdg_uint32_t mimetype_offset = GET_UINT32 (cache->buffer, offset + 4)
    [all...]
  /external/bluetooth/glib/gio/
glocalfileinfo.c 1743 get_uint32 (const GFileAttributeValue *value, function
    [all...]

Completed in 99 milliseconds