Searched refs:jint16_t (Results 1 – 4 of 4) sorted by relevance
100 } __attribute__((packed)) jint16_t; typedef105 jint16_t magic;106 jint16_t nodetype;113 jint16_t magic;144 jint16_t uid; /* The file's owner. */145 jint16_t gid; /* The file's group. */162 jint16_t magic;170 jint16_t value_len;178 jint16_t magic;190 jint16_t magic;[all …]
42 jint16_t nodetype; /* node type */47 jint16_t nodetype; /* node type */56 jint16_t nodetype; /* == JFFS_NODETYPE_DIRENT */69 jint16_t nodetype; /* == JFFS2_NODETYPE_XATR */78 jint16_t nodetype; /* == JFFS2_NODETYPE_XREF */96 jint16_t nodetype; /* node type */102 jint16_t nodetype; /* node type */112 jint16_t nodetype; /* == JFFS_NODETYPE_DIRENT */126 jint16_t nodetype;136 jint16_t nodetype;
13 jint16_t e_tag;14 jint16_t e_perm;19 jint16_t e_tag;20 jint16_t e_perm;
36 #define cpu_to_je16(x) ((jint16_t){x})40 #define constant_cpu_to_je16(x) ((jint16_t){x})47 #define cpu_to_je16(x) ((jint16_t){cpu_to_be16(x)})51 #define constant_cpu_to_je16(x) ((jint16_t){__constant_cpu_to_be16(x)})58 #define cpu_to_je16(x) ((jint16_t){cpu_to_le16(x)})62 #define constant_cpu_to_je16(x) ((jint16_t){__constant_cpu_to_le16(x)})
Completed in 8 milliseconds