| /freebsd/contrib/file/src/ |
| H A D | fmtcheck.c | 68 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 D | s390x.S | 35 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 D | tst.TypedefDataAssign.d | 64 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 D | tst.UnionDataTypes.d | 71 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 D | tst.StructDataTypes.d | 71 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 D | b_tgamma.c | 305 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 D | v3451.c | 187 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 D | xdr_float.c | 97 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 D | poly1305-s390x.pl | 107 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 D | sdm845-lg-judyp.dts | 10 #include "sdm845-lg-common.dtsi" 14 compatible = "lg,judyp", "qcom,sdm845";
|
| H A D | sdm845-lg-judyln.dts | 10 #include "sdm845-lg-common.dtsi" 14 compatible = "lg,judyln", "qcom,sdm845";
|
| H A D | msm8992-lg-bullhead-rev-10.dts | 8 #include "msm8992-lg-bullhead.dtsi"
|
| H A D | msm8992-lg-bullhead-rev-101.dts | 8 #include "msm8992-lg-bullhead.dtsi"
|
| /freebsd/usr.sbin/kbdmap/ |
| H A D | kbdmap.c | 560 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 D | INSTALL.md | 218 * `--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 D | keymap.subr | 179 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 D | ltable.c | 230 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 D | main.cc | 273 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 D | mthca_cmd.c | 658 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 D | ee-key.pem | 15 lg+PGgcKMYXKXJWimA6xU06+wwRl1iI/j718FCLeov6Lt17VHr8sjO3GiZ/WtHz1
|
| /freebsd/contrib/lua/src/ |
| H A D | ltable.c | 430 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 D | spell.ok | 27 lg
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_s390x.S | 38 lg %r1, 0(%r1)
|
| /freebsd/crypto/openssl/test/smime-certs/ |
| H A D | csrsa1.pem | 15 lg+PGgcKMYXKXJWimA6xU06+wwRl1iI/j718FCLeov6Lt17VHr8sjO3GiZ/WtHz1
|
| /freebsd/usr.bin/vgrind/ |
| H A D | tmac.vgrind | 71 'lg 0
|