Home
last modified time | relevance | path

Searched refs:W (Results 1 – 25 of 3235) sorted by relevance

12345678910>>...130

/external/llvm-project/llvm/unittests/ADT/
DPriorityWorklistTest.cpp28 TypeParam W; in TYPED_TEST() local
29 EXPECT_TRUE(W.empty()); in TYPED_TEST()
30 EXPECT_EQ(0u, W.size()); in TYPED_TEST()
31 EXPECT_FALSE(W.count(42)); in TYPED_TEST()
33 EXPECT_TRUE(W.insert(21)); in TYPED_TEST()
34 EXPECT_TRUE(W.insert(42)); in TYPED_TEST()
35 EXPECT_TRUE(W.insert(17)); in TYPED_TEST()
37 EXPECT_FALSE(W.empty()); in TYPED_TEST()
38 EXPECT_EQ(3u, W.size()); in TYPED_TEST()
39 EXPECT_TRUE(W.count(42)); in TYPED_TEST()
[all …]
/external/libpcap/
Dscanner.l161 W ([0-9A-Fa-f][0-9A-Fa-f]?[0-9A-Fa-f]?[0-9A-Fa-f]?)
170 V680 {W}:{W}:{W}:{W}:{W}:{W}:{W}:{W}
172 V670 ::{W}:{W}:{W}:{W}:{W}:{W}:{W}
173 V671 {W}::{W}:{W}:{W}:{W}:{W}:{W}
174 V672 {W}:{W}::{W}:{W}:{W}:{W}:{W}
175 V673 {W}:{W}:{W}::{W}:{W}:{W}:{W}
176 V674 {W}:{W}:{W}:{W}::{W}:{W}:{W}
177 V675 {W}:{W}:{W}:{W}:{W}::{W}:{W}
178 V676 {W}:{W}:{W}:{W}:{W}:{W}::{W}
179 V677 {W}:{W}:{W}:{W}:{W}:{W}:{W}::
[all …]
/external/llvm/unittests/ADT/
DPriorityWorklistTest.cpp27 TypeParam W; in TYPED_TEST() local
28 EXPECT_TRUE(W.empty()); in TYPED_TEST()
29 EXPECT_EQ(0u, W.size()); in TYPED_TEST()
30 EXPECT_FALSE(W.count(42)); in TYPED_TEST()
32 EXPECT_TRUE(W.insert(21)); in TYPED_TEST()
33 EXPECT_TRUE(W.insert(42)); in TYPED_TEST()
34 EXPECT_TRUE(W.insert(17)); in TYPED_TEST()
36 EXPECT_FALSE(W.empty()); in TYPED_TEST()
37 EXPECT_EQ(3u, W.size()); in TYPED_TEST()
38 EXPECT_TRUE(W.count(42)); in TYPED_TEST()
[all …]
/external/rust/crates/ppv-lite86/src/
Dsoft.rs10 pub struct x2<W, G>(pub [W; 2], PhantomData<G>);
11 impl<W, G> x2<W, G> {
13 pub fn new(xs: [W; 2]) -> Self { in new()
19 impl<W: $trait + Copy, G> $trait for x2<W, G> {
20 type Output = x2<W::Output, G>;
30 impl<W: $trait + Copy, G> $trait for x2<W, G> {
47 impl<W, G> RotateEachWord32 for x2<W, G>
49 W: Copy + RotateEachWord32,
60 impl<W, G> RotateEachWord64 for x2<W, G>
62 W: Copy + RotateEachWord64,
[all …]
/external/libsrtp2/crypto/hash/
Dsha1.c107 uint32_t W[80]; in srtp_sha1_core() local
120 W[0] = be32_to_cpu(M[0]); in srtp_sha1_core()
121 W[1] = be32_to_cpu(M[1]); in srtp_sha1_core()
122 W[2] = be32_to_cpu(M[2]); in srtp_sha1_core()
123 W[3] = be32_to_cpu(M[3]); in srtp_sha1_core()
124 W[4] = be32_to_cpu(M[4]); in srtp_sha1_core()
125 W[5] = be32_to_cpu(M[5]); in srtp_sha1_core()
126 W[6] = be32_to_cpu(M[6]); in srtp_sha1_core()
127 W[7] = be32_to_cpu(M[7]); in srtp_sha1_core()
128 W[8] = be32_to_cpu(M[8]); in srtp_sha1_core()
[all …]
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp32 ScopedPrinter &W, bool PrintRecordBytes) in CVSymbolDumperImpl() argument
34 W(W), PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {} in CVSymbolDumperImpl()
53 ScopedPrinter &W; member in __anon1e365f630111::CVSymbolDumperImpl
62 DictScope S(W, "LocalVariableAddrRange"); in printLocalVariableAddrRange()
66 W.printHex("ISectStart", Range.ISectStart); in printLocalVariableAddrRange()
67 W.printHex("Range", Range.Range); in printLocalVariableAddrRange()
73 ListScope S(W, "LocalVariableAddrGap"); in printLocalVariableAddrGap()
74 W.printHex("GapStartOffset", Gap.GapStartOffset); in printLocalVariableAddrGap()
75 W.printHex("Range", Gap.Range); in printLocalVariableAddrGap()
89 DictScope S(W, "BlockStart"); in visitBlockSym()
[all …]
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp34 ScopedPrinter &W, CPUType CPU, bool PrintRecordBytes) in CVSymbolDumperImpl() argument
35 : Types(Types), ObjDelegate(ObjDelegate), W(W), CompilationCPUType(CPU), in CVSymbolDumperImpl()
58 ScopedPrinter &W; member in __anona68489110111::CVSymbolDumperImpl
82 DictScope S(W, "LocalVariableAddrRange"); in printLocalVariableAddrRange()
86 W.printHex("ISectStart", Range.ISectStart); in printLocalVariableAddrRange()
87 W.printHex("Range", Range.Range); in printLocalVariableAddrRange()
93 ListScope S(W, "LocalVariableAddrGap"); in printLocalVariableAddrGap()
94 W.printHex("GapStartOffset", Gap.GapStartOffset); in printLocalVariableAddrGap()
95 W.printHex("Range", Gap.Range); in printLocalVariableAddrGap()
100 codeview::printTypeIndex(W, FieldName, TI, Types); in printTypeIndex()
[all …]
DTypeDumpVisitor.cpp162 codeview::printTypeIndex(*W, FieldName, TI, TpiTypes); in printTypeIndex()
166 codeview::printTypeIndex(*W, FieldName, TI, getSourceTypes()); in printItemIndex()
174 W->startLine() << getLeafTypeName(Record.kind()); in visitTypeBegin()
175 W->getOStream() << " (" << HexNumber(Index.getIndex()) << ")"; in visitTypeBegin()
176 W->getOStream() << " {\n"; in visitTypeBegin()
177 W->indent(); in visitTypeBegin()
178 W->printEnum("TypeLeafKind", unsigned(Record.kind()), in visitTypeBegin()
185 W->printBinaryBlock("LeafData", getBytesAsCharacters(Record.content())); in visitTypeEnd()
187 W->unindent(); in visitTypeEnd()
188 W->startLine() << "}\n"; in visitTypeEnd()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp34 ScopedPrinter &W, CPUType CPU, bool PrintRecordBytes) in CVSymbolDumperImpl() argument
35 : Types(Types), ObjDelegate(ObjDelegate), W(W), CompilationCPUType(CPU), in CVSymbolDumperImpl()
58 ScopedPrinter &W; member in __anonbaeeee050111::CVSymbolDumperImpl
82 DictScope S(W, "LocalVariableAddrRange"); in printLocalVariableAddrRange()
86 W.printHex("ISectStart", Range.ISectStart); in printLocalVariableAddrRange()
87 W.printHex("Range", Range.Range); in printLocalVariableAddrRange()
93 ListScope S(W, "LocalVariableAddrGap"); in printLocalVariableAddrGap()
94 W.printHex("GapStartOffset", Gap.GapStartOffset); in printLocalVariableAddrGap()
95 W.printHex("Range", Gap.Range); in printLocalVariableAddrGap()
100 codeview::printTypeIndex(W, FieldName, TI, Types); in printTypeIndex()
[all …]
DTypeDumpVisitor.cpp162 codeview::printTypeIndex(*W, FieldName, TI, TpiTypes); in printTypeIndex()
166 codeview::printTypeIndex(*W, FieldName, TI, getSourceTypes()); in printItemIndex()
174 W->startLine() << getLeafTypeName(Record.kind()); in visitTypeBegin()
175 W->getOStream() << " (" << HexNumber(Index.getIndex()) << ")"; in visitTypeBegin()
176 W->getOStream() << " {\n"; in visitTypeBegin()
177 W->indent(); in visitTypeBegin()
178 W->printEnum("TypeLeafKind", unsigned(Record.kind()), in visitTypeBegin()
185 W->printBinaryBlock("LeafData", getBytesAsCharacters(Record.content())); in visitTypeEnd()
187 W->unindent(); in visitTypeEnd()
188 W->startLine() << "}\n"; in visitTypeEnd()
[all …]
/external/google-breakpad/src/processor/testdata/
Dmicrodump-arm64.dmp1 W/google-breakpad( 3728): -----BEGIN BREAKPAD MICRODUMP-----
2 W/google-breakpad( 3728): O A arm64 02 aarch64 OS 64 VERSION INFO
3 W/google-breakpad( 3728): S 0 0000007FE2BA6120 0000007FE2BA6000 0000000000003000
4 W/google-breakpad( 3728): S 0000007FE2BA6000 0700000000000000A060BAE27F0000007060BAE27F000000E4006A…
5 W/google-breakpad( 3728): S 0000007FE2BA6180 00000000000000009863BAE27F0000000000000005000000000000…
6 W/google-breakpad( 3728): S 0000007FE2BA6300 000000000000000000000000000000000000000000000000000000…
7 W/google-breakpad( 3728): S 0000007FE2BA6480 000000000000000000000000000000000000000000000000000000…
8 W/google-breakpad( 3728): S 0000007FE2BA6600 000000000000000000000000000000000000000000000000000000…
9 W/google-breakpad( 3728): S 0000007FE2BA6780 80E64E9555000000006033807F00000090E64E955500000058F66D…
10 W/google-breakpad( 3728): S 0000007FE2BA6900 000000000000000000000000000000000000000000000000000000…
[all …]
Dmicrodump-arm.dmp1 W/google-breakpad( 3745): -----BEGIN BREAKPAD MICRODUMP-----
2 W/google-breakpad( 3745): O A arm 02 armv7l OS VERSION INFO
3 W/google-breakpad( 3745): G OpenGL ES 3.0 V@104.0 AU@ (GIT@Id3510ff6dc)|Qualcomm|Adreno (TM) 330
4 W/google-breakpad( 3745): S 0 FFEA68C0 FFEA6000 00002000
5 W/google-breakpad( 3745): S FFEA6000 00000000000000000000000000000000000000000000000000000000000000…
6 W/google-breakpad( 3745): S FFEA6180 2168EAFFC59104F77C67EAFF7C62EAFF4062EAFF1E71B3AA040000001E71B3…
7 W/google-breakpad( 3745): S FFEA6300 00000000000000000000000000000000000000000000000000000000000000…
8 W/google-breakpad( 3745): S FFEA6480 00000000000000000000000000000000000000000000000000000000000000…
9 W/google-breakpad( 3745): S FFEA6600 00000000000000000000000000000000000000000000000000000000000000…
10 W/google-breakpad( 3745): S FFEA6780 0000000000000000285F20ABB467EAFF030000002768EAFF200000007702B3…
[all …]
/external/bcc/tools/
Dbiotop_example.txt16 326 jbd2/xvda1-8 W 202 1 xvda1 3 168 3.00
17 1880 supervise W 202 1 xvda1 2 8 6.71
18 1873 supervise W 202 1 xvda1 2 8 2.51
19 1871 supervise W 202 1 xvda1 2 8 1.57
20 1876 supervise W 202 1 xvda1 2 8 1.22
21 1892 supervise W 202 1 xvda1 2 8 0.62
22 1878 supervise W 202 1 xvda1 2 8 0.78
23 1886 supervise W 202 1 xvda1 2 8 1.30
24 1894 supervise W 202 1 xvda1 2 8 3.46
25 1869 supervise W 202 1 xvda1 2 8 0.73
[all …]
/external/icu/tools/cldr/cldr-to-icu/src/main/resources/
Dldml2icu_supplemental.txt17 %W=[\s\w\-/]++
24 //supplementalData/currencyData/region[@iso3166="(%W)"]/currency[@iso4217="(%W)"]
26 //supplementalData/currencyData/region[@iso3166="(%W)"]/currency[@iso4217="(%W)"][@tender="false"]
29 //supplementalData/currencyData/region[@iso3166="(%W)"]/currency[@from="(%W)"][@iso4217="(%W)"]
32 //supplementalData/currencyData/region[@iso3166="(%W)"]/currency[@from="(%W)"][@iso4217="(%W)"][@te…
36 …/supplementalData/currencyData/region[@iso3166="(%W)"]/currency[@from="(%W)"][@to="(%W)"][@iso4217…
40 …/supplementalData/currencyData/region[@iso3166="(%W)"]/currency[@from="(%W)"][@to="(%W)"][@iso4217…
45 //supplementalData/currencyData/region[@iso3166="(%W)"]/currency[@to="(%W)"][@iso4217="(%W)"][@tend…
49 //supplementalData/currencyData/fractions/info[@iso4217="(%W)"][@digits="(%N)"][@rounding="(%N)"][@…
50 //supplementalData/currencyData/fractions/info[@iso4217="(%W)"][@digits="(%N)"][@rounding="(%N)"][@…
[all …]
/external/libvpx/libvpx/vpx_dsp/
Dvariance.c128 #define VAR(W, H) \ argument
129 uint32_t vpx_variance##W##x##H##_c(const uint8_t *src_ptr, int src_stride, \
133 variance(src_ptr, src_stride, ref_ptr, ref_stride, W, H, sse, &sum); \
134 return *sse - (uint32_t)(((int64_t)sum * sum) / (W * H)); \
137 #define SUBPIX_VAR(W, H) \ argument
138 uint32_t vpx_sub_pixel_variance##W##x##H##_c( \
141 uint16_t fdata3[(H + 1) * W]; \
142 uint8_t temp2[H * W]; \
145 W, bilinear_filters[x_offset]); \
146 var_filter_block2d_bil_second_pass(fdata3, temp2, W, W, H, W, \
[all …]
/external/rust/crates/flate2/src/zlib/
Dwrite.rs36 pub struct ZlibEncoder<W: Write> {
37 inner: zio::Writer<W, Compress>,
40 impl<W: Write> ZlibEncoder<W> {
46 pub fn new(w: W, level: crate::Compression) -> ZlibEncoder<W> { in new() argument
53 pub fn get_ref(&self) -> &W { in get_ref() argument
61 pub fn get_mut(&mut self) -> &mut W { in get_mut() argument
80 pub fn reset(&mut self, w: W) -> io::Result<W> { in reset() argument
120 pub fn finish(mut self) -> io::Result<W> { in finish() argument
137 pub fn flush_finish(mut self) -> io::Result<W> { in flush_finish() argument
159 impl<W: Write> Write for ZlibEncoder<W> {
[all …]
/external/rust/crates/flate2/src/deflate/
Dwrite.rs35 pub struct DeflateEncoder<W: Write> {
36 inner: zio::Writer<W, Compress>,
39 impl<W: Write> DeflateEncoder<W> {
45 pub fn new(w: W, level: crate::Compression) -> DeflateEncoder<W> { in new() argument
52 pub fn get_ref(&self) -> &W { in get_ref() argument
60 pub fn get_mut(&mut self) -> &mut W { in get_mut() argument
80 pub fn reset(&mut self, w: W) -> io::Result<W> { in reset() argument
120 pub fn finish(mut self) -> io::Result<W> { in finish() argument
137 pub fn flush_finish(mut self) -> io::Result<W> { in flush_finish() argument
159 impl<W: Write> Write for DeflateEncoder<W> {
[all …]
/external/arm-neon-tests/
Dref_vtbX.c39 #define DECL_VTBX(T1, W, N, X) \ in exec_vtbX() argument
40 VECT_ARRAY_TYPE(T1, W, N, X) VECT_ARRAY_VAR(table_vector, T1, W, N, X) in exec_vtbX()
44 #define TEST_VTBL1(T1, T2, T3, W, N) \ in exec_vtbX() argument
45 VECT_VAR(table_vector, T1, W, N) = \ in exec_vtbX()
46 vld1##_##T2##W((T1##W##_t *)lookup_table); \ in exec_vtbX()
48 VECT_VAR(vector_res, T1, W, N) = \ in exec_vtbX()
49 vtbl1_##T2##W(VECT_VAR(table_vector, T1, W, N), \ in exec_vtbX()
50 VECT_VAR(vector, T3, W, N)); \ in exec_vtbX()
51 vst1_##T2##W(VECT_VAR(result, T1, W, N), \ in exec_vtbX()
52 VECT_VAR(vector_res, T1, W, N)); in exec_vtbX()
[all …]
/external/llvm-project/clang/test/CXX/drs/
Ddr13xx.cpp42 template<typename T> struct W : WBase<T> { typedef int X; int n; }; argument
45 W<int>::W w1a; // expected-error {{qualified reference to 'W' is a constructor name}} in w_test()
46 W<int>::W::X w1ax; in w_test()
47 W<int>::W<int> w1b; // expected-error {{qualified reference to 'W' is a constructor name}} in w_test()
48 W<int>::W<int>::X w1bx; in w_test()
49 …typename W<int>::W w2a; // expected-error {{qualified reference to 'W' is a constructor name}} exp… in w_test()
50 typename W<int>::W::X w2ax; // expected-error 0-1{{outside of a template}} in w_test()
51 …typename W<int>::W<int> w2b; // expected-error {{qualified reference to 'W' is a constructor name}… in w_test()
52 typename W<int>::W<int>::X w2bx; // expected-error 0-1{{outside of a template}} in w_test()
53W<int>::template W<int> w3; // expected-error {{qualified reference to 'W' is a constructor name}}… in w_test()
[all …]
/external/libaom/libaom/aom_dsp/
Dvariance.c144 #define VAR(W, H) \ argument
145 uint32_t aom_variance##W##x##H##_c(const uint8_t *a, int a_stride, \
149 variance(a, a_stride, b, b_stride, W, H, sse, &sum); \
150 return *sse - (uint32_t)(((int64_t)sum * sum) / (W * H)); \
153 #define SUBPIX_VAR(W, H) \ argument
154 uint32_t aom_sub_pixel_variance##W##x##H##_c( \
157 uint16_t fdata3[(H + 1) * W]; \
158 uint8_t temp2[H * W]; \
160 aom_var_filter_block2d_bil_first_pass_c(a, fdata3, a_stride, 1, H + 1, W, \
162 aom_var_filter_block2d_bil_second_pass_c(fdata3, temp2, W, W, H, W, \
[all …]
/external/boringssl/src/crypto/fipsmodule/bn/
Dmiller_rabin_tests.txt2 # witness for W. W must be odd and B must satisfy 1 <= B <= W-1.
34 W = 7
38 W = 7
42 W = 7
46 W = 7
50 W = 7
54 W = 7
63 W = d6b4ffc7cf70b2a2fc5d6023015875504d40e3dcce7c2e6b762c3de7bb806a5074144e7054198dabf53d23108679ccc…
68 W = 52cc61c42b341ad56dc11495e7cb2fe31e506b9e99522efbf44cd7c28468d3833c5e360f3c77b0aa43c0495c4e14665…
73 W = cff9897aa7dce0f2afad262b2de57d301305de717f3539c537c4ce062f8cb70df13fbc1eb4a3b9f0958a8810d1ca904…
[all …]
/external/llvm-project/llvm/tools/llvm-readobj/
DXCOFFDumper.cpp52 DictScope DS(W, "FileHeader"); in printFileHeaders()
53 W.printHex("Magic", Obj.getMagic()); in printFileHeaders()
54 W.printNumber("NumberOfSections", Obj.getNumberOfSections()); in printFileHeaders()
68 W.printHex("TimeStamp", FormattedTime, TimeStamp); in printFileHeaders()
70 W.printHex("Timestamp", TimeStamp); in printFileHeaders()
72 W.printHex("TimeStamp", TimeStamp == 0 ? "None" : "Reserved Value", in printFileHeaders()
80 W.printHex("SymbolTableOffset", Obj.getSymbolTableOffset64()); in printFileHeaders()
81 W.printNumber("SymbolTableEntries", Obj.getNumberOfSymbolTableEntries64()); in printFileHeaders()
83 W.printHex("SymbolTableOffset", Obj.getSymbolTableOffset32()); in printFileHeaders()
86 W.printNumber("SymbolTableEntries", SymTabEntries); in printFileHeaders()
[all …]
DCOFFDumper.cpp309 W.printSymbolOffset(Label, Symbol, Offset); in printRelocatedField()
311 W.printHex(Label, RelocOffset); in printRelocatedField()
318 W.printBinaryBlock(Label, Block); in printBinaryBlockWithRelocs()
326 W.flush(); in printBinaryBlockWithRelocs()
328 ListScope D(W, "BlockRelocations"); in printBinaryBlockWithRelocs()
611 W.printHex(FieldName + "RVA", Data->RelativeVirtualAddress); in printDataDirectory()
612 W.printHex(FieldName + "Size", Data->Size); in printDataDirectory()
621 DictScope D(W, "ImageFileHeader"); in printFileHeaders()
622 W.printEnum ("Machine", Obj->getMachine(), in printFileHeaders()
624 W.printNumber("SectionCount", Obj->getNumberOfSections()); in printFileHeaders()
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Ddepthwise_conv_3x3.cc105 std::string W[9] = {"f0", "f1", "f2", "f3", "f4", "f5", "f6", "f7", "f8"}; in GenerateDepthwiseConvCode() local
159 W[0] = "f[0]"; in GenerateDepthwiseConvCode()
160 W[1] = "f[1]"; in GenerateDepthwiseConvCode()
161 W[2] = "f[2]"; in GenerateDepthwiseConvCode()
162 W[3] = "f[3]"; in GenerateDepthwiseConvCode()
163 W[4] = "f[4]"; in GenerateDepthwiseConvCode()
164 W[5] = "f[5]"; in GenerateDepthwiseConvCode()
165 W[6] = "f[6]"; in GenerateDepthwiseConvCode()
166 W[7] = "f[7]"; in GenerateDepthwiseConvCode()
167 W[8] = "f[8]"; in GenerateDepthwiseConvCode()
[all …]
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp258 W.printSymbolOffset(Label, Symbol, Offset); in printRelocatedField()
260 W.printHex(Label, RelocOffset); in printRelocatedField()
267 W.printBinaryBlock(Label, Block); in printBinaryBlockWithRelocs()
275 W.flush(); in printBinaryBlockWithRelocs()
277 ListScope D(W, "BlockRelocations"); in printBinaryBlockWithRelocs()
550 W.printHex(FieldName + "RVA", Data->RelativeVirtualAddress); in printDataDirectory()
551 W.printHex(FieldName + "Size", Data->Size); in printDataDirectory()
560 DictScope D(W, "ImageFileHeader"); in printFileHeaders()
561 W.printEnum ("Machine", Obj->getMachine(), in printFileHeaders()
563 W.printNumber("SectionCount", Obj->getNumberOfSections()); in printFileHeaders()
[all …]

12345678910>>...130