Searched refs:output_table (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Dgen_crc32table.c62 static void output_table(uint32_t table[], int len, const char *trans) function
88 output_table(crc32table_le, LE_TABLE_SIZE, "tole");
96 output_table(crc32table_be, BE_TABLE_SIZE, "tobe");
/external/chromium_org/third_party/qcms/src/
H A Dqcmsint.h204 float *output_table; member in struct:lutType
H A Diccread.c712 lut->output_table = &lut->table_data[in_chan*num_input_table_entries + clut_size*out_chan];
753 lut->output_table[i] = uInt8Number_to_float(read_uInt8Number(src, output_offset + i*entry_size));
755 lut->output_table[i] = uInt16Number_to_float(read_uInt16Number(src, output_offset + i*entry_size));
H A Dchain.c693 memcpy(out_curves, lut->output_table, out_curve_len);

Completed in 118 milliseconds