Home
last modified time | relevance | path

Searched refs:size_table (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/glx/
H A Dindirect_util.c276 if (dispatch_info->size_table != NULL) { in __glXGetProtocolSizeData()
280 && (dispatch_info->size_table[func_index][0] != 0)) { in __glXGetProtocolSizeData()
281 const int var_offset = dispatch_info->size_table[func_index][1]; in __glXGetProtocolSizeData()
283 data->bytes = dispatch_info->size_table[func_index][0]; in __glXGetProtocolSizeData()
H A Dindirect_table.h73 const int_fast16_t(*size_table)[2]; member
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A Dserial_cs.c408 static const int size_table[2] = { 8, 16 }; in simple_config_check() local
417 if (p_dev->resource[0]->end != size_table[(*try >> 1)]) in simple_config_check()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog173705 __glXDispatchInfo::size_table. dispatch_functions had the const in
173706 the wrong place, and size_table was declared as an array of two