Searched refs:g_len (Results 1 - 7 of 7) sorted by relevance
/third_party/musl/porting/linux/user/src/exit/ |
H A D | atexit.c | 27 static size_t g_len; // the number of nodes currently in use variable 81 g_len++; in append_node() 113 g_len--; in RemoveNode() 181 if (g_len >= g_capacity) { in __cxa_atexit()
|
/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/ |
H A D | ServerKeyExchange.pm | 58 my $g_len = unpack('n', substr($self->data, $ptr)); 60 my $g = substr($self->data, $ptr, $g_len); 61 $ptr += $g_len;
|
/third_party/openssl/util/perl/TLSProxy/ |
H A D | ServerKeyExchange.pm | 58 my $g_len = unpack('n', substr($self->data, $ptr)); 60 my $g = substr($self->data, $ptr, $g_len); 61 $ptr += $g_len;
|
/third_party/ffmpeg/libavcodec/ |
H A D | aacdec_template.c | 1784 unsigned g_len = ics->group_len[g]; in decode_spectrum_and_dequant() local 1793 for (group = 0; group < (AAC_SIGNE)g_len; group++, cfo+=128) { in decode_spectrum_and_dequant() 1797 for (group = 0; group < (AAC_SIGNE)g_len; group++, cfo+=128) { in decode_spectrum_and_dequant() 1830 for (group = 0; group < (AAC_SIGNE)g_len; group++, cfo+=128) { in decode_spectrum_and_dequant() 1851 for (group = 0; group < (AAC_SIGNE)g_len; group++, cfo+=128) { in decode_spectrum_and_dequant() 1877 for (group = 0; group < (AAC_SIGNE)g_len; group++, cfo+=128) { in decode_spectrum_and_dequant() 1899 for (group = 0; group < (AAC_SIGNE)g_len; group++, cfo+=128) { in decode_spectrum_and_dequant() 1925 for (group = 0; group < (AAC_SIGNE)g_len; group++, cfo+=128) { in decode_spectrum_and_dequant() 2009 coef += g_len << 7; in decode_spectrum_and_dequant() 2039 unsigned g_len in decode_spectrum_and_dequant() local [all...] |
/third_party/node/src/crypto/ |
H A D | crypto_dh.h | 25 bool Init(const char* p, int p_len, const char* g, int g_len);
|
H A D | crypto_dh.cc | 178 bool DiffieHellman::Init(const char* p, int p_len, const char* g, int g_len) { in Init() argument 185 if (g_len <= 0) { in Init() 191 BN_bin2bn(reinterpret_cast<const unsigned char*>(g), g_len, nullptr); in Init()
|
/third_party/openssl/test/ |
H A D | acvp_test.c | 451 const unsigned char *g, size_t g_len, in dsa_create_pkey() 481 || !TEST_ptr(BN_bin2bn(g, g_len, g_bn)) in dsa_create_pkey() 632 tst->q, tst->q_len, tst->g, tst->g_len, in dsa_sigver_test() 448 dsa_create_pkey(EVP_PKEY **pkey, const unsigned char *p, size_t p_len, const unsigned char *q, size_t q_len, const unsigned char *g, size_t g_len, const unsigned char *seed, size_t seed_len, int counter, int validate_pq, int validate_g, const unsigned char *pub, size_t pub_len, BN_CTX *bn_ctx) dsa_create_pkey() argument
|
Completed in 9 milliseconds