Searched refs:lg (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/typedef/
H A Dtst.TypedefDataAssign.d64 long lg;
70 long lg;
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-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/
H A Dtst.UnionDataTypes.d71 long lg;
77 long lg;
124 var.new_struct.lg = 4;
128 var.new_union.lg = 5;
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/
H A Dtst.StructDataTypes.d71 long lg;
77 long lg;
124 var.new_struct.lg = 4;
128 var.new_union.lg = 5;
/freebsd-current/bin/pwd/
H A Dpwd.c95 struct stat lg, phy; local
103 if (stat(pwd, &lg) == -1 || stat(".", &phy) == -1)
105 if (lg.st_dev == phy.st_dev && lg.st_ino == phy.st_ino)
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Ds390x-mont.pl130 lg $n0,0($n0) # pull n0
133 lg $bi,0($bp)
135 lg $alo,0($ap)
143 lg $nlo,0($np) #
155 lg $alo,0($j,$ap)
162 lg $nlo,0($j,$np)
183 lg $bi,0($bp) # bp[i]
185 lg $alo,0($ap)
195 lg $nlo,0($np) # np[0]
207 lg
[all...]
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
[all...]
H A Ds390x-gf2m.pl144 lg @T[1],$stdframe(@i[1],$sp)
155 lg @T[1],$stdframe(@i[1],$sp)
161 lg @T[0],$stdframe(@i[0],$sp)
187 lg $a,`$stdframe+128+4*$SIZE_T`($sp)
188 lg $b,`$stdframe+128+6*$SIZE_T`($sp)
192 lg $a,`$stdframe+128+3*$SIZE_T`($sp)
193 lg $b,`$stdframe+128+5*$SIZE_T`($sp)
/freebsd-current/contrib/file/src/
H A Dfmtcheck.c68 int sh, lg, quad, longdouble; local
71 sh = lg = quad = longdouble = 0;
86 lg = 1;
121 if (lg)
132 if (lg)
139 if (sh + lg + quad + longdouble)
146 if (sh + lg + quad)
151 if (sh + lg + quad + longdouble)
156 if (sh + lg + quad + longdouble)
161 if (sh + lg
[all...]
/freebsd-current/usr.bin/tip/libacu/
H A Dv3451.c187 notin(char *sh, char *lg) argument
189 for (; *lg; lg++)
190 if (prefix(sh, lg))
/freebsd-current/crypto/openssl/crypto/modes/asm/
H A Dghash-s390x.pl96 lg %r1,S390X_KIMD+8(%r1) # load second word of kimd capabilities
120 lg $Zlo,8+1($Xi) # Xi
131 lg %r0,S390X_KIMD+8(%r1) # load second word of kimd capabilities
154 lg $Zlo,8+1($Xi) # Xi
155 lg $Zhi,0+1($Xi)
173 lg $Zlo,8($nlo,$Htbl)
174 lg $Zhi,0($nlo,$Htbl)
238 lg $tmp,0($xi,$rem_4bit)
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-s390x.pl75 lg @C[0],$A[4][0]($src)
76 lg @C[1],$A[4][1]($src)
77 lg @C[2],$A[4][2]($src)
78 lg @C[3],$A[4][3]($src)
79 lg @C[4],$A[4][4]($src)
85 lg @D[0],$A[0][0]($src)
86 lg @D[1],$A[1][1]($src)
87 lg @D[2],$A[2][2]($src)
88 lg @D[3],$A[3][3]($src)
168 lg
[all...]
H A Dsha1-s390x.pl81 lg $prefetch,$stdframe($sp) ### Xupdate(16) warm-up
86 lg $X[0],`$i*4`($inp) ### Xload($i)
91 lg $prefetch,`$stdframe+4*(($i+2)%16)`($sp)
179 lg %r0,S390X_KIMD(%r1) # check kimd capabilities
207 lg $K_00_39,0($t0)
208 lg $K_40_79,8($t0)
/freebsd-current/lib/msun/bsdsrc/
H A Db_tgamma.c305 struct Double lg, lsine; local
332 lg = large_gam(y);
334 lg.a -= lsine.a; /* exact (opposite signs) */
335 lg.b -= lsine.b;
336 y = -(lg.a + lg.b);
337 z = (y + lg.a) + lg.b;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_s390x.S38 lg %r1, 0(%r1)
/freebsd-current/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 (
[all...]
/freebsd-current/usr.sbin/kbdmap/
H A Dkbdmap.c560 const char *lg; local
643 lg = lang_default;
645 lg = lng;
665 if (find_token(lg, lang))
667 else if (mark <= 3 && find_token(lg, dialect))
669 else if (mark <= 2 && find_token(lg, lang_abk))
671 else if (mark <= 1 && find_token(lg, lang_default))
/freebsd-current/contrib/jemalloc/
H A DFREEBSD-upgrade101 --with-lg-page-sizes=12,13,14,16
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dltable.c229 int lg; local
230 int ttlg; /* 2^lg */
233 for (lg=0, ttlg=1; lg<=MAXBITS; lg++, ttlg*=2) { /* for each slice */
241 /* count elements in range (2^(lg-1), 2^lg] */
246 nums[lg] += lc;
/freebsd-current/usr.sbin/config/
H A Dmain.cc268 struct stat lg, phy; local
284 if (stat(pwd, &lg) != -1 && stat(srcdir, &phy) != -1 &&
285 lg.st_dev == phy.st_dev && lg.st_ino == phy.st_ino)
/freebsd-current/contrib/lua/src/
H A Dltable.c430 int lg; local
431 unsigned int ttlg; /* 2^lg */
436 for (lg = 0, ttlg = 1; lg <= MAXABITS; lg++, ttlg *= 2) {
444 /* count elements in range (2^(lg - 1), 2^lg] */
449 nums[lg] += lc;
/freebsd-current/crypto/openssl/crypto/
H A Ds390xcpuid.pl141 lg %r2,S390X_STFLE+16(%r4)
170 lg %r2,16($sp)
174 lg %r2,16($sp)
/freebsd-current/sys/dev/mthca/
H A Dmthca_cmd.c658 int lg; local
680 lg = ffs(mthca_icm_addr(&iter) | mthca_icm_size(&iter)) - 1;
681 if (lg < MTHCA_ICM_PAGE_SHIFT) {
689 for (i = 0; i < mthca_icm_size(&iter) >> lg; ++i) {
692 virt += 1 << lg;
696 cpu_to_be64((mthca_icm_addr(&iter) + (i << lg)) |
697 (lg - MTHCA_ICM_PAGE_SHIFT));
699 ts += 1 << (lg - 10);
783 u8 lg; local
824 MTHCA_GET(lg, outbo
[all...]
/freebsd-current/crypto/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl123 lg $TX[1],0($inp)
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_asm.S2353 lg %r8,160(%r11)
2369 lg %r4,0(%r8) // argv[0]
2374 lg %r5,8(%r8) // argv[1]
2379 lg %r6,16(%r8) // argv[2]
2385 lg %r0,24(%r13,%r8) // argv[2+n]
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daes-s390x.pl839 lg %r1,16($inp)
842 lg %r1,24($inp)
1205 lg %r0,0($ivp) # copy ivec
1206 lg %r1,8($ivp)
1325 lg $t0,0($ivp)
1326 lg $t1,8($ivp)
1345 lg $t0,0($inp)
1346 lg $t1,8($inp)
1468 lg $iv0,0($ivp) # load ivec
1469 lg
[all...]

Completed in 195 milliseconds

12