Home
last modified time | relevance | path

Searched refs:MAX_ELEMS (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/metadata/
H A Ddata_storage.h103 #define MAX_ELEMS 100 macro
108 + MAX_ELEMS * sizeof(struct data_hash_elem); in data_node_hash()
115 node->hash.elems_len = MAX_ELEMS; in data_node_hash()
124 + MAX_ELEMS * sizeof(struct data_node*); in data_node_array()
131 node->array.array_len = MAX_ELEMS; in data_node_array()
/third_party/ffmpeg/libavcodec/
H A Dralf.c75 #define MAX_ELEMS 644 // no RALF table uses more than that macro
79 uint8_t lens[MAX_ELEMS]; in init_ralf_vlc()
80 uint16_t codes[MAX_ELEMS]; in init_ralf_vlc()

Completed in 2 milliseconds