Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/include/libnu/
H A Dudb.h37 const int16_t *G, size_t G_SIZE, in nu_udb_lookup_value() argument
40 uint32_t hash = nu_mph_hash(G, G_SIZE, codepoint); in nu_udb_lookup_value()
62 const int16_t *G, size_t G_SIZE, in nu_udb_lookup() argument
66 G, G_SIZE, VALUES_C, VALUES_I); in nu_udb_lookup()
H A Dmph.h37 uint32_t nu_mph_hash(const int16_t *G, size_t G_SIZE, in nu_mph_hash() argument
41 int16_t offset = G[h % G_SIZE]; in nu_mph_hash()
45 return (_nu_hash(offset, codepoint) % G_SIZE); in nu_mph_hash()
H A Dcasemap_internal.h15 const int16_t *G, size_t G_SIZE, in _nu_to_something() argument
18 return nu_udb_lookup(codepoint, G, G_SIZE, VALUES_C, VALUES_I, COMBINED); in _nu_to_something()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb/
H A Dregs.h1865 #define G_SIZE(x) (((x) >> S_SIZE) & M_SIZE) macro