Home
last modified time | relevance | path

Searched defs:tos (Results 1 – 25 of 2539) sorted by relevance

12345678910>>...102

/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dvm.inl1823 #define tos _extra1 macro
1852 #define tos _extra1 macro
1893 #define tos _extra1 macro
1934 #define tos _extra1 macro
1963 #define tos _stack0 macro
1992 #define tos _stack0 macro
2033 #define tos _stack0 macro
2075 #define tos _stack0 macro
2163 #define tos _stack0 macro
2210 #define tos _stack0 macro
[all …]
/dports/lang/gnu-apl/apl-1.8/src/
H A DParser.cc124 Parser::parse_statement(Token_string & tos) in parse_statement()
206 Parser::collect_constants(Token_string & tos) in collect_constants()
276 Parser::collect_groups(Token_string & tos) in collect_groups()
427 Parser::remove_nongrouping_parantheses(Token_string & tos) in remove_nongrouping_parantheses()
488 Parser::replace_bitwise_functions(Token_string & tos) in replace_bitwise_functions()
532 Parser::check_if_value(const Token_string & tos, int pos) in check_if_value()
578 Parser::remove_void_token(Token_string & tos) in remove_void_token()
593 Parser::match_par_bra(Token_string & tos, bool backwards) in match_par_bra()
652 Parser::create_value(Token_string & tos, int pos, int count) in create_value()
734 Parser::create_vector_value(Token_string & tos, in create_vector_value()
[all …]
H A DTokenizer.cc55 Tokenizer::tokenize(const UCS_string & input, Token_string & tos) in tokenize()
75 Tokenizer::do_tokenize(const UCS_string & input, Token_string & tos) in do_tokenize()
336 Tokenizer::tokenize_function(Unicode_source & src, Token_string & tos) in tokenize_function()
436 Tokenizer::tokenize_quad(Unicode_source & src, Token_string & tos) in tokenize_quad()
462 Tokenizer::tokenize_string1(Unicode_source & src, Token_string & tos) in tokenize_string1()
522 Tokenizer::tokenize_string2(Unicode_source & src, Token_string & tos) in tokenize_string2()
590 Tokenizer::tokenize_number(Unicode_source & src, Token_string & tos) in tokenize_number()
990 Tokenizer::tokenize_symbol(Unicode_source & src, Token_string & tos) in tokenize_symbol()
H A DQuad_TF.cc390 Token_string tos; in tf1_inv() local
496 Token_string tos; in tf2_inv() local
756 Quad_TF::tf2_simplify(Token_string & tos) in tf2_simplify()
775 Quad_TF::tf2_remove_UCS(Token_string & tos) in tf2_remove_UCS()
800 Quad_TF::tf2_remove_RHO(Token_string & tos, int & progress) in tf2_remove_RHO()
849 Quad_TF::tf2_remove_COMMA(Token_string & tos, int & progress) in tf2_remove_COMMA()
940 Quad_TF::tf2_remove_sequence(Token_string & tos, int & progress) in tf2_remove_sequence()
989 Quad_TF::tf2_remove_sequence1(Token_string & tos, int & progress) in tf2_remove_sequence1()
1043 Quad_TF::tf2_remove_ENCLOSE(Token_string & tos, int & progress) in tf2_remove_ENCLOSE()
1086 Quad_TF::tf2_remove_ENCLOSE1(Token_string & tos, int & progress) in tf2_remove_ENCLOSE1()
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dos2_plan9.go45 type tos struct { struct
46 prof struct { // Per process profiling
54 cyclefreq uint64 // cycle clock frequency if there is one, 0 otherwise
55 kcycles int64 // cycles spent in kernel
56 pcycles int64 // cycles spent in process (kernel + user)
57 pid uint32 // might as well put the pid here
58 clock uint32
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Dos2_plan9.go45 type tos struct { struct
46 prof struct { // Per process profiling
54 cyclefreq uint64 // cycle clock frequency if there is one, 0 otherwise
55 kcycles int64 // cycles spent in kernel
56 pcycles int64 // cycles spent in process (kernel + user)
57 pid uint32 // might as well put the pid here
58 clock uint32
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dos2_plan9.go45 type tos struct { struct
46 prof struct { // Per process profiling
54 cyclefreq uint64 // cycle clock frequency if there is one, 0 otherwise
55 kcycles int64 // cycles spent in kernel
56 pcycles int64 // cycles spent in process (kernel + user)
57 pid uint32 // might as well put the pid here
58 clock uint32
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/internet/model/
H A Dtcp-socket-base.h462 inline uint8_t MarkEcnEct0 (uint8_t tos) const in MarkEcnEct0()
473 inline uint8_t MarkEcnEct1 (uint8_t tos) const in MarkEcnEct1()
484 inline uint8_t MarkEcnCe (uint8_t tos) const in MarkEcnCe()
495 inline uint8_t ClearEcnBits (uint8_t tos) const in ClearEcnBits()
506 inline bool CheckNoEcn (uint8_t tos) const in CheckNoEcn()
517 inline bool CheckEcnEct0 (uint8_t tos) const in CheckEcnEct0()
528 inline bool CheckEcnEct1 (uint8_t tos) const in CheckEcnEct1()
539 inline bool CheckEcnCe (uint8_t tos) const in CheckEcnCe()
551 …inline uint8_t MarkEcnCodePoint (const uint8_t tos, const TcpSocketState::EcnCodePoint_t codePoint… in MarkEcnCodePoint()
/dports/lang/retro12/RETRO12-2021.4/vm/nga-swift/
H A DNga.swift170 let tos = data.pop() in inst_eq() variable
176 let tos = data.pop() in inst_ne() variable
182 let tos = data.pop() in inst_lt() variable
188 let tos = data.pop() in inst_gt() variable
218 let tos = data.pop() in inst_ad() variable
224 let tos = data.pop() in inst_su() variable
230 let tos = data.pop() in inst_mu() variable
243 let tos = data.pop() in inst_an() variable
249 let tos = data.pop() in inst_or() variable
255 let tos = data.pop() in inst_xo() variable
[all …]
/dports/textproc/jalingo/jalingo-0.6.0-src/src/ja/lingo/engine/
H A DExporter.java73 TarOutputStream tos = null; in toFile() local
134 private void putCssFile( TarOutputStream tos ) throws IOException { in putCssFile()
143 private void putIndexFile( IArticleList articleList, TarOutputStream tos ) throws IOException { in putIndexFile()
153 private void putListFile( File listTempFile, TarOutputStream tos ) throws IOException { in putListFile()
175 …private void writeArticles( IArticleList articleList, TarOutputStream tos, OutputStream listOs, De… in writeArticles()
/dports/net/hostapd-devel/hostap-14ab4a816/tests/hwsim/
H A Dhwsim_utils.py35 def run_multicast_connectivity_test(dev1, dev2, tos=None, argument
82 def run_connectivity_test(dev1, dev2, tos, dev1group=False, dev2group=False, argument
169 def test_connectivity(dev1, dev2, dscp=None, tos=None, max_tries=1, argument
199 def test_connectivity_iface(dev1, dev2, ifname, dscp=None, tos=None, argument
204 def test_connectivity_p2p(dev1, dev2, dscp=None, tos=None): argument
207 def test_connectivity_p2p_sta(dev1, dev2, dscp=None, tos=None): argument
210 def test_connectivity_sta(dev1, dev2, dscp=None, tos=None): argument
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/tests/hwsim/
H A Dhwsim_utils.py35 def run_multicast_connectivity_test(dev1, dev2, tos=None, argument
82 def run_connectivity_test(dev1, dev2, tos, dev1group=False, dev2group=False, argument
169 def test_connectivity(dev1, dev2, dscp=None, tos=None, max_tries=1, argument
199 def test_connectivity_iface(dev1, dev2, ifname, dscp=None, tos=None, argument
204 def test_connectivity_p2p(dev1, dev2, dscp=None, tos=None): argument
207 def test_connectivity_p2p_sta(dev1, dev2, dscp=None, tos=None): argument
210 def test_connectivity_sta(dev1, dev2, dscp=None, tos=None): argument
/dports/security/unicornscan/unicornscan-0.4.2/src/report_modules/p0f/
H A Dtos.h29 uint8_t tos; member
48 static struct tos_def tos[] = { variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/src/
H A Dkmp_error.cpp161 int tos = p->stack_top; in dump_cons_stack() local
188 int tos; in __kmp_push_parallel() local
228 int tos; in __kmp_push_workshare() local
335 int tos; local
358 int tos; local
379 int tos; local
406 int tos; local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/src/
H A Dkmp_error.cpp167 int tos = p->stack_top; in dump_cons_stack() local
194 int tos; in __kmp_push_parallel() local
234 int tos; in __kmp_push_workshare() local
341 int tos; local
364 int tos; local
385 int tos; local
412 int tos; local
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/src/
H A Dkmp_error.cpp161 int tos = p->stack_top; in dump_cons_stack() local
188 int tos; in __kmp_push_parallel() local
228 int tos; in __kmp_push_workshare() local
335 int tos; local
358 int tos; local
379 int tos; local
406 int tos; local
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/src/
H A Dkmp_error.cpp161 int tos = p->stack_top; in dump_cons_stack() local
188 int tos; in __kmp_push_parallel() local
228 int tos; in __kmp_push_workshare() local
335 int tos; local
358 int tos; local
379 int tos; local
406 int tos; local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_error.cpp161 int tos = p->stack_top; in dump_cons_stack() local
188 int tos; in __kmp_push_parallel() local
228 int tos; in __kmp_push_workshare() local
335 int tos; local
358 int tos; local
379 int tos; local
406 int tos; local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_error.cpp167 int tos = p->stack_top; in dump_cons_stack() local
194 int tos; in __kmp_push_parallel() local
234 int tos; in __kmp_push_workshare() local
341 int tos; local
364 int tos; local
385 int tos; local
412 int tos; local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/src/
H A Dkmp_error.cpp161 int tos = p->stack_top; in dump_cons_stack() local
188 int tos; in __kmp_push_parallel() local
228 int tos; in __kmp_push_workshare() local
335 int tos; local
358 int tos; local
379 int tos; local
406 int tos; local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/runtime/src/
H A Dkmp_error.cpp161 int tos = p->stack_top; in dump_cons_stack() local
188 int tos; in __kmp_push_parallel() local
228 int tos; in __kmp_push_workshare() local
335 int tos; local
358 int tos; local
379 int tos; local
406 int tos; local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_error.cpp167 int tos = p->stack_top; in dump_cons_stack() local
194 int tos; in __kmp_push_parallel() local
234 int tos; in __kmp_push_workshare() local
341 int tos; local
364 int tos; local
385 int tos; local
412 int tos; local
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_error.cpp161 int tos = p->stack_top; in dump_cons_stack() local
188 int tos; in __kmp_push_parallel() local
228 int tos; in __kmp_push_workshare() local
335 int tos; local
358 int tos; local
379 int tos; local
406 int tos; local
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/runtime/src/
H A Dkmp_error.cpp161 int tos = p->stack_top; in dump_cons_stack() local
188 int tos; in __kmp_push_parallel() local
228 int tos; in __kmp_push_workshare() local
335 int tos; local
358 int tos; local
379 int tos; local
406 int tos; local
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/runtime/src/
H A Dkmp_error.cpp164 int tos = p->stack_top; in dump_cons_stack() local
191 int tos; in __kmp_push_parallel() local
233 int tos; in __kmp_push_workshare() local
348 int tos; local
371 int tos; local
392 int tos; local
420 int tos; local

12345678910>>...102