Home
last modified time | relevance | path

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

1234

/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/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/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/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/krb5/src/lib/rpc/
H A Dxdr_float.c97 long lg; in xdr_float() local
103 lg = * (int_32 *) fp; in xdr_float()
104 return (XDR_PUTLONG(xdrs, &lg)); in xdr_float()
126 if (!(XDR_GETLONG(xdrs, &lg))) { in xdr_float()
129 *fp = (float) ((int) lg); in xdr_float()
/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/contrib/jemalloc/
H A DINSTALL.md218 * `--with-lg-page=<lg-page>`
227 * `--with-lg-hugepage=<lg-hugepage>`
233 * `--with-lg-quantum=<lg-quantum>`
247 <lg-quantum>. On most modern architectures, this mandates 16-byte
248 alignment (<lg-quantum>=4), but the glibc developers chose not to meet this
255 follow glibc's lead. If you specify `--with-lg-quantum=3` during
259 * `--with-lg-vaddr=<lg-vaddr>`
/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.c230 int lg; in numusearray() local
234 for (lg=0, ttlg=1; lg<=MAXBITS; lg++, ttlg*=2) { /* for each slice */ in numusearray()
247 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/crypto/openssl/test/certs/
H A Dee-key.pem15 lg+PGgcKMYXKXJWimA6xU06+wwRl1iI/j718FCLeov6Lt17VHr8sjO3GiZ/WtHz1
/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/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/crypto/openssl/test/smime-certs/
H A Dcsrsa1.pem15 lg+PGgcKMYXKXJWimA6xU06+wwRl1iI/j718FCLeov6Lt17VHr8sjO3GiZ/WtHz1
/freebsd/usr.bin/vgrind/
H A Dtmac.vgrind71 'lg 0

1234