Home
last modified time | relevance | path

Searched refs:addkey (Results 1 – 3 of 3) sorted by relevance

/third_party/EGL/sdk/docs/man/html/
Dmakeindex.py94 def addkey(dict, feature): function
139 addkey(refIndex, Feature(file, entrypoint, False, apiCommand))
150 addkey(refIndex, Feature(file, funcname, True, apiCommand))
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
Dmakeindex.py94 def addkey(dict, feature): function
139 addkey(refIndex, Feature(file, entrypoint, False, apiCommand))
150 addkey(refIndex, Feature(file, funcname, True, apiCommand))
/third_party/ffmpeg/libavutil/
Daes.c56 static inline void addkey(av_aes_block *dst, const av_aes_block *src, in addkey() function
125 addkey(&a->state[1], &a->state[0], &a->round_key[r]); in aes_crypt()