Searched refs:ascii85_decode (Results 1 – 2 of 2) sorted by relevance
93 static int ascii85_decode(const char *in, uint32_t **out, bool inflate) in ascii85_decode() function375 int count = ascii85_decode(line+1, (uint32_t **) &last_bo->data, line[0] == ':'); in main()
344 static int ascii85_decode(const char *in, uint32_t **out, bool inflate) in ascii85_decode() function436 int dword_count = ascii85_decode(line+1, &data, line[0] == ':'); in read_data_file()