Searched defs:GetNextKey (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/brotli/csharp/org/brotli/dec/ | ||
H A D | Huffman.cs | 24 private static int GetNextKey(int key, int len) in GetNextKey() method in Org.Brotli.Dec.Huffman |
/aosp_15_r20/external/webp/src/utils/ | ||
H A D | huffman_utils.c | 43 static WEBP_INLINE uint32_t GetNextKey(uint32_t key, int len) { in GetNextKey() function |
/aosp_15_r20/kernel/tests/net/test/ | ||
H A D | bpf.py | 248 def GetNextKey(map_fd, key): function |
/aosp_15_r20/external/openthread/src/core/net/ | ||
H A D | mdns.cpp | 220 Error Core::GetNextKey(Iterator &aIterator, Key &aKey, EntryState &aState) const in GetNextKey() function in ot::Dns::Multicast::Core |