Revision ae80a2de nest/a-set.c
nest/a-set.c | ||
---|---|---|
32 | 32 |
* the buffer to indicate truncation. |
33 | 33 |
*/ |
34 | 34 |
int |
35 |
int_set_format(struct adata *set, int way, int from, byte *buf, unsigned int size)
|
|
35 |
int_set_format(struct adata *set, int way, int from, byte *buf, uint size) |
|
36 | 36 |
{ |
37 | 37 |
u32 *z = (u32 *) set->data; |
38 | 38 |
byte *end = buf + size - 24; |
... | ... | |
113 | 113 |
} |
114 | 114 |
|
115 | 115 |
int |
116 |
ec_set_format(struct adata *set, int from, byte *buf, unsigned int size)
|
|
116 |
ec_set_format(struct adata *set, int from, byte *buf, uint size) |
|
117 | 117 |
{ |
118 | 118 |
u32 *z = int_set_get_data(set); |
119 | 119 |
byte *end = buf + size - 24; |
Also available in: Unified diff