Searched refs:guint32 (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/glib/
H A Dgtypes.h66 #define G_MAXUINT32 ((guint32) 0xffffffff)
118 #define GUINT32_SWAP_LE_BE_CONSTANT(val) ((guint32) ( \
119 (((guint32) (val) & (guint32) 0x000000ffU) << 24) | \
120 (((guint32) (val) & (guint32) 0x0000ff00U) << 8) | \
121 (((guint32) (val) & (guint32) 0x00ff0000U) >> 8) | \
122 (((guint32) (val) & (guint32)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Dglibconfig.h33 typedef unsigned int guint32; typedef
98 #define GUINT32_TO_LE(val) ((guint32) (val))
H A Dglib.h43 * gint32, guint32
510 typedef guint32 gsize;
511 typedef guint32 GQuark;
530 #define GUINT32_SWAP_LE_BE_CONSTANT(val) ((guint32) ( \
531 (((guint32) (val) & (guint32) 0x000000ffU) << 24) | \
532 (((guint32) (val) & (guint32) 0x0000ff00U) << 8) | \
533 (((guint32) (val) & (guint32)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/libsmbclient/
H A Dtree.c35 guint32 type; /* Type of tree item, an SMBC_TYPE */
132 struct tree_data *make_tree_data(guint32 type, const char *name)
/asus-wl-520gu-7.0.1.45/src/router/samba/source/client/
H A Dtree.c34 guint32 type; /* Type of tree item, an SMBC_TYPE */
130 struct tree_data *make_tree_data(guint32 type, const char *name)

Completed in 157 milliseconds