Home
last modified time | relevance | path

Searched +full:- +full:- +full:wrap +full:- +full:mode (Results 1 – 25 of 1096) sorted by relevance

12345678910>>...44

/external/rust/crates/libz-sys/src/zlib-ng/
Dinflate.c1 /* inflate.c -- zlib decompression
2 * Copyright (C) 1995-2016 Mark Adler
24 struct inflate_state *state = (struct inflate_state*)strm->state; in inf_chksum_cpy()
26 if (state->flags) { in inf_chksum_cpy()
27 functable.crc32_fold_copy(&state->crc_fold, dst, src, copy); in inf_chksum_cpy()
31 strm->adler = state->check = functable.adler32_fold_copy(state->check, dst, src, copy); in inf_chksum_cpy()
36 struct inflate_state *state = (struct inflate_state*)strm->state; in inf_chksum()
38 if (state->flags) { in inf_chksum()
39 functable.crc32_fold(&state->crc_fold, src, len, 0); in inf_chksum()
43 strm->adler = state->check = functable.adler32(state->check, src, len); in inf_chksum()
[all …]
/external/zlib/
Dinflate.c1 /* inflate.c -- zlib decompression
2 * Copyright (C) 1995-2022 Mark Adler
10 * - First version -- complete rewrite of inflate to simplify code, avoid
16 * - Use pointers for available input and output checking in inffast.c
17 * - Remove input and output counters in inffast.c
18 * - Change inffast.c entry and loop from avail_in >= 7 to >= 6
19 * - Remove unnecessary second byte pull from length extra in inffast.c
20 * - Unroll direct copy to three copies per loop in inffast.c
23 * - Change external routine names to reduce potential conflicts
24 * - Correct filename to inffixed.h for fixed tables in inflate.c
[all …]
/external/freetype/src/gzip/
Dinflate.c1 /* inflate.c -- zlib decompression
2 * Copyright (C) 1995-2022 Mark Adler
10 * - First version -- complete rewrite of inflate to simplify code, avoid
16 * - Use pointers for available input and output checking in inffast.c
17 * - Remove input and output counters in inffast.c
18 * - Change inffast.c entry and loop from avail_in >= 7 to >= 6
19 * - Remove unnecessary second byte pull from length extra in inffast.c
20 * - Unroll direct copy to three copies per loop in inffast.c
23 * - Change external routine names to reduce potential conflicts
24 * - Correct filename to inffixed.h for fixed tables in inflate.c
[all …]
/external/trusty/arm-trusted-firmware/lib/zlib/
Dinflate.c1 /* inflate.c -- zlib decompression
2 * Copyright (C) 1995-2022 Mark Adler
10 * - First version -- complete rewrite of inflate to simplify code, avoid
16 * - Use pointers for available input and output checking in inffast.c
17 * - Remove input and output counters in inffast.c
18 * - Change inffast.c entry and loop from avail_in >= 7 to >= 6
19 * - Remove unnecessary second byte pull from length extra in inffast.c
20 * - Unroll direct copy to three copies per loop in inffast.c
23 * - Change external routine names to reduce potential conflicts
24 * - Correct filename to inffixed.h for fixed tables in inflate.c
[all …]
/external/zlib/contrib/optimizations/
Dinflate.c1 /* inflate.c -- zlib decompression
2 * Copyright (C) 1995-2022 Mark Adler
10 * - First version -- complete rewrite of inflate to simplify code, avoid
16 * - Use pointers for available input and output checking in inffast.c
17 * - Remove input and output counters in inffast.c
18 * - Change inffast.c entry and loop from avail_in >= 7 to >= 6
19 * - Remove unnecessary second byte pull from length extra in inffast.c
20 * - Unroll direct copy to three copies per loop in inffast.c
23 * - Change external routine names to reduce potential conflicts
24 * - Correct filename to inffixed.h for fixed tables in inflate.c
[all …]
/external/tflite-support/third_party/zlib/
Dinflate.c1 /* inflate.c -- zlib decompression
2 * Copyright (C) 1995-2016 Mark Adler
10 * - First version -- complete rewrite of inflate to simplify code, avoid
16 * - Use pointers for available input and output checking in inffast.c
17 * - Remove input and output counters in inffast.c
18 * - Change inffast.c entry and loop from avail_in >= 7 to >= 6
19 * - Remove unnecessary second byte pull from length extra in inffast.c
20 * - Unroll direct copy to three copies per loop in inffast.c
23 * - Change external routine names to reduce potential conflicts
24 * - Correct filename to inffixed.h for fixed tables in inflate.c
[all …]
/external/rust/crates/libz-sys/src/zlib/
Dinflate.c1 /* inflate.c -- zlib decompression
2 * Copyright (C) 1995-2016 Mark Adler
10 * - First version -- complete rewrite of inflate to simplify code, avoid
16 * - Use pointers for available input and output checking in inffast.c
17 * - Remove input and output counters in inffast.c
18 * - Change inffast.c entry and loop from avail_in >= 7 to >= 6
19 * - Remove unnecessary second byte pull from length extra in inffast.c
20 * - Unroll direct copy to three copies per loop in inffast.c
23 * - Change external routine names to reduce potential conflicts
24 * - Correct filename to inffixed.h for fixed tables in inflate.c
[all …]
/external/python/cpython2/Modules/zlib/
Dinflate.c1 /* inflate.c -- zlib decompression
2 * Copyright (C) 1995-2016 Mark Adler
10 * - First version -- complete rewrite of inflate to simplify code, avoid
16 * - Use pointers for available input and output checking in inffast.c
17 * - Remove input and output counters in inffast.c
18 * - Change inffast.c entry and loop from avail_in >= 7 to >= 6
19 * - Remove unnecessary second byte pull from length extra in inffast.c
20 * - Unroll direct copy to three copies per loop in inffast.c
23 * - Change external routine names to reduce potential conflicts
24 * - Correct filename to inffixed.h for fixed tables in inflate.c
[all …]
/external/tflite-support/third_party/zlib/contrib/optimizations/
Dinflate.c1 /* inflate.c -- zlib decompression
2 * Copyright (C) 1995-2016 Mark Adler
10 * - First version -- complete rewrite of inflate to simplify code, avoid
16 * - Use pointers for available input and output checking in inffast.c
17 * - Remove input and output counters in inffast.c
18 * - Change inffast.c entry and loop from avail_in >= 7 to >= 6
19 * - Remove unnecessary second byte pull from length extra in inffast.c
20 * - Unroll direct copy to three copies per loop in inffast.c
23 * - Change external routine names to reduce potential conflicts
24 * - Correct filename to inffixed.h for fixed tables in inflate.c
[all …]
/external/openthread/third_party/mbedtls/repo/programs/psa/
Dkey_ladder_demo.c20 * - "generate": generate a random master key.
21 * - "wrap": derive a wrapping key from the last intermediate key,
22 * and use that key to encrypt-and-authenticate some data.
23 * - "unwrap": derive a wrapping key from the last intermediate key,
24 * and use that key to decrypt-and-authenticate some
25 * ciphertext created by wrap mode.
26 * - "save": save the last intermediate key so that it can be reused as
35 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
114 #define WRAPPING_KEY_SALT ((uint8_t *) "key_ladder_demo.wrap")
124 /* Type and size of the key used to wrap data. */
[all …]
/external/mbedtls/programs/psa/
Dkey_ladder_demo.c20 * - "generate": generate a random master key.
21 * - "wrap": derive a wrapping key from the last intermediate key,
22 * and use that key to encrypt-and-authenticate some data.
23 * - "unwrap": derive a wrapping key from the last intermediate key,
24 * and use that key to decrypt-and-authenticate some
25 * ciphertext created by wrap mode.
26 * - "save": save the last intermediate key so that it can be reused as
35 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
111 #define WRAPPING_KEY_SALT ((uint8_t *) "key_ladder_demo.wrap")
121 /* Type and size of the key used to wrap data. */
[all …]
/external/python/setuptools/setuptools/
Dsandbox.py40 mode = 'rb'
41 with open(filename, mode) as stream:
72 Monkey-patch tempfile.tempdir with replacement, ensuring it exists
105 wrap it in UnpickleableException first.
137 "restore and re-raise any exception"
267 """Wrap 'os' module and 'open()' builtin for virtualizing setup scripts"""
304 def wrap(self, src, dst, *args, **kw): function
309 return wrap
318 def wrap(self, path, *args, **kw): function
323 return wrap
[all …]
/external/mesa3d/docs/gallium/cso/
Dsampler.rst7 this state controls an individual texture unit's texel-sampling settings.
9 Texture coordinates are always treated as four-dimensional, and referred to
13 -------
16 How to wrap the S coordinate. One of PIPE_TEX_WRAP_*.
18 How to wrap the T coordinate. One of PIPE_TEX_WRAP_*.
20 How to wrap the R coordinate. One of PIPE_TEX_WRAP_*.
22 The wrap modes are:
24 * ``PIPE_TEX_WRAP_REPEAT``: Standard coord repeat/wrap-around mode.
31 texture wrap mode. Historically, this mode hasn't acted consistently across
34 nearest sampling mode.
[all …]
/external/skia/src/gpu/ganesh/effects/
DGrTextureEffect.h4 * Use of this source code is governed by a BSD-style license that can be
37 // access texel (i-1) to i instead of i to (i+1), even if the weights should mean the clamped
43 // inset from the defined data boundary (for approx-fit textures that don't fill to the HW
45 // defined data. The filtering weight should be 0, which should be safe for non-floating-point
54 /** Make from a filter. The sampler will be configured with clamp mode. */
72 * Makes a texture effect that samples a subset of a texture. The wrap modes of the
80 * alwaysUseShaderTileMode is true then MakeSubset won't attempt to use HW wrap modes if the
93 * The same as above but also takes a 'domain' that specifies any known limit on the post-
109 * dimensions to determine the period of the wrap mode (for repeat and mirror). Once it computes
114 * sample result. If there is a known restriction on the post-matrix texture coords it can be
[all …]
/external/boringssl/src/include/openssl/
Daes.h2 * Copyright (c) 2002-2006 The OpenSSL Project. All rights reserved.
24 * openssl-core@openssl.org.
78 // AES_set_encrypt_key configures |aeskey| to encrypt with the |bits|-bit key,
86 // AES_set_decrypt_key configures |aeskey| to decrypt with the |bits|-bit key,
107 // AES_ctr128_encrypt encrypts (or decrypts, it's the same in CTR mode) |len|
110 // in-place with |in| equal to |out|, but otherwise the buffers may not
120 // 16 byte block from |in| to |out|. This function may be called in-place with
128 // This function may be called in-place with |in| equal to |out|, but otherwise
135 // AES_ofb128_encrypt encrypts (or decrypts, it's the same in OFB mode) |len|
137 // first call. This function may be called in-place with |in| equal to |out|,
[all …]
/external/cronet/third_party/boringssl/src/include/openssl/
Daes.h2 * Copyright (c) 2002-2006 The OpenSSL Project. All rights reserved.
24 * openssl-core@openssl.org.
78 // AES_set_encrypt_key configures |aeskey| to encrypt with the |bits|-bit key,
86 // AES_set_decrypt_key configures |aeskey| to decrypt with the |bits|-bit key,
107 // AES_ctr128_encrypt encrypts (or decrypts, it's the same in CTR mode) |len|
110 // in-place with |in| equal to |out|, but otherwise the buffers may not
120 // 16 byte block from |in| to |out|. This function may be called in-place with
128 // This function may be called in-place with |in| equal to |out|, but otherwise
135 // AES_ofb128_encrypt encrypts (or decrypts, it's the same in OFB mode) |len|
137 // first call. This function may be called in-place with |in| equal to |out|,
[all …]
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Daes.h2 * Copyright (c) 2002-2006 The OpenSSL Project. All rights reserved.
24 * openssl-core@openssl.org.
78 // AES_set_encrypt_key configures |aeskey| to encrypt with the |bits|-bit key,
86 // AES_set_decrypt_key configures |aeskey| to decrypt with the |bits|-bit key,
107 // AES_ctr128_encrypt encrypts (or decrypts, it's the same in CTR mode) |len|
110 // in-place with |in| equal to |out|, but otherwise the buffers may not
120 // 16 byte block from |in| to |out|. This function may be called in-place with
128 // This function may be called in-place with |in| equal to |out|, but otherwise
135 // AES_ofb128_encrypt encrypts (or decrypts, it's the same in OFB mode) |len|
137 // first call. This function may be called in-place with |in| equal to |out|,
[all …]
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5TextureGatherOffset.hpp3 /*-------------------------------------------------------------------------
5 * -----------------------------
7 * Copyright (c) 2014-2016 The Khronos Group Inc.
13 * http://www.apache.org/licenses/LICENSE-2.0
24 */ /*-------------------------------------------------------------------*/
28 * \brief gpu_shader5 extension - texture gather offset tests (Test 9 and 10)
29 */ /*-------------------------------------------------------------------*/
292 * GL_REPEAT wrap mode.
304 * row and column number (x,y) -> (x,y,x,y)
336 * rest with some random float values in the range [-8.0..8.0].
[all …]
/external/tink/cc/hybrid/
Dhybrid_config_test.cc7 // http://www.apache.org/licenses/LICENSE-2.0
55 GTEST_SKIP() << "Not supported in FIPS-only mode"; in TEST_F()
78 // can wrap primitives.
81 GTEST_SKIP() << "Not supported in FIPS-only mode"; in TEST_F()
92 primitive_set->set_primary( in TEST_F()
94 ->AddPrimitive(absl::make_unique<DummyHybridEncrypt>("dummy"), in TEST_F()
99 auto wrapped = Registry::Wrap(std::move(primitive_set)); in TEST_F()
102 auto encryption_result = wrapped.value()->Encrypt("secret", ""); in TEST_F()
113 // can wrap primitives.
116 GTEST_SKIP() << "Not supported in FIPS-only mode"; in TEST_F()
[all …]
/external/libwebsockets/win32port/zlib/
Dinflate.c1 /* inflate.c -- zlib decompression
2 * Copyright (C) 1995-2010 Mark Adler
10 * - First version -- complete rewrite of inflate to simplify code, avoid
16 * - Use pointers for available input and output checking in inffast.c
17 * - Remove input and output counters in inffast.c
18 * - Change inffast.c entry and loop from avail_in >= 7 to >= 6
19 * - Remove unnecessary second byte pull from length extra in inffast.c
20 * - Unroll direct copy to three copies per loop in inffast.c
23 * - Change external routine names to reduce potential conflicts
24 * - Correct filename to inffixed.h for fixed tables in inflate.c
[all …]
/external/mesa3d/src/gallium/drivers/crocus/ci/
Dcrocus-g41-fails.txt1 KHR-GLES2.core.internalformat.texture2d.depth_component_unsigned_int_depth_component16,Fail
2 KHR-GLES2.core.internalformat.texture2d.depth_component_unsigned_int_depth_component24,Fail
3 KHR-GLES2.core.internalformat.texture2d.depth_component_unsigned_short_depth_component16,Fail
4 KHR-GLES2.core.internalformat.texture2d.rgb_float_rgb32f,Fail
5 KHR-GLES2.core.internalformat.texture2d.rgb_float_rgb32f_linear,Fail
6 KHR-GLES2.core.internalformat.texture2d.rgba_float_rgba32f,Fail
7 KHR-GLES2.core.internalformat.texture2d.rgba_float_rgba32f_linear,Fail
10 dEQP-GLES2.functional.clip_control.depth_mode_zero_to_one,Fail
13 dEQP-GLES2.functional.clipping.line.wide_line_clip_viewport_center,Fail
14 dEQP-GLES2.functional.clipping.line.wide_line_clip_viewport_corner,Fail
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_service_base.hpp5 // Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
54 // Per-descriptor data used by the reactor.
62 // Destroy all user-defined handler objects owned by the service.
68 // Move-construct a new socket implementation.
72 // Move-assign from another socket implementation.
100 // Determine whether the socket is at the out-of-band data mark.
132 // Gets the non-blocking mode of the socket.
138 // Sets the non-blocking mode of the socket.
140 bool mode, asio::error_code& ec) in non_blocking() argument
142 socket_ops::set_user_non_blocking(impl.socket_, impl.state_, mode, ec); in non_blocking()
[all …]
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state_inlines.h18 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
199 r300_translate_polygon_mode_front(unsigned mode) { in r300_translate_polygon_mode_front() argument
200 switch (mode) in r300_translate_polygon_mode_front()
210 fprintf(stderr, "r300: Bad polygon mode %i in %s\n", mode, in r300_translate_polygon_mode_front()
217 r300_translate_polygon_mode_back(unsigned mode) { in r300_translate_polygon_mode_back() argument
218 switch (mode) in r300_translate_polygon_mode_back()
228 fprintf(stderr, "r300: Bad polygon mode %i in %s\n", mode, in r300_translate_polygon_mode_back()
236 static inline uint32_t r300_translate_wrap(int wrap) in r300_translate_wrap() argument
238 switch (wrap) { in r300_translate_wrap()
256 fprintf(stderr, "r300: Unknown texture wrap %d", wrap); in r300_translate_wrap()
[all …]
/external/rust/crates/coset/src/iana/
Dmod.rs7 // http://www.apache.org/licenses/LICENSE-2.0
17 //! Enumerations for IANA-managed values.
20 //! - <https://www.iana.org/assignments/cose/cose.xhtml>
21 //! - <https://www.iana.org/assignments/cbor-tags/cbor-tags.xhtml>
22 //! - <https://www.iana.org/assignments/core-parameters/core-parameters.xhtml#content-formats>
23 //! - <https://www.iana.org/assignments/cwt/cwt.xhtml>
30 fn from_i64(i: i64) -> Option<Self>; in from_i64()
31 fn to_i64(&self) -> i64; in to_i64()
36 fn is_private(i: i64) -> bool; in is_private()
50 fn from_i64(i: i64) -> Option<Self> {
[all …]
/external/tink/cc/experimental/pqcrypto/signature/
Dsignature_config_util_test.cc7 // http://www.apache.org/licenses/LICENSE-2.0
49 GTEST_SKIP() << "Not supported if FIPS-mode is used"; in TEST_F()
56 // can wrap primitives.
59 GTEST_SKIP() << "Not supported if FIPS-mode is used"; in TEST_F()
70 auto add_primitive = primitive_set->AddPrimitive( in TEST_F()
73 ASSERT_THAT(primitive_set->set_primary(*add_primitive), IsOk()); in TEST_F()
76 Registry::Wrap(std::move(primitive_set)); in TEST_F()
79 util::StatusOr<std::string> signature_result = (*wrapped)->Sign("message"); in TEST_F()
92 // can wrap primitives.
95 GTEST_SKIP() << "Not supported if FIPS-mode is used"; in TEST_F()
[all …]

12345678910>>...44