| /third_party/skia/third_party/externals/libwebp/src/dec/ |
| H A D | vp8_dec.c | 114 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 D | alpha_processing_sse2.c | 222 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 D | pkg_genc.cpp | 892 uint16_t cpu, bits; in writeObjectCode() local [all...] |
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| H A D | compress_fragment.c | 72 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 D | compress_fragment_two_pass.c | 69 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 D | destest.c | 507 static int cfb_test(int bits, unsigned char *cfb_cipher) in cfb_test() argument
|
| H A D | evp_libctx_test.c | 496 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 D | trees.c | 237 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 D | APInt.h | 107 APInt(uint64_t *val, unsigned bits) : BitWidth(bits) { in APInt() argument [all...] |
| /third_party/toybox/toys/other/ |
| H A D | bzcat.c | 112 unsigned int bits = 0; in get_bits() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
| H A D | vktYCbCrUtil.cpp | 750 inline deInt32 signExtend (deUint32 src, int bits) in signExtend() argument [all...] |
| /third_party/skia/include/private/ |
| H A D | SkNx.h | 280 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 D | es3fFboTestUtil.cpp | 1056 const tcu::IVec4 bits = tcu::getTextureFormatMantissaBitDepth(format); in getFormatThreshold() local 1104 const tcu::IVec4 bits = tcu::getTextureFormatMantissaBitDepth(src); getToSRGBConversionThreshold() local [all...] |
| H A D | es3fPolygonOffsetTests.cpp | 1215 int bits; in init() member
|
| H A D | es3fShaderPrecisionTests.cpp | 467 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 D | es31fFboTestUtil.cpp | 618 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(format); in getFormatThreshold() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/ |
| H A D | vktModifiersTests.cpp | 657 deUint32 chooseMemoryType(deUint32 bits) in chooseMemoryType() argument
|
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglChooseConfigTests.cpp | 413 EGLint bits = 0; in getSurfaceType() local
|
| H A D | teglCreateContextExtTests.cpp | 1033 static eglu::ConfigFilter getRenderableFilter (deUint32 bits) in getRenderableFilter() argument
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fPolygonOffsetTests.cpp | 1213 int bits; in init() member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
| H A D | sae.c | 146 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 D | trees.c | 218 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 D | params_parser.h | 225 int32_t bits; // keyLen member
|
| /base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
| H A D | rsa_asy_key_generator_openssl.c | 64 int32_t bits; member [all...] |
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/ctrl/hisiv100/regs/ |
| H A D | hdmi_reg_aon.h | 26 } 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...] |