Home
last modified time | relevance | path

Searched defs:W (Results 1 – 25 of 681) sorted by relevance

12345678910>>...28

/external/rust/crates/flate2/src/deflate/
Dwrite.rs40 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/flate2/src/zlib/
Dwrite.rs41 pub fn new(w: W, level: crate::Compression) -> ZlibEncoder<W> { in new()
48 pub fn get_ref(&self) -> &W { in get_ref()
56 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()
215 pub fn new(w: W) -> ZlibDecoder<W> { in new()
222 pub fn get_ref(&self) -> &W { in get_ref()
230 pub fn get_mut(&mut self) -> &mut W { in get_mut()
246 pub fn reset(&mut self, w: W) -> io::Result<W> { in reset()
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/
Dcrc32_braid_p.h24 # define W Z_TESTW macro
29 # define W 8 macro
31 # define W 4 macro
40 # define W 4 macro
/external/llvm/unittests/Bitcode/
DBitstreamWriterTest.cpp21 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/writer/
Dmod.rs30 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()
81 pub fn inner_mut(&mut self) -> &mut W { in inner_mut()
90 pub fn into_inner(self) -> W { in into_inner()
Demitter.rs150 fn write_newline<W: Write>(&mut self, target: &mut W, level: usize) -> Result<()> { in write_newline()
207 pub fn emit_start_document<W: Write>(&mut self, target: &mut W, in emit_start_document()
254 target: &mut W, in emit_processing_instruction()
282 fn emit_start_element_initial<W>(&mut self, target: &mut W, in emit_start_element_initial()
297 pub fn emit_start_element<W>(&mut self, target: &mut W, in emit_start_element()
336 pub fn emit_attributes<W: Write>(&mut self, target: &mut W, in emit_attributes()
348 pub fn emit_end_element<W: Write>(&mut self, target: &mut W, in emit_end_element()
386 pub fn emit_cdata<W: Write>(&mut self, target: &mut W, content: &str) -> Result<()> { in emit_cdata()
402 pub fn emit_characters<W: Write>(&mut self, target: &mut W, in emit_characters()
417 pub fn emit_comment<W: Write>(&mut self, target: &mut W, content: &str) -> Result<()> { in emit_comment()
/external/rust/crates/vulkano/src/swapchain/
Dsurface.rs54 win: W, in from_raw_surface()
55 ) -> Surface<W> { in from_raw_surface()
144 win: W, in from_hwnd()
145 ) -> Result<Arc<Surface<W>>, SurfaceCreationError> { in from_hwnd()
192 win: W, in from_xcb()
193 ) -> Result<Arc<Surface<W>>, SurfaceCreationError> { in from_xcb()
240 win: W, in from_xlib()
241 ) -> Result<Arc<Surface<W>>, SurfaceCreationError> { in from_xlib()
288 win: W, in from_wayland()
289 ) -> Result<Arc<Surface<W>>, SurfaceCreationError> { in from_wayland()
[all …]
/external/arm-neon-tests/
Dstm-arm-neon-ref.h55 #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 …]
Dcompute_ref_data.c35 #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
Dref_vldX_lane.c37 #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
Dref_vtbX.c39 #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/vulkano/autogen/
Dextensions.rs31 pub fn write<W: Write>(writer: &mut W, extensions: &IndexMap<&str, &Extension>) { in write()
164 fn write_device_extensions<W, I>(writer: &mut W, extensions: I) in write_device_extensions()
221 fn write_instance_extensions<W, I>(writer: &mut W, extensions: I) in write_instance_extensions()
264 fn write_doc<W>(writer: &mut W, ext: &VulkanoExtension) in write_doc()
Dfns.rs15 pub fn write<W: Write>(writer: &mut W, extensions: &IndexMap<&str, &Extension>) { in write()
64 fn write_fns<W, I>(writer: &mut W, extension_fns: I, ty: &str) in write_fns() argument
/external/crosvm/cros_async/src/
Dwaker.rs37 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/
Dsha2.rs60 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/flate2/src/gz/
Dwrite.rs41 pub fn gz_encoder<W: Write>(header: Vec<u8>, w: W, lvl: Compression) -> GzEncoder<W> { in gz_encoder()
58 pub fn new(w: W, level: Compression) -> GzEncoder<W> { in new()
63 pub fn get_ref(&self) -> &W { in get_ref()
71 pub fn get_mut(&mut self) -> &mut W { in get_mut()
126 pub fn finish(mut self) -> io::Result<W> { in finish()
217 pub fn new(w: W) -> GzDecoder<W> { in new()
232 pub fn get_ref(&self) -> &W { in get_ref()
240 pub fn get_mut(&mut self) -> &mut W { in get_mut()
279 pub fn finish(mut self) -> io::Result<W> { in finish()
/external/skia/gm/
Daaa.cpp17 #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
Dgm.h38 #define DEF_SIMPLE_GM(NAME, CANVAS, W, H) \ argument
40 #define DEF_SIMPLE_GM_BG(NAME, CANVAS, W, H, BGCOLOR) \ argument
42 #define DEF_SIMPLE_GM_BG_NAME(NAME, CANVAS, W, H, BGCOLOR, NAME_STR) \ argument
50 #define DEF_SIMPLE_GM_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H) \ argument
52 #define DEF_SIMPLE_GM_BG_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, BGCOLOR) \ argument
54 #define DEF_SIMPLE_GM_BG_NAME_CAN_FAIL(NAME, CANVAS, ERR_MSG, W, H, BGCOLOR, NAME_STR) \ argument
62 #define DEF_SIMPLE_GPU_GM(NAME, GR_CONTEXT, CANVAS, W, H) \ argument
65 #define DEF_SIMPLE_GPU_GM_BG(NAME, GR_CONTEXT, CANVAS, W, H, BGCOLOR) \ argument
73 #define DEF_SIMPLE_GPU_GM_CAN_FAIL(NAME, GR_CONTEXT, CANVAS, ERR_MSG, W, H) \ argument
76 #define DEF_SIMPLE_GPU_GM_BG_CAN_FAIL(NAME, GR_CONTEXT, CANVAS, ERR_MSG, W, H, BGCOLOR) \ argument
/external/rust/crates/x509-parser/src/
Dvalidate.rs71 fn validate<W, E>(&self, warn: W, err: E) -> bool in validate()
100 fn validate<W, E>(&self, mut warn: W, _err: E) -> bool in validate()
/external/tensorflow/tensorflow/core/kernels/
Drandom_index_shuffle.cc52 #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/
Dwrite_buf.rs25 pub(crate) fn write_buf<'a, W, B>(writer: &'a mut W, buf: &'a mut B) -> WriteBuf<'a, W, B> in write_buf() argument
Dwrite_all_buf.rs25 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
/external/llvm/lib/Target/Hexagon/
DBitTracker.cpp202 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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DBitTracker.cpp216 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/libvpx/vpx_dsp/
Dvariance.c128 #define VAR(W, H) \ argument
137 #define SUBPIX_VAR(W, H) \ argument
152 #define SUBPIX_AVG_VAR(W, H) \ argument
175 #define GET_VAR(W, H) \ argument
186 #define MSE(W, H) \ argument
196 #define VARIANCES(W, H) \ argument
293 #define HIGHBD_VAR(W, H) \ argument
347 #define HIGHBD_MSE(W, H) \ argument
417 #define HIGHBD_SUBPIX_VAR(W, H) \ argument
463 #define HIGHBD_SUBPIX_AVG_VAR(W, H) \ argument
[all …]

12345678910>>...28