Lines Matching defs:table
1412 // A value with all fields NULL or zero is a valid, empty table.
1630 // It returns an empty table if i or j is out of bounds.
1648 // by the 1-dimensional span that backs a 2-dimensional table. This counts the
1649 // elements inside the table and, when width != stride, the elements outside
1650 // the table but between its rows.
1652 // For example, consider a width 10, height 4, stride 10 table. Mark its first
1660 // Now consider the sub-table of that from (2, 1) inclusive to (8, 4) exclusive.
1670 // the first 'i' would venture past 'z', out of bounds of the original table.
1672 // It does not check for overflow, but if the arguments come from a table that
12487 // This table was generated by by script/print-mpb-powers-of-10.go
14073 // The look-up table was constructed so that it is already normalized: the
14074 // table entry's mantissa's MSB (most significant bit) is on.
14089 // the look-up table uses 64-bit mantissas.
14111 // Before we shift right by at least 9 bits, recall that the look-up table
16059 // table holds the 'magic numbers' (which are actually variable length
16071 } table[] = {
16083 static const size_t table_len = sizeof(table) / sizeof(table[0]);
16093 uint8_t mag_first_byte = ((uint8_t)(table[i].magic[1]));
16099 fourcc = table[i].fourcc;
16101 uint8_t mag_remaining_len = ((uint8_t)(table[i].magic[0]));
16106 const char* mag_remaining_ptr = table[i].magic + 2;