| /src/sbin/canconfig/ |
| canconfig.c | 109 static int get_val(const char *, u_long *); 411 get_val(const char *cp, u_long *valp) function 492 if (get_val(argv[0], &val) < 0 || (val & ~0xffffffff) != 0) 506 if (get_val(argv[0], &val) < 0 || (val & ~0xffffffff) != 0) 520 if (get_val(argv[0], &val) < 0 || (val & ~0xffffffff) != 0) 534 if (get_val(argv[0], &val) < 0 || (val & ~0xffffffff) != 0) 548 if (get_val(argv[0], &val) < 0 || (val & ~0xffffffff) != 0)
|
| /src/sbin/brconfig/ |
| brconfig.c | 147 static int get_val(const char *, u_long *); 495 get_val(const char *cp, u_long *valp) function 719 if (get_val(argv[0], &val) < 0 || (val & ~0xffffffff) != 0) 735 if (get_val(argv[0], &val) < 0 || (val & ~0xff) != 0) 751 if (get_val(argv[0], &val) < 0 || (val & ~0xff) != 0) 767 if (get_val(argv[0], &val) < 0 || (val & ~0xff) != 0) 783 if (get_val(argv[0], &val) < 0 || (val & ~0xffff) != 0) 801 if (get_val(argv[1], &val) < 0 || (val & ~0xff) != 0) 820 if (get_val(argv[1], &val) < 0 || (val & ~0xff) != 0) 837 if (get_val(argv[0], &val) < 0 || (val & ~0xffffffff) != 0 [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| wide-int.h | 720 const HOST_WIDE_INT *get_val () const; 744 wi::storage_ref::get_val () const 756 HOST_WIDE_INT *get_val () const 760 Return the number of blocks in get_val (). If this is smaller 768 Get a modifiable version of get_val (). The argument should be 866 return sext_hwi (this->get_val ()[0], precision); 868 return this->get_val ()[0]; 877 return this->get_val ()[0]; 890 return zext_hwi (this->get_val ()[0], precision); 892 return this->get_val ()[0] [all...] |
| dwarf2out.h | 323 const HOST_WIDE_INT *get_val () const { return val; } function
|
| graphite-sese-to-poly.cc | 146 mwi.get_val ())); 149 wi.get_val ());
|
| wide-int.cc | 209 const HOST_WIDE_INT *v = x.get_val (); 2002 wi_unpack (b_dividend, dividend.get_val (), dividend.get_len (), 2004 wi_unpack (b_divisor, divisor.get_val (), divisor.get_len (),
|
| tree.h | 6256 const HOST_WIDE_INT *get_val () const; 6281 const HOST_WIDE_INT *get_val () const; 6473 wi::extended_tree <N>::get_val () const function in class:wi::extended_tree 6508 wi::unextended_tree::get_val () const function in class:wi::unextended_tree
|
| omp-general.cc | 2781 const HOST_WIDE_INT *val = w->get_val ();
|
| dwarf2out.cc | 4614 memcpy (p->val, w.get_val (), p->len * sizeof (HOST_WIDE_INT)); 7102 CHECKSUM_BLOCK (at->dw_attr_val.v.val_wide->get_val (), 7394 CHECKSUM_BLOCK (at->dw_attr_val.v.val_wide->get_val (), 31693 hstate.add (val2->v.val_wide->get_val (), 31796 hstate.add (val2->v.val_wide->get_val (),
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| BaseMetric.h | 151 Expression *get_val () { return val; } function in class:BaseMetric
|
| PathTree.cc | 635 int64_t mval = mtr->get_val ()->eval (&ctx);
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| BaseMetric.h | 151 Expression *get_val () { return val; } function in class:BaseMetric
|
| PathTree.cc | 635 int64_t mval = mtr->get_val ()->eval (&ctx);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| wide-int.h | 659 const HOST_WIDE_INT *get_val () const; 683 wi::storage_ref::get_val () const function in class:wi::storage_ref 695 HOST_WIDE_INT *get_val () const 699 Return the number of blocks in get_val (). If this is smaller 707 Get a modifiable version of get_val () 801 return sext_hwi (this->get_val ()[0], precision); 803 return this->get_val ()[0]; 812 return this->get_val ()[0]; 825 return zext_hwi (this->get_val ()[0], precision); 827 return this->get_val ()[0] 1139 wide_int_storage::get_val () const function in class:wide_int_storage 1274 fixed_wide_int_storage <N>::get_val () const function in class:fixed_wide_int_storage 1430 trailing_wide_int_storage::get_val () const function in class:trailing_wide_int_storage [all...] |
| wide-int.cc | 210 const HOST_WIDE_INT *v = x.get_val (); 742 const HOST_WIDE_INT *xval = get_val (); 1890 wi_unpack (b_dividend, dividend.get_val (), dividend.get_len (), 1892 wi_unpack (b_divisor, divisor.get_val (), divisor.get_len (),
|
| graphite-sese-to-poly.cc | 145 mwi.get_val ())); 148 wi.get_val ());
|
| tree.h | 5962 const HOST_WIDE_INT *get_val () const; 5986 const HOST_WIDE_INT *get_val () const; 6169 wi::extended_tree <N>::get_val () const function in class:wi::extended_tree 6196 wi::unextended_tree::get_val () const function in class:wi::unextended_tree
|
| omp-general.cc | 2541 const HOST_WIDE_INT *val = w->get_val ();
|
| dwarf2out.cc | 7069 CHECKSUM_BLOCK (at->dw_attr_val.v.val_wide->get_val (), 7361 CHECKSUM_BLOCK (at->dw_attr_val.v.val_wide->get_val (), 31546 hstate.add (val2->v.val_wide->get_val (), 31649 hstate.add (val2->v.val_wide->get_val (),
|
| /src/external/bsd/wpa/dist/src/utils/ |
| xml-utils.c | 192 static char * get_val(struct xml_node_ctx *ctx, xml_node_t *node) function 248 val = get_val(ctx, node);
|
| /src/external/lgpl3/gmp/dist/ |
| gmpxx.h | 2337 const val_type & get_val() const { return expr.val; } function in class:__gmp_expr 2355 const val_type & get_val() const { return expr.val; } function in class:__gmp_expr 2373 const val_type & get_val() const { return expr.val; } function in class:__gmp_expr
|
| /src/external/mit/isl/dist/include/isl/ |
| cpp-checked.h | 668 inline isl::checked::val get_val() const; 5924 isl::checked::val ast_expr_int::get_val() const function in class:isl::checked::ast_expr_int
|
| cpp.h | 734 inline isl::val get_val() const; 6736 isl::val ast_expr_int::get_val() const function in class:isl::ast_expr_int
|
| /src/external/mit/isl/dist/interface/ |
| isl.py | 5803 def get_val(arg0): member in class:ast_expr_int
|