Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/exit/
Datexit.c27 static size_t g_len; // the number of nodes currently in use variable
/third_party/node/src/crypto/
Dcrypto_dh.cc178 bool DiffieHellman::Init(const char* p, int p_len, const char* g, int g_len) { in Init()
/third_party/ffmpeg/libavcodec/
Daacdec_template.c1787 unsigned g_len = ics->group_len[g]; in decode_spectrum_and_dequant() local
2042 unsigned g_len = ics->group_len[g]; in decode_spectrum_and_dequant() local
/third_party/openssl/test/
Dacvp_test.c451 const unsigned char *g, size_t g_len, in dsa_create_pkey()