Home
last modified time | relevance | path

Searched defs:edge (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/tests/trie/1.0/default/
DTrie.cpp74 [&](const TrieEdge& edge) { return ch == edge.character; }); in addString()
96 [&](const TrieEdge& edge) { return ch == edge.character; }); in containsString()
/hardware/google/gfxstream/guest/mesa/src/util/
Ddag.c34 struct dag_edge edge = { in append_edge() local
89 dag_remove_edge(struct dag *dag, struct dag_edge *edge) in dag_remove_edge()
/hardware/st/nfc/1.0/adaptation/
Di2clayer.c296 static int i2cSetPolarity(int fid, bool low, bool edge) in i2cSetPolarity()
/hardware/st/nfc/st21nfc/adaptation/
Di2clayer.cc395 static int i2cSetPolarity(int fid, bool low, bool edge) { in i2cSetPolarity()
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_common.inl583 GLM_FUNC_QUALIFIER genType step(genType edge, genType x)
589 GLM_FUNC_QUALIFIER vecType<T, P> step(T edge, vecType<T, P> const & x) argument
595 GLM_FUNC_QUALIFIER vecType<T, P> step(vecType<T, P> const & edge, vecType<T, P> const & x)
/hardware/google/gfxstream/third-party/glm/include/glm/simd/
Dcommon.h199 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_step(glm_vec4 edge, glm_vec4 x) in glm_vec4_step()
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dsimd_vec4.inl454 detail::fvec4SIMD const & edge,
464 float const & edge,