Home
last modified time | relevance | path

Searched defs:max_out (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dpunyref.cpp135 punycode_uint n, delta, h, b, out, max_out, bias, j, m, q, k, t; in punycode_encode() local
224 punycode_uint n, out, i, max_out, bias, in punycode_decode() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DPunycodeReference.java145 int delta, h, b, out, max_out, bias, j, q, k, t; in encode() local
305 int n, out, i, max_out, bias, in decode() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DPunycodeReference.java142 int delta, h, b, out, max_out, bias, j, q, k, t; in encode() local
302 int n, out, i, max_out, bias, in decode() local
/third_party/openssl/crypto/
Dpunycode.c125 unsigned int max_out = *pout_length; in ossl_punycode_decode() local
/third_party/node/deps/openssl/openssl/crypto/
Dpunycode.c125 unsigned int max_out = *pout_length; in ossl_punycode_decode() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.h71 ubyte max_out; /* REG_ALLOC_RESULT or FP_RESULT_COUNT */ member
/third_party/node/deps/v8/src/regexp/
Dregexp-parser.cc1293 int* max_out) { in ParseIntervalQuantifier()