| /third_party/jerryscript/jerry-core/jrt/ |
| D | jrt-bit-fields.h | 28 #define JRT_EXTRACT_BIT_FIELD(type, container, lsb, width) \ argument 41 #define JRT_SET_BIT_FIELD_VALUE(type, container, new_bit_field_value, lsb, width) \ argument
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
| D | HorizontalMetricsTableBuilder.java | 39 public int lsb; field in HorizontalMetricsTableBuilder.LongHorMetric 41 public LongHorMetric(int advanceWidth, int lsb) { in LongHorMetric()
|
| D | HorizontalMetricsTableSubsetter.java | 50 int lsb = origMetrics.leftSideBearing(origGlyphId); in subset() local
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| D | assembler-arm64.h | 603 void bfi(const Register& rd, const Register& rn, int lsb, int width) { in bfi() 610 void bfxil(const Register& rd, const Register& rn, int lsb, int width) { in bfxil() 624 void sbfiz(const Register& rd, const Register& rn, int lsb, int width) { in sbfiz() 631 void sbfx(const Register& rd, const Register& rn, int lsb, int width) { in sbfx() 661 void ubfiz(const Register& rd, const Register& rn, int lsb, int width) { in ubfiz() 668 void ubfx(const Register& rd, const Register& rn, int lsb, int width) { in ubfx()
|
| D | macro-assembler-arm64-inl.h | 298 void TurboAssembler::Bfi(const Register& rd, const Register& rn, unsigned lsb, in Bfi() 305 void MacroAssembler::Bfxil(const Register& rd, const Register& rn, unsigned lsb, in Bfxil() 510 const Register& rm, unsigned lsb) { in Extr() 897 void MacroAssembler::Sbfiz(const Register& rd, const Register& rn, unsigned lsb, in Sbfiz() 904 void TurboAssembler::Sbfx(const Register& rd, const Register& rn, unsigned lsb, in Sbfx() 977 void TurboAssembler::Ubfiz(const Register& rd, const Register& rn, unsigned lsb, in Ubfiz() 984 void TurboAssembler::Ubfx(const Register& rd, const Register& rn, unsigned lsb, in Ubfx()
|
| D | instructions-arm64.h | 97 uint32_t Bits(int msb, int lsb) const { in Bits() 101 int32_t SignedBits(int msb, int lsb) const { in SignedBits()
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
| D | func_integer.inl | 220 GLM_FUNC_QUALIFIER void umulExtended(uint const & x, uint const & y, uint & msb, uint & lsb) 230 …ype<uint, P> const & x, vecType<uint, P> const & y, vecType<uint, P> & msb, vecType<uint, P> & lsb) 240 GLM_FUNC_QUALIFIER void imulExtended(int x, int y, int & msb, int & lsb) 250 …vecType<int, P> const & x, vecType<int, P> const & y, vecType<int, P> & msb, vecType<int, P> & lsb)
|
| /third_party/vixl/src/aarch32/ |
| D | instructions-aarch32.cc | 654 uint32_t lsb = imm & -imm; in IsImmediateT32() local 705 uint32_t lsb = imm & -imm; in IsImmediateA32() local
|
| /third_party/vixl/src/aarch64/ |
| D | assembler-aarch64.h | 784 unsigned lsb, in bfi() 797 unsigned lsb, in bfxil() 805 void bfc(const Register& rd, unsigned lsb, unsigned width) { in bfc() 820 unsigned lsb, in sbfiz() 833 unsigned lsb, in sbfx() 868 unsigned lsb, in ubfiz() 881 unsigned lsb, in ubfx()
|
| D | cpu-aarch64.h | 63 : lsb_(lsb), type_(type) {} in lsb_() argument
|
| D | cpu-aarch64.cc | 225 int lsb = field.GetLsb(); in Get() local
|
| D | simulator-aarch64.h | 919 uint32_t ExtractBits(int msb, int lsb) const { in ExtractBits() 926 int32_t ExtractSignedBits(int msb, int lsb) const { in ExtractSignedBits()
|
| D | instructions-aarch64.h | 241 uint32_t ExtractBits(int msb, int lsb) const { in ExtractBits() 289 int32_t ExtractSignedBits(int msb, int lsb) const { in ExtractSignedBits()
|
| /third_party/protobuf/js/binary/ |
| D | arith.js | 119 jspb.arith.UInt64.prototype.lsb = function() { method in jspb.arith.UInt64
|
| /third_party/node/deps/v8/src/utils/ |
| D | utils.h | 385 inline uint32_t unsigned_bitextract_32(int msb, int lsb, uint32_t x) { in unsigned_bitextract_32() 389 inline uint64_t unsigned_bitextract_64(int msb, int lsb, uint64_t x) { in unsigned_bitextract_64() 393 inline int32_t signed_bitextract_32(int msb, int lsb, uint32_t x) { in signed_bitextract_32()
|
| /third_party/ffmpeg/libavformat/ |
| D | nut.c | 266 int64_t ff_lsb2full(StreamContext *stream, int64_t lsb) in ff_lsb2full()
|
| /third_party/mesa3d/src/amd/addrlib/src/r800/ |
| D | ciaddrlib.cpp | 103 UINT_32 lsb) ///< Least signicant bit in GetBits() 127 UINT_32 lsb) ///< Least signicant bit in RemoveBits() 153 UINT_32 lsb) ///< Least signicant bit in InsertBits() 2007 UINT_32 lsb = pipeBits + pipeInterleaveBits; in HwlComputeMetadataNibbleAddress() local
|
| /third_party/alsa-lib/test/ |
| D | Makefile.am | 1 SUBDIRS=. lsb subdir
|
| D | playmidi1.c | 313 static void do_pitchbend(int chan, int lsb, int msb) in do_pitchbend()
|
| /third_party/skia/third_party/externals/freetype/src/truetype/ |
| D | ttdriver.c | 265 FT_Short lsb; in tt_get_advances() local
|
| /third_party/alsa-utils/seq/aseqdump/ |
| D | aseqdump.c | 380 static const char *pitchbend_value(uint8_t msb, uint8_t lsb) in pitchbend_value()
|
| /third_party/skia/tools/fonts/ |
| D | TestSVGTypeface.cpp | 605 int lsb = fGlyphs[i].fOrigin.fX; in exportTtxCommon() local 622 int32_t lsb = fGlyphs[i].fOrigin.fX + (*glyfInfo)[i].fLayers[j].fBounds.fLeft; in exportTtxCommon() local
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| D | dec_sse2.c | 908 const __m128i lsb = _mm_and_si128(_mm_xor_si128(ABCDEFGH, CDEFGH00), one); in VE4_SSE2() local 925 const __m128i lsb = _mm_and_si128(_mm_xor_si128(ABCDEFGH, CDEFGHH0), one); in LD4_SSE2() local 946 const __m128i lsb = _mm_and_si128(_mm_xor_si128(IXABCD, ABCD0), one); in VR4_SSE2() local 998 const __m128i lsb = _mm_and_si128(_mm_xor_si128(JIXABCD__, LKJIXABCD), one); in RD4_SSE2() local
|
| D | enc_sse2.c | 722 const __m128i lsb = _mm_and_si128(_mm_xor_si128(ABCDEFGH, CDEFGH00), one); in VE4_SSE2() local 760 const __m128i lsb = _mm_and_si128(_mm_xor_si128(ABCDEFGH, CDEFGHH0), one); in LD4_SSE2() local 782 const __m128i lsb = _mm_and_si128(_mm_xor_si128(IXABCD, ABCD0), one); in VR4_SSE2() local 829 const __m128i lsb = _mm_and_si128(_mm_xor_si128(JIXABCD__, LKJIXABCD), one); in RD4_SSE2() local
|
| /third_party/node/deps/v8/src/diagnostics/mips64/ |
| D | disasm-mips64.cc | 283 int lsb = instr->SaValue(); in PrintSs2() local 298 int lsb = instr->SaValue(); in PrintSs4() local
|