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

/freebsd-10.0-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-10.0-release/usr.bin/gprof/
H A Dgprof.c512 svalue0 = nl[j].svalue;
513 svalue1 = nl[j+1].svalue;
578 nlp -> svalue = nlp -> value / HISTORICAL_SCALE_2;
579 bucket_of_entry = (nlp->svalue - lowpc) / scale;
580 bucket_of_code = (nlp->svalue + OFFSET_OF_CODE / HISTORICAL_SCALE_2 -
585 printf("[alignentries] pushing svalue 0x%lx to 0x%lx\n",
586 nlp->svalue,
587 nlp->svalue + OFFSET_OF_CODE / HISTORICAL_SCALE_2);
590 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-10.0-release/sbin/camcontrol/
H A Dmodeedit.c81 char *svalue; member in union:editentry::__anon5778
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-10.0-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.c3687 bfd_signed_vma svalue = (bfd_signed_vma) value;
3689 if (svalue > (1 << (bits - 1)) - 1)
3692 else if (svalue < -(1 << (bits - 1)))
3671 bfd_signed_vma svalue = (bfd_signed_vma) value; local
/freebsd-10.0-release/sbin/tunefs/
H A Dtunefs.c94 int pflag, sflag, svalue, Svalue, tflag; local
105 evalue = fvalue = mvalue = ovalue = svalue = Svalue = 0;
267 svalue = atoi(optarg);
268 if (svalue < 1)
527 if (sblock.fs_avgfpdir == (unsigned)svalue) {
528 warnx("%s remains unchanged as %d", name, svalue);
532 name, sblock.fs_avgfpdir, svalue);
533 sblock.fs_avgfpdir = svalue;
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Deeprom.diff89 u_int32_t svalue;
H A Dar9300_eeprom.c3400 u_int16_t *svalue; local
3409 svalue = (u_int16_t *) value;
3410 if (! ath_hal_eepromRead(ah, eep_addr, svalue)) {
3415 buffer[i] = (*svalue >> (8 * byte_addr)) & 0xff;
3427 u_int32_t svalue; local
3436 if (!ar9300_otp_read(ah, eep_addr, &svalue, is_wifi)) {
3441 buffer[i] = (svalue >> (8 * byte_addr)) & 0xff;
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_proto.c3235 struct sockaddr_storage* svalue
3296 if (svalue)
3297 io_multicast_add(*svalue);
3305 if (svalue)
3306 io_multicast_del(*svalue);

Completed in 280 milliseconds