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

  /external/e2fsprogs/debugfs/
recovery.c 341 static inline __u32 get_be32(__be32 *p) function
356 unsigned long long block = get_be32(&tag->t_blocknr);
358 block |= (u64)get_be32(&tag->t_blocknr_high) << 32;
  /external/e2fsprogs/e2fsck/
recovery.c 341 static inline __u32 get_be32(__be32 *p) function
356 unsigned long long block = get_be32(&tag->t_blocknr);
358 block |= (u64)get_be32(&tag->t_blocknr_high) << 32;
  /external/iproute2/tc/
m_tunnel_key.c 63 ret = get_be32(&key_id, str, 10);
f_flower.c 555 ret = get_be32(&key_id, str, 10);
    [all...]
f_u32.c 804 if (get_be32(&sel->hmask, *argv, 16))
  /external/syslinux/com32/include/
byteswap.h 131 static inline uint32_t get_be32(const uint32_t *p) function
  /external/iproute2/include/
utils.h 106 int get_be32(__be32 *val, const char *arg, int base);
  /external/iproute2/lib/
utils.c 382 int get_be32(__be32 *val, const char *arg, int base) function
  /external/iproute2/ip/
ipxfrm.c 1111 if (get_be32(&id->spi, *argv, 0))
    [all...]
xfrm_state.c 180 if (get_be32(seq, *argv, 0))
    [all...]
  /external/valgrind/perf/
tinycc.c 20107 static int get_be32(const uint8_t *b) function
    [all...]

Completed in 5056 milliseconds