Searched defs:a (Results 1 – 12 of 12) sorted by relevance
| /fs/jffs2/ |
| A D | compr_lzo.c | 135 #define PTR(a) ((lzo_ptr_t) (a)) argument 136 #define PTR_LINEAR(a) PTR(a) argument 137 #define PTR_ALIGNED_4(a) ((PTR_LINEAR(a) & 3) == 0) argument 138 #define PTR_ALIGNED_8(a) ((PTR_LINEAR(a) & 7) == 0) argument 139 #define PTR_ALIGNED2_4(a,b) (((PTR_LINEAR(a) | PTR_LINEAR(b)) & 3) == 0) argument 140 #define PTR_ALIGNED2_8(a,b) (((PTR_LINEAR(a) | PTR_LINEAR(b)) & 7) == 0) argument 141 #define PTR_LT(a,b) (PTR(a) < PTR(b)) argument 142 #define PTR_GE(a,b) (PTR(a) >= PTR(b)) argument 143 #define PTR_DIFF(a,b) ((lzo_ptrdiff_t) (PTR(a) - PTR(b))) argument 144 #define pd(a,b) ((lzo_uint) ((a)-(b))) argument
|
| /fs/exfat/ |
| A D | compiler.h | 63 #define CONCAT2(a, b) a ## b argument 64 #define CONCAT1(a, b) CONCAT2(a, b) argument
|
| A D | lookup.c | 62 static int compare_char(struct exfat* ef, uint16_t a, uint16_t b) in compare_char() 67 static int compare_name(struct exfat* ef, const le16_t* a, const le16_t* b) in compare_name()
|
| A D | cluster.c | 457 cluster_t* a, cluster_t* b) in find_used_clusters() 479 int exfat_find_used_sectors(const struct exfat* ef, off_t* a, off_t* b) in exfat_find_used_sectors()
|
| A D | exfat.h | 54 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument 55 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
|
| /fs/btrfs/ |
| A D | conv-funcs.h | 38 # define DEFINE_CONV_ALT(n,a,...) \ argument 114 # define DEFINE_CONV_ALT(n,a,...) \ argument
|
| A D | volumes.c | 921 static inline int parity_smaller(u64 a, u64 b) in parity_smaller()
|
| /fs/zfs/ |
| A D | zfs_fletcher.c | 60 uint64_t a, b, c, d; in fletcher_4_endian() local
|
| A D | zfs_sha256.c | 78 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local
|
| /fs/ubifs/ |
| A D | gc.c | 117 static int data_nodes_cmp(void *priv, struct list_head *a, struct list_head *b) in data_nodes_cmp() 160 static int nondata_nodes_cmp(void *priv, struct list_head *a, in nondata_nodes_cmp()
|
| A D | key.h | 51 uint32_t a = 0; in key_r5_hash() local 71 uint32_t a = 0; in key_test_hash() local
|
| A D | replay.c | 271 static int replay_entries_cmp(void *priv, struct list_head *a, in replay_entries_cmp()
|
Completed in 71 milliseconds