Home
last modified time | relevance | path

Searched defs:bitness (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dtarget.h81 enum bitness bitness; member
Dmachine.h11 enum bitness { enum
/third_party/node/deps/v8/tools/
Dgdb-v8-support.py94 def decode_v8_value(v, bitness): argument
/third_party/astc-encoder/Source/
Dastcenccli_image_load_store.cpp914 int bitness = 8; // internal precision we will use in the codec. in load_ktx_uncompressed_image() local
1349 int bitness = img->data_type == ASTCENC_TYPE_U8 ? 8 : 16; in store_ktx_uncompressed_image() local
1707 int bitness = 0; in load_dds_uncompressed_image() local
1736 int bitness; in load_dds_uncompressed_image() member
1941 int bitness = img->data_type == ASTCENC_TYPE_U8 ? 8 : 16; in store_dds_uncompressed_image() local
Dastcenccli_toplevel.cpp364 int bitness = is_hdr ? 16 : 8; in load_uncomp_file() local
1521 int bitness = get_output_filename_enforced_bitness(output_filename.c_str()); in main() local
Dastcenccli_image.cpp29 unsigned int bitness, in alloc_image()