/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jdmarker.c | 437 UINT8 bits[17]; in LOCAL() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | idec_dec.c | 351 uint32_t bits; in DecodeVP8FrameHeader() local
|
/third_party/skia/third_party/externals/libwebp/src/demux/ |
H A D | demux.c | 316 int bits; in ParseAnimationFrame() local
|
/third_party/skia/src/ports/ |
H A D | SkScalerContext_win_dw.cpp | 1188 const void* bits = this->drawDWMask(glyph, renderingMode, textureType); in generateImage() local
|
/third_party/openssl/test/ |
H A D | evp_pkey_provided_test.c | 1034 int bits = 0, security_bits = 0, size = 0; in test_fromdata_ecx() local
|
/third_party/optimized-routines/math/test/rtest/ |
H A D | dotest.c | 817 int n, bits; in float32_case() local 944 int n, bits; float64_case() local [all...] |
/third_party/openssl/crypto/ec/ |
H A D | ecp_nistp521.c | 1591 limb bits; batch_mul() local [all...] |
H A D | ecp_nistp224.c | 1149 u64 bits; in batch_mul() local [all...] |
/third_party/skia/third_party/externals/freetype/src/pcf/ |
H A D | pcf.h | 102 FT_ULong bits; /* offset into the PCF_BITMAPS table */ member
|
/third_party/python/Modules/_ctypes/ |
H A D | cfield.c | 284 Py_ssize_t bits = self->size >> 16; in PyCField_repr() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | APInt.cpp | 944 unsigned bits = (0 - BitWidth) % APINT_BITS_PER_WORD; global() local [all...] |
/third_party/vixl/src/aarch64/ |
H A D | instructions-aarch64.cc | 743 uint64_t bits = (UINT64_C(1) << (imm_s + 1)) - 1; in DecodeImmBitMask() local 755 uint64_t bits = (UINT64_C(1) << ((imm_s & mask) + 1)) - 1; in DecodeImmBitMask() local 776 uint32_t bits = imm8; Imm8ToFloat16() local 789 uint32_t bits = imm8; Imm8ToFP32() local 810 uint32_t bits = imm8; Imm8ToFP64() local [all...] |
/third_party/vixl/src/ |
H A D | utils-vixl.h | 221 inline uint64_t GetUintMask(unsigned bits) { in GetUintMask() argument 227 inline uint64_t GetSignMask(unsigned bits) { in GetSignMask() argument 453 RawbitsToInt64(uint64_t bits) RawbitsToInt64() argument 459 RawbitsToInt32(uint32_t bits) RawbitsToInt32() argument [all...] |
/third_party/skia/include/private/ |
H A D | SkVx.h | 430 SINT Vec<N,T>& operator<<=(Vec<N,T>& x, int bits) { return (x = x << bits); } in operator <<=() argument 431 SINT Vec<N,T>& operator>>=(Vec<N,T>& x, int bits) { return (x = x >> bits); } in operator >>=() argument
|
/third_party/rust/crates/rustix/src/thread/ |
H A D | prctl.rs | 690 let mut bits in set_sve_vector_length_configuration() variables [all...] |
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | pkey.rs | 232 pub fn bits(&self) -> u32 { in bits() functions
|
/third_party/spirv-tools/source/util/ |
H A D | hex_float.h | 751 const uint_type bits = value.value().data(); operator <<() local [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderCommonFunctionTests.cpp | 138 const int bits[] = in getMinMantissaBits() local [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderCommonFunctionTests.cpp | 142 const int bits[] = in getMinMantissaBits() local [all...] |
H A D | es31fShaderIntegerFunctionTests.cpp | 724 const int bits = rnd.getInt(0, numBits); in getInputValues() local 740 const int bits = *((const int*)inputs[2]); in compare() local 798 const int bits = rnd.getInt(0, numBits); getInputValues() local 817 const int bits = *((const int*)inputs[3]); compare() local [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsTextureBufferCase.cpp | 84 deUint8 extend2BitsToByte (deUint8 bits) in extend2BitsToByte() argument 93 const deUint8 bits = 2; in genRandomCoords() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassSampleReadTests.cpp | 909 deUint32 bits; in iterateInternal() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderCommonFunctionTests.cpp | 135 const int bits[] = in getMinMantissaBits() local [all...] |
H A D | vktShaderIntegerFunctionTests.cpp | 850 const int bits = rnd.getInt(0, numBits); in getInputValues() local 866 const int bits = *((const int*)inputs[2]); in compare() local 927 const int bits = rnd.getInt(0, numBits); getInputValues() local 946 const int bits = *((const int*)inputs[3]); compare() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
H A D | vktExternalMemoryUtil.cpp | 1013 deUint32 chooseMemoryType(deUint32 bits) in chooseMemoryType() argument 1028 deUint32 chooseHostVisibleMemoryType (deUint32 bits, const vk::VkPhysicalDeviceMemoryProperties properties) in chooseHostVisibleMemoryType() argument
|