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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Da64l.c41 long lg = 0; local
48 lg |= (long)(c - ('0' - 2)) << i;
50 return (lg);
H A Dl64a.c47 l64a(lg)
48 register long lg;
52 while (lg != 0) {
54 register int c = ((int)lg & CHARMASK) + ('0' - 2);
63 lg = ((lg < 0) ? (lg >> BITSPERCHAR) | SIGN :
64 lg >> BITSPERCHAR) & WORDMASK;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Da64l.c49 int lg = 0; local
56 lg |= (c - ('0' - 2)) << i;
58 return ((long)lg);
H A Dl64a.c61 int lg = (int)value; local
68 while (lg != 0) {
70 int c = (lg & CHARMASK) + ('0' - 2);
79 lg = ((lg < 0) ? (lg >> BITSPERCHAR) | SIGN :
80 lg >> BITSPERCHAR) & WORDMASK;
/illumos-gate/usr/src/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);
/illumos-gate/usr/src/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;
/illumos-gate/usr/src/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;
/illumos-gate/usr/src/cmd/tip/aculib/
H A Dv3451.c174 notin(char *sh, char *lg) argument
177 for (; *lg; lg++)
178 if (prefix(sh, lg))
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dgamma.c302 struct Double lg, lsine; local
324 lg = large_gam(y);
326 lg.a -= lsine.a; /* exact (opposite signs) */
327 lg.b -= lsine.b;
328 y = -(lg.a + lg.b);
329 z = (y + lg.a) + lg.b;
/illumos-gate/usr/src/lib/libpkg/common/
H A Dverify.c84 uint32_t lg; member in union:hilo
261 uint32_t lg; /* running checksum value */ local
289 lg = 0;
306 lg += ((((*p)>>24)&0xFF) & WDMSK);
307 lg += ((((*p)>>16)&0xFF) & WDMSK);
308 lg += ((((*p)>>8)&0xFF) & WDMSK);
309 lg += (((*p)&0xFF) & WDMSK);
315 lg += (((uint32_t)(*s++)) & WDMSK);
322 suma.lg = lg;
[all...]
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c787 * notin(sh, lg) check for occurrence of substring "sh"
788 * char *sh, *lg;
796 notin(char *sh, char *lg) argument
798 while (*lg != NULLCHAR) {
799 if (PREFIX(sh, lg))
802 lg++;
/illumos-gate/usr/src/cmd/troff/
H A Dext.h109 extern int lg;
H A Dni.c106 int lg = LG; variable
H A Dn1.c799 if (k == 'f' && lg && !lgf) {
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DObjective.java701 LocalityGroup lg =
703 if (lgroupdata.containsKey(lg)) {
704 LGroupData cpulgp = (LGroupData) lgroupdata.get(lg);
712 LocalityGroup lg = (LocalityGroup) groupsIt.next();
713 LGroupData cpulgp = (LGroupData) lgroupdata.get(lg);
892 LocalityGroup lg = (LocalityGroup) LGroupIt.next();
893 int cpu_ids[] = lg.getCPUIDs();
895 allCPUData.put(new Integer(cpu_ids[i]), lg);
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c1035 * notin(sh, lg) check for occurrence of substring "sh"
1036 * char *sh, *lg;
1044 notin(sh, lg)
1045 char *sh, *lg;
1047 while (*lg != NULLCHAR) {
1048 if (PREFIX(sh, lg))
1051 lg++;
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt6.c631 if ((lf & (LFFI|LFFL)) && lg != 2) {
655 lg = 1;
658 lg = atoi();
/illumos-gate/usr/src/uts/i86pc/cpu/scripts/
H A Dao_gendisp.pl245 my %ll_values = ( l0 => 1, l1 => 1, l2 => 1, lg => 1 );
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hio_guest.c264 if (nxge->tx_set.lg.count == 0)
266 if (nxge->rx_set.lg.count == 0)
H A Dnxge_hio.c334 NXGE_DC_SET(set->lg.map, i);
335 set->lg.count++;
377 NXGE_DC_RESET(set->lg.map, group->index);
378 set->lg.count--;
H A Dnxge_txdma.c105 if ((1 << i) & set->lg.map) {
118 if (++count == set->lg.count)
127 if ((1 << i) & set->lg.map) {
139 if (++count == set->lg.count)
H A Dnxge_rxdma.c161 if ((1 << i) & set->lg.map) {
174 if (++count == set->lg.count)
183 if ((1 << i) & set->lg.map) {
195 if (++count == set->lg.count)
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge.h560 lg_data_t lg; member in struct:__anon8196
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc648 char *l64a(long lg);

Completed in 148 milliseconds