Searched refs:get_val (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/sbin/ifconfig/ |
| HD | ifbridge.c | 58 get_val(const char *cp, u_long *valp) in get_val() function 424 if (get_val(arg, &val) < 0 || (val & ~0xffffffff) != 0) in setbridge_maxaddr() 440 if (get_val(arg, &val) < 0 || (val & ~0xff) != 0) in setbridge_hellotime() 456 if (get_val(arg, &val) < 0 || (val & ~0xff) != 0) in setbridge_fwddelay() 472 if (get_val(arg, &val) < 0 || (val & ~0xff) != 0) in setbridge_maxage() 488 if (get_val(arg, &val) < 0 || (val & ~0xffff) != 0) in setbridge_priority() 506 if (get_val(pri, &val) < 0 || (val & ~0xff) != 0) in setbridge_ifpriority() 525 if (get_val(cost, &val) < 0 || (val & ~0xff) != 0) in setbridge_ifpathcost() 544 if (get_val(cost, &val) < 0 || (val & ~0xff) != 0) in setbridge_ifbondweight() 563 if (get_val(arg, &val) < 0 || (val & ~0xffffffff) != 0) in setbridge_timeout()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | wide-int.h | 628 const HOST_WIDE_INT *get_val () const; 652 wi::storage_ref::get_val () const 769 return sext_hwi (this->get_val ()[0], precision); 771 return this->get_val ()[0]; 780 return this->get_val ()[0]; 793 return zext_hwi (this->get_val ()[0], precision); 795 return this->get_val ()[0]; 814 return this->get_val ()[0]; 823 unsigned HOST_WIDE_INT high = this->get_val ()[len - 1]; 840 return this->get_val ()[0]; [all …]
|
| HD | wide-int.cc | 210 const HOST_WIDE_INT *v = x.get_val (); in to_mpz() 725 const HOST_WIDE_INT *xval = get_val (); in bswap() 1839 wi_unpack (b_dividend, dividend.get_val (), dividend.get_len (), in divmod_internal() 1841 wi_unpack (b_divisor, divisor.get_val (), divisor.get_len (), in divmod_internal()
|
| HD | tree.h | 5365 const HOST_WIDE_INT *get_val () const; 5389 const HOST_WIDE_INT *get_val () const; 5567 wi::extended_tree <N>::get_val () const 5594 wi::unextended_tree::get_val () const
|
| HD | dwarf2out.c | 6846 CHECKSUM_BLOCK (at->dw_attr_val.v.val_wide->get_val (), in attr_checksum() 7138 CHECKSUM_BLOCK (at->dw_attr_val.v.val_wide->get_val (), in attr_checksum_ordered() 30592 hstate.add (val2->v.val_wide->get_val (), in hash_loc_operands() 30693 hstate.add (val2->v.val_wide->get_val (), in hash_loc_operands()
|
| /dragonfly/usr.sbin/sensorsd/ |
| HD | sensorsd.c | 89 static int64_t get_val(char *, int, enum sensor_type); 699 p->lower = get_val(ebuf, 0, p->type); in parse_config_sdlim() 702 p->upper = get_val(ebuf, 1, p->type); in parse_config_sdlim() 715 get_val(char *buf, int upper, enum sensor_type type) in get_val() function
|
| /dragonfly/contrib/wpa_supplicant/src/utils/ |
| HD | xml-utils.c | 192 static char * get_val(struct xml_node_ctx *ctx, xml_node_t *node) in get_val() function 248 val = get_val(ctx, node); in node_to_tnds()
|