Home
last modified time | relevance | path

Searched refs:tn (Results 1 - 25 of 35) sorted by relevance

12

/third_party/curl/lib/
H A Dtelnet.c202 struct TELNET *tn; in init_telnet() local
204 tn = calloc(1, sizeof(struct TELNET)); in init_telnet()
205 if(!tn) in init_telnet()
208 Curl_dyn_init(&tn->out, 0xffff); in init_telnet()
209 data->req.p.telnet = tn; /* make us known */ in init_telnet()
211 tn->telrcv_state = CURL_TS_DATA; in init_telnet()
214 CURL_SB_CLEAR(tn); in init_telnet()
217 tn->us_preferred[CURL_TELOPT_SGA] = CURL_YES; in init_telnet()
218 tn->him_preferred[CURL_TELOPT_SGA] = CURL_YES; in init_telnet()
225 tn in init_telnet()
254 struct TELNET *tn = data->req.p.telnet; negotiate() local
327 struct TELNET *tn = data->req.p.telnet; set_remote_option() local
401 struct TELNET *tn = data->req.p.telnet; rec_will() local
449 struct TELNET *tn = data->req.p.telnet; rec_wont() local
491 struct TELNET *tn = data->req.p.telnet; set_local_option() local
565 struct TELNET *tn = data->req.p.telnet; rec_do() local
625 struct TELNET *tn = data->req.p.telnet; rec_dont() local
797 struct TELNET *tn = data->req.p.telnet; check_telnet_options() local
941 struct TELNET *tn = data->req.p.telnet; suboption() local
1019 struct TELNET *tn = data->req.p.telnet; sendsuboption() local
1077 struct TELNET *tn = data->req.p.telnet; telrcv() local
1239 struct TELNET *tn = data->req.p.telnet; send_telnet_data() local
1286 struct TELNET *tn = data->req.p.telnet; telnet_done() local
1324 struct TELNET *tn; telnet_do() local
[all...]
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dtypeexpr.py100 tn = type_node()
101 tn.name = type_name
102 tn.size = type_size
103 tn.integer = integer
104 te.expr.append(tn)
208 def set_base_type_node(self, tn):
209 self.expr = [tn]
214 tn = self.expr[0]
216 tn.elements = count
240 tn
[all...]
H A Dremap_helper.py39 tn = p.type_expr.get_base_type_node()
42 elif tn.integer:
44 elif tn.size == 4:
H A Dgl_XML.py339 tn = typeexpr.type_node()
340 tn.size = int( element.get( "size" ), 0 )
341 tn.integer = not is_attr_true( element, "float" )
342 tn.unsigned = is_attr_true( element, "unsigned" )
343 tn.pointer = is_attr_true( element, "pointer" )
344 tn.name = "GL" + self.name
345 te.set_base_type_node( tn )
/third_party/mesa3d/src/util/tests/
H A Drb_tree_test.cpp59 struct rb_test_node *tn = rb_node_data(struct rb_test_node, n, node); in rb_test_node_cmp_void() local
60 return *(int *)v - tn->key; in rb_test_node_cmp_void()
165 struct rb_test_node *tn; in validate_search() local
170 tn = rb_node_data(struct rb_test_node, n, node); in validate_search()
171 assert(tn->key == test_numbers[i]); in validate_search()
175 tn = rb_node_data(struct rb_test_node, n, node); in validate_search()
176 assert(tn->key == test_numbers[i]); in validate_search()
188 tn = rb_node_data(struct rb_test_node, n, node); in validate_search()
189 assert(tn->key != missing_key); in validate_search()
190 if (tn in validate_search()
[all...]
/third_party/libcoap/examples/
H A Detsi_coaptest.sh54 tn=$1
60 echo -e "running test: $tn"
61 if [ $(type -t $tn) ] ; then
62 $tn $tn
/third_party/mesa3d/.gitlab-ci/bare-metal/
H A Dtelnet-buffer.py34 tn = telnetlib.Telnet(host, port, 1000000) variable
37 bytes = tn.read_some()
41 tn.close()
/third_party/python/Tools/scripts/
H A Dget-remote-certificate.py31 tn = tempfile.mktemp()
32 with open(tn, "wb") as fp:
36 cmd = ['openssl', 'x509', '-in', tn, '-out', tn2]
46 os.unlink(tn)
/third_party/musl/libc-test/src/math/gen/
H A Dmp.c143 int tn; in mpf1() local
150 tn = fmp(my, mx, r); in mpf1()
152 genf(p, my, tn, r); in mpf1()
158 int tn; in mpf2() local
167 tn = fmp(my, mx, mx2, r); in mpf2()
168 genf(p, my, tn, r); in mpf2()
197 int tn; in mpd1() local
204 tn = fmp(my, mx, r); in mpd1()
206 gend(p, my, tn, r); in mpd1()
212 int tn; in mpd2() local
898 int tn; mpfma() local
916 int tn; mpfmaf() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DrecursiveConditionalTypes.js50 function f22<N extends number, M extends N>(tn: TupleOf<number, N>, tm: TupleOf<number, M>) {
51 tn = tm;
52 tm = tn;
183 function f22(tn, tm) {
184 tn = tm;
185 tm = tn;
235 declare function f22<N extends number, M extends N>(tn: TupleOf<number, N>, tm: TupleOf<number, M>): void;
/third_party/icu/tools/multi/proj/provider/glue/
H A Ddate_fe.cpp44 private: UDateFormat *_this; GLUE_SYM_V( DateFormat, x ) ( UDateFormat* tn ); \
71 GLUE_SYM (DateFormat ) :: GLUE_SYM(DateFormat) ( UDateFormat* tn) : in GLUE_SYM()
72 _this(tn) in GLUE_SYM()
H A Dcoll_fe.cpp52 private: UCollator *_this; GLUE_SYM_V( Collator, x ) ( UCollator* tn ) : _this(tn){} \
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_global_decl_test.cc111 auto* tn = alias->type->As<ast::TypeName>(); in TEST_F() local
112 EXPECT_NE(tn, nullptr); in TEST_F()
113 EXPECT_EQ(tn->name, str->name); in TEST_F()
/third_party/libabigail/src/
H A Dabg-suppression-priv.h220 priv(size_t i, const string& tn) in priv() argument
221 : index_(i), type_name_(tn) in priv()
224 priv(size_t i, const string& tn, const string& tn_regex) in priv() argument
225 : index_(i), type_name_(tn), type_name_regex_str_(tn_regex) in priv()
H A Dabg-suppression.cc1967 /// @param tn the type name of the parameter designated by this specification.
1972 /// account only if the parameter @p tn is empty.
1974 const string& tn, in parameter_spec()
1976 : priv_(new priv(i, tn, tn_regex)) in parameter_spec()
2006 /// @param tn new parameter type name to set.
2008 function_suppression::parameter_spec::set_parameter_type_name(const string& tn) in set_parameter_type_name() argument
2009 {priv_->type_name_ = tn;} in set_parameter_type_name()
2743 const string& tn = (*p)->get_parameter_type_name(); in suppresses_function() local
2744 if (!tn.empty()) in suppresses_function()
2746 if (tn ! in suppresses_function()
1973 parameter_spec(size_t i, const string& tn, const string& tn_regex) parameter_spec() argument
[all...]
/third_party/python/Lib/
H A Dtelnetlib.py9 >>> tn = Telnet('www.python.org', 79) # connect to finger port
10 >>> tn.write(b'guido\r\n')
11 >>> print(tn.read_all())
673 with Telnet() as tn:
674 tn.set_debuglevel(debuglevel)
675 tn.open(host, port, timeout=0.5)
676 tn.interact()
/third_party/icu/icu4c/source/tools/ctestfw/
H A Dctest.c191 cleanUpTestTree(TestNode *tn) in cleanUpTestTree() argument
193 if(tn->child != NULL) { in cleanUpTestTree()
194 cleanUpTestTree(tn->child); in cleanUpTestTree()
196 if(tn->sibling != NULL) { in cleanUpTestTree()
197 cleanUpTestTree(tn->sibling); in cleanUpTestTree()
200 free(tn); in cleanUpTestTree()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
H A Dctest.c189 cleanUpTestTree(TestNode *tn) in cleanUpTestTree() argument
191 if(tn->child != NULL) { in cleanUpTestTree()
192 cleanUpTestTree(tn->child); in cleanUpTestTree()
194 if(tn->sibling != NULL) { in cleanUpTestTree()
195 cleanUpTestTree(tn->sibling); in cleanUpTestTree()
198 free(tn); in cleanUpTestTree()
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_mul.c319 * n+tn is the word length t needs to be n*4 is size, as does r
371 bn_mul_normal(&(r[n2]), &(a[n]), tn, &(b[n]), tn); in bn_mul_part_recursive()
372 memset(&r[n2 + tn * 2], 0, sizeof(*r) * (n2 - tn * 2)); in bn_mul_part_recursive()
396 } else if (j > 0) { /* eg, n == 16, i == 8 and tn == 11 */ in bn_mul_part_recursive()
401 } else { /* (j < 0) eg, n == 16, i == 8 and tn == 5 */ in bn_mul_part_recursive()
/third_party/openssl/crypto/bn/
H A Dbn_mul.c319 * n+tn is the word length t needs to be n*4 is size, as does r
371 bn_mul_normal(&(r[n2]), &(a[n]), tn, &(b[n]), tn); in bn_mul_part_recursive()
372 memset(&r[n2 + tn * 2], 0, sizeof(*r) * (n2 - tn * 2)); in bn_mul_part_recursive()
396 } else if (j > 0) { /* eg, n == 16, i == 8 and tn == 11 */ in bn_mul_part_recursive()
401 } else { /* (j < 0) eg, n == 16, i == 8 and tn == 5 */ in bn_mul_part_recursive()
/third_party/python/Lib/test/
H A Dtest_telnetlib.py49 with telnetlib.Telnet(HOST, self.port) as tn:
50 self.assertIsNotNone(tn.get_socket())
51 self.assertIsNone(tn.get_socket())
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
H A Dctest.h174 cleanUpTestTree(TestNode *tn);
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
H A Dctest.h167 cleanUpTestTree(TestNode *tn);
/third_party/skia/third_party/externals/tint/src/resolver/
H A Ddependency_graph.cc362 if (auto* tn = ty->As<ast::TypeName>()) { in TraverseType()
363 AddGlobalDependency(tn, tn->name, "type", "references"); in TraverseType()
/third_party/node/deps/npm/node_modules/jackspeak/dist/esm/
H A Dindex.js377 const tn = pv[token.name] ?? [];
378 pv[token.name] = tn;
379 tn.push(value);

Completed in 24 milliseconds

12