Home
last modified time | relevance | path

Searched refs:hvalue (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dvalue-prof.c154 free (th->hvalue.counters); in tree_value_profile_transformations()
155 th = th->hvalue.next; in tree_value_profile_transformations()
296 value = histogram->hvalue.value; in tree_divmod_fixed_value_transform()
463 value = histogram->hvalue.value; in tree_mod_pow2_value_transform()
646 value = histogram->hvalue.value; in tree_mod_subtract_transform()
738 hist->hvalue.value = divisor; in tree_divmod_values_to_profile()
739 hist->hvalue.stmt = stmt; in tree_divmod_values_to_profile()
751 hist->hvalue.value = divisor; in tree_divmod_values_to_profile()
752 hist->hvalue.stmt = stmt; in tree_divmod_values_to_profile()
757 hist->hvalue.stmt = stmt; in tree_divmod_values_to_profile()
[all …]
H A Dtree-profile.c126 tree val = value->hvalue.value; in prepare_instrumented_value()
138 tree stmt = value->hvalue.stmt; in tree_gen_interval_profiler()
165 tree stmt = value->hvalue.stmt; in tree_gen_pow2_profiler()
188 tree stmt = value->hvalue.stmt; in tree_gen_one_value_profiler()
H A Dvalue-prof.h49 } hvalue; member
H A Dprofile.c650 tree stmt = hist->hvalue.stmt; in compute_value_histograms()
658 hist->hvalue.next = ann->histograms; in compute_value_histograms()
660 hist->hvalue.counters = XNEWVEC (gcov_type, hist->n_counters); in compute_value_histograms()
662 hist->hvalue.counters[j] = aact_count[j]; in compute_value_histograms()
/freebsd-12.1/contrib/lua/src/
H A Dlapi.c432 case LUA_TTABLE: return hvalue(o); in lua_topointer()
606 Table *reg = hvalue(&G(L)->l_registry); in lua_getglobal()
705 mt = hvalue(obj)->metatable; in lua_getmetatable()
760 Table *reg = hvalue(&G(L)->l_registry); in lua_setglobal()
810 invalidateTMcache(hvalue(o)); in lua_rawset()
811 luaC_barrierback(L, hvalue(o), L->top-1); in lua_rawset()
823 luaH_setint(L, hvalue(o), n, L->top - 1); in lua_rawseti()
824 luaC_barrierback(L, hvalue(o), L->top-1); in lua_rawseti()
838 slot = luaH_set(L, hvalue(o), &k); in lua_rawsetp()
856 mt = hvalue(L->top - 1); in lua_setmetatable()
[all …]
H A Dlvm.h61 : (slot = f(hvalue(t), k), /* else, do raw access */ \
83 : (slot = f(hvalue(t), k), \
85 : (luaC_barrierback(L, hvalue(t), v), \
H A Dltm.c74 mt = hvalue(o)->metatable; in luaT_gettmbyobj()
92 if ((ttistable(o) && (mt = hvalue(o)->metatable) != NULL) || in luaT_objtypename()
H A Dlvm.c174 tm = fasttm(L, hvalue(t)->metatable, TM_INDEX); /* table's metamethod */ in luaV_finishget()
209 Table *h = hvalue(t); /* save 't' table */ in luaV_finishset()
436 if (hvalue(t1) == hvalue(t2)) return 1; in luaV_equalobj()
438 tm = fasttm(L, hvalue(t1)->metatable, TM_EQ); in luaV_equalobj()
440 tm = fasttm(L, hvalue(t2)->metatable, TM_EQ); in luaV_equalobj()
521 Table *h = hvalue(rb); in luaV_objlen()
1273 h = hvalue(ra); in luaV_execute()
H A Dlobject.h175 #define hvalue(o) check_exp(ttistable(o), gco2t(val_(o).gc)) macro
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlapi.c445 case LUA_TTABLE: return hvalue(o); in lua_topointer()
608 Table *reg = hvalue(&G(L)->l_registry); in lua_getglobal()
693 mt = hvalue(obj)->metatable; in lua_getmetatable()
734 Table *reg = hvalue(&G(L)->l_registry); in lua_setglobal()
776 invalidateTMcache(hvalue(t)); in lua_rawset()
789 luaH_setint(L, hvalue(t), n, L->top - 1); in lua_rawseti()
821 mt = hvalue(L->top - 1); in lua_setmetatable()
825 hvalue(obj)->metatable = mt; in lua_setmetatable()
861 uvalue(o)->env = hvalue(L->top - 1); in lua_setuservalue()
984 Table *reg = hvalue(&G(L)->l_registry); in lua_load()
[all …]
H A Dlvm.c115 Table *h = hvalue(t); in luaV_gettable()
141 Table *h = hvalue(t); in luaV_settable()
278 if (hvalue(t1) == hvalue(t2)) return 1; in luaV_equalobj_()
280 tm = get_equalTM(L, hvalue(t1)->metatable, hvalue(t2)->metatable, TM_EQ); in luaV_equalobj_()
339 Table *h = hvalue(rb); in luaV_objlen()
885 h = hvalue(ra); in luaV_execute()
H A Dltm.c67 mt = hvalue(o)->metatable; in luaT_gettmbyobj()
H A Dlobject.h163 #define hvalue(o) check_exp(ttistable(o), &val_(o).gc->h) macro
/freebsd-12.1/contrib/sendmail/src/
H A Dheaders.c722 hvalue(field, header) in hvalue() function
834 p = hvalue("full-name", e->e_header);
949 p = hvalue("precedence", e->e_header);
964 p = hvalue("content-type", e->e_header);
1018 p = hvalue("priority", e->e_header);
1035 p = hvalue("posted-date", e->e_header);
1037 p = hvalue("date", e->e_header);
1044 hvalue("MIME-Version", e->e_header) != NULL)
1075 (p = hvalue(hi->hi_field, e->e_header)) != NULL)
1934 hvalue("MIME-Version", e->e_header) == NULL)
[all …]
H A Dcollect.c109 if (RrtImpliesDsn && hvalue("return-receipt-to", e->e_header) != NULL)
122 if (hvalue("to", e->e_header) != NULL ||
123 hvalue("cc", e->e_header) != NULL ||
124 hvalue("apparently-to", e->e_header) != NULL)
129 else if (hvalue("bcc", e->e_header) == NULL)
H A Dmime.c153 p = hvalue("Content-Transfer-Encoding", header);
168 p = hvalue("Content-Type", header);
418 if (hvalue("MIME-Version", hdr) == NULL &&
1047 p = hvalue("Content-Transfer-Encoding", header);
H A Dsavemail.c646 p = hvalue("Content-Transfer-Encoding", e->e_header);
815 p = hvalue("subject", e->e_header);
1382 p = hvalue("Content-Transfer-Encoding",
H A Ddeliver.c3222 (p = hvalue("Content-Transfer-Encoding", e->e_header)) != NULL &&
3225 (p = hvalue("Content-Type", e->e_header)) != NULL)
4700 if (hvalue("MIME-Version", e->e_header) == NULL &&
4704 if (hvalue("Content-Type", e->e_header) == NULL)
5648 (p = hvalue("Content-Transfer-Encoding", e->e_header)) != NULL &&
5651 (p = hvalue("Content-Type", e->e_header)) != NULL)
H A Dsendmail.h885 extern char *hvalue __P((char *, HDR *));