Home
last modified time | relevance | path

Searched refs:pseudo (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/third_party/ltp/testcases/network/stress/ns-tools/
Dns-icmpv6_sender.c245 struct pseudo_ip6_datagram pseudo; /* ICMPv6 pseudo packet for checksum */ in create_mld_query() local
329 pseudo.hdr.p_ip6_src = pkt.hdr.ip6_src; in create_mld_query()
330 pseudo.hdr.p_ip6_dst = pkt.hdr.ip6_dst; in create_mld_query()
331 pseudo.hdr.p_ip6_plen = htons(query_size); in create_mld_query()
332 pseudo.hdr.p_ip6_zero1 = 0; in create_mld_query()
333 pseudo.hdr.p_ip6_zero2 = 0; in create_mld_query()
334 pseudo.hdr.p_ip6_nxt = IPPROTO_ICMPV6; in create_mld_query()
335 memcpy(pseudo.payload, query_p, query_size); in create_mld_query()
338 query_p->cksum = calc_checksum((u_int16_t *) (&pseudo), in create_mld_query()
365 struct pseudo_ip6_datagram pseudo; /* ICMPv6 pseudo packet for checksum */ in create_echo_request() local
[all …]
/third_party/ltp/testscripts/
Dltp-scsi_debug.sh77 echo 1 > /sys/bus/pseudo/drivers/scsi_debug/add_host
78 num_host=$(cat /sys/bus/pseudo/drivers/scsi_debug/add_host)
87 echo -2 > /sys/bus/pseudo/drivers/scsi_debug/add_host
88 num_host=$(cat /sys/bus/pseudo/drivers/scsi_debug/add_host)
117 max_luns=$(cat /sys/bus/pseudo/drivers/scsi_debug/max_luns)
118 add_host=$(cat /sys/bus/pseudo/drivers/scsi_debug/add_host)
119 num_tgts=$(cat /sys/bus/pseudo/drivers/scsi_debug/num_tgts)
/third_party/css-what/
Dreadme.md25 { type: "pseudo", name: "baz", data: null }
40 | `pseudo` | `name`, `data` | `:name(data)` | `{ type: 'pseudo'…
41 | `pseudo` | `name`, `data` | `:name` | `{ type: 'pseudo'…
42 | `pseudo-element` | `name` | `::name` | `{ type: 'pseudo-…
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-additional-sel.c153 if (a_this->content.pseudo) { in cr_additional_sel_set_pseudo()
154 cr_pseudo_destroy (a_this->content.pseudo); in cr_additional_sel_set_pseudo()
157 a_this->content.pseudo = a_pseudo; in cr_additional_sel_set_pseudo()
299 if (cur->content.pseudo) { in cr_additional_sel_to_string()
303 (cur->content.pseudo); in cr_additional_sel_to_string()
399 if (a_this->content.pseudo) { in cr_additional_sel_one_to_string()
403 (a_this->content.pseudo); in cr_additional_sel_one_to_string()
488 cr_pseudo_destroy (a_this->content.pseudo); in cr_additional_sel_destroy()
489 a_this->content.pseudo = NULL; in cr_additional_sel_destroy()
Dcr-sel-eng.c131 && a_sel && a_sel->content.pseudo in lang_pseudo_class_handler()
132 && a_sel->content.pseudo in lang_pseudo_class_handler()
133 && a_sel->content.pseudo->name in lang_pseudo_class_handler()
134 && a_sel->content.pseudo->name->stryng in lang_pseudo_class_handler()
137 if (strqcmp (a_sel->content.pseudo->name->stryng->str, in lang_pseudo_class_handler()
139 || a_sel->content.pseudo->type != FUNCTION_PSEUDO) { in lang_pseudo_class_handler()
144 if (!a_sel->content.pseudo->extra in lang_pseudo_class_handler()
145 || !a_sel->content.pseudo->extra->stryng in lang_pseudo_class_handler()
146 || a_sel->content.pseudo->extra->stryng->len < 2) in lang_pseudo_class_handler()
152 a_sel->content.pseudo->extra->stryng->str, in lang_pseudo_class_handler()
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shader_draw_parameters.txt95 Add the following after the pseudo-code describing MultiDrawArrays on
98 The index of the draw (<i> in the above pseudo-code) may be read by
101 Add the following after the pseudo-code describing MultiDrawArraysIndirect
104 The index of the draw (<i> in the above pseudo-code) may be read by
107 Add the following after the pseudo-code describing MultiDrawElements on
110 The index of the draw (<i> in the above pseudo-code) may be read by
113 Add the following after the pseudo-code describing
116 The index of the draw (<i> in the above pseudo-code) may be read by
119 Add the following after the pseudo-code describing
122 The index of the draw (<i> in the above pseudo-code) may be read by
[all …]
/third_party/openGLES/extensions/ARB/
DARB_shader_draw_parameters.txt105 Add the following after the pseudo-code describing MultiDrawArrays on
108 The index of the draw (<i> in the above pseudo-code) may be read by
111 Add the following after the pseudo-code describing MultiDrawArraysIndirect
114 The index of the draw (<i> in the above pseudo-code) may be read by
117 Add the following after the pseudo-code describing MultiDrawElements on
120 The index of the draw (<i> in the above pseudo-code) may be read by
123 Add the following after the pseudo-code describing
126 The index of the draw (<i> in the above pseudo-code) may be read by
129 Add the following after the pseudo-code describing
132 The index of the draw (<i> in the above pseudo-code) may be read by
[all …]
/third_party/boost/libs/random/doc/
Dnondet_random.qbk71 generator (e.g. a pseudo-random number engine) has entropy 0.
79 is assumed that this path denotes an operating system pseudo-device which
80 generates a stream of non-deterministic random numbers. The pseudo-device
82 is thrown. By default, random_device uses the /dev/urandom pseudo-device to
84 /dev/random pseudo-device, which blocks on reads if the entropy pool has no
Dconcepts.qbk31 * pseudo-random number generator
129 A pseudo-random number generator is a __UniformRandomNumberGenerator which
130 provides a deterministic sequence of pseudo-random numbers, based on some
134 inversive congruential] generators are examples of such [prng pseudo-random
140 Donald E. Knuth gives an extensive overview on pseudo-random number generation
145 [note Because the state of a pseudo-random number generator is necessarily
150 a pseudo-random number generator has some additional requirements. In the
151 following table, `X` denotes a pseudo-random number generator class,
169 Classes which model a pseudo-random number generator shall also model
170 __EqualityComparable, i.e. implement `operator==`. Two pseudo-random number
[all …]
Dgenerators.qbk9 This library provides several [prng pseudo-random number generators]. The
10 quality of a [prng pseudo random number generator] crucially depends on both
24 When the [prng pseudo-random number generator] is initialized again with the
31 Note that all [prng pseudo-random number generators] described below are
/third_party/openssl/doc/man3/
DSSL_CTX_set_msg_callback.pod57 This is set to 0 for the SSL3_RT_HEADER pseudo content type (see NOTES below).
64 messages). Alternatively it may be a "pseudo" content type. These pseudo
71 case of pseudo content types), which consists of I<len> bytes. The buffer is no
102 of data. The following pseudo content types are currently defined:
131 The pseudo content type B<SSL3_RT_INNER_CONTENT_TYPE> was added in OpenSSL 1.1.1.
DBN_rand.pod7 - generate pseudo-random number
27 BN_rand() generates a cryptographically strong pseudo-random number of
43 BN_rand_range() generates a cryptographically strong pseudo-random
80 The "pseudo" functions should not be used and may be deprecated in
/third_party/python/Doc/library/
Dpty.rst15 The :mod:`pty` module defines operations for handling the pseudo-terminal
19 Because pseudo-terminal handling is highly platform dependent, there is code to
28 Fork. Connect the child's controlling terminal to a pseudo-terminal. Return
37 Open a new pseudo-terminal pair, using :func:`os.openpty` if possible, or
89 pseudo-terminal to record all input and output of a terminal session in a
/third_party/EGL/specs/
Digstyle.css71 /* The following a: pseudo-class order is necessary in
166 * pseudo-operator without success.
183 * A:b is pseudo-element or pseudo-class selector. Examples are first-child,
/third_party/skia/third_party/externals/egl-registry/specs/
Digstyle.css71 /* The following a: pseudo-class order is necessary in
166 * pseudo-operator without success.
183 * A:b is pseudo-element or pseudo-class selector. Examples are first-child,
/third_party/boost/libs/asio/doc/overview/
Dcoroutine.qbk39 The `coroutine` class is used in conjunction with the pseudo-keywords
43 documentation provides a complete description of these pseudo-keywords.
/third_party/boost/boost/spirit/home/x3/operator/detail/
Dalternative.hpp185 using pseudo = traits::pseudo_attribute<Context, typename pass::type, Iterator>; in parse_alternative() typedef
187 typename pseudo::type attr_ = pseudo::call(first, last, pass::call(attr)); in parse_alternative()
/third_party/mingw-w64/mingw-w64-crt/
DChangeLog3 * crt/pseudo-reloc.c (__report_error): Keep in sync with Cygwin version:
/third_party/node/test/pseudo-tty/
Dpseudo-tty.status1 prefix pseudo-tty
/third_party/boost/libs/uuid/test/
Dtest_bench_random.cpp106 … boost::timer::cpu_times pseudo = timed_generator<boost::uuids::random_generator_mt19937>(count); in main() local
107 if (standard.wall > pseudo.wall) in main()
/third_party/libffi/m4/
Dasmcfi.m42 [AC_CACHE_CHECK([assembler .cfi pseudo-op support],
/third_party/gettext/libtextstyle/gnulib-local/modules/
Dlibcroco31 lib/libcroco/cr-pseudo.c
32 lib/libcroco/cr-pseudo.h
106 libcroco/cr-pseudo.c \
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_multi_draw.txt114 The index of the draw (<i> in the above pseudo-code) may be read by
135 The index of the draw (<i> in the above pseudo-code) may be read by
160 The index of the draw (<i> in the above pseudo-code) may be read by
184 The index of the draw (<i> in the above pseudo-code) may be read by
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DANGLE_multi_draw.txt114 The index of the draw (<i> in the above pseudo-code) may be read by
135 The index of the draw (<i> in the above pseudo-code) may be read by
160 The index of the draw (<i> in the above pseudo-code) may be read by
184 The index of the draw (<i> in the above pseudo-code) may be read by
/third_party/curl/tests/data/
Dtest28325 # Verify pseudo protocol after the test has been "shot"

12345678910>>...19