Searched refs:alt (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-10.0-release/sys/netinet/
H A Dsctp_timer.c183 struct sctp_nets *alt, *mnet, *min_errors_net = NULL, *max_cwnd_net = NULL; local
351 alt = TAILQ_NEXT(mnet, sctp_next);
352 if (alt == NULL) {
357 alt = TAILQ_FIRST(&stcb->asoc.nets);
358 if (alt == NULL) {
362 if (alt->ro.ro_rt == NULL) {
363 if (alt->ro._s_addr) {
364 sctp_free_ifa(alt->ro._s_addr);
365 alt->ro._s_addr = NULL;
367 alt
475 sctp_mark_all_for_resend(struct sctp_tcb *stcb, struct sctp_nets *net, struct sctp_nets *alt, int window_probe, int *num_marked, int *num_abandoned) argument
809 struct sctp_nets *alt; local
1019 struct sctp_nets *alt; local
1042 struct sctp_nets *alt; local
1117 struct sctp_nets *alt; local
1178 struct sctp_nets *alt; local
1293 struct sctp_nets *alt; local
1316 struct sctp_nets *alt; local
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh81 void *alt;
86 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
92 if ((alt_go = dlsym(alt, "go")) == NULL) {
H A Dtst.provregex4.ksh104 void *alt;
109 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
115 if ((alt_go = dlsym(alt, "go")) == NULL) {
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.substr.d36 int alt;
166 command[i].alt = 1;
171 command[i].alt = 1;
183 this->str = command[i].alt ? altstr : str;
184 this->str2 = command[i].alt ? altstr2 : str2;
185 this->result = substr(command[i].alt ?
206 this->str = command[i].alt ? altstr : str;
207 this->str2 = command[i].alt ? altstr2 : str2;
208 this->result = substr(command[i].alt ?
/freebsd-10.0-release/lib/libedit/
H A Dmap.h51 el_action_t *alt; /* The current alternate key map */ member in struct:el_map_t
H A Dmap.c906 el->el_map.alt = (el_action_t *)el_malloc(sizeof(el_action_t) * N_KEYS);
907 if (el->el_map.alt == NULL)
944 el_free((ptr_t) el->el_map.alt);
945 el->el_map.alt = NULL;
983 el_action_t *alt = el->el_map.alt; local
989 for (i = 0; i <= 0377 && alt[i] != EM_META_NEXT; i++)
994 map = alt;
996 map = alt;
1023 el_action_t *alt local
1054 el_action_t *alt = el->el_map.alt; local
[all...]
/freebsd-10.0-release/lib/libc/stdio/
H A Dxprintf_float.c188 if (pi->alt)
278 if (pi->alt)
289 if (!pi->alt)
296 if (prec > 1 || pi->alt)
305 if (prec || pi->alt)
376 if (prec || pi->alt)
400 if (prec || pi->alt)
405 if (prec > 1 || pi->alt) {
H A Dxprintf_hexdump.c70 if (pi->alt) {
H A Dxprintf_vis.c70 else if (pi->alt)
H A Dxprintf_int.c366 if (pi->prec == 0 && !(pi->alt && rdx == 8))
368 } else if (pi->alt) {
467 p2.alt = 1;
H A Dxprintf_time.c91 if (pi->alt) {
/freebsd-10.0-release/contrib/ncurses/include/
H A DCaps.keys35 # is illustrates an experimental extension to describe alt-, shift- and
645 key_a_delete kadelete str %s KEY_A_DELETE + ----- alt- delete-character key
646 key_a_end kaend str %t KEY_A_END + ----- alt- end key
647 key_a_home kahom str %u KEY_A_HOME + ----- alt- home key
648 key_a_insert kainsert str %v KEY_A_INSERT + ----- alt- insert-character key
649 key_a_left kalft str %w KEY_A_LEFT + ----- alt- left-arrow key
650 key_a_next kanxt str %x KEY_A_NEXT + ----- alt- next key
651 key_a_previous kaprv str %y KEY_A_PREVIOUS + ----- alt- previous key
652 key_a_print kaprt str %z KEY_A_PRINT + ----- alt- print key
653 key_a_right karit str %! KEY_A_RIGHT + ----- alt
[all...]
/freebsd-10.0-release/usr.bin/rpcgen/
H A Drpc_cout.c216 const char *alt = NULL; local
231 alt = "string";
233 alt = "opaque";
235 if (alt) {
236 print_ifopen(indent, alt);
244 if (!alt) {
250 alt = "string";
252 alt = "bytes";
255 print_ifopen(indent, alt);
258 if (alt) {
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dregrename.c759 int alt; local
783 alt = which_alternative;
793 int matches = recog_op_alt[i][alt].matches;
795 recog_op_alt[i][alt].cl = recog_op_alt[matches][alt].cl;
796 if (matches >= 0 || recog_op_alt[i][alt].matched >= 0
870 enum reg_class cl = recog_op_alt[opn][alt].cl;
879 if (recog_op_alt[opn][alt].is_address)
946 enum reg_class cl = recog_op_alt[i][alt].cl;
953 recog_op_alt[i][alt]
1598 int n_ops, i, alt, predicated; local
[all...]
H A Dregclass.c1289 enum reg_class best = ALL_REGS, alt = NO_REGS;
1337 && (reg_class_size[(int) reg_class_subunion[(int) alt][class]]
1338 > reg_class_size[(int) alt])
1347 alt = reg_class_subunion[(int) alt][class];
1350 if (alt == best)
1351 alt = NO_REGS;
1355 || reg_pref[i].altclass != (int) alt))
1358 if (alt == ALL_REGS || best == ALL_REGS)
1360 else if (alt
1284 enum reg_class best = ALL_REGS, alt = NO_REGS; local
1405 int alt; local
[all...]
H A Dgensupport.c594 alter_predicate_for_insn (rtx pattern, int alt, int max_op, int lineno)
617 if (c && *c && alt > 1)
620 size_t len = alt * (c_len + 1);
624 for (i = 1; i < alt; ++i)
654 r = alter_predicate_for_insn (XEXP (pattern, i), alt,
664 alt, max_op, lineno);
720 int alt, int max_op)
742 len = (ce_len + 1) * alt + insn_len + 1;
591 alter_predicate_for_insn(rtx pattern, int alt, int max_op, int lineno) argument
715 alter_output_for_insn(struct queue_elem *ce_elem, struct queue_elem *insn_elem, int alt, int max_op) argument
/freebsd-10.0-release/contrib/gdtoa/
H A Dprintf.c0689 int alt, base, c, decpt, dot, conv, i1, k, lead0, left,
720 alt=dot=lead0=left=len=prec=psign=sign=width=0;
736 alt = 1;
843 alt = 0;
850 if (alt && conv == 'o' && prec <= 0)
857 if (alt == 2)
861 if (alt == 2)
875 if (alt == 2)
887 if (alt == 2)
914 len = alt
[all...]
/freebsd-10.0-release/include/
H A Dprintf.h55 unsigned alt; member in struct:printf_info
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c933 qp->pri.vid = qp->alt.vid = 0xFFFF;
938 qp->pri.vid = qp->alt.vid = 0xFFFF;
1225 if (qp->alt.smac) {
1226 mlx4_unregister_mac(dev->dev, qp->alt.smac_port, qp->alt.smac);
1227 qp->alt.smac = 0;
1235 if (qp->alt.vid < 0x1000) {
1236 mlx4_unregister_vlan(dev->dev, qp->alt.vlan_port, qp->alt.vid);
1237 qp->alt
[all...]
/freebsd-10.0-release/usr.sbin/ppp/
H A Ddatalink.h95 char *alt; /* Alternate (after fail) phone from the list */ member in struct:datalink::__anon11686
/freebsd-10.0-release/contrib/libyaml/doc/html/
H A Ddoxygen.css522 .directory-alt {
527 .directory-alt h3 {
533 .directory-alt > h3 {
537 .directory-alt p {
542 .directory-alt div {
547 .directory-alt img {
/freebsd-10.0-release/usr.bin/xlint/lint2/
H A Dchk.c597 int fwidth, prec, left, sign, space, alt, zero; local
615 fwidth = prec = left = sign = space = alt = zero = 0;
633 if (alt)
635 alt = 1;
697 alt || zero || prec || fwidth) {
718 if (alt || sz == LDOUBLE) {
738 if ((alt && fc == 'u') || sz == LDOUBLE)
756 if ((alt && fc != 'O') || sz != NOTSPEC || !tflag)
773 if (sz != NOTSPEC || alt || zero)
778 if (sz != NOTSPEC || alt || zer
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-586.pl93 if ($alt=0) {
195 &mov ($out,&wparam(3)) if (!$alt);
196 &movd ("mm7",&wparam(3)) if ($alt);
215 if ($alt) {
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_ripencc.c298 short rpt_0x4A (TSIPPKT *rpt, float *lat, float *lon, float *alt,
300 short rpt_0x4A_2 (TSIPPKT *rpt, float *alt, float *dummy,
341 short rpt_0x84 (TSIPPKT *rpt, double *lat, double *lon, double *alt,
356 float *bias_unc, float *dr_unc, double *lat, double *lon, double *alt,
361 double *lon, double *alt, double vel_enu[], double *time_of_fix,
1505 double lat, lon, alt; local
1554 alt = bGetDouble(&buf[58]);
1591 lat_deg, lat_min, north_south, lon_deg, lon_min, east_west, alt,
2079 float *alt,
2082 /* position in lat-lon-alt, singl
2076 rpt_0x4A(TSIPPKT *rpt, float *lat, float *lon, float *alt, float *clock_bias, float *time_of_fix) argument
2096 rpt_0x4A_2(TSIPPKT *rpt, float *alt, float *dummy , unsigned char *alt_flag) argument
2571 rpt_0x84(TSIPPKT *rpt, double *lat, double *lon, double *alt, double *clock_bias, float *time_of_fix) argument
2645 rpt_0x8F0B(TSIPPKT *rpt, unsigned short *event, double *tow, unsigned char *date, unsigned char *month, short *year, unsigned char *dim_mode, short *utc_offset, double *bias, double *drift, float *bias_unc, float *dr_unc, double *lat, double *lon, double *alt, char sv_id[8]) argument
2726 rpt_0x8F20(TSIPPKT *rpt, unsigned char *info, double *lat, double *lon, double *alt, double vel_enu[], double *time_of_fix, short *week_num, unsigned char *nsvs, unsigned char sv_prn[], short sv_IODC[], short *datum_index) argument
3286 alt, clock_bias, time_of_fix; local
3330 alt, dummy; local
3993 alt, clock_bias; local
4149 alt, local
4337 lat, lon, alt, time_of_fix; local
[all...]
H A Drefclock_mx4200.c427 * (Set field 1 'K' == known position if we can initialize lat/lon/alt).
437 /* dynamic: solve for pos, alt, time, while moving */
440 /* static: solve for pos, alt, time, while stationary */
492 double minute, lat, lon, alt; local
577 alt = up->avg_alt;
593 alt, /* Altitude */
598 lats, nsc, lons, ewc, alt );
1244 double mtime, lat, lon, alt, geoid, vele, veln; local
1256 &alt, &geoid, &vele, &veln, &mode);
1324 up->avg_alt = (up->N_fixes * up->avg_alt) + alt;
[all...]

Completed in 519 milliseconds

123