Home
last modified time | relevance | path

Searched refs:he (Results 1 – 25 of 8582) sorted by relevance

12345678910>>...344

/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/
H A Dexec_hcs.go76 return he
140 return he.id
144 he.sl.Lock()
188 return newExecInvalidStateError(he.tid, he.id, he.state, "start")
218 if he.isWCOW || he.id != he.tid {
227 he.p = cmd
230 he.pid = he.p.Process.Pid()
235 if he.id != he.tid {
262 return he.startInternal(ctx, he.id == he.tid)
313 return newExecInvalidStateError(he.tid, he.id, he.state, "kill")
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/
H A Dexec_hcs.go76 return he
140 return he.id
144 he.sl.Lock()
188 return newExecInvalidStateError(he.tid, he.id, he.state, "start")
195 if he.id == he.tid {
219 if he.isWCOW || he.id != he.tid {
228 he.p = cmd
231 he.pid = he.p.Process.Pid()
236 if he.id != he.tid {
308 return newExecInvalidStateError(he.tid, he.id, he.state, "kill")
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/
H A Dexec_hcs.go76 return he
140 return he.id
144 he.sl.Lock()
188 return newExecInvalidStateError(he.tid, he.id, he.state, "start")
195 if he.id == he.tid {
219 if he.isWCOW || he.id != he.tid {
228 he.p = cmd
231 he.pid = he.p.Process.Pid()
236 if he.id != he.tid {
308 return newExecInvalidStateError(he.tid, he.id, he.state, "kill")
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/tests/
H A Dhists_output.c120 #define SYM(he) (he->ms.sym->name) argument
121 #define CPU(he) (he->cpu) argument
122 #define PID(he) (he->thread->tid) argument
269 CPU(he) == 1 && PID(he) == 100 && he->stat.period == 300); in test2()
274 CPU(he) == 0 && PID(he) == 100 && he->stat.period == 100); in test2()
505 CPU(he) == 0 && PID(he) == 100 && in test5()
512 CPU(he) == 2 && PID(he) == 200 && in test5()
519 CPU(he) == 1 && PID(he) == 300 && in test5()
526 CPU(he) == 0 && PID(he) == 300 && in test5()
533 CPU(he) == 3 && PID(he) == 300 && in test5()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/tests/
H A Dhists_output.c120 #define SYM(he) (he->ms.sym->name) argument
121 #define CPU(he) (he->cpu) argument
122 #define PID(he) (he->thread->tid) argument
269 CPU(he) == 1 && PID(he) == 100 && he->stat.period == 300); in test2()
274 CPU(he) == 0 && PID(he) == 100 && he->stat.period == 100); in test2()
505 CPU(he) == 0 && PID(he) == 100 && in test5()
512 CPU(he) == 2 && PID(he) == 200 && in test5()
519 CPU(he) == 1 && PID(he) == 300 && in test5()
526 CPU(he) == 0 && PID(he) == 300 && in test5()
533 CPU(he) == 3 && PID(he) == 300 && in test5()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/tests/
H A Dhists_output.c120 #define SYM(he) (he->ms.sym->name) argument
121 #define CPU(he) (he->cpu) argument
122 #define PID(he) (he->thread->tid) argument
269 CPU(he) == 1 && PID(he) == 100 && he->stat.period == 300); in test2()
274 CPU(he) == 0 && PID(he) == 100 && he->stat.period == 100); in test2()
505 CPU(he) == 0 && PID(he) == 100 && in test5()
512 CPU(he) == 2 && PID(he) == 200 && in test5()
519 CPU(he) == 1 && PID(he) == 300 && in test5()
526 CPU(he) == 0 && PID(he) == 300 && in test5()
533 CPU(he) == 3 && PID(he) == 300 && in test5()
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/
H A Dexec_hcs.go77 return he
141 return he.id
145 he.sl.Lock()
189 return newExecInvalidStateError(he.tid, he.id, he.state, "start")
196 if he.id == he.tid {
220 if he.isWCOW || he.id != he.tid {
229 he.p = cmd
232 he.pid = he.p.Process.Pid()
237 if he.id != he.tid {
309 return newExecInvalidStateError(he.tid, he.id, he.state, "kill")
[all …]
/dports/devel/nss_wrapper/nss_wrapper-1.1.3/tests/
H A Dtest_gethostby_name_addr.c56 struct hostent *he; in thread_test_gethostbyname() local
61 assert_non_null(he); in thread_test_gethostbyname()
69 struct hostent *he; in test_nwrap_gethostbyname_thread() local
75 assert_non_null(he); in test_nwrap_gethostbyname_thread()
82 assert_non_null(he); in test_nwrap_gethostbyname_thread()
102 struct hostent *he; in test_nwrap_gethostbyname() local
123 struct hostent *he; in test_nwrap_gethostbyname_multiple() local
217 assert_memory_equal(&in, he->h_addr_list[0], he->h_length); in test_nwrap_gethostbyaddr()
235 &he, in test_nwrap_gethostbyname_r()
270 &he, in test_nwrap_gethostbyaddr_r()
[all …]
/dports/net/rospo/rospo-0.7.1/vendor/github.com/go-playground/locales/locales-0.13.0/he/
H A Dhe.go1 package he package
12 type he struct { struct
79 func (he *he) Locale() string { argument
169 func (he *he) MonthsNarrow() []string { argument
179 func (he *he) MonthsWide() []string { argument
199 func (he *he) WeekdaysNarrow() []string { argument
209 func (he *he) WeekdaysShort() []string { argument
219 func (he *he) WeekdaysWide() []string { argument
224 func (he *he) Decimal() string { argument
229 func (he *he) Group() string { argument
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/gohugoio/locales/he/
H A Dhe.go1 package he package
12 type he struct { struct
79 func (he *he) Locale() string { argument
169 func (he *he) MonthsNarrow() []string { argument
179 func (he *he) MonthsWide() []string { argument
199 func (he *he) WeekdaysNarrow() []string { argument
209 func (he *he) WeekdaysShort() []string { argument
219 func (he *he) WeekdaysWide() []string { argument
224 func (he *he) Decimal() string { argument
229 func (he *he) Group() string { argument
[all …]
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/go-playground/locales/he/
H A Dhe.go1 package he package
12 type he struct { struct
79 func (he *he) Locale() string { argument
169 func (he *he) MonthsNarrow() []string { argument
179 func (he *he) MonthsWide() []string { argument
199 func (he *he) WeekdaysNarrow() []string { argument
209 func (he *he) WeekdaysShort() []string { argument
219 func (he *he) WeekdaysWide() []string { argument
224 func (he *he) Decimal() string { argument
229 func (he *he) Group() string { argument
[all …]
/dports/dns/pdnsd/pdnsd-1.2.9a/src/
H A Dhash.c115 while ((he= *hep) && he->rhash<=rh) { in dns_lookup()
141 if(!he) in add_dns_hash()
162 free(he); in del_dns_hash_ent()
179 while ((he= *hep) && he->rhash<=rh) { in del_dns_hash()
204 free(he); in free_dns_hash_bucket()
205 he=hen; in free_dns_hash_bucket()
219 he= *hep; in free_dns_hash_selected()
243 he=hen; in free_dns_hash_selected()
261 he=hen; in free_dns_hash()
293 if (he) { in fetch_next()
[all …]
/dports/devel/p5-Term-EditLine/Term-EditLine-0.11/
H A DEditLine.xs107 HistEdit *he; in pwrapper() local
195 return pvsubwrapper(he,he->promptSv,he->prompt); in promptfunc()
202 return pvsubwrapper(he,he->rpromptSv,he->rprompt); in rpromptfunc()
249 el_beep(he)
266 el_getc(he)
281 el_gets(he)
282 HistEdit* he
352 free(he);
591 el_line(he) in el_line() argument
664 el_reset(he) in el_reset() argument
[all …]
/dports/math/zimpl/zimpl-3.3.6/src/zimpl/
H A Dhash.c141 for(he = hash->bucket[i]; he != NULL; he = hq) in hash_free()
144 blk_free(he, sizeof(*he)); in hash_free()
153 HElem* he = blk_alloc(sizeof(*he)); in hash_add_tuple() local
171 HElem* he = blk_alloc(sizeof(*he)); in hash_add_entry() local
230 for(he = hash->bucket[hcode]; he != NULL; he = he->next) in hash_has_tuple()
245 for(he = hash->bucket[hcode]; he != NULL; he = he->next) in hash_has_entry()
260 for(he = hash->bucket[hcode]; he != NULL; he = he->next) in hash_has_numb()
277 for(he = hash->bucket[hcode]; he != NULL; he = he->next) in hash_lookup_entry()
301 for(he = hash->bucket[hcode]; he != NULL; he = he->next) in hash_lookup_mono()
342 for(he = hash->bucket[hcode]; he != NULL; he = he->next) in hash_lookup_elem_idx()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/builder/dockerfile/
H A DenvVarTest4 A|he\'llo | he'llo
23 A|he$.x | he$.x
25 U|he$pwd. | he.
26 W|he$pwd. | he/home.
27 A|he$PWD | he/home
28 A|he\$PWD | he$PWD
30 A|"he\$PWD" | he$PWD
32 A|he\${} | he${}
33 A|he\${}xx | he${}xx
34 A|he${} | he
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/builder/dockerfile/
H A DenvVarTest4 A|he\'llo | he'llo
23 A|he$.x | he$.x
25 U|he$pwd. | he.
26 W|he$pwd. | he/home.
27 A|he$PWD | he/home
28 A|he\$PWD | he$PWD
30 A|"he\$PWD" | he$PWD
32 A|he\${} | he${}
33 A|he\${}xx | he${}xx
34 A|he${} | he
[all …]
/dports/games/crimson/crimson-0.5.3/src/cf/
H A Dhistory.cpp101 he; he = static_cast<HistEvent *>( he->Next() ) ) { in Save()
123 he; he = static_cast<HistEvent *>( he->Next() ) ) in Save()
182 map->SetHexType( he->data[1], he->data[2], he->data[0] ); in Replay()
222 he = static_cast<HistEvent *>( he->Next() ); in Replay()
235 if ( he->type == HIST_TILE ) map->SetHexType( he->data[1], he->data[2], he->data[0] ); in Replay()
237 he = static_cast<HistEvent *>( he->Next() ); in Replay()
320 he->data[2] = he->data[3] = -1; in RecordMoveEvent()
445 he->data[2] = he->data[3] = -1; in RecordUnitEvent()
475 he->data[2] = he->data[3] = -1; in RecordTransportEvent()
497 he->data[2] = he->data[3] = -1; in RecordTransportEvent()
[all …]
/dports/math/p5-Math-Geometry-Voronoi/Math-Geometry-Voronoi-1.3/
H A Dedgelist.c70 if ((he == (Halfedge *)NULL) || (he->ELedge != (Edge *)DELETED)) in ELgethash()
117 if (he == ELleftend || (he != ELrightend && right_of(he,p))) in ELleftbnd()
120 he = he->ELright ; in ELleftbnd()
121 } while (he != ELrightend && right_of(he,p)) ; in ELleftbnd()
122 he = he->ELleft ; in ELleftbnd()
127 he = he->ELleft ; in ELleftbnd()
128 } while (he != ELleftend && !right_of(he,p)) ; in ELleftbnd()
150 (he->ELleft)->ELright = he->ELright ; in ELdelete()
151 (he->ELright)->ELleft = he->ELleft ; in ELdelete()
174 return (he->ELpm == le ? he->ELedge->reg[le] : in leftreg()
[all …]
/dports/databases/grass7/grass-7.8.6/vector/v.voronoi/
H A Dsw_edgelist.c62 return (he); in ELgethash()
94 if (he == ELleftend || (he != ELrightend && right_of(he, p))) { in ELleftbnd()
96 he = he->ELright; in ELleftbnd()
97 } while (he != ELrightend && right_of(he, p)); in ELleftbnd()
98 he = he->ELleft; in ELleftbnd()
102 he = he->ELleft; in ELleftbnd()
103 } while (he != ELleftend && !right_of(he, p)); in ELleftbnd()
120 (he->ELleft)->ELright = he->ELright; in ELdelete()
121 (he->ELright)->ELleft = he->ELleft; in ELdelete()
143 return (he->ELpm == le ? he->ELedge->reg[le] : he->ELedge->reg[re]); in leftreg()
[all …]
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxl/
H A Dhandlers.c25 FREE(he); in DeleteHandlerEntry()
34 if (! he) in NewHandlerEntry()
40 he->operand = (char *)MALLOC(he->operandLength+1); in NewHandlerEntry()
59 if (he) { in NewHandlerEntry()
166 return !strncmp(str,he->operand,he->operandLength); in match_packet()
183 for (he = msgHandler[type]; he; ) { in _dxl_RemoveHandler()
186 prev = he; in _dxl_RemoveHandler()
187 he = he->next; in _dxl_RemoveHandler()
216 for (he = msgHandler[type]; he; he = he->next) { in _dxl_SetHandler()
231 if (!he) in _dxl_SetHandler()
[all …]
/dports/deskutils/taskwarrior/taskwarrior-2.6.1/scripts/vim/syntax/
H A Dtaskrc.vim42 syn match taskrcGoodKey '^\s*\Vbulk='he=e-1
49 syn match taskrcGoodKey '^\s*\Vcolor='he=e-1
99 syn match taskrcGoodKey '^\s*\Vdebug='he=e-1
113 syn match taskrcGoodKey '^\s*\Vdom='he=e-1
114 syn match taskrcGoodKey '^\s*\Vdue='he=e-1
119 syn match taskrcGoodKey '^\s*\Vgc='he=e-1
130 syn match taskrcGoodKey '^\s*\Vlocale='he=e-1
131 syn match taskrcGoodKey '^\s*\Vlocking='he=e-1
132 syn match taskrcGoodKey '^\s*\Vnag='he=e-1
136 syn match taskrcGoodKey '^\s*\Vregex='he=e-1
[all …]
/dports/mail/neomutt/neomutt-20211029/config/
H A Dset.c142 if (!he) in reg_one_var()
148 return he; in reg_one_var()
210 if (!he) in cs_get_elem()
317 if (!he) in cs_inherit_variable()
399 if (!he) in cs_str_reset()
465 if (!he) in cs_str_initial_set()
526 if (!he) in cs_str_initial_get()
602 if (!he) in cs_str_string_set()
668 if (!he) in cs_str_string_get()
744 if (!he) in cs_str_native_set()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/lib/ds/
H A Dplhash.c55 PR_Free(he); in DefaultFreeEntry()
118 for (he = ht->buckets[i]; he; he = next) { in PL_HashTableDestroy()
222 for (he = oldbuckets[i]; he; he = next) { in PL_HashTableRawAdd()
239 if (!he) { in PL_HashTableRawAdd()
243 he->key = key; in PL_HashTableRawAdd()
246 *hep = he; in PL_HashTableRawAdd()
248 return he; in PL_HashTableRawAdd()
269 return he; in PL_HashTableAdd()
302 for (he = oldbuckets[i]; he; he = next) { in PL_HashTableRawRemove()
429 for (n = 0; he; he = he->next) { in PL_HashTableDumpMeter()
[all …]
/dports/www/firefox/firefox-99.0/nsprpub/lib/ds/
H A Dplhash.c55 PR_Free(he); in DefaultFreeEntry()
118 for (he = ht->buckets[i]; he; he = next) { in PL_HashTableDestroy()
222 for (he = oldbuckets[i]; he; he = next) { in PL_HashTableRawAdd()
239 if (!he) { in PL_HashTableRawAdd()
243 he->key = key; in PL_HashTableRawAdd()
246 *hep = he; in PL_HashTableRawAdd()
248 return he; in PL_HashTableRawAdd()
269 return he; in PL_HashTableAdd()
302 for (he = oldbuckets[i]; he; he = next) { in PL_HashTableRawRemove()
429 for (n = 0; he; he = he->next) { in PL_HashTableDumpMeter()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/lib/ds/
H A Dplhash.c55 PR_Free(he); in DefaultFreeEntry()
113 for (he = ht->buckets[i]; he; he = next) { in PL_HashTableDestroy()
217 for (he = oldbuckets[i]; he; he = next) { in PL_HashTableRawAdd()
234 if (!he) in PL_HashTableRawAdd()
237 he->key = key; in PL_HashTableRawAdd()
240 *hep = he; in PL_HashTableRawAdd()
242 return he; in PL_HashTableRawAdd()
295 for (he = oldbuckets[i]; he; he = next) { in PL_HashTableRawRemove()
417 if (!he) in PL_HashTableDumpMeter()
420 for (n = 0; he; he = he->next) in PL_HashTableDumpMeter()
[all …]

12345678910>>...344