| /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...] |
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_zip/ |
| H A D | zip_n_exporter.cpp | 49 int32_t bits = 0; member 911 int32_t bits = 0; in DeflatePrime() local 2382 int32_t bits = 0; InflatePrime() local [all...] |
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/ |
| H A D | common_func.cpp | 825 int32_t bits = 0; in GetInflatePrimeArg() local
|
| /foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
| H A D | vsync_distributor.cpp | 1082 constexpr uint32_t bits = 32u;
in ExtractPid() local
|
| /foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
| H A D | bitmap_manager.cpp | 615 uint32_t bits = startBit % BIT_PER_BYTE; in ChangeIp6Start() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | dvbsubdec.c | 385 int bits; in dvbsub_read_2bit_string() local 492 int bits; dvbsub_read_4bit_string() local 615 int bits; dvbsub_read_8bit_string() local [all...] |
| H A D | aacsbr_template.c | 812 int bits; local
|