| /external/rust/crates/flate2/src/zlib/ |
| D | write.rs | 41 pub fn new(w: W, level: crate::Compression) -> ZlibEncoder<W> { in new() 49 pub fn new_with_compress(w: W, compression: Compress) -> ZlibEncoder<W> { in new_with_compress() 56 pub fn get_ref(&self) -> &W { in get_ref() 64 pub fn get_mut(&mut self) -> &mut W { in get_mut() 83 pub fn reset(&mut self, w: W) -> io::Result<W> { in reset() 123 pub fn finish(mut self) -> io::Result<W> { in finish() 140 pub fn flush_finish(mut self) -> io::Result<W> { in flush_finish() 223 pub fn new(w: W) -> ZlibDecoder<W> { in new() 234 pub fn new_with_decompress(w: W, decompression: Decompress) -> ZlibDecoder<W> { in new_with_decompress() 241 pub fn get_ref(&self) -> &W { in get_ref() [all …]
|
| /external/rust/crates/flate2/src/deflate/ |
| D | write.rs | 40 pub fn new(w: W, level: crate::Compression) -> DeflateEncoder<W> { in new() 47 pub fn get_ref(&self) -> &W { in get_ref() 55 pub fn get_mut(&mut self) -> &mut W { in get_mut() 75 pub fn reset(&mut self, w: W) -> io::Result<W> { in reset() 115 pub fn finish(mut self) -> io::Result<W> { in finish() 132 pub fn flush_finish(mut self) -> io::Result<W> { in flush_finish() 213 pub fn new(w: W) -> DeflateDecoder<W> { in new() 220 pub fn get_ref(&self) -> &W { in get_ref() 228 pub fn get_mut(&mut self) -> &mut W { in get_mut() 247 pub fn reset(&mut self, w: W) -> io::Result<W> { in reset() [all …]
|
| /external/rust/crates/libz-sys/src/zlib-ng/ |
| D | crc32_braid_p.h | 24 # define W Z_TESTW macro 29 # define W 8 macro 31 # define W 4 macro 40 # define W 4 macro
|
| /external/llvm/unittests/Bitcode/ |
| D | BitstreamWriterTest.cpp | 21 BitstreamWriter W(Buffer); in TEST() local 29 BitstreamWriter W(Buffer); in TEST() local 34 BitstreamWriter W(Expected); in TEST() local 47 BitstreamWriter W(Buffer); in TEST() local 54 BitstreamWriter W(Buffer); in TEST() local
|
| /external/rust/crates/xml-rs/src/ |
| D | writer.rs | 30 pub fn new(sink: W) -> EventWriter<W> { in new() 37 pub fn new_with_config(sink: W, config: EmitterConfig) -> EventWriter<W> { in new_with_config() 78 pub fn inner_mut(&mut self) -> &mut W { in inner_mut() 87 pub fn into_inner(self) -> W { in into_inner()
|
| /external/sdv/vsomeip/third_party/boost/optional/test/ |
| D | optional_test_tc_base.cpp | 48 struct W struct 53 W(Args&&... args) in W() function
|
| /external/arm-neon-tests/ |
| D | stm-arm-neon-ref.h | 55 #define VAR(V,T,W) xNAME(V,T##W) argument 56 #define VAR_DECL(V, T, W) T##W##_t VAR(V,T,W) argument 58 #define VECT_NAME(T, W, N) T##W##x##N argument 59 #define VECT_ARRAY_NAME(T, W, N, L) T##W##x##N##x##L argument 60 #define VECT_TYPE(T, W, N) xNAME(VECT_NAME(T,W,N),t) argument 61 #define VECT_ARRAY_TYPE(T, W, N, L) xNAME(VECT_ARRAY_NAME(T,W,N,L),t) argument 63 #define VECT_VAR(V,T,W,N) xNAME(V,VECT_NAME(T,W,N)) argument 64 #define VECT_VAR_DECL(V, T, W, N) T##W##_t VECT_VAR(V,T,W,N) argument 67 #define PAD(V, T, W, N) char VECT_VAR(V,T,W,N)=42; argument 70 #define ARRAY(V, T, W, N) VECT_VAR_DECL(V,T,W,N)[N] argument [all …]
|
| D | compute_ref_data.c | 35 #define MY_INIT_TAB(T,W,N) xNAME(INIT_TAB,N)(T##W##_t) argument 36 #define MY_INIT_TAB2(T,W,N) xNAME(INIT_TAB2,N)(T##W##_t) argument 37 #define MY_INIT_TAB3(T,W,N) xNAME(INIT_TAB3,N)(T##W##_t) argument 38 #define MY_INIT_TAB4(T,W,N) xNAME(INIT_TAB4,N)(T##W##_t) argument 41 #define VECT_VAR_DECL_INIT(V, T, W, N) \ argument 46 #define VECT_VAR_DECL_INIT4(V, T, W, N) \ argument 50 #define VECT_ARRAY_INIT2(V, T, W, N) \ argument 55 #define VECT_ARRAY_INIT3(V, T, W, N) \ argument 61 #define VECT_ARRAY_INIT4(V, T, W, N) \ argument
|
| D | ref_vldX_lane.c | 37 #define DECL_VLDX_LANE(T1, W, N, X) \ in exec_vldX_lane() argument 48 #define TEST_VLDX_LANE(Q, T1, T2, W, N, X, L) \ in exec_vldX_lane() argument 66 #define TEST_EXTRA_CHUNK(T1, W, N, X, Y) \ in exec_vldX_lane() argument 101 #define ARRAY1(V, T, W, N) VECT_VAR_DECL(V,T,W,N)[1]={42} in exec_vldX_lane() argument 102 #define DUMMY_ARRAY(V, T, W, N, L) \ in exec_vldX_lane() argument
|
| D | ref_vtbX.c | 39 #define DECL_VTBX(T1, W, N, X) \ in exec_vtbX() argument 44 #define TEST_VTBL1(T1, T2, T3, W, N) \ in exec_vtbX() argument 54 #define TEST_VTBLX(T1, T2, T3, W, N, X) \ in exec_vtbX() argument 163 #define TEST_VTBX1(T1, T2, T3, W, N) \ in exec_vtbX() argument 174 #define TEST_VTBXX(T1, T2, T3, W, N, X) \ in exec_vtbX() argument
|
| /external/rust/crates/flate2/src/gz/ |
| D | write.rs | 40 pub fn gz_encoder<W: Write>(header: Vec<u8>, w: W, lvl: Compression) -> GzEncoder<W> { in gz_encoder() 57 pub fn new(w: W, level: Compression) -> GzEncoder<W> { in new() 62 pub fn get_ref(&self) -> &W { in get_ref() 70 pub fn get_mut(&mut self) -> &mut W { in get_mut() 125 pub fn finish(mut self) -> io::Result<W> { in finish() 224 pub fn new(w: W) -> GzDecoder<W> { in new() 238 pub fn get_ref(&self) -> &W { in get_ref() 246 pub fn get_mut(&mut self) -> &mut W { in get_mut() 285 pub fn finish(mut self) -> io::Result<W> { in finish() 380 pub fn new(w: W) -> MultiGzDecoder<W> { in new() [all …]
|
| /external/sdv/vsomeip/third_party/boost/smart_ptr/test/ |
| D | sp_zero_compare_test.cpp | 18 struct W struct 22 void intrusive_ptr_add_ref( W* ) in intrusive_ptr_add_ref() argument 26 void intrusive_ptr_release( W* ) in intrusive_ptr_release() argument
|
| D | ip_convertible_test.cpp | 16 struct W struct 20 void intrusive_ptr_add_ref( W* ) in intrusive_ptr_add_ref() argument 24 void intrusive_ptr_release( W* ) in intrusive_ptr_release() argument
|
| /external/crosvm/cros_async/src/ |
| D | waker.rs | 37 let weak = ManuallyDrop::new(Weak::<W>::from_raw(data as *const W)); in clone_weak_raw() constant 47 let weak: Weak<W> = Weak::from_raw(data as *const W); in wake_weak_raw() constant 55 let weak = ManuallyDrop::new(Weak::<W>::from_raw(data as *const W)); in wake_by_ref_weak_raw() constant 61 drop(Weak::from_raw(data as *const W)) in drop_weak_raw() constant
|
| /external/rust/crates/ring/src/digest/ |
| D | sha2.rs | 60 let mut W = [S::ZERO; MAX_ROUNDS]; localVariable 61 let W: &[S] = { localVariable 62 let W = &mut W[..S::K.len()]; localVariable 106 pub(super) fn ch<W: Word>(x: W, y: W, z: W) -> W { in ch() 112 pub(super) fn maj<W: Word>(x: W, y: W, z: W) -> W { in maj()
|
| /external/rust/crates/bincode/src/config/ |
| D | int.rs | 31 ser: &mut ::ser::Serializer<W, O>, in serialize_len() 38 ser: &mut ::ser::Serializer<W, O>, in serialize_u16() 43 ser: &mut ::ser::Serializer<W, O>, in serialize_u32() 48 ser: &mut ::ser::Serializer<W, O>, in serialize_u64() 53 ser: &mut ::ser::Serializer<W, O>, in serialize_i16() 58 ser: &mut ::ser::Serializer<W, O>, in serialize_i32() 63 ser: &mut ::ser::Serializer<W, O>, in serialize_i64() 224 ser: &mut ::ser::Serializer<W, O>, in serialize_varint() 358 fn serialize_u16<W: Write, O: Options>(ser: &mut ::Serializer<W, O>, val: u16) -> Result<()> { in serialize_u16() argument 362 fn serialize_u32<W: Write, O: Options>(ser: &mut ::Serializer<W, O>, val: u32) -> Result<()> { in serialize_u32() argument [all …]
|
| /external/skia/gm/ |
| D | aaa.cpp | 17 #define W 800 macro 20 DEF_SIMPLE_GM(analytic_antialias_convex, canvas, W, H) { in DEF_SIMPLE_GM() argument 92 DEF_SIMPLE_GM(analytic_antialias_general, canvas, W, H) { in DEF_SIMPLE_GM() argument 135 DEF_SIMPLE_GM(analytic_antialias_inverse, canvas, W, H) { in DEF_SIMPLE_GM() argument
|
| D | gm.h | 50 #define DEF_SIMPLE_GM(NAME, CANVAS, W, H) \ argument 52 #define DEF_SIMPLE_GM_BG(NAME, CANVAS, W, H, BGCOLOR) \ argument 54 #define DEF_SIMPLE_GM_BG_NAME(NAME, CANVAS, W, H, BGCOLOR, NAME_STR) \ argument 62 #define DEF_SIMPLE_GM_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H) \ argument 64 #define DEF_SIMPLE_GM_BG_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, BGCOLOR) \ argument 66 #define DEF_SIMPLE_GM_BG_NAME_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, BGCOLOR, NAME_STR) \ argument 79 #define DEF_SIMPLE_GPU_GM(NAME, GR_CONTEXT, CANVAS, W, H) \ argument 82 #define DEF_SIMPLE_GPU_GM_BG(NAME, GR_CONTEXT, CANVAS, W, H, BGCOLOR) \ argument 90 #define DEF_SIMPLE_GPU_GM_CAN_FAIL(NAME, GR_CONTEXT, CANVAS, ERR_MSG, W, H) \ argument 93 #define DEF_SIMPLE_GPU_GM_BG_CAN_FAIL(NAME, GR_CONTEXT, CANVAS, ERR_MSG, W, H, BGCOLOR) \ argument
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | random_index_shuffle.cc | 52 #define ROTL(x, r, W) (((x) << (r)) | (x >> (W - (r)))) argument 53 #define ROTR(x, r, W) (((x) >> (r)) | ((x) << (W - (r)))) argument 54 #define SIMON_F(x, W) ((ROTL(x, 1, W) & ROTL(x, 8, W) ^ ROTL(x, 2, W))) argument 55 #define SIMON_Rx2(x, y, k1, k2, W) \ argument 86 const std::array<std::bitset<W>, ROUNDS>& round_keys) { in simon_encrypt()
|
| /external/rust/crates/tokio/src/io/util/ |
| D | write_all_buf.rs | 25 pub(crate) fn write_all_buf<'a, W, B>(writer: &'a mut W, buf: &'a mut B) -> WriteAllBuf<'a, W, B> in write_all_buf() argument
|
| D | write_buf.rs | 25 pub(crate) fn write_buf<'a, W, B>(writer: &'a mut W, buf: &'a mut B) -> WriteBuf<'a, W, B> in write_buf() argument
|
| /external/cronet/third_party/libc++/src/test/std/input.output/syncstream/osyncstream/syncstream.osyncstream.cons/ |
| D | cons.ostream.pass.cpp | 33 using W = std::basic_ostringstream<CharT>; in test() typedef 60 using W = std::basic_ostringstream<CharT, constexpr_char_traits<CharT>>; in test() typedef 87 using W = std::basic_ostringstream<CharT, constexpr_char_traits<CharT>, test_allocator<CharT>>; in test() typedef
|
| /external/rust/crates/xml-rs/src/writer/ |
| D | emitter.rs | 139 fn write_newline<W: Write>(&mut self, target: &mut W, level: usize) -> Result<()> { in write_newline() 196 pub fn emit_start_document<W: Write>(&mut self, target: &mut W, in emit_start_document() 243 target: &mut W, in emit_processing_instruction() 271 fn emit_start_element_initial<W>(&mut self, target: &mut W, in emit_start_element_initial() 286 pub fn emit_start_element<W>(&mut self, target: &mut W, in emit_start_element() 325 pub fn emit_attributes<W: Write>(&mut self, target: &mut W, in emit_attributes() 339 pub fn emit_end_element<W: Write>(&mut self, target: &mut W, in emit_end_element() 377 pub fn emit_cdata<W: Write>(&mut self, target: &mut W, content: &str) -> Result<()> { in emit_cdata() 393 pub fn emit_characters<W: Write>(&mut self, target: &mut W, content: &str) -> Result<()> { in emit_characters() 407 pub fn emit_comment<W: Write>(&mut self, target: &mut W, content: &str) -> Result<()> { in emit_comment()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | BitTracker.cpp | 216 uint16_t B = M.first(), E = M.last(), W = width(); in insert() local 236 uint16_t B = M.first(), E = M.last(), W = width(); in extract() local 256 uint16_t W = width(); in rol() local 285 uint16_t W = width(), WRC = RC.width(); in cat() local 293 uint16_t W = width(); in ct() local 302 uint16_t W = width(); in cl() local 311 uint16_t W = Bits.size(); in operator ==() local 389 uint16_t W = A.width(); in isInt() local 400 uint16_t W = A.width(); in toInt() local 434 uint16_t W = A1.width(); in eADD() local [all …]
|
| /external/llvm/lib/Target/Hexagon/ |
| D | BitTracker.cpp | 202 uint16_t B = M.first(), E = M.last(), W = width(); in insert() local 223 uint16_t B = M.first(), E = M.last(), W = width(); in extract() local 244 uint16_t W = width(); in rol() local 275 uint16_t W = width(), WRC = RC.width(); in cat() local 284 uint16_t W = width(); in ct() local 294 uint16_t W = width(); in cl() local 304 uint16_t W = Bits.size(); in operator ==() local 388 uint16_t W = A.width(); in isInt() local 400 uint16_t W = A.width(); in toInt() local 437 uint16_t W = A1.width(); in eADD() local [all …]
|