Lines Matching refs:array
265 An associative array is a function that can be specified as a set of (key, value) pairs,
267 For a given associative array, the possible operations are:
280 The matching criterion used to compare the input key against the keys in the associative array is *…
281 as the key size (number of bytes) and the key value (array of bytes) have to match exactly for the …
298 A hash table is an associative array that uses a hash function for its operation.
399 …| 7 | Key offset | Offset of the lookup key byte array within the packet meta-data …
552 …| 1 | Bucket array | n_buckets (configurable) | 32 | Buckets…
555 …| 2 | Bucket extensions array | n_buckets_ext (configurable) | 32 | This ar…
559 …| 3 | Key array | n_keys | key_size (configurable) | Keys ad…
562 …| 4 | Data array | n_keys | entry_size (configurable) | Key val…
577 …| | | | current bucket stored as array of 4 entries of 2 byt…
598 …| | | | index into the key array where key X is stored, as w…
599 …| | | | index into the data array where the value associated…
775 …atch_many* and *match_pos* can be obtained by indexing their respective bit array to extract 1 bit,
783 | | Bit array | Hexadecimal value |
833 …| 1 | Bucket array | n_buckets (configurable) | *8-byte key size:* | Buckets of t…
843 …| 2 | Bucket extensions array | n_buckets_ext (configurable) | *8-byte key size:* | This array i…
871 …| | | | stored as array of 4 entries of 2 bytes each. Entry 0 s…