Home
last modified time | relevance | path

Searched refs:Pre (Results 1 – 25 of 424) sorted by relevance

12345678910>>...17

/third_party/FreeBSD/
DMAINTAINERS38 atf freebsd-testing,jmmv,ngie Pre-commit review requested.
39 ath(4) adrian Pre-commit review requested, send to freebsd-wireless@freebsd.org
40 contrib/libcxxrt dim,emaste Pre-commit review preferred.
41 contrib/llvm-project/compiler-rt dim Pre-commit review preferred.
42 contrib/llvm-project/libcxx dim Pre-commit review preferred.
43 contrib/llvm-project/libunwind dim,emaste,jhb Pre-commit review preferred.
44 contrib/llvm-project/lldb dim,emaste Pre-commit review preferred.
45 contrib/llvm-project/llvm dim Pre-commit review preferred.
46 contrib/llvm-project/openmp dim,emaste Pre-commit review preferred.
49 etc/mail gshapiro Pre-commit review requested. Keep in sync with -STABLE.
[all …]
/third_party/glslang/Test/baseResults/
Ddce.frag.out17 0:10 Pre-Increment ( temp int)
20 0:12 Pre-Increment ( temp int)
27 0:14 Pre-Increment ( temp int)
30 0:14 Pre-Increment ( temp int)
41 0:18 Pre-Increment ( temp int)
44 0:20 Pre-Increment ( temp int)
51 0:23 Pre-Increment ( temp int)
69 0:29 Pre-Increment ( temp int)
72 0:28 Pre-Increment ( temp int)
97 0:34 Pre-Increment ( temp int)
[all …]
Dprepost.frag.out24 0:13 Pre-Increment ( temp float)
30 0:13 Pre-Decrement ( temp int)
60 0:17 Pre-Decrement ( temp float)
66 0:17 Pre-Decrement ( temp int)
78 0:20 Pre-Increment ( temp float)
80 0:21 Pre-Decrement ( temp float)
91 0:27 Pre-Increment ( temp float)
123 0:35 Pre-Decrement ( temp float)
161 0:13 Pre-Increment ( temp float)
167 0:13 Pre-Decrement ( temp int)
[all …]
Dhlsl.loopattr.frag.out21 0:5 Pre-Increment ( temp int)
36 0:8 Pre-Increment ( temp int)
51 0:11 Pre-Increment ( temp int)
91 0:5 Pre-Increment ( temp int)
106 0:8 Pre-Increment ( temp int)
121 0:11 Pre-Increment ( temp int)
Dhlsl.switch.frag.out29 0:14 Pre-Increment ( temp 4-component vector of float)
36 0:17 Pre-Decrement ( temp 4-component vector of float)
48 0:23 Pre-Increment ( temp 4-component vector of float)
110 0:47 Pre-Increment ( temp 4-component vector of float)
120 0:51 Pre-Decrement ( temp 4-component vector of float)
179 0:14 Pre-Increment ( temp 4-component vector of float)
186 0:17 Pre-Decrement ( temp 4-component vector of float)
198 0:23 Pre-Increment ( temp 4-component vector of float)
260 0:47 Pre-Increment ( temp 4-component vector of float)
270 0:51 Pre-Decrement ( temp 4-component vector of float)
Dhlsl.frag.out44 0:9 Pre-Increment (temp 4-component vector of float)
48 0:9 Pre-Decrement (temp 4-component vector of float)
54 0:10 Pre-Increment (temp 4-component vector of float)
109 0:9 Pre-Increment (temp 4-component vector of float)
113 0:9 Pre-Decrement (temp 4-component vector of float)
119 0:10 Pre-Increment (temp 4-component vector of float)
Dhlsl.forLoop.frag.out17 0:6 Pre-Increment ( temp 4-component vector of float)
56 0:18 Pre-Decrement ( temp 4-component vector of float)
138 0:34 Pre-Decrement ( temp float)
140 0:34 Pre-Decrement ( temp float)
142 0:34 Pre-Decrement ( temp float)
186 0:48 Pre-Increment ( temp int)
188 0:49 Pre-Decrement ( temp float)
232 0:54 Pre-Increment ( temp float)
274 0:6 Pre-Increment ( temp 4-component vector of float)
313 0:18 Pre-Decrement ( temp 4-component vector of float)
[all …]
DforLoop.frag.out28 0:14 Pre-Increment ( temp int)
58 0:21 Pre-Increment ( temp int)
85 0:26 Pre-Increment ( temp int)
131 0:34 Pre-Increment ( temp int)
210 0:14 Pre-Increment ( temp int)
240 0:21 Pre-Increment ( temp int)
267 0:26 Pre-Increment ( temp int)
313 0:34 Pre-Increment ( temp int)
Dhlsl.doLoop.frag.out48 0:14 Pre-Increment ( temp float)
57 0:18 Pre-Increment ( temp float)
65 0:18 Pre-Increment ( temp float)
149 0:14 Pre-Increment ( temp float)
158 0:18 Pre-Increment ( temp float)
166 0:18 Pre-Increment ( temp float)
Dalways-discard.frag.out80 0:17 Pre-Increment ( temp 4-component vector of float)
93 0:23 Pre-Increment ( temp 4-component vector of float)
201 0:17 Pre-Increment ( temp 4-component vector of float)
214 0:23 Pre-Increment ( temp 4-component vector of float)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeDeserializer.h114 RecordPrefix Pre(static_cast<uint16_t>(TypeLeafKind::LF_FIELDLIST)); in FieldListDeserializer()
115 CVType FieldList(&Pre, sizeof(Pre)); in FieldListDeserializer()
120 RecordPrefix Pre(static_cast<uint16_t>(TypeLeafKind::LF_FIELDLIST)); in ~FieldListDeserializer()
121 CVType FieldList(&Pre, sizeof(Pre)); in ~FieldListDeserializer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DOption.cpp63 for (const char *const *Pre = Info->Prefixes; *Pre != nullptr; ++Pre) { in print() local
64 O << '"' << *Pre << (*(Pre + 1) == nullptr ? "\"" : "\", "); in print()
/third_party/typescript/tests/baselines/reference/
DincrementAndDecrement.types49 // Pre and postfix++ on number
90 // Pre and postfix++ on enum
131 // Pre and postfix++ on value of type 'any'
173 // Pre and postfix++ on other types
DincrementAndDecrement.symbols39 // Pre and postfix++ on number
64 // Pre and postfix++ on enum
89 // Pre and postfix++ on value of type 'any'
115 // Pre and postfix++ on other types
DincrementAndDecrement.errors.txt69 // Pre and postfix++ on number
95 // Pre and postfix++ on enum
121 // Pre and postfix++ on value of type 'any'
148 // Pre and postfix++ on other types
/third_party/boost/tools/quickbook/test/
Dtemplates-1_3.quickbook163 Pre [block [block Hello!]] Post
165 Pre [block [phrase Hello!]] Post
167 Pre [phrase [block Hello!]] Post
169 Pre [phrase [phrase Hello!]] Post
Dtemplates-1_6.quickbook163 Pre [block_foo [block_foo Hello!]] Post
165 Pre [block_foo [phrase_foo Hello!]] Post
167 Pre [phrase_foo [block_foo Hello!]] Post
169 Pre [phrase_foo [phrase_foo Hello!]] Post
Dtemplates-1_5.quickbook163 Pre [block [block Hello!]] Post
165 Pre [block [phrase Hello!]] Post
167 Pre [phrase [block Hello!]] Post
169 Pre [phrase [phrase Hello!]] Post
Dtemplates-1_7.quickbook163 Pre [block_foo [block_foo Hello!]] Post
165 Pre [block_foo [phrase_foo Hello!]] Post
167 Pre [phrase_foo [block_foo Hello!]] Post
169 Pre [phrase_foo [phrase_foo Hello!]] Post
/third_party/alsa-lib/include/
Dalsa-symbols.h29 #define INTERNAL_CONCAT2_2(Pre, Post) Pre##Post argument
/third_party/expat/win32/
DMANIFEST.txt15 <top>\Bin\ Pre-compiled dynamic libraries for developers.
16 Pre-compiled static libraries for developers (*MT.lib).
/third_party/skia/third_party/externals/expat/expat/win32/
DMANIFEST.txt15 <top>\Bin\ Pre-compiled dynamic libraries for developers.
16 Pre-compiled static libraries for developers (*MT.lib).
/third_party/e2fsprogs/debian/
Dcontrol76 Pre-Depends: ${misc:Pre-Depends}
104 Pre-Depends: ${misc:Pre-Depends}
150 Pre-Depends: ${misc:Pre-Depends}
180 Pre-Depends: ${shlibs:Depends}, ${misc:Depends}, libblkid1, libuuid1
/third_party/libcoap/man/
Dcoap_encryption.txt.in69 information for Pre-Shared Keys (PSK), Public Key Infrastructure (PKI) or
117 PSK. Initially, the Client has to provide an Identity and a Pre-Shared Key.
119 Libcoap will put the Identity and Pre-Shared Key as appropriate into the TLS
136 * The appropriate Identity and Pre-Shared Key to use can then be returned.
198 to decide what Identity and Pre-Shared Key should be used for this session.
204 Pre-Shared Key should be used.
209 Identity / Pre-Shared Key to use.
216 SNI extension, whether, for example, a different Hint and/or Pre-Shared Key is
226 coap_bin_const_t key; /* The Pre-Shared Key */
232 *key* defines the Pre-Shared Key to use
[all …]
/third_party/wayland-ivi-extension/
DREADME9 Pre-requisite:
33 Pre-requisite:

12345678910>>...17