Home
last modified time | relevance | path

Searched refs:lg (Results 1 – 25 of 70) sorted by relevance

123

/freebsd/crypto/openssl/crypto/bn/asm/
H A Ds390x.S35 lg %r7,0(%r3) // ap[0]
36 lg %r9,8(%r3) // ap[1]
43 lg %r11,16(%r3) // ap[i+2]
50 lg %r13,24(%r3)
57 lg %r7,32(%r3)
64 lg %r9,40(%r3)
75 lg %r11,16(%r3)
82 lg %r13,24(%r3)
111 lg %r7,0(%r3) // ap[i]
145 lg %r7,0(%r2,%r3) // ap[i]
[all …]
/freebsd/contrib/file/src/
H A Dfmtcheck.c68 int sh, lg, quad, longdouble; in get_next_format_from_precision() local
71 sh = lg = quad = longdouble = 0; in get_next_format_from_precision()
86 lg = 1; in get_next_format_from_precision()
121 if (lg) in get_next_format_from_precision()
132 if (lg) in get_next_format_from_precision()
139 if (sh + lg + quad + longdouble) in get_next_format_from_precision()
146 if (sh + lg + quad) in get_next_format_from_precision()
151 if (sh + lg + quad + longdouble) in get_next_format_from_precision()
156 if (sh + lg + quad + longdouble) in get_next_format_from_precision()
161 if (sh + lg + quad + longdouble) in get_next_format_from_precision()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/typedef/
H A Dtst.TypedefDataAssign.d64 long lg; member
70 long lg; member
107 ns.lg = 4;
111 nu.lg = 5;
115 printf("Struct: %c, %d, %d\n", ns.ch, ns.in, ns.lg);
116 printf("Union: %c, %d, %d\n", nu.ch, nu.in, nu.lg);
/freebsd/bin/pwd/
H A Dpwd.c95 struct stat lg, phy; in getcwd_logical() local
103 if (stat(pwd, &lg) == -1 || stat(".", &phy) == -1) in getcwd_logical()
105 if (lg.st_dev == phy.st_dev && lg.st_ino == phy.st_ino) in getcwd_logical()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/
H A Dtst.UnionDataTypes.d71 long lg; member
77 long lg; member
124 var.new_struct.lg = 4;
128 var.new_union.lg = 5;
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/
H A Dtst.StructDataTypes.d71 long lg; member
77 long lg; member
124 var.new_struct.lg = 4;
128 var.new_union.lg = 5;
/freebsd/lib/msun/bsdsrc/
H A Db_tgamma.c305 struct Double lg, lsine; in neg_gam() local
332 lg = large_gam(y); in neg_gam()
334 lg.a -= lsine.a; /* exact (opposite signs) */ in neg_gam()
335 lg.b -= lsine.b; in neg_gam()
336 y = -(lg.a + lg.b); in neg_gam()
337 z = (y + lg.a) + lg.b; in neg_gam()
/freebsd/usr.bin/tip/libacu/
H A Dv3451.c187 notin(char *sh, char *lg) in notin() argument
189 for (; *lg; lg++) in notin()
190 if (prefix(sh, lg)) in notin()
/freebsd/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl107 lg ("%r0","16(%r1)");
141 lg ($h0,"0($ctx)"); # load hash value
142 lg ($h1,"8($ctx)");
143 lg ($h2,"16($ctx)");
153 lg ($r0,"32($ctx)"); # load key
154 lg ($r1,"40($ctx)");
209 &{$z? \&lg:\&l} ($ctx,"2*$SIZE_T($sp)");# restore $ctx
244 lg ($d0,"0($ctx)");
245 lg ($d1,"8($ctx)");
246 lg ($d2,"16($ctx)");
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdm845-lg-judyp.dts10 #include "sdm845-lg-common.dtsi"
14 compatible = "lg,judyp", "qcom,sdm845";
H A Dsdm845-lg-judyln.dts10 #include "sdm845-lg-common.dtsi"
14 compatible = "lg,judyln", "qcom,sdm845";
H A Dmsm8992-lg-bullhead-rev-10.dts8 #include "msm8992-lg-bullhead.dtsi"
H A Dmsm8992-lg-bullhead-rev-101.dts8 #include "msm8992-lg-bullhead.dtsi"
/freebsd/usr.sbin/kbdmap/
H A Dkbdmap.c560 const char *lg; in menu_read() local
643 lg = lang_default; in menu_read()
645 lg = lng; in menu_read()
665 if (find_token(lg, lang)) in menu_read()
667 else if (mark <= 3 && find_token(lg, dialect)) in menu_read()
669 else if (mark <= 2 && find_token(lg, lang_abk)) in menu_read()
671 else if (mark <= 1 && find_token(lg, lang_default)) in menu_read()
/freebsd/usr.sbin/bsdconfig/share/
H A Dkeymap.subr179 lg = ($2 == "" ? lang_default : $2)
186 if (find_token(lg, lang))
188 else if (mark <= 3 && find_token(lg, dialect))
190 else if (mark <= 2 && find_token(lg, lang_abk))
192 else if (mark <= 1 && find_token(lg, lang_default))
/freebsd/sys/contrib/openzfs/module/lua/
H A Dltable.c229 int lg; in numusearray() local
233 for (lg=0, ttlg=1; lg<=MAXBITS; lg++, ttlg*=2) { /* for each slice */ in numusearray()
246 nums[lg] += lc; in numusearray()
/freebsd/usr.sbin/config/
H A Dmain.cc273 struct stat lg, phy; in get_srcdir() local
289 if (stat(pwd, &lg) != -1 && stat(srcdir, &phy) != -1 && in get_srcdir()
290 lg.st_dev == phy.st_dev && lg.st_ino == phy.st_ino) in get_srcdir()
/freebsd/sys/dev/mthca/
H A Dmthca_cmd.c658 int lg; in mthca_map_cmd() local
680 lg = ffs(mthca_icm_addr(&iter) | mthca_icm_size(&iter)) - 1; in mthca_map_cmd()
681 if (lg < MTHCA_ICM_PAGE_SHIFT) { in mthca_map_cmd()
689 for (i = 0; i < mthca_icm_size(&iter) >> lg; ++i) { in mthca_map_cmd()
692 virt += 1 << lg; in mthca_map_cmd()
696 cpu_to_be64((mthca_icm_addr(&iter) + (i << lg)) | in mthca_map_cmd()
697 (lg - MTHCA_ICM_PAGE_SHIFT)); in mthca_map_cmd()
699 ts += 1 << (lg - 10); in mthca_map_cmd()
783 u8 lg; in mthca_QUERY_FW() local
824 MTHCA_GET(lg, outbox, QUERY_FW_MAX_CMD_OFFSET); in mthca_QUERY_FW()
[all …]
/freebsd/contrib/lua/src/
H A Dltable.c430 int lg; in numusearray() local
436 for (lg = 0, ttlg = 1; lg <= MAXABITS; lg++, ttlg *= 2) { in numusearray()
449 nums[lg] += lc; in numusearray()
/freebsd/crypto/openssl/test/certs/
H A Dee-key.pem15 lg+PGgcKMYXKXJWimA6xU06+wwRl1iI/j718FCLeov6Lt17VHr8sjO3GiZ/WtHz1
/freebsd/share/doc/smm/07.lpd/
H A Dspell.ok27 lg
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_s390x.S38 lg %r1, 0(%r1)
/freebsd/usr.bin/vgrind/
H A Dtmac.vgrind71 'lg 0
/freebsd/contrib/jemalloc/
H A DFREEBSD-upgrade100 --with-lg-page-sizes=12,13,14,16
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_fw.c1506 int lg; in mlx4_map_cmd() local
1525 lg = ffs(mlx4_icm_addr(&iter) | mlx4_icm_size(&iter)) - 1; in mlx4_map_cmd()
1526 if (lg < MLX4_ICM_PAGE_SHIFT) { in mlx4_map_cmd()
1535 for (i = 0; i < mlx4_icm_size(&iter) >> lg; ++i) { in mlx4_map_cmd()
1538 virt += 1 << lg; in mlx4_map_cmd()
1542 cpu_to_be64((mlx4_icm_addr(&iter) + (i << lg)) | in mlx4_map_cmd()
1543 (lg - MLX4_ICM_PAGE_SHIFT)); in mlx4_map_cmd()
1544 ts += 1 << (lg - 10); in mlx4_map_cmd()
1609 u8 lg; in mlx4_QUERY_FW() local
1649 MLX4_GET(lg, outbox, QUERY_FW_PPF_ID); in mlx4_QUERY_FW()
[all …]

123