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

12

/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/bin/pwd/
H A Dpwd.c107 struct stat lg, phy; local
115 if (stat(pwd, &lg) == -1 || stat(".", &phy) == -1)
117 if (lg.st_dev == phy.st_dev && lg.st_ino == phy.st_ino)
/freebsd-11-stable/contrib/file/src/
H A Dfmtcheck.c65 int sh, lg, quad, longdouble; local
68 sh = lg = quad = longdouble = 0;
83 lg = 1;
118 if (lg)
129 if (lg)
136 if (sh + lg + quad + longdouble)
143 if (sh + lg + quad)
148 if (sh + lg + quad + longdouble)
153 if (sh + lg + quad + longdouble)
158 if (sh + lg
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Ds390x-mont.pl121 lg $n0,0($n0) # pull n0
124 lg $bi,0($bp)
126 lg $alo,0($ap)
134 lg $nlo,0($np) #
146 lg $alo,0($j,$ap)
153 lg $nlo,0($j,$np)
174 lg $bi,0($bp) # bp[i]
176 lg $alo,0($ap)
186 lg $nlo,0($np) # np[0]
198 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.pl135 lg @T[1],$stdframe(@i[1],$sp)
146 lg @T[1],$stdframe(@i[1],$sp)
152 lg @T[0],$stdframe(@i[0],$sp)
178 lg $a,`$stdframe+128+4*$SIZE_T`($sp)
179 lg $b,`$stdframe+128+6*$SIZE_T`($sp)
183 lg $a,`$stdframe+128+3*$SIZE_T`($sp)
184 lg $b,`$stdframe+128+5*$SIZE_T`($sp)
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-s390x.pl84 lg %r0,0(%r1)
88 lg %r1,24(%r1) # load second word of kimd capabilities vector
111 lg $Zlo,8+1($Xi) # Xi
122 lg %r0,0(%r1)
128 lg %r1,24($sp)
150 lg $Zlo,8+1($Xi) # Xi
151 lg $Zhi,0+1($Xi)
169 lg $Zlo,8($nlo,$Htbl)
170 lg $Zhi,0($nlo,$Htbl)
234 lg
[all...]
/freebsd-11-stable/usr.bin/tip/libacu/
H A Dv3451.c195 notin(char *sh, char *lg) argument
197 for (; *lg; lg++)
198 if (prefix(sh, lg))
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-s390x.pl71 lg $prefetch,$stdframe($sp) ### Xupdate(16) warm-up
76 lg $X[0],`$i*4`($inp) ### Xload($i)
81 lg $prefetch,`$stdframe+4*(($i+2)%16)`($sp)
167 lg %r0,0(%r1)
170 lg %r0,16(%r1) # check kimd capabilities
198 lg $K_00_39,0($t0)
199 lg $K_40_79,8($t0)
H A Dsha512-s390x.pl73 $LD="lg"; # load from memory
240 lg %r0,0(%r1)
243 lg %r0,16(%r1) # check kimd capabilities
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-asm.h45 #define lg MODE_CHOICE(lwz, ld) macro
H A Ddarwin-tramp.asm50 lg r12,0(r11) /* function address */
53 lg r11,GPR_BYTES(r11) /* static chain */
70 lg r7,lo16(LTRAMP-LCF0)(r7)
/freebsd-11-stable/lib/msun/bsdsrc/
H A Db_tgamma.c279 struct Double lg, lsine; local
300 lg = large_gam(y);
302 lg.a -= lsine.a; /* exact (opposite signs) */
303 lg.b -= lsine.b;
304 y = -(lg.a + lg.b);
305 z = (y + lg.a) + lg.b;
/freebsd-11-stable/sys/dev/patm/genrtab/
H A Dgenrtab.c122 cps2log(u_int alink, double lg) argument
124 if (lg <= offset)
126 if (lg >= alink)
129 return ((tsize - 1) * (1 - log(alink / lg) / log(alink / offset)));
136 log2cps(u_int alink, u_int lg) argument
139 (double)(tsize - lg - 1) / (tsize - 1)));
/freebsd-11-stable/release/picobsd/tinyware/simple_httpd/
H A Dsimple_httpd.c131 socklen_t lg; local
133 lg = sizeof(struct sockaddr_in);
135 con_sock = accept(http_sock, (struct sockaddr *) & source, &lg);
219 int fd, lg, i; local
227 lg = read(con_sock, req, 1024);
355 while ((lg = read(fd, buff, 8192)) > 0)
356 write(con_sock, buff, lg);
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-dfa.h342 cvmx_dfa_node_next_lg_t lg; /**< This format describes the DFA pointers in large mode */ member in union:__anon8495
595 next_ptr.lg.w32.type = destination_type;
596 next_ptr.lg.w32.next_node = destination_node;
597 next_ptr.lg.w32.ecc = cvmx_llm_ecc(next_ptr.u64);
601 next_ptr.lg.w36.type = destination_type;
602 next_ptr.lg.w36.next_node = destination_node;
603 next_ptr.lg.w36.ecc = cvmx_llm_ecc(next_ptr.u64);
/freebsd-11-stable/contrib/jemalloc/
H A DFREEBSD-upgrade77 --with-lg-page-sizes=12,13,14,16
/freebsd-11-stable/usr.sbin/kbdmap/
H A Dkbdmap.c580 const char *lg; local
663 lg = lang_default;
665 lg = lng;
685 if (find_token(lg, lang))
687 else if (mark <= 3 && find_token(lg, dialect))
689 else if (mark <= 2 && find_token(lg, lang_abk))
691 else if (mark <= 1 && find_token(lg, lang_default))
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dltable.c230 int lg; local
231 int ttlg; /* 2^lg */
234 for (lg=0, ttlg=1; lg<=MAXBITS; lg++, ttlg*=2) { /* for each slice */
242 /* count elements in range (2^(lg-1), 2^lg] */
247 nums[lg] += lc;
/freebsd-11-stable/contrib/lua/src/
H A Dltable.c260 int lg; local
261 unsigned int ttlg; /* 2^lg */
265 for (lg = 0, ttlg = 1; lg <= MAXABITS; lg++, ttlg *= 2) {
273 /* count elements in range (2^(lg - 1), 2^lg] */
278 nums[lg] += lc;
/freebsd-11-stable/crypto/openssl/crypto/
H A Ds390xcpuid.S56 lg %r2,16(%r15)
/freebsd-11-stable/usr.sbin/config/
H A Dmain.c272 struct stat lg, phy; local
288 if (stat(pwd, &lg) != -1 && stat(srcdir, &phy) != -1 &&
289 lg.st_dev == phy.st_dev && lg.st_ino == phy.st_ino)
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_cmd.c660 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));
698 ts += 1 << (lg - 10);
781 u8 lg; local
822 MTHCA_GET(lg, outbo
[all...]

Completed in 442 milliseconds

12