Home
last modified time | relevance | path

Searched defs:g_len (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daacdec_template.c1769 unsigned g_len = ics->group_len[g]; in decode_spectrum_and_dequant() local
2024 unsigned g_len = ics->group_len[g]; in decode_spectrum_and_dequant() local
/third_party/node/src/
Dnode_crypto.cc5250 bool DiffieHellman::Init(const char* p, int p_len, const char* g, int g_len) { in Init()