Searched refs:HE (Results 1 - 25 of 45) sorted by relevance

12

/openbsd-current/gnu/usr.bin/perl/
H A DMakefile.micro37 HE = $(H) EXTERN.h
67 uav$(_O): $(HE) av.c
70 udeb$(_O): $(HE) deb.c
73 udoio$(_O): $(HE) doio.c
76 udoop$(_O): $(HE) doop.c
79 udquote$(_O): $(HE) dquote.c regcomp.h regnodes.h
82 udump$(_O): $(HE) dump.c regcomp.h regnodes.h
88 ugv$(_O): $(HE) gv.c
91 umro$(_O): $(HE) mro_core.c
94 uhv$(_O): $(HE) h
[all...]
H A Dhv.c22 of pointers, each of which points to a linked list of HE structures. The
24 represents all the hash entries with the same hash value. Each HE contains
150 #define new_HE() (HE*)safemalloc(sizeof(HE))
155 STATIC HE*
158 HE* he;
162 Perl_more_bodies(aTHX_ HE_ARENA_ROOT_IX, sizeof(HE), PERL_ARENA_SIZE);
163 he = (HE*) *root;
172 HeNEXT(p) = (HE*)(PL_body_roots[HE_ARENA_ROOT_IX]); \
201 /* free the pool of temporary HE/HE
[all...]
H A Dmro_core.c321 HE *const he = hv_fetch_ent(stored, subsv, 1, 0);
510 HE* iter;
633 HE *he = hv_fetch_ent(PL_isarev, sv, TRUE, 0);
678 HE *he = hv_fetch_ent(PL_isarev, sv, TRUE, 0);
709 HE* iter;
764 HE* iter;
905 HE *entry;
936 HE * const entry
937 = (HE *)
1035 = (HE *)
[all...]
H A Dhv.h43 HE *hent_next; /* next entry in chain */
121 HE *xhv_eiter; /* current entry of iterator */
214 =for apidoc Am|void*|HeKEY|HE* he
220 =for apidoc Am|STRLEN|HeKLEN|HE* he
226 =for apidoc Am|SV*|HeVAL|HE* he
235 =for apidoc Am|U32|HeHASH|HE* he
238 =for apidoc Am|char*|HePV|HE* he|STRLEN len
253 =for apidoc Am|U32|HeUTF8|HE* he
260 =for apidoc Am|SV*|HeSVKEY|HE* he
264 =for apidoc Am|SV*|HeSVKEY_force|HE* h
[all...]
H A Dmathoms.c441 HE *
547 HE *
550 return (HE *)hv_common(hv, keysv, NULL, 0, 0, HV_FETCH_ISSTORE, val, hash);
561 HE *
566 return (HE *)hv_common(hv, keysv, NULL, 0, 0,
H A Dclass.c216 HE *he = hv_iternext(params);
786 HE *he;
H A Dgv.c805 HE* he;
851 he = (HE*)hv_common(
1675 HE* he;
1679 he = (HE *)hv_common(
2792 const HE *entry;
H A Dpp_hot.c2734 HE *he;
3532 HE* he;
3950 HE *he = hv_fetch_ent((HV*)sv, keysv, 1, 0);
3979 HE* he;
5847 const HE* const he = hv_fetch_ent(cache, meth, 0, 0); \
H A Ddump.c776 const HE *entry;
2176 HE* h;
2223 HE **ents = HvARRAY(sv);
2226 HE *const *const last = ents + HvMAX(sv);
2368 HE *he;
H A Dintrpvar.h330 PERLVAR(I, hv_fetch_ent_mh, HE*) /* owned by hv_fetch_ent() */
H A Dmg.c1446 HE* entry;
1883 HE* current;
1954 HE* current;
2641 HE * const he = hv_fetch_ent(MUTABLE_HV(ahv), mg->mg_obj, FALSE, 0);
2707 HE * const he = hv_fetch_ent(MUTABLE_HV(ahv), mg->mg_obj, TRUE, 0);
/openbsd-current/gnu/llvm/llvm/lib/LineEditor/
H A DLineEditor.cpp223 HistEvent HE; local
224 ::history(Data->Hist, &HE, H_SETSIZE, 800);
225 ::history(Data->Hist, &HE, H_SETUNIQUE, 1);
239 HistEvent HE; local
240 ::history(Data->Hist, &HE, H_SAVE, HistoryPath.c_str());
246 HistEvent HE; local
247 ::history(Data->Hist, &HE, H_LOAD, HistoryPath.c_str());
265 HistEvent HE; local
267 ::history(Data->Hist, &HE, H_ENTER, Line);
/openbsd-current/gnu/usr.bin/perl/ext/Hash-Util/
H A DUtil.xs27 HE *he;
47 HE *he;
162 HE **bucket_array= HvARRAY(hv);
176 HE *he;
220 HE **he_ptr= HvARRAY(hv);
226 HE *he;
/openbsd-current/gnu/usr.bin/perl/ext/mro/
H A Dmro.xs165 HE* const he = hv_fetch_ent(tails, seqitem, 1, 0);
194 HE* tail_entry;
224 HE* tail_entry;
384 HE* he;
398 HE* iter;
415 HE* he;
574 HE* cache_entry = hv_fetch_ent(nmcache, sv, 0, 0);
/openbsd-current/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/
H A DFieldHash.xs135 HE* ent;
175 HE* ent;
290 HE* ent;
317 HE* ent;
449 HE* ent;
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/
H A DProxySubs.pm253 my $return_type = $push ? 'HE *' : 'void';
266 HE *he = (HE*) hv_common_key_len(hash, name, namelen, HV_FETCH_LVALUE, NULL,
383 HE *he;
484 HE *he = (HE*) hv_common_key_len(symbol_table,
/openbsd-current/libexec/getty/
H A Dgettytab.h73 #define HE gettystrs[12].value macro
/openbsd-current/gnu/usr.bin/perl/ext/B/
H A DB.xs118 HE *he;
473 typedef HE *B__HE;
2119 HE *he;
2138 MODULE = B PACKAGE = B::HE PREFIX = He
2142 B::HE he
2150 B::HE he
/openbsd-current/gnu/usr.bin/perl/dist/threads-shared/
H A Dshared.xs1143 HE *iter;
1478 HE* entry;
1503 HE* entry;
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp256 const auto *HE = static_cast<const HexagonMCExpr*>(ImmOp.getExpr()); local
257 int32_t V = cast<MCConstantExpr>(HE->getExpr())->getValue();
H A DHexagonGenInsert.cpp1509 const HexagonEvaluator HE(*HRI, *MRI, *HII, MF);
1510 BitTracker BTLoc(HE, MF);
H A DHexagonBitSimplify.cpp2808 const HexagonEvaluator HE(HRI, MRI, HII, MF);
2809 BitTracker BT(HE, MF);
3350 const HexagonEvaluator HE(*HRI, *MRI, *HII, MF);
3351 BitTracker BT(HE, MF);
/openbsd-current/gnu/usr.bin/perl/cpan/Scalar-List-Utils/
H A DListUtil.xs1348 HE *he;
1398 he = (HE*) hv_common(seen, arg, NULL, 0, 0, HV_FETCH_LVALUE | HV_FETCH_EMPTY_HE, NULL, 0);
1447 HE* he;
1554 he = (HE*) hv_common(seen, NULL, SvPVX(keysv), SvCUR(keysv), 0, HV_FETCH_LVALUE | HV_FETCH_EMPTY_HE, NULL, 0);
2013 HE* old_data = NULL;
/openbsd-current/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs1668 HE *he;
2240 HE** arr = HvARRAY(hv);
2772 HE *eiter;
2887 HE *he = hv_iternext_flags(hv, HV_ITERNEXT_WANTPLACEHOLDERS);
2889 HE *he = hv_iternext(hv);
2908 HE *he = hv_fetch_ent(hv, key, 0, 0);
3023 HE *he = hv_iternext_flags(hv, HV_ITERNEXT_WANTPLACEHOLDERS);
3025 HE *he = hv_iternext(hv);
3157 HE** array;
3184 HE* entr
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs205 typedef void (freeent_function)(pTHX_ HV *, HE *);
211 HE *victim;
217 victim = (HE*)safemalloc(sizeof(HE));
225 test expect to be able to call del_HE on the HE */
228 victim = (HE*) PL_body_roots[HE_ARENA_ROOT_IX];
1274 HE *he;
1950 HE *result;
1998 HE *result;
2037 HE *resul
[all...]

Completed in 302 milliseconds

12