Home
last modified time | relevance | path

Searched refs:stv (Results 1 – 25 of 1418) sorted by relevance

12345678910>>...57

/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/storage/
H A Dstevedore.c62 stv = NULL; in STV_next()
65 r = stv; in STV_next()
88 if (stv->allocobj(wrk, stv, oc, wsl) == 0) in STV_NewObject()
112 stv->open(stv); in STV_open()
127 stv->close(stv, i); in STV_close()
143 STV_Foreach(stv) in STV_BanInfoDrop()
145 r |= stv->baninfo(stv, BI_DROP, ban, len); in STV_BanInfoDrop()
158 r |= stv->baninfo(stv, BI_NEW, ban, len); in STV_BanInfoNew()
176 stv->banexport(stv, bans, len); in STV_BanExport()
190 return (stv); in stv_find()
[all …]
H A Dmgt_stevedore.c83 STV_Foreach(stv) in v_matchproto_()
84 VCLI_Out(cli, "\tstorage.%s = %s\n", stv->ident, stv->name); in v_matchproto_()
97 STV_Foreach(stv) { in v_matchproto_()
175 STV_Foreach(stv) in stv_check_ident()
215 AN(stv); in STV_Config()
217 *stv = *stv2; in STV_Config()
218 AN(stv->name); in STV_Config()
226 AN(stv->ident); in STV_Config()
230 stv->init(stv, ac, av); in STV_Config()
234 AN(stv->allocobj); in STV_Config()
[all …]
H A Dstorage_simple.c55 AN(stv->sml_alloc); in sml_stv_alloc()
61 return (stv->sml_alloc(stv, size)); in sml_stv_alloc()
72 st = stv->sml_alloc(stv, size); in sml_stv_alloc()
92 stv->sml_free(st); in sml_stv_free()
109 AN(stv->methods); in SML_MkObject()
142 AN(stv->sml_alloc); in v_matchproto_()
147 st = stv->sml_alloc(stv, ltot); in v_matchproto_()
149 stv->sml_free(st); in v_matchproto_()
209 sml_stv_free(stv, st); in v_matchproto_()
381 if (stv->lru == NULL) in objallocwithnuke()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus/jsparagus/
H A Druntime.py122 def _str_stv(self, stv): argument
125 if stv.value:
127 return "-- {} {}--> {}".format(stv.term, val, stv.state)
139 def _shift(self, stv, lexer): argument
145 if stv.term == End():
160 self.stack.append(StateTermValue(state, stv.term, stv.value, stv.new_line))
186 stv = self.replay.pop()
191 self.stack.append(StateTermValue(dest, stv.term, stv.value, stv.new_line))
237 stv = self.stack.pop()
256 self.replay.append(StateTermValue(0, ErrorToken, stv.value, stv.new_line))
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus/jsparagus/
H A Druntime.py122 def _str_stv(self, stv): argument
125 if stv.value:
127 return "-- {} {}--> {}".format(stv.term, val, stv.state)
139 def _shift(self, stv, lexer): argument
145 if stv.term == End():
160 self.stack.append(StateTermValue(state, stv.term, stv.value, stv.new_line))
186 stv = self.replay.pop()
191 self.stack.append(StateTermValue(dest, stv.term, stv.value, stv.new_line))
237 stv = self.stack.pop()
256 self.replay.append(StateTermValue(0, ErrorToken, stv.value, stv.new_line))
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus/jsparagus/
H A Druntime.py122 def _str_stv(self, stv): argument
125 if stv.value:
127 return "-- {} {}--> {}".format(stv.term, val, stv.state)
139 def _shift(self, stv, lexer): argument
145 if stv.term == End():
160 self.stack.append(StateTermValue(state, stv.term, stv.value, stv.new_line))
186 stv = self.replay.pop()
191 self.stack.append(StateTermValue(dest, stv.term, stv.value, stv.new_line))
237 stv = self.stack.pop()
256 self.replay.append(StateTermValue(0, ErrorToken, stv.value, stv.new_line))
[all …]
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/term/ioTerm/
H A DioTermVector.cpp1163 SuTermVector& stv = **itv; in saveToMtlb() local
1165 string_t na = stv.name(); in saveToMtlb()
1178 switch(stv.valueType()) { in saveToMtlb()
1186 … for(iv = stv.entries()->cEntries_p->begin(); iv != stv.entries()->cEntries_p->end(); ++iv) { in saveToMtlb()
1196 switch(stv.valueType()) { in saveToMtlb()
1199 … for (iv = stv.entries()->rvEntries_p->begin(); iv != stv.entries()->rvEntries_p->end(); ++iv) { in saveToMtlb()
1207 … for(iv = stv.entries()->cvEntries_p->begin(); iv != stv.entries()->cvEntries_p->end(); ++iv) { in saveToMtlb()
1251 SuTermVector& stv = **itv; in saveToXyzVs() local
1253 ValueType vt=stv.valueType(); in saveToXyzVs()
1254 string_t name=stv.name(); in saveToXyzVs()
[all …]
/dports/sysutils/fusefs-mhddfs/mhddfs-0.1.37/src/test/
H A Dstatvfs.c14 struct statvfs stv; in main() local
15 int ret=statvfs(argv[1], &stv); in main()
32 (unsigned long long)stv.f_bsize, in main()
33 (unsigned long long)stv.f_frsize, in main()
34 (unsigned long long)stv.f_blocks, in main()
35 (unsigned long long)stv.f_bfree, in main()
36 (unsigned long long)stv.f_bavail, in main()
37 (unsigned long long)stv.f_files, in main()
38 (unsigned long long)stv.f_ffree, in main()
40 (unsigned long long)stv.f_fsid, in main()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus/jsparagus/
H A Druntime.py122 def _str_stv(self, stv): argument
125 if stv.value:
127 return "-- {} {}--> {}".format(stv.term, val, stv.state)
139 def _shift(self, stv, lexer): argument
145 if stv.term == End():
160 self.stack.append(StateTermValue(state, stv.term, stv.value, stv.new_line))
219 stv = self.stack.pop()
226 if stv.term is ErrorToken:
227 if stv.value == End():
238 self.replay.append(StateTermValue(0, ErrorToken, stv.value, stv.new_line))
[all …]
/dports/lang/gawk/gawk-5.1.1/
H A Dnonposix.h36 # define WEXITSTATUS(stv) (((unsigned)(stv)) & ~0xC0000000) argument
39 # define WIFEXITED(stv) ((((unsigned)(stv)) & 0xC0000000) == 0) argument
40 # define WIFSIGNALED(stv) ((((unsigned)(stv)) & 0xC0000000) == 0xC0000000) argument
41 # define WTERMSIG(stv) w32_status_to_termsig ((unsigned)stv) argument
42 # define WIFSTOPPED(stv) (0) argument
43 # define WSTOPSIG(stv) (0) argument
/dports/shells/ksh93/ast-93u/src/lib/libast/tm/
H A Dtvsleep.c60 struct timespec stv; in tvsleep() local
64 stv.tv_sec = tv->tv_sec; in tvsleep()
65 stv.tv_nsec = tv->tv_nsec; in tvsleep()
66 if ((r = nanosleep(&stv, &srv)) && rv) in tvsleep()
77 struct timeval stv; in tvsleep()
79 stv.tv_sec = tv->tv_sec; in tvsleep()
80 stv.tv_usec = tv->tv_nsec / 1000; in tvsleep()
81 if (select(0, NiL, NiL, NiL, &stv) < 0) in tvsleep()
89 rv->tv_sec = stv.tv_sec; in tvsleep()
90 rv->tv_nsec = stv.tv_usec * 1000; in tvsleep()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/tm/
H A Dtvsleep.c60 struct timespec stv; in tvsleep() local
64 stv.tv_sec = tv->tv_sec; in tvsleep()
65 stv.tv_nsec = tv->tv_nsec; in tvsleep()
66 if ((r = nanosleep(&stv, &srv)) && rv) in tvsleep()
77 struct timeval stv; in tvsleep()
79 stv.tv_sec = tv->tv_sec; in tvsleep()
80 stv.tv_usec = tv->tv_nsec / 1000; in tvsleep()
81 if (select(0, NiL, NiL, NiL, &stv) < 0) in tvsleep()
89 rv->tv_sec = stv.tv_sec; in tvsleep()
90 rv->tv_nsec = stv.tv_usec * 1000; in tvsleep()
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dscopedtypevariant.h83 ScopedTypeVariant(const ScopedTypeVariant &stv) in ScopedTypeVariant() argument
85 m_variant = stv.m_variant; in ScopedTypeVariant()
86 m_name = stv.m_name; in ScopedTypeVariant()
89 m_u.localDef = new LocalDef(*stv.m_u.localDef); in ScopedTypeVariant()
93 m_u.globalDef = stv.m_u.globalDef; in ScopedTypeVariant()
99 swap(*this,stv); in ScopedTypeVariant()
104 swap(*this,stv);
252 ScopedTypeVariant stv; member
259 void setScope(const ScopedTypeVariant &stv) in setScope() argument
262 ctx.stv=std::move(stv); in setScope()
[all …]
/dports/net/rtptools/rtptools-1.22/win/
H A Dgettimeofday.c38 static struct timeval stv; /* initial timeval */ in gettimeofday() local
50 stv.tv_sec = tb.time; in gettimeofday()
51 stv.tv_usec = tb.millitm * 1000; in gettimeofday()
63 printf("init: gettimeofday: %ld %06ld\n", stv.tv_sec, stv.tv_usec); in gettimeofday()
70 tv->tv_sec = stv.tv_sec + (long)((c - sct) / tick); in gettimeofday()
71 tv->tv_usec = stv.tv_usec + (long)(((c - sct) % tick) * 1000000 / tick); in gettimeofday()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/tm/
H A Dtvsleep.c58 struct timespec stv; in tvsleep() local
62 stv.tv_sec = tv->tv_sec; in tvsleep()
63 stv.tv_nsec = tv->tv_nsec; in tvsleep()
64 if ((r = nanosleep(&stv, &srv)) && errno == EINTR && rv) in tvsleep()
80 struct timeval stv; in tvsleep()
82 stv.tv_sec = tv->tv_sec; in tvsleep()
83 if (!(stv.tv_usec = tv->tv_nsec / 1000)) in tvsleep()
84 stv.tv_usec = 1; in tvsleep()
85 if (select(0, NiL, NiL, NiL, &stv) >= 0) in tvsleep()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/langs/cs_CZ/
H A Dproductbatch.lang2 ManageLotSerial=Použijte množství/sériové číslo
3 ProductStatusOnBatch=Ano (množství/sériové číslo vyžadováno)
4 ProductStatusNotOnBatch=Ne (množství/sériové číslo není použito)
7 Batch=Množství/sériové
8 atleast1batchfield=Spotřeba podle data nebo datum prodeje nebo množství/sériové číslo
9 batch_number=Množství/Sériové číslo
10 BatchNumberShort=Množství/Série
13 DetailBatchNumber=Detail množství/série
14 printBatch=Množství/Série: %s
H A Dsendings.lang20 QtyShipped=Množství odesláno
22 QtyPreparedOrShipped=Množství připravených nebo zaslaných
23 QtyToShip=Množství na loď
24 QtyToReceive=Množství k přijetí
25 QtyReceived=Množství přijaté
26 QtyInOtherShipments=Množství v jiných zásilkách
58 ProductQtyInCustomersOrdersRunning=Množství produktu z otevřených prodejních objednávek
59 ProductQtyInSuppliersOrdersRunning=Množství produktu z otevřených objednávek
60 ProductQtyInShipmentAlreadySent=Množství již odeslaných produktů z objednávek zákazníka
61 ProductQtyInSuppliersShipmentAlreadyRecevied=Množství produktu z již přijatých otevřených objednávek
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dstv.cpp1073 stv(config); in stv_5881()
1080 stv(config); in critcrsh()
1088 stv(config); in magzun()
1096 stv(config); in stvmp()
1104 stv(config); in stvcd()
1122 stv(config); in stv_5838()
1146 stv(config); in batmanfr()
1152 stv(config); in shienryu()
1171 stv(config); in stv_slot()
1177 stv(config); in hopper()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dstv.cpp1073 stv(config); in stv_5881()
1080 stv(config); in critcrsh()
1088 stv(config); in magzun()
1096 stv(config); in stvmp()
1104 stv(config); in stvcd()
1122 stv(config); in stv_5838()
1146 stv(config); in batmanfr()
1152 stv(config); in shienryu()
1171 stv(config); in stv_slot()
1177 stv(config); in hopper()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/f/
H A Dstorag.c214 ffestorag stv; in ffestorag_exec_layout() local
367 stv->init = NULL; in ffestorag_exec_layout()
368 stv->accretion = NULL; in ffestorag_exec_layout()
369 stv->symbol = var; in ffestorag_exec_layout()
370 stv->size = size; in ffestorag_exec_layout()
376 if (!ffetarget_offset_add (&st->size, stv->offset, stv->size)) in ffestorag_exec_layout()
381 stv->alignment = alignment; in ffestorag_exec_layout()
382 stv->modulo = modulo; in ffestorag_exec_layout()
386 stv->type_symbol = var; in ffestorag_exec_layout()
387 stv->is_save = st->is_save; in ffestorag_exec_layout()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/f/
H A Dstorag.c214 ffestorag stv; in ffestorag_exec_layout() local
367 stv->init = NULL; in ffestorag_exec_layout()
368 stv->accretion = NULL; in ffestorag_exec_layout()
369 stv->symbol = var; in ffestorag_exec_layout()
370 stv->size = size; in ffestorag_exec_layout()
376 if (!ffetarget_offset_add (&st->size, stv->offset, stv->size)) in ffestorag_exec_layout()
381 stv->alignment = alignment; in ffestorag_exec_layout()
382 stv->modulo = modulo; in ffestorag_exec_layout()
386 stv->type_symbol = var; in ffestorag_exec_layout()
387 stv->is_save = st->is_save; in ffestorag_exec_layout()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/drivers/
H A Dstv.c3183 INPUT_PORTS_START( stv )
3521 DRIVER_INIT ( stv ) in DRIVER_INIT() argument
3566 MACHINE_INIT( stv ) in MACHINE_INIT() argument
3703 static MACHINE_DRIVER_START( stv )
3721 MDRV_MACHINE_INIT(stv) in MDRV_CPU_MEMORY()
4572 GAMEBX( 1998, othellos, stvbios, stvbios, stv, stv, stv, ROT0, "Success", "Othello Shiyo…
4578 GAMEBX( 1996, groovef, stvbios, stvbios, stv, stv, stv, ROT0, "Atlus", "Power Instinc…
4581 GAMEBX( 1998, grdforce, stvbios, stvbios, stv, stv, stv, ROT0, "Success", "Guardian Forc…
4582 GAMEBX( 1998, elandore, stvbios, stvbios, stv, stv, stv, ROT0, "Sai-Mate", "Fighting Drag…
4584 GAMEBX( 1998, rsgun, stvbios, stvbios, stv, stv, stv, ROT0, "Treasure", "Radiant Silve…
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/drivers/
H A Dstv.c3183 INPUT_PORTS_START( stv )
3521 DRIVER_INIT ( stv ) in DRIVER_INIT() argument
3566 MACHINE_INIT( stv ) in MACHINE_INIT() argument
3703 static MACHINE_DRIVER_START( stv )
3721 MDRV_MACHINE_INIT(stv) in MDRV_CPU_MEMORY()
4572 GAMEBX( 1998, othellos, stvbios, stvbios, stv, stv, stv, ROT0, "Success", "Othello Shiyo…
4578 GAMEBX( 1996, groovef, stvbios, stvbios, stv, stv, stv, ROT0, "Atlus", "Power Instinc…
4581 GAMEBX( 1998, grdforce, stvbios, stvbios, stv, stv, stv, ROT0, "Success", "Guardian Forc…
4582 GAMEBX( 1998, elandore, stvbios, stvbios, stv, stv, stv, ROT0, "Sai-Mate", "Fighting Drag…
4584 GAMEBX( 1998, rsgun, stvbios, stvbios, stv, stv, stv, ROT0, "Treasure", "Radiant Silve…
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/DVDDemuxers/
H A DDVDDemuxClient.cpp246 stv->iWidth = stream->m_parser->width; in ParsePacket()
247 stv->changes++; in ParsePacket()
248 stv->disabled = false; in ParsePacket()
255 stv->changes++; in ParsePacket()
256 stv->disabled = false; in ParsePacket()
267 stv->fAspect = fAspect; in ParsePacket()
268 stv->changes++; in ParsePacket()
269 stv->disabled = false; in ParsePacket()
277 st->uniqueId, stv->iFpsRate, stv->iFpsScale, stream->m_context->framerate.num, in ParsePacket()
281 stv->changes++; in ParsePacket()
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/langs/cs_CZ/
H A Dsendings.lang20 QtyShipped=Množství odesláno
22 QtyPreparedOrShipped=Množství připravených nebo zaslaných
23 QtyToShip=Množství na loď
24 QtyToReceive=Množství k přijetí
25 QtyReceived=Množství přijaté
26 QtyInOtherShipments=Množství v jiných zásilkách
58 ProductQtyInCustomersOrdersRunning=Množství produktu z otevřených prodejních objednávek
59 ProductQtyInSuppliersOrdersRunning=Množství produktu z otevřených objednávek
60 ProductQtyInShipmentAlreadySent=Množství již odeslaných produktů z objednávek zákazníka
61 ProductQtyInSuppliersShipmentAlreadyRecevied=Množství produktu z již přijatých otevřených objednávek
[all …]

12345678910>>...57