Home
last modified time | relevance | path

Searched refs:sj (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Df_generic.c78 uint8_t sj; in gf_deserialize() local
80 sj = serial[j]; in gf_deserialize()
82 sj &= ~hi_nmask; in gf_deserialize()
83 buffer |= ((dword_t) sj) << fill; in gf_deserialize()
/third_party/openssl/crypto/ec/curve448/
H A Df_generic.c78 uint8_t sj; in gf_deserialize() local
80 sj = serial[j]; in gf_deserialize()
82 sj &= ~hi_nmask; in gf_deserialize()
83 buffer |= ((dword_t) sj) << fill; in gf_deserialize()
/third_party/musl/scripts/build_lite/
H A DMakefile121 $(HIDE) make -sj headers_install ARCH=$(ARCH) O=$(shell pwd)/$@ -C $(LINUXKERNELDIR)
169 sed $(SED_ARGS) Makefile | make -sj install-headers
179 sed $(SED_ARGS) Makefile | make -f- -sj install
184 $(HIDE) make -sj headers_install ARCH=$(ARCH) O=$(shell pwd)/$@ -C $(LINUXDIR)
239 sed $(SED_ARGS) Makefile | make -f- -sj install
/third_party/glfw/src/
H A Dlinux_joystick.c258 const _GLFWjoystick* sj = sp; in compareJoysticks() local
259 return strcmp(fj->linjs.path, sj->linjs.path); in compareJoysticks()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A DBigDecimal.java532 char sj = 0; in BigDecimal()
613 sj = inchars[j]; in BigDecimal()
614 if (sj < '0') in BigDecimal()
616 if (sj > '9') { // maybe an exotic digit in BigDecimal()
617 if ((!(UCharacter.isDigit(sj)))) in BigDecimal()
619 dvalue = UCharacter.digit(sj, 10); // check base in BigDecimal()
623 dvalue = ((sj)) - (('0')); in BigDecimal()
677 sj = inchars[j]; in BigDecimal()
678 if (sj <= '9') in BigDecimal()
679 mant[i] = (byte) (((sj)) in BigDecimal()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/
H A DBigDecimal.java516 char sj = 0; in BigDecimal()
597 sj = inchars[j]; in BigDecimal()
598 if (sj < '0') in BigDecimal()
600 if (sj > '9') { // maybe an exotic digit in BigDecimal()
601 if ((!(UCharacter.isDigit(sj)))) in BigDecimal()
603 dvalue = UCharacter.digit(sj, 10); // check base in BigDecimal()
607 dvalue = ((sj)) - (('0')); in BigDecimal()
661 sj = inchars[j]; in BigDecimal()
662 if (sj <= '9') in BigDecimal()
663 mant[i] = (byte) (((sj)) in BigDecimal()
[all...]
/third_party/toybox/toys/pending/
H A Dfdisk.c1221 int i, j, oj, ojj, sj, sjj; in fix_order() local
1271 sj = swap_le32toh(pj->start4); in fix_order()
1275 if (oj+sj > ojj+sjj) { in fix_order()
1280 set_levalue(pjj->start4, oj+sj-ojj); in fix_order()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 10 milliseconds