Home
last modified time | relevance | path

Searched defs:lowBits (Results 1 – 23 of 23) sorted by relevance

/external/cronet/third_party/protobuf/js/experimental/runtime/
Dint64.js35 static fromBits(lowBits, highBits) { argument
120 constructor(lowBits, highBits) { argument
239 const lowBits = int64.getLowBitsUnsigned(); constant
336 let lowBits = 0; variable
363 const negate = (lowBits, highBits) => { argument
/external/deqp/framework/delibs/deutil/
DdeFile.c316 LONG lowBits = (LONG)(offset & 0xFFFFFFFFll); in deFile_seek() local
335 LONG lowBits = SetFilePointer(file->handle, 0, &highBits, FILE_CURRENT); in deFile_getPosition() local
343 DWORD lowBits = GetFileSize(file->handle, &highBits); in deFile_getSize() local
/external/cronet/third_party/protobuf/js/binary/
Dencoder.js83 jspb.BinaryEncoder.prototype.writeSplitVarint64 = function(lowBits, highBits) { argument
108 jspb.BinaryEncoder.prototype.writeSplitFixed64 = function(lowBits, highBits) { argument
Dwriter.js919 field, lowBits, highBits) { argument
932 field, lowBits, highBits) { argument
945 field, lowBits, highBits) { argument
948 jspb.utils.toZigzag64(lowBits, highBits, function(lowBits, highBits) { argument
Dreader_test.js458 function rejoin(lowBits, highBits) { argument
Dwriter_test.js202 function bitsAsArray(lowBits, highBits) { argument
Dreader.js1012 return this.decoder_.readSplitVarint64(function(lowBits, highBits) { argument
/external/zstd/lib/common/
Dfse.h622 size_t const lowBits = BIT_readBits(bitD, nbBits); in FSE_updateState() local
631 size_t const lowBits = BIT_readBits(bitD, nbBits); in FSE_decodeSymbol() local
644 size_t const lowBits = BIT_readBitsFast(bitD, nbBits); in FSE_decodeSymbolFast() local
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DSession.c146 CONTEXT_SLOT lowBits; in ContextIdSetOldest() local
/external/skia/tests/
DMatrixProcsTest.cpp27 int lowBits(uint32_t rv) { in lowBits() function
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
DVorbisUtil.java412 int lowBits = bitArray.readBits(3); in readResidues() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
DVorbisUtil.java460 int lowBits = bitArray.readBits(3); in readResidues() local
/external/cronet/third_party/protobuf/js/experimental/runtime/kernel/
Dwriter.js344 writeVarint64_(highBits, lowBits) { argument
/external/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp2538 UINT_32 lowBits = 0; in HwlComputeThinEquation() local
2825 const UINT_32 lowBits = 10; in HwlComputeThickEquation() local
/external/zstd/lib/legacy/
Dzstd_v06.c1127 size_t const lowBits = BITv06_readBits(bitD, nbBits); in FSEv06_updateState() local
1136 size_t const lowBits = BITv06_readBits(bitD, nbBits); in FSEv06_decodeSymbol() local
1149 size_t const lowBits = BITv06_readBitsFast(bitD, nbBits); in FSEv06_decodeSymbolFast() local
Dzstd_v01.c783 size_t lowBits = FSE_readBits(bitD, nbBits); in FSE_decodeSymbol() local
794 size_t lowBits = FSE_readBitsFast(bitD, nbBits); in FSE_decodeSymbolFast() local
Dzstd_v07.c891 size_t const lowBits = BITv07_readBits(bitD, nbBits); in FSEv07_updateState() local
900 size_t const lowBits = BITv07_readBits(bitD, nbBits); in FSEv07_decodeSymbol() local
913 size_t const lowBits = BITv07_readBitsFast(bitD, nbBits); in FSEv07_decodeSymbolFast() local
Dzstd_v03.c727 size_t lowBits = BIT_readBits(bitD, nbBits); in FSE_decodeSymbol() local
738 size_t lowBits = BIT_readBitsFast(bitD, nbBits); in FSE_decodeSymbolFast() local
Dzstd_v04.c900 size_t lowBits = BIT_readBits(bitD, nbBits); in FSE_decodeSymbol() local
911 size_t lowBits = BIT_readBitsFast(bitD, nbBits); in FSE_decodeSymbolFast() local
Dzstd_v02.c725 size_t lowBits = BIT_readBits(bitD, nbBits); in FSE_decodeSymbol() local
736 size_t lowBits = BIT_readBitsFast(bitD, nbBits); in FSE_decodeSymbolFast() local
Dzstd_v05.c1022 size_t lowBits = BITv05_readBits(bitD, nbBits); in FSEv05_decodeSymbol() local
1033 size_t lowBits = BITv05_readBitsFast(bitD, nbBits); in FSEv05_decodeSymbolFast() local
/external/zstd/lib/decompress/
Dzstd_decompress_block.c1152 size_t const lowBits = BIT_readBits(bitD, nbBits); in ZSTD_updateFseStateWithDInfo() local
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Ddataflow.v1b3.json5785 "lowBits": { object