| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | camellia_glue.c | 778 #define CAMELLIA_F(x, kl, kr, y) ({ \ argument 779 u64 ii = x ^ (((u64)kl << 32) | kr); \ 980 u64 kl, kr, ww; in camellia_setup128() local 987 kr = get_unaligned_be64(key + 8); in camellia_setup128() 993 subRL[1] = kr; in camellia_setup128() 996 ROLDQ(kl, kr, 15); in camellia_setup128() 1001 subRL[5] = kr; in camellia_setup128() 1004 ROLDQ(kl, kr, 30); in camellia_setup128() 1009 subRL[11] = kr; in camellia_setup128() 1012 ROLDQ(kl, kr, 15); in camellia_setup128() [all …]
|
| H A D | camellia-x86_64-asm_64.S | 99 #define fls(l, r, kl, kr) \ argument 105 movq (key_table + ((kr) * 2) * 4)(CTX), RT1; \ 114 movl (key_table + ((kr) * 2) * 4)(CTX), RT0d; \ 281 #define fls2(l, r, kl, kr) \ argument 287 movq (key_table + ((kr) * 2) * 4)(CTX), RT1; \ 297 movq (key_table + ((kr) * 2) * 4)(CTX), RT0; \ 306 movl (key_table + ((kr) * 2) * 4)(CTX), RT2d; \ 316 movl (key_table + ((kr) * 2) * 4)(CTX), RT1d; \
|
| H A D | cast5-avx-x86_64-asm_64.S | 23 #define kr (16*4) macro 156 vpxor kr(CTX), RKR, RKR; 161 vpxor kr(CTX), RKR, RKR; \
|
| H A D | cast6-avx-x86_64-asm_64.S | 24 #define kr (12*4*4) macro 183 vpxor (kr+n*16)(CTX), RKR, RKR; \
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/mach-startup/ |
| H A D | bundle-main.c | 124 kern_return_t kr; in checkin_or_register() local 128 kr = bootstrap_check_in(bootstrap_port, bname, &mp); in checkin_or_register() 129 if (kr == KERN_SUCCESS) in checkin_or_register() 133 kr = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &mp); in checkin_or_register() 134 if (kr != KERN_SUCCESS) { in checkin_or_register() 135 ErrorF("mach_port_allocate(): %s\n", mach_error_string(kr)); in checkin_or_register() 139 kr = mach_port_insert_right( in checkin_or_register() 141 if (kr != KERN_SUCCESS) { in checkin_or_register() 142 ErrorF("mach_port_insert_right(): %s\n", mach_error_string(kr)); in checkin_or_register() 150 kr = bootstrap_register(bootstrap_port, bname, mp); in checkin_or_register() [all …]
|
| H A D | stub.c | 204 kern_return_t kr; in main() local 247 kr = bootstrap_look_up(bootstrap_port, server_bootstrap_name, &mp); in main() 248 if (kr != KERN_SUCCESS) { in main() 279 kr = bootstrap_look_up(bootstrap_port, server_bootstrap_name, &mp); in main() 280 if (kr == KERN_SUCCESS) in main() 284 if (kr != KERN_SUCCESS) { in main() 287 kr)); in main() 357 kr = start_x11_server(mp, newargv, argc, newenvp, envpc); in main() 362 if (kr != KERN_SUCCESS) { in main() 365 kr)); in main()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/ |
| H A D | 0001-patch-term-module-for-mips-ispeed-ospeed-termios-abs.patch | 23 @@ -188,6 +188,8 @@ github.com/kr/pretty v0.1.0/go.mod h1:dA 24 github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= 25 github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= 26 github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
|
| H A D | 0001-Use-v2.1.2-xxhash-to-fix-build-with-go-1.17.patch | 31 @@ -188,6 +188,8 @@ github.com/kr/pretty v0.1.0/go.mod h1:dA 32 github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= 33 github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= 34 github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
|
| /OK3568_Linux_fs/buildroot/package/noto/noto-sans-kr/ |
| H A D | noto-sans-kr.mk | 19 mkdir -p $(TARGET_DIR)/usr/share/fonts/noto-sans-kr/ 20 cp -r $(@D)/*.otf $(TARGET_DIR)/usr/share/fonts/noto-sans-kr/
|
| /OK3568_Linux_fs/buildroot/package/noto/noto-serif-kr/ |
| H A D | noto-serif-kr.mk | 19 mkdir -p $(TARGET_DIR)/usr/share/fonts/noto-serif-kr/ 20 cp -r $(@D)/*.otf $(TARGET_DIR)/usr/share/fonts/noto-serif-kr/
|
| /OK3568_Linux_fs/buildroot/package/source-han-sans/source-han-sans-kr/ |
| H A D | source-han-sans-kr.mk | 21 $(SOURCE_HAN_SANS_KR_PKGDIR)/44-source-han-sans-kr.conf \ 28 $(TARGET_DIR)/usr/share/fonts/source-han-sans-kr/
|
| /OK3568_Linux_fs/buildroot/package/noto/ |
| H A D | Config.in | 5 source "package/noto/noto-sans-kr/Config.in" 9 source "package/noto/noto-serif-kr/Config.in"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ |
| H A D | source-han-sans-kr-fonts_1.004.bb | 15 file://44-source-han-sans-kr.conf \ 24 install -m 0644 ${WORKDIR}/44-source-han-sans-kr.conf ${D}${sysconfdir}/fonts/conf.d/
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/native/ |
| H A D | inst.h | 59 #define MOV_TO_KR(kr, reg, clob0, clob1) \ argument 60 mov IA64_KR(kr) = reg
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libencode/ |
| H A D | libencode-perl_3.17.bb | 70 libencode-kr-perl \ 71 libencode-kr-2022_kr-perl \
|
| /OK3568_Linux_fs/buildroot/package/source-han-sans/ |
| H A D | Config.in | 7 source "package/source-han-sans/source-han-sans-kr/Config.in"
|
| /OK3568_Linux_fs/external/mpp/tools/ |
| H A D | astylerc | 8 #--style=kr
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libjs/ |
| H A D | libjs-sizzle_1.10.18.bb | 6 SRC_URI = "http://kr.archive.ubuntu.com/ubuntu/pool/universe/s/sizzle/sizzle_1.10.18.orig.tar.gz"
|
| H A D | libjs-jquery_3.3.1.bb | 6 SRC_URI = "http://kr.archive.ubuntu.com/ubuntu/pool/main/j/jquery/${BPN}_${PV}~dfsg-3_all.deb"
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ |
| H A D | mtdchar.c | 694 struct mtd_erase_region_info *kr; in mtdchar_ioctl() local 703 kr = &(mtd->eraseregions[ur_idx]); in mtdchar_ioctl() 705 if (put_user(kr->offset, &(ur->offset)) in mtdchar_ioctl() 706 || put_user(kr->erasesize, &(ur->erasesize)) in mtdchar_ioctl() 707 || put_user(kr->numblocks, &(ur->numblocks))) in mtdchar_ioctl()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/marvell/ |
| H A D | armada-8040-db.dts | 190 phy-mode = "10gbase-kr"; 334 phy-mode = "10gbase-kr";
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.s5pc1xx | 72 http://meritech.co.kr/eng/products/product_view.php?num=28
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | camellia_generic.c | 344 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) ({ \ argument 346 ir = xr ^ kr; \ 834 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir) ({ \ argument 836 yr ^= kr; \
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-net-phydev | 44 xaui, 10gbase-kr, unknown
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv04/ |
| H A D | tvmodesnv17.c | 261 int64_t kr; member 340 + (p->kr + p->kir*i + p->ki2r*i*i + in tv_setup_filter()
|