Searched defs:add_char (Results 1 – 3 of 3) sorted by relevance
196 static char * add_char(const char *start, char *pos, u8 idx, size_t *bits) in add_char() function
315 add_char(unsigned curchar, unsigned map_idx, uint8_t *bytes, uint8_t *bytes_r) in add_char() function
399 #define add_char(BASE, INDEX, LEN, C) do { if((INDEX) < (LEN)) (BASE)[(INDEX)++] = (C); }while(0); macro