Searched refs:data_type (Results 1 – 2 of 2) sorted by relevance
/optee_os/core/lib/zlib/ | ||
A D | zlib.h | 103 int data_type; /* best guess about the data type: binary or text member |
A D | inflate.c | 1282 strm->data_type = (int)state->bits + (state->last ? 64 : 0) + |
Completed in 8 milliseconds