Home
last modified time | relevance | path

Searched refs:data_type (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest__locale.py53 def numeric_tester(self, calc_type, calc_value, data_type, used_locale): argument
60 ('', ''))[data_type == 'thousands_sep']
65 calc_type, data_type, set_locale,
/device/google/marlin/thermal-engine/
Dthermal_client.h56 enum field_data_type data_type; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzlib.h98 int data_type; /* best guess about the data type: binary or text */ member
Dtrees.c934 if (stored_len > 0 && s->strm->data_type == Z_UNKNOWN)
1138 s->strm->data_type = (n == 32) ? Z_TEXT : Z_BINARY;
DChangeLog89 - Use a new algorithm for setting strm->data_type in trees.c [Truta]
106 - Fix trees.c to update strm->data_type (no one ever noticed!)
150 - Fix strm->data_type on inflate() return to correctly indicate EOB
191 - Set strm->data_type on return from inflate
Dinflate.c1148 strm->data_type = state->bits + (state->last ? 64 : 0) +
Ddeflate.c369 strm->data_type = Z_UNKNOWN;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dzlib.h101 int data_type; /* best guess about the data type: binary or text */ member
Dtrees.c920 if (s->strm->data_type == Z_UNKNOWN)
921 s->strm->data_type = detect_data_type(s);
Dinflate.c1246 strm->data_type = state->bits + (state->last ? 64 : 0) +
DChangeLog706 - Use a new algorithm for setting strm->data_type in trees.c [Truta]
723 - Fix trees.c to update strm->data_type (no one ever noticed!)
767 - Fix strm->data_type on inflate() return to correctly indicate EOB
808 - Set strm->data_type on return from inflate
Ddeflate.c404 strm->data_type = Z_UNKNOWN;