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

/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/contrib/file/src/
H A Dfmtcheck.c65 int sh, lg, quad, longdouble; local
68 sh = lg = quad = longdouble = 0;
83 lg = 1;
101 if (lg)
112 if (lg)
119 if (sh + lg + quad + longdouble)
126 if (sh + lg + quad)
131 if (sh + lg + quad + longdouble)
136 if (sh + lg + quad + longdouble)
141 if (sh + lg
[all...]
/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibdiscover.pl79 ($lg, $lp, $rp, $rg) = split(/\|/, $el);
82 $lp, $rp, $lg, $rg);
84 $val{$lg}, $val{$rg});
/freebsd-9.3-release/usr.bin/tip/libacu/
H A Dv3451.c195 notin(char *sh, char *lg) argument
197 for (; *lg; lg++)
198 if (prefix(sh, lg))
/freebsd-9.3-release/contrib/gcc/config/rs6000/
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)
H A Ddarwin-asm.h45 #define lg MODE_CHOICE(lwz, ld) macro
H A Ddarwin-fpsave.asm97 lg r0,SAVED_LR_OFFSET(r1)
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/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:__anon6403
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-9.3-release/usr.sbin/kbdmap/
H A Dkbdmap.c553 const char *lg; local
635 lg = lang_default;
637 lg = lng;
657 if (find_token(lg, lang))
659 else if (mark <= 3 && find_token(lg, dialect))
661 else if (mark <= 2 && find_token(lg, lang_abk))
663 else if (mark <= 1 && find_token(lg, lang_default))
/freebsd-9.3-release/usr.sbin/config/
H A Dmain.c250 struct stat lg, phy; local
266 if (stat(pwd, &lg) != -1 && stat(srcdir, &phy) != -1 &&
267 lg.st_dev == phy.st_dev && lg.st_ino == phy.st_ino)
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Dfw.c510 int lg; local
530 lg = ffs(mlx4_icm_addr(&iter) | mlx4_icm_size(&iter)) - 1;
531 if (lg < MLX4_ICM_PAGE_SHIFT) {
540 for (i = 0; i < mlx4_icm_size(&iter) >> lg; ++i) {
543 virt += 1 << lg;
547 cpu_to_be64((mlx4_icm_addr(&iter) + (i << lg)) |
548 (lg - MLX4_ICM_PAGE_SHIFT));
549 ts += 1 << (lg - 10);
610 u8 lg; local
667 MLX4_GET(lg, outbo
[all...]
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.c617 int lg; local
637 lg = ffs(mthca_icm_addr(&iter) | mthca_icm_size(&iter)) - 1;
638 if (lg < MTHCA_ICM_PAGE_SHIFT) {
646 for (i = 0; i < mthca_icm_size(&iter) >> lg; ++i) {
649 virt += 1 << lg;
653 cpu_to_be64((mthca_icm_addr(&iter) + (i << lg)) |
654 (lg - MTHCA_ICM_PAGE_SHIFT));
655 ts += 1 << (lg - 10);
738 u8 lg; local
779 MTHCA_GET(lg, outbo
[all...]
/freebsd-9.3-release/sys/dev/cxgbe/firmware/
H A Dt4fw-1.11.27.0.bin.uu4716 AA8CAHKhDOukAAUASYAAiqhyqfLIty0iCS4iCC62CPpAsBXgDwUAnyjrJDAugjYAAIgrz4zEk/lg

Completed in 224 milliseconds