/external/e2fsprogs/e2fsck/ |
gen_crc32table.c | 62 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/e2fsprogs/lib/ext2fs/ |
gen_crc32ctable.c | 75 static void output_table(uint32_t table[8][256], int len, char trans) function 114 output_table(crc32ctable_le, LE_TABLE_SIZE, 'l'); 119 output_table(crc32ctable_be, BE_TABLE_SIZE, 'b');
|
/external/chromium_org/third_party/qcms/src/ |
qcmsint.h | 204 float *output_table; member in struct:lutType
|
iccread.c | 758 lut->output_table = &lut->table_data[in_chan*num_input_table_entries + clut_size*out_chan]; 799 lut->output_table[i] = uInt8Number_to_float(read_uInt8Number(src, output_offset + i*entry_size)); 801 lut->output_table[i] = uInt16Number_to_float(read_uInt16Number(src, output_offset + i*entry_size)); [all...] |
chain.c | 693 memcpy(out_curves, lut->output_table, out_curve_len); [all...] |