Home
last modified time | relevance | path

Searched defs:bits (Results 1676 - 1700 of 2966) sorted by relevance

1...<<61626364656667686970>>...119

/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dvp8_dec.c114 const uint32_t bits = data[0] | (data[1] << 8) | (data[2] << 16); in VP8GetInfo() local
284 const uint32_t bits = buf[0] | (buf[1] << 8) | (buf[2] << 16); in VP8GetHeaders() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dalpha_processing_sse2.c222 const __m128i bits = _mm_cmpeq_epi8(v, all_0xff); in HasAlpha8b_SSE2() local
250 const __m128i bits = _mm_cmpeq_epi8(d, all_0xff); in HasAlpha32b_SSE2() local
261 const __m128i bits = _mm_cmpeq_epi8(d, all_0xff); in HasAlpha32b_SSE2() local
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpkg_genc.cpp892 uint16_t cpu, bits; in writeObjectCode() local
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dcompress_fragment.c72 BuildAndStoreLiteralPrefixCode(MemoryManager* m, const uint8_t* input, const size_t input_size, uint8_t depths[256], uint16_t bits[256], size_t* storage_ix, uint8_t* storage) BuildAndStoreLiteralPrefixCode() argument
127 BuildAndStoreCommandPrefixCode(const uint32_t histogram[128], uint8_t depth[128], uint16_t bits[128], size_t* storage_ix, uint8_t* storage) BuildAndStoreCommandPrefixCode() argument
177 EmitInsertLen(size_t insertlen, const uint8_t depth[128], const uint16_t bits[128], uint32_t histo[128], size_t* storage_ix, uint8_t* storage) EmitInsertLen() argument
209 EmitLongInsertLen(size_t insertlen, const uint8_t depth[128], const uint16_t bits[128], uint32_t histo[128], size_t* storage_ix, uint8_t* storage) EmitLongInsertLen() argument
226 EmitCopyLen(size_t copylen, const uint8_t depth[128], const uint16_t bits[128], uint32_t histo[128], size_t* storage_ix, uint8_t* storage) EmitCopyLen() argument
258 EmitCopyLenLastDistance(size_t copylen, const uint8_t depth[128], const uint16_t bits[128], uint32_t histo[128], size_t* storage_ix, uint8_t* storage) EmitCopyLenLastDistance() argument
301 EmitDistance(size_t distance, const uint8_t depth[128], const uint16_t bits[128], uint32_t histo[128], size_t* storage_ix, uint8_t* storage) EmitDistance() argument
316 EmitLiterals(const uint8_t* input, const size_t len, const uint8_t depth[256], const uint16_t bits[256], size_t* storage_ix, uint8_t* storage) EmitLiterals() argument
345 UpdateBits(size_t n_bits, uint32_t bits, size_t pos, uint8_t* array) UpdateBits() argument
[all...]
H A Dcompress_fragment_two_pass.c69 BuildAndStoreCommandPrefixCode( const uint32_t histogram[128], uint8_t depth[128], uint16_t bits[128], size_t* storage_ix, uint8_t* storage) BuildAndStoreCommandPrefixCode() argument
[all...]
/third_party/openssl/test/
H A Ddestest.c507 static int cfb_test(int bits, unsigned char *cfb_cipher) in cfb_test() argument
H A Devp_libctx_test.c496 static int rsa_keygen(int bits, EVP_PKEY **pub, EVP_PKEY **priv) in rsa_keygen() argument
532 int bits = 2048; in kem_rsa_gen_recover() local
/third_party/skia/third_party/externals/zlib/
H A Dtrees.c237 int bits; /* bit counter */ tr_static_init() local
498 int bits; /* bit length */ global() local
579 int bits; /* bit index */ global() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPInt.h107 APInt(uint64_t *val, unsigned bits) : BitWidth(bits) { in APInt() argument
[all...]
/third_party/toybox/toys/other/
H A Dbzcat.c112 unsigned int bits = 0; in get_bits() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp750 inline deInt32 signExtend (deUint32 src, int bits) in signExtend() argument
[all...]
/third_party/skia/include/private/
H A DSkNx.h280 AI static int32_t ToBits(float v) { int32_t bits; memcpy(&bits, &v, sizeof(v)); return bits; } ToBits() local
281 AI static int64_t ToBits(double v) { int64_t bits; memcpy(&bits, &v, sizeof(v)); return bits; } ToBits() local
324 operator <<=(SkNx<N,T>& x, int bits) operator <<=() argument
325 operator >>=(SkNx<N,T>& x, int bits) operator >>=() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestUtil.cpp1056 const tcu::IVec4 bits = tcu::getTextureFormatMantissaBitDepth(format); in getFormatThreshold() local
1104 const tcu::IVec4 bits = tcu::getTextureFormatMantissaBitDepth(src); getToSRGBConversionThreshold() local
[all...]
H A Des3fPolygonOffsetTests.cpp1215 int bits; in init() member
H A Des3fShaderPrecisionTests.cpp467 ShaderIntPrecisionCase(Context& context, const char* name, const char* desc, const char* op, EvalFunc evalFunc, glu::Precision precision, int bits, const tcu::IVec2& rangeA, const tcu::IVec2& rangeB, bool isVertexCase) ShaderIntPrecisionCase() argument
661 ShaderUintPrecisionCase(Context& context, const char* name, const char* desc, const char* op, EvalFunc evalFunc, glu::Precision precision, int bits, const tcu::UVec2& rangeA, const tcu::UVec2& rangeB, bool isVertexCase) ShaderUintPrecisionCase() argument
881 int bits; init() member
907 int bits; init() member
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestUtil.cpp618 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(format); in getFormatThreshold() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/
H A DvktModifiersTests.cpp657 deUint32 chooseMemoryType(deUint32 bits) in chooseMemoryType() argument
/third_party/vk-gl-cts/modules/egl/
H A DteglChooseConfigTests.cpp413 EGLint bits = 0; in getSurfaceType() local
H A DteglCreateContextExtTests.cpp1033 static eglu::ConfigFilter getRenderableFilter (deUint32 bits) in getRenderableFilter() argument
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp1213 int bits; in init() member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dsae.c146 size_t bits; in sae_test_pwd_seed_ecc() local
193 size_t bits = sae->tmp->prime_len * 8; in sae_test_pwd_seed_ffc() local
/third_party/zlib/
H A Dtrees.c218 int bits; /* bit index */ gen_codes() local
313 int bits; /* bit counter */ tr_static_init() local
566 int bits; /* bit length */ gen_bitlen() local
[all...]
/base/security/crypto_framework/common/inc/
H A Dparams_parser.h225 int32_t bits; // keyLen member
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Drsa_asy_key_generator_openssl.c64 int32_t bits; member
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/ctrl/hisiv100/regs/
H A Dhdmi_reg_aon.h26 } bits; member
36 } bits; member
43 } bits; member
51 } bits; member
63 } bits; member
71 } bits; member
80 } bits; member
101 } bits; member
122 } bits; member
133 } bits; member
141 } bits; global() member
149 } bits; global() member
159 } bits; global() member
169 } bits; global() member
184 } bits; global() member
192 } bits; global() member
203 } bits; global() member
212 } bits; global() member
[all...]

Completed in 30 milliseconds

1...<<61626364656667686970>>...119