Home
last modified time | relevance | path

Searched refs:val_ (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/mit/lua/dist/src/
Dlobject.h76 #define val_(o) ((o)->value_) macro
77 #define valraw(o) (val_(o))
270 #define thvalue(o) check_exp(ttisthread(o), gco2th(val_(o).gc))
274 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VTHREAD)); \
309 #define gcvalue(o) check_exp(iscollectable(o), val_(o).gc)
315 val_(io).gc = i_g; settt_(io, ctb(i_g->tt)); }
342 #define fltvalue(o) check_exp(ttisfloat(o), val_(o).n)
343 #define ivalue(o) check_exp(ttisinteger(o), val_(o).i)
350 { TValue *io=(obj); val_(io).n=(x); settt_(io, LUA_VNUMFLT); }
354 { TValue *io=(obj); lua_assert(ttisfloat(io)); val_(io).n=(x); }
[all …]
/netbsd/src/external/gpl3/binutils/dist/gold/
Dscript-sections.cc755 : val_(val) in Sections_element_dot_assignment()
766 *dot_value = this->val_->eval_with_dot(symtab, layout, true, *dot_value, in finalize_symbols()
776 *dot_value = this->val_->eval_with_dot(symtab, layout, false, *dot_value, in set_section_addresses()
786 this->val_->print(f); in print()
791 Expression* val_; member in gold::Sections_element_dot_assignment
944 : val_(val) in Output_section_element_dot_assignment()
958 *dot_value = this->val_->eval_with_dot(symtab, layout, true, *dot_value, in finalize_symbols()
975 this->val_->print(f); in print()
980 Expression* val_; member in gold::Output_section_element_dot_assignment
997 uint64_t next_dot = this->val_->eval_with_dot(symtab, layout, false, in set_section_addresses()
[all …]
Dscript.h339 : name_(name, namelen), val_(val), is_defsym_(is_defsym), in Symbol_assignment()
357 { return val_; } in value()
394 Expression* val_; variable
Dexpression.cc175 : val_(val) in Integer_expression()
180 { return this->val_; } in value()
184 { fprintf(f, "0x%llx", static_cast<unsigned long long>(this->val_)); } in print()
187 uint64_t val_; member in gold::Integer_expression
Dscript.cc993 uint64_t final_val = this->val_->eval_maybe_dot(symtab, layout, true, in sized_finalize()
1020 uint64_t val = this->val_->eval_maybe_dot(symtab, layout, false, in set_if_absolute()
1064 this->val_->print(f); in print()
/netbsd/src/external/bsd/libevent/dist/test/
Dtinytest.c594 tinytest_format_hex_(const void *val_, unsigned long len) argument
596 const unsigned char *val = val_;
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/test/
Dtinytest.c595 tinytest_format_hex_(const void *val_, unsigned long len) argument
597 const unsigned char *val = val_;
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dkvx-dis.c1322 #define chk_type(core_, val_) \ in decode_prologue_epilogue_bundle() argument
1323 (env.opc_table == kvx_## core_ ##_optab && type == (val_)) in decode_prologue_epilogue_bundle()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dkvx-dis.c1322 #define chk_type(core_, val_) \ in decode_prologue_epilogue_bundle() argument
1323 (env.opc_table == kvx_## core_ ##_optab && type == (val_)) in decode_prologue_epilogue_bundle()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-ccp.cc631 ccp_prop_value_t *val_ = get_value (expr); in get_value_for_expr() local
632 if (val_) in get_value_for_expr()
633 val = *val_; in get_value_for_expr()