Searched refs:svalue (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dscm-valprint.c95 scm_scmlist_print (LONGEST svalue, struct ui_file *stream, int format, argument
104 scm_scmval_print (SCM_CAR (svalue), stream, format,
106 svalue = SCM_CDR (svalue);
107 for (; SCM_NIMP (svalue); svalue = SCM_CDR (svalue))
109 if (SCM_NECONSP (svalue))
117 scm_scmval_print (SCM_CAR (svalue), stream, format,
120 if (SCM_NNULLP (svalue))
140 scm_scmval_print(LONGEST svalue, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
368 LONGEST svalue = extract_signed_integer (valaddr, TYPE_LENGTH (type)); local
[all...]
H A Dscm-lang.c79 scm_get_field (LONGEST svalue, int index) argument
82 read_memory (SCM2PTR (svalue) + index * TYPE_LENGTH (builtin_type_scm),
96 LONGEST svalue = extract_signed_integer (valaddr, TYPE_LENGTH (type)); local
99 if (svalue == SCM_BOOL_F)
104 switch (7 & (int) svalue)
108 return svalue >> 2;
110 if (SCM_ICHRP (svalue)) /* character */
111 return SCM_ICHR (svalue);
112 else if (SCM_IFLAGP (svalue))
114 switch ((int) svalue)
[all...]
H A Dscm-exp.c290 LONGEST svalue = 0; local
315 svalue = extract_signed_integer (VALUE_CONTENTS (val),
336 svalue = SCM_BOOL_T;
340 svalue = SCM_BOOL_F;
439 svalue = scm_istring2number (str.ptr, lexptr - str.ptr, 10);
440 if (svalue != SCM_BOOL_F)
475 write_exp_elt_longcst (svalue);
H A Dmdebugread.c626 long svalue = sh->value;
693 svalue = ECOFF_REG_TO_REGNUM (svalue);
699 SYMBOL_VALUE (s) = svalue;
731 svalue = ECOFF_REG_TO_REGNUM (svalue);
740 svalue = ECOFF_REG_TO_REGNUM (svalue);
747 SYMBOL_VALUE (s) = svalue;
2390 CORE_ADDR svalue
619 long svalue = sh->value; local
2382 CORE_ADDR svalue = ext_in->asym.value; local
3533 CORE_ADDR svalue; local
3705 handle_psymbol_enumerators(struct objfile *objfile, FDR *fh, int stype, CORE_ADDR svalue) argument
[all...]
/freebsd-9.3-release/usr.bin/gprof/
H A Dgprof.c523 svalue0 = nl[j].svalue;
524 svalue1 = nl[j+1].svalue;
591 nlp -> svalue = nlp -> value / HISTORICAL_SCALE_2;
592 bucket_of_entry = (nlp->svalue - lowpc) / scale;
593 bucket_of_code = (nlp->svalue + OFFSET_OF_CODE / HISTORICAL_SCALE_2 -
598 printf("[alignentries] pushing svalue 0x%lx to 0x%lx\n",
599 nlp->svalue,
600 nlp->svalue + OFFSET_OF_CODE / HISTORICAL_SCALE_2);
603 nlp->svalue += OFFSET_OF_CODE / HISTORICAL_SCALE_2;
H A Dgprof.h125 unsigned long svalue; /* entry point aligned to histograms */ member in struct:nl
/freebsd-9.3-release/sbin/camcontrol/
H A Dmodeedit.c81 char *svalue; member in union:editentry::__anon5434
157 newentry->value.svalue = NULL;
207 return ((intptr_t)src->value.svalue);
298 if (strncmp(dest->value.svalue, cval, dest->size) == 0) {
303 if (dest->value.svalue != NULL) {
305 free(dest->value.svalue);
306 dest->value.svalue = NULL;
308 dest->value.svalue = cval;
623 scan->value.svalue);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcpu-ia64-opc.c164 BFD_HOST_64_BIT svalue = value, sign_bit = 0; local
168 svalue >>= scale;
172 new |= ((svalue & ((((ia64_insn) 1) << self->field[i].bits) - 1))
174 sign_bit = (svalue >> (self->field[i].bits - 1)) & 1;
175 svalue >>= self->field[i].bits;
177 if ((!sign_bit && svalue != 0) || (sign_bit && svalue != -1))
H A Delfxx-mips.c3683 bfd_signed_vma svalue = (bfd_signed_vma) value;
3685 if (svalue > (1 << (bits - 1)) - 1)
3688 else if (svalue < -(1 << (bits - 1)))
3667 bfd_signed_vma svalue = (bfd_signed_vma) value; local
/freebsd-9.3-release/sbin/tunefs/
H A Dtunefs.c92 int pflag, sflag, svalue, Svalue, tflag; local
103 evalue = fvalue = mvalue = ovalue = svalue = Svalue = 0;
265 svalue = atoi(optarg);
266 if (svalue < 1)
525 if (sblock.fs_avgfpdir == (unsigned)svalue) {
526 warnx("%s remains unchanged as %d", name, svalue);
530 name, sblock.fs_avgfpdir, svalue);
531 sblock.fs_avgfpdir = svalue;
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dhttp.c1966 char *skey, *svalue; local
1991 svalue = line;
1992 skey = strsep(&svalue, ":");
1993 if (svalue == NULL)
1996 svalue += strspn(svalue, " ");
1997 evutil_rtrim_lws_(svalue);
1999 if (evhttp_add_header(headers, skey, svalue) == -1)
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_proto.c4742 sockaddr_u *svalue
4870 if (svalue != NULL)
4871 io_multicast_add(svalue);
4876 if (svalue != NULL)
4877 io_multicast_del(svalue);

Completed in 277 milliseconds