OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:output_table
(Results
1 - 4
of
4
) sorted by null
/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/chromium_org/third_party/qcms/src/
qcmsint.h
204
float *
output_table
;
member in struct:lutType
iccread.c
712
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));
[
all
...]
chain.c
693
memcpy(out_curves, lut->
output_table
, out_curve_len);
[
all
...]
Completed in 56 milliseconds