Home
last modified time | relevance | path

Searched defs:lsb (Results 1 – 25 of 72) sorted by relevance

123

/external/tcpdump/
Dparsenfsfh.c87 #define make_uint32(msb,b,c,lsb)\ argument
90 #define make_uint24(msb,b, lsb)\ argument
93 #define make_uint16(msb,lsb)\ argument
98 #define make_uint48(msb,b,c,d,e,lsb)\ argument
102 #define make_uint48(msb,b,c,d,e,lsb)\ argument
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_integer.inl168 uint & lsb
186 uvec2 & lsb
199 uvec3 & lsb
213 uvec4 & lsb
229 int & lsb
247 ivec2 & lsb
260 ivec3 & lsb
274 ivec4 & lsb
/external/aac/libAACdec/src/
Dblock.h234 UINT lsb ) in EvaluatePower43()
267 FDK_INLINE int GetScaleFromValue (FIXP_DBL value, unsigned int lsb) in GetScaleFromValue()
Dblock.cpp387 INT lsb, in InverseQuantizeBand()
486 int lsb = pScaleFactor [bnds] & 0x03 ; in CBlock_InverseQuantizeSpectralData() local
Dstereo.cpp259 int lsb = bandScale & 0x03 ; in CJointStereo_ApplyIS() local
/external/vixl/src/vixl/
Dutils.h90 inline uint64_t unsigned_bitextract_64(int msb, int lsb, uint64_t x) { in unsigned_bitextract_64()
94 inline int32_t signed_bitextract_32(int msb, int lsb, int32_t x) { in signed_bitextract_32()
98 inline int64_t signed_bitextract_64(int msb, int lsb, int64_t x) { in signed_bitextract_64()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
DUUIDConverter.java29 long lsb = uuid.getLeastSignificantBits(); in convert() local
/external/v8/test/unittests/compiler/mips64/
Dinstruction-selector-mips64-unittest.cc364 int32_t lsb = shift & 0x1f; in TEST_F() local
381 int32_t lsb = shift & 0x1f; in TEST_F() local
404 int32_t lsb = shift & 0x3f; in TEST_F() local
422 int32_t lsb = shift & 0x3f; in TEST_F() local
613 int32_t lsb = shift & 0x1f; in TEST_F() local
629 int32_t lsb = shift & 0x1f; in TEST_F() local
652 int64_t lsb = shift & 0x3f; in TEST_F() local
668 int64_t lsb = shift & 0x3f; in TEST_F() local
/external/v8/src/arm64/
Dassembler-arm64.h1132 void bfi(const Register& rd, const Register& rn, int lsb, int width) { in bfi()
1139 void bfxil(const Register& rd, const Register& rn, int lsb, int width) { in bfxil()
1153 void sbfiz(const Register& rd, const Register& rn, int lsb, int width) { in sbfiz()
1160 void sbfx(const Register& rd, const Register& rn, int lsb, int width) { in sbfx()
1196 void ubfiz(const Register& rd, const Register& rn, int lsb, int width) { in ubfiz()
1203 void ubfx(const Register& rd, const Register& rn, int lsb, int width) { in ubfx()
Dinstructions-arm64.h111 uint32_t Bits(int msb, int lsb) const { in Bits()
115 int32_t SignedBits(int msb, int lsb) const { in SignedBits()
Dmacro-assembler-arm64-inl.h345 unsigned lsb, in Bfi()
355 unsigned lsb, in Bfxil()
535 unsigned lsb) { in Extr()
1047 unsigned lsb, in Sbfiz()
1057 unsigned lsb, in Sbfx()
1151 unsigned lsb, in Ubfiz()
1161 unsigned lsb, in Ubfx()
/external/harfbuzz_ng/src/
Dhb-ot-hmtx-table.hh48 FWORD lsb; /* Leading (left/top) side bearing. */ member
/external/v8/test/unittests/compiler/mips/
Dinstruction-selector-mips-unittest.cc357 int32_t lsb = shift & 0x1f; in TEST_F() local
374 int32_t lsb = shift & 0x1f; in TEST_F() local
488 int32_t lsb = shift & 0x1f; in TEST_F() local
504 int32_t lsb = shift & 0x1f; in TEST_F() local
/external/aac/libFDK/src/
Dqmf.cpp971 int lsb, /*!< Lower end of QMF frequency range */ in qmfInitFilterBank()
1090 int lsb, /*!< lower end of QMF */ in qmfInitAnalysisFilterBank()
1118 int lsb, /*!< lower end of QMF */ in qmfInitSynthesisFilterBank()
/external/libmpeg2/common/
Dimpeg2_macros.h35 #define BITS(val,msb,lsb) (UWORD16)((((val) >> (lsb)) & ((1 << ((msb) - (lsb) + 1)) - 1))) argument
/external/vixl/src/vixl/a64/
Dassembler-a64.h1443 unsigned lsb, in bfi()
1453 unsigned lsb, in bfxil()
1470 unsigned lsb, in sbfiz()
1480 unsigned lsb, in sbfx()
1519 unsigned lsb, in ubfiz()
1529 unsigned lsb, in ubfx()
/external/aac/libSBRdec/src/
Dpsdec.cpp483 int lsb, in scalFilterBankValues()
557int lsb, /* sbr start subband */ in rescalFilterBankValues()
/external/autotest/client/cros/i2c/
Dusb_to_i2c.py138 def _convert_to_8bits_addr(slave_addr_7bits, lsb): argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfpDec.java190 final int lsb = mant[lsd]; in round() local
/external/aac/libFDK/include/
Dqmf.h166 int lsb; /*!< Top of low subbands */ member
/external/pdfium/third_party/freetype/src/truetype/
Dttdriver.c219 FT_Short lsb; in tt_get_advances() local
/external/freetype/src/truetype/
Dttdriver.c219 FT_Short lsb; in tt_get_advances() local
/external/v8/test/unittests/compiler/arm64/
Dinstruction-selector-arm64-unittest.cc2851 int32_t lsb = shift & 0x1f; in TEST_F() local
2868 int32_t lsb = shift & 0x1f; in TEST_F() local
2891 int32_t lsb = shift & 0x3f; in TEST_F() local
2909 int32_t lsb = shift & 0x3f; in TEST_F() local
2933 int32_t lsb = shift & 0x1f; in TEST_F() local
2949 int32_t lsb = shift & 0x1f; in TEST_F() local
2972 int64_t lsb = shift & 0x3f; in TEST_F() local
2988 int64_t lsb = shift & 0x3f; in TEST_F() local
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc523 uint32_t lsb, uint32_t width) { in EmitUbfx()
565 uint32_t const lsb = mleft.right().Value(); in VisitWord32And() local
589 uint32_t lsb = base::bits::CountTrailingZeros32(~value); in VisitWord32And() local
681 uint32_t lsb = m.right().Value(); in VisitWord32Shr() local
/external/v8/src/mips64/
Dsimulator-mips64.cc3855 uint16_t lsb = sa(); in DecodeTypeRegisterSPECIAL3() local
3867 uint16_t lsb = sa(); in DecodeTypeRegisterSPECIAL3() local
3878 uint16_t lsb = sa(); in DecodeTypeRegisterSPECIAL3() local
3889 uint16_t lsb = sa(); in DecodeTypeRegisterSPECIAL3() local
3900 uint16_t lsb = sa(); in DecodeTypeRegisterSPECIAL3() local
3911 uint16_t lsb = sa() + 32; in DecodeTypeRegisterSPECIAL3() local

123