Home
last modified time | relevance | path

Searched refs:adapt (Results 1 – 25 of 140) sorted by relevance

123456

/third_party/icu/icu4c/source/test/intltest/
Dpunyref.cpp110 static punycode_uint adapt( in adapt() function
202 bias = adapt(delta, h + 1, h == b); in punycode_encode()
273 bias = adapt(i - oldi, out + 1, oldi == 0); in punycode_decode()
/third_party/node/lib/
Dpunycode.js189 const adapt = function(delta, numPoints, firstTime) { function
274 bias = adapt(i - oldi, out, oldi == 0);
375 bias = adapt(delta, handledCPCountPlusOne, handledCPCount === basicLength);
/third_party/python/Lib/encodings/
Dpunycode.py91 def adapt(delta, first, numchars): function
114 bias = adapt(delta, points==0, baselen+points+1)
178 bias = adapt(delta, (extpos == 0), len(base))
/third_party/ltp/doc/
Dmini-howto-building-ltp-from-git.txt8 to adapt to your distribution).
20 # Set some useful variables (adapt if you dislike)
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DPunycodeReference.java121 private static int adapt(int delta, int numpoints, boolean firsttime ){ in adapt() method in PunycodeReference
209 bias = adapt(delta, h + 1, (h == b)); in encode()
355 bias = adapt(i - oldi, out + 1, (oldi == 0)); in decode()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DPunycodeReference.java124 private static int adapt(int delta, int numpoints, boolean firsttime ){ in adapt() method in PunycodeReference
212 bias = adapt(delta, h + 1, (h == b)); in encode()
358 bias = adapt(i - oldi, out + 1, (oldi == 0)); in decode()
/third_party/node/deps/openssl/openssl/crypto/
Dpunycode.c43 static int adapt(unsigned int delta, unsigned int numpoints, in adapt() function
177 bias = adapt(i - oldi, written_out + 1, (oldi == 0)); in ossl_punycode_decode()
/third_party/libwebsockets/READMEs/
DREADME.porting.md15 Find a similar examples already in `./contrib/cross-*` and copy and adapt it
59 You can iteratively build and adapt the platform files.
/third_party/openssl/crypto/
Dpunycode.c43 static int adapt(unsigned int delta, unsigned int numpoints, in adapt() function
177 bias = adapt(i - oldi, written_out + 1, (oldi == 0)); in ossl_punycode_decode()
/third_party/lwip/
Dlwip.spec16 Patch9001: 0002-adapt-lstack.patch
80 Patch9065: 0066-adapt-to-dpdk-19.11-and-dpdk-21.11.patch
89 Patch9074: 0075-adapt-read-write-for-rtc-mode.patch
165 - adapt read/write for rtc mode
167 - adapt event for rtc mode
197 - adapt to dpdk-19.11 and dpdk-21.11
414 - adapt to lstack
/third_party/ltp/testcases/misc/math/float/bessel/
Dreadme1 /* please, adapt the Makefile file to your environment */
/third_party/ltp/testcases/misc/math/float/exp_log/
Dreadme1 /* please, adapt the Makefile file to your environment */
/third_party/ltp/testcases/misc/math/float/iperb/
DREADME1 /* please, adapt the Makefile file to your environment */
/third_party/ltp/testcases/misc/math/float/power/
Dreadme1 /* please, adapt the Makefile file to your environment */
/third_party/libabigail/doc/manuals/
Dindex.rst3 You can adapt this file completely to your liking, but it should at least
/third_party/mbedtls/docs/
Dindex.rst3 You can adapt this file completely to your liking, but it should at least
/third_party/node/deps/v8/third_party/googletest/
DREADME.chromium17 This will allow us to adapt to Google Test changes with minimal disruption.
/third_party/nghttp2/doc/sources/
Dindex.rst3 You can adapt this file completely to your liking, but it should at least
/third_party/skia/third_party/externals/expat/expat/conftools/
Dexpat.m48 dnl This is necessary to adapt a whole lot of packages that have expat
/third_party/skia/third_party/externals/oboe/src/common/
DREADME.md6 is used to adapt the block sizes.
/third_party/mbedtls/scripts/
Dconfig.py141 def adapt(self, adapter): member in Config
572 config.adapt(args.adapter)
/third_party/protobuf/python/docs/
Dindex.rst3 You can adapt this file completely to your liking, but it should at least
/third_party/libdrm/freedreno/kgsl/
DREADME21 be mostly just changes in libdrm_freedreno to adapt the gallium
/third_party/libwebsockets/contrib/
Dcross-aarch64-qnx.cmake9 # adapt to your toolchain path
/third_party/NuttX/
DCONTRIBUTING.md41 and adapt all modified files even if you didn't

123456