Searched defs:edge (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/tests/trie/1.0/default/ |
D | Trie.cpp | 74 [&](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/ |
D | dag.c | 34 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/ |
D | i2clayer.c | 296 static int i2cSetPolarity(int fid, bool low, bool edge) in i2cSetPolarity()
|
/hardware/st/nfc/st21nfc/adaptation/ |
D | i2clayer.cc | 395 static int i2cSetPolarity(int fid, bool low, bool edge) { in i2cSetPolarity()
|
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | func_common.inl | 583 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/ |
D | common.h | 199 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/ |
D | simd_vec4.inl | 454 detail::fvec4SIMD const & edge, 464 float const & edge,
|