Home
last modified time | relevance | path

Searched defs:bits (Results 376 - 400 of 2855) sorted by relevance

1...<<11121314151617181920>>...115

/third_party/node/deps/zlib/
H A Dinffast.c69 unsigned bits; /* local strm->bits */ in inflate_fast() local
[all...]
/third_party/node/deps/zlib/contrib/optimizations/
H A Dinffast_chunk.c91 unsigned bits; /* local strm->bits */ inflate_fast_chunk_() local
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dbit_cost_inc.h20 double bits = 0.0; in BrotliPopulationCost() local
/third_party/node/deps/brotli/c/dec/
H A Dhuffman.h39 uint8_t bits; /* number of bits used for this symbol */ member
43 static BROTLI_INLINE HuffmanCode ConstructHuffmanCode(const uint8_t bits, in ConstructHuffmanCode() argument
77 static BROTLI_INLINE HuffmanCode ConstructHuffmanCode(const uint8_t bits, in ConstructHuffmanCode() argument
/third_party/node/deps/icu-small/source/i18n/
H A DdecNumber.h87 uint8_t bits; /* Indicator bits (see above) */ member
[all...]
/third_party/node/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/
H A Dindex.js251 var bits = QRUtil.getBCHTypeInfo(data); variable
/third_party/mesa3d/include/android_stub/android/
H A Dnative_window.h109 void* bits; global() member
[all...]
/third_party/libwebsockets/win32port/zlib/
H A Dinffast.c85 unsigned bits; /* local strm->bits */ local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dpredefine.c20 static void predefined_sizeof(const char *name, const char *suffix, unsigned bits) in predefined_sizeof() argument
39 unsigned bits = type->bit_size - is_signed_type(type); in predefined_max() local
68 unsigned bits = type->bit_size; in predefined_ctype() local
/third_party/node/deps/v8/src/base/
H A Dbits.h22 namespace bits { namespace
[all...]
H A Denum-set.h25 T bits = 0; in EnumSet() local
76 static constexpr EnumSet FromIntegral(T bits) { return EnumSet{bits}; } in FromIntegral() argument
79 explicit constexpr EnumSet(T bits) : bits_(bits) {} in EnumSet() argument
/third_party/node/deps/v8/src/heap/base/
H A Dactive-system-pages.cc41 const uintptr_t bits = end_page_bit - start_page_bit; in Add() local
/third_party/node/deps/v8/src/heap/
H A Dfactory-base-inl.h85 Handle<HeapNumber> FactoryBase<Impl>::NewHeapNumberFromBits(uint64_t bits) { in NewHeapNumberFromBits() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_pipe_control.c335 unsigned bits = PIPE_CONTROL_DATA_CACHE_FLUSH | PIPE_CONTROL_CS_STALL; in crocus_memory_barrier() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_x931g.c151 int RSA_X931_generate_key_ex(RSA *rsa, int bits, const BIGNUM *e, in RSA_X931_generate_key_ex() argument
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_exp2.c20 int i, j, bits, b, bits1, bits2, ret = in BN_mod_exp2_mont() local
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Ddsa_ctrl.c80 size_t bits = nbits; in EVP_PKEY_CTX_set_dsa_paramgen_bits() local
/third_party/openssl/crypto/bn/
H A Dbn_exp2.c20 int i, j, bits, b, bits1, bits2, ret = in BN_mod_exp2_mont() local
/third_party/openssl/crypto/evp/
H A Ddsa_ctrl.c80 size_t bits = nbits; in EVP_PKEY_CTX_set_dsa_paramgen_bits() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLBitField.h22 BitField &operator=(cl_bitfield bits) in operator =() argument
56 set(cl_bitfield bits) set() argument
58 clear(cl_bitfield bits) clear() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcConfigListCase.cpp86 deUint32 bits; member
93 std::ostream& operator<<(std::ostream& str, const SurfaceBitsFmt& bits) in operator <<() argument
/third_party/vk-gl-cts/external/amber/src/src/
H A Dtype_parser.cc448 uint8_t bits = 0; in ParseGlslFormat() local
453 uint8_t bits; in ParseGlslFormat() member
79 AddPiece(FormatComponentType type, FormatMode mode, uint8_t bits) AddPiece() argument
/third_party/skia/src/core/
H A DSkColorSpaceXformSteps.cpp145 skvm::I32 bits = pun_to_I32(v), in sk_program_transfer_fn() local
H A DSkFixed15.h50 SkFixed15& operator<<=(int bits) { return (*this = *this << bits); } in operator <<=() argument
51 SkFixed15& operator>>=(int bits) { return (*this = *this >> bits); } in operator >>=() argument
H A DSkBlitBWMaskTemplate.h40 const uint8_t* bits = srcMask.getAddr1(cx, cy); in SK_BLITBWMASK_NAME() local

Completed in 10 milliseconds

1...<<11121314151617181920>>...115