Home
last modified time | relevance | path

Searched refs:lg (Results 1 – 25 of 52) sorted by relevance

123

/freebsd-10-stable/contrib/file/src/
Dfmtcheck.c65 int sh, lg, quad, longdouble; in get_next_format_from_precision() local
68 sh = lg = quad = longdouble = 0; in get_next_format_from_precision()
83 lg = 1; in get_next_format_from_precision()
118 if (lg) in get_next_format_from_precision()
129 if (lg) in get_next_format_from_precision()
136 if (sh + lg + quad + longdouble) in get_next_format_from_precision()
143 if (sh + lg + quad) in get_next_format_from_precision()
148 if (sh + lg + quad + longdouble) in get_next_format_from_precision()
153 if (sh + lg + quad + longdouble) in get_next_format_from_precision()
158 if (sh + lg + quad + longdouble) in get_next_format_from_precision()
/freebsd-10-stable/crypto/openssl/crypto/bn/asm/
Ds390x.S35 lg %r7,0(%r2,%r3) // ap[i]
42 lg %r9,8(%r2,%r3)
49 lg %r7,16(%r2,%r3)
56 lg %r9,24(%r2,%r3)
76 lg %r7,0(%r2,%r3) // ap[i]
110 lg %r7,0(%r2,%r3) // ap[i]
115 lg %r9,8(%r2,%r3)
120 lg %r7,16(%r2,%r3)
125 lg %r9,24(%r2,%r3)
143 lg %r7,0(%r2,%r3) // ap[i]
[all …]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/typedef/
Dtst.TypedefDataAssign.d64 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-10-stable/bin/pwd/
Dpwd.c107 struct stat lg, phy; in getcwd_logical() local
115 if (stat(pwd, &lg) == -1 || stat(".", &phy) == -1) in getcwd_logical()
117 if (lg.st_dev == phy.st_dev && lg.st_ino == phy.st_ino) in getcwd_logical()
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/
Dtst.UnionDataTypes.d71 long lg; member
77 long lg; member
124 var.new_struct.lg = 4;
128 var.new_union.lg = 5;
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/
Dtst.StructDataTypes.d71 long lg; member
77 long lg; member
124 var.new_struct.lg = 4;
128 var.new_union.lg = 5;
/freebsd-10-stable/lib/msun/bsdsrc/
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-10-stable/release/picobsd/tinyware/simple_httpd/
Dsimple_httpd.c131 socklen_t lg; in wait_connection() local
133 lg = sizeof(struct sockaddr_in); in wait_connection()
135 con_sock = accept(http_sock, (struct sockaddr *) & source, &lg); in wait_connection()
219 int fd, lg, i; in http_request() local
227 lg = read(con_sock, req, 1024); in http_request()
355 while ((lg = read(fd, buff, 8192)) > 0) in http_request()
356 write(con_sock, buff, lg); in http_request()
/freebsd-10-stable/usr.bin/tip/libacu/
Dv3451.c195 notin(char *sh, char *lg) in notin() argument
197 for (; *lg; lg++) in notin()
198 if (prefix(sh, lg)) in notin()
/freebsd-10-stable/sys/dev/patm/genrtab/
Dgenrtab.c122 cps2log(u_int alink, double lg) in cps2log() argument
124 if (lg <= offset) in cps2log()
126 if (lg >= alink) in cps2log()
129 return ((tsize - 1) * (1 - log(alink / lg) / log(alink / offset))); in cps2log()
136 log2cps(u_int alink, u_int lg) in log2cps() argument
139 (double)(tsize - lg - 1) / (tsize - 1))); in log2cps()
/freebsd-10-stable/contrib/ofed/management/infiniband-diags/scripts/
Dibdiscover.pl79 ($lg, $lp, $rp, $rg) = split(/\|/, $el);
82 $lp, $rp, $lg, $rg);
84 $val{$lg}, $val{$rg});
/freebsd-10-stable/contrib/gcc/config/rs6000/
Ddarwin-tramp.asm50 lg r12,0(r11) /* function address */
53 lg r11,GPR_BYTES(r11) /* static chain */
70 lg r7,lo16(LTRAMP-LCF0)(r7)
Ddarwin-asm.h45 #define lg MODE_CHOICE(lwz, ld) macro
Ddarwin-fpsave.asm97 lg r0,SAVED_LR_OFFSET(r1)
/freebsd-10-stable/sys/contrib/octeon-sdk/
Dcvmx-dfa.h342 cvmx_dfa_node_next_lg_t lg; /**< This format describes the DFA pointers in large mode */ member
595 next_ptr.lg.w32.type = destination_type; in cvmx_dfa_write_node_lg()
596 next_ptr.lg.w32.next_node = destination_node; in cvmx_dfa_write_node_lg()
597 next_ptr.lg.w32.ecc = cvmx_llm_ecc(next_ptr.u64); in cvmx_dfa_write_node_lg()
601 next_ptr.lg.w36.type = destination_type; in cvmx_dfa_write_node_lg()
602 next_ptr.lg.w36.next_node = destination_node; in cvmx_dfa_write_node_lg()
603 next_ptr.lg.w36.ecc = cvmx_llm_ecc(next_ptr.u64); in cvmx_dfa_write_node_lg()
/freebsd-10-stable/usr.sbin/kbdmap/
Dkbdmap.c577 const char *lg; in menu_read() local
659 lg = lang_default; in menu_read()
661 lg = lng; in menu_read()
681 if (find_token(lg, lang)) in menu_read()
683 else if (mark <= 3 && find_token(lg, dialect)) in menu_read()
685 else if (mark <= 2 && find_token(lg, lang_abk)) in menu_read()
687 else if (mark <= 1 && find_token(lg, lang_default)) in menu_read()
/freebsd-10-stable/crypto/openssl/crypto/
Ds390xcpuid.S15 lg %r2,0(%r2)
24 lg %r2,16(%r15)
/freebsd-10-stable/usr.sbin/bsdconfig/share/
Dkeymap.subr177 lg = ($2 == "" ? lang_default : $2)
184 if (find_token(lg, lang))
186 else if (mark <= 3 && find_token(lg, dialect))
188 else if (mark <= 2 && find_token(lg, lang_abk))
190 else if (mark <= 1 && find_token(lg, lang_default))
/freebsd-10-stable/usr.sbin/config/
Dmain.c251 struct stat lg, phy; in get_srcdir() local
267 if (stat(pwd, &lg) != -1 && stat(srcdir, &phy) != -1 && in get_srcdir()
268 lg.st_dev == phy.st_dev && lg.st_ino == phy.st_ino) in get_srcdir()
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
Dfw.c1101 int lg; in mlx4_map_cmd() local
1121 lg = ffs(mlx4_icm_addr(&iter) | mlx4_icm_size(&iter)) - 1; in mlx4_map_cmd()
1122 if (lg < MLX4_ICM_PAGE_SHIFT) { in mlx4_map_cmd()
1131 for (i = 0; i < mlx4_icm_size(&iter) >> lg; ++i) { in mlx4_map_cmd()
1134 virt += 1 << lg; in mlx4_map_cmd()
1138 cpu_to_be64((mlx4_icm_addr(&iter) + (i << lg)) | in mlx4_map_cmd()
1139 (lg - MLX4_ICM_PAGE_SHIFT)); in mlx4_map_cmd()
1140 ts += 1 << (lg - 10); in mlx4_map_cmd()
1205 u8 lg; in mlx4_QUERY_FW() local
1245 MLX4_GET(lg, outbox, QUERY_FW_PPF_ID); in mlx4_QUERY_FW()
[all …]
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
Dmthca_cmd.c619 int lg; in mthca_map_cmd() local
639 lg = ffs(mthca_icm_addr(&iter) | mthca_icm_size(&iter)) - 1; in mthca_map_cmd()
640 if (lg < MTHCA_ICM_PAGE_SHIFT) { in mthca_map_cmd()
648 for (i = 0; i < mthca_icm_size(&iter) >> lg; ++i) { in mthca_map_cmd()
651 virt += 1 << lg; in mthca_map_cmd()
655 cpu_to_be64((mthca_icm_addr(&iter) + (i << lg)) | in mthca_map_cmd()
656 (lg - MTHCA_ICM_PAGE_SHIFT)); in mthca_map_cmd()
657 ts += 1 << (lg - 10); in mthca_map_cmd()
740 u8 lg; in mthca_QUERY_FW() local
781 MTHCA_GET(lg, outbox, QUERY_FW_MAX_CMD_OFFSET); in mthca_QUERY_FW()
[all …]
/freebsd-10-stable/share/doc/smm/07.lpd/
Dspell.ok27 lg
/freebsd-10-stable/libexec/bootpd/
Dbootptab.mcs23 # lg -- log servers
Dbootptab.cmu22 # lg -- log servers
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
DSparcInstrAliases.td111 defm : fp_cond_alias<"lg", 0b0010>;

123