/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
H A D | HorizontalMetricsTableBuilder.java | 39 public int lsb; field in HorizontalMetricsTableBuilder.LongHorMetric 41 public LongHorMetric(int advanceWidth, int lsb) { in LongHorMetric() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | nut.c | 266 int64_t ff_lsb2full(StreamContext *stream, int64_t lsb) in ff_lsb2full() argument
|
/third_party/alsa-utils/seq/aseqdump/ |
H A D | aseqdump.c | 380 static const char *pitchbend_value(uint8_t msb, uint8_t lsb) in pitchbend_value() argument
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.h | 603 void bfi(const Register& rd, const Register& rn, int lsb, int width) { in bfi() argument 610 void bfxil(const Register& rd, const Register& rn, int lsb, int width) { in bfxil() argument [all...] |
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttdriver.c | 265 FT_Short lsb; in tt_get_advances() local
|
H A D | ttgload.c | 99 TT_Get_HMetrics( TT_Face face, FT_UInt idx, FT_Short* lsb, FT_UShort* aw ) TT_Get_HMetrics() argument
|
/third_party/vixl/src/aarch32/ |
H A D | instructions-aarch32.cc | 705 uint32_t lsb = imm & UnsignedNegate(imm); in IsImmediateA32() local
|
/third_party/vixl/src/aarch64/ |
H A D | cpu-aarch64.cc | 256 int lsb = field.GetLsb(); in Get() local
|
H A D | cpu-aarch64.h | 65 explicit constexpr Field(int lsb, in Field() argument
|
H A D | assembler-aarch64.h | 806 void bfc(const Register& rd, unsigned lsb, unsigned width) { in bfc() argument 783 bfi(const Register& rd, const Register& rn, unsigned lsb, unsigned width) bfi() argument 796 bfxil(const Register& rd, const Register& rn, unsigned lsb, unsigned width) bfxil() argument 832 sbfx(const Register& rd, const Register& rn, unsigned lsb, unsigned width) sbfx() argument [all...] |
/third_party/gn/src/base/strings/ |
H A D | string_number_conversions.cc | 448 uint8_t lsb = 0; // least significant 4 bits in HexStringToBytes() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APFloat.cpp | 475 unsigned int lsb; in lostFractionThroughTruncation() local
|
/third_party/protobuf/js/binary/ |
H A D | arith.js | |
/third_party/ffmpeg/libavcodec/ |
H A D | dca_xll.c | 719 int32_t *lsb = b->lsb_sample_buffer[ch]; in chs_assemble_msbs_lsbs() local
|
/third_party/alsa-lib/test/ |
H A D | playmidi1.c | 313 static void do_pitchbend(int chan, int lsb, int msb) in do_pitchbend() argument
|
/third_party/libsnd/src/ |
H A D | ogg_opus.c | 271 int lsb ; member [all...] |
/third_party/node/deps/v8/src/utils/ |
H A D | utils.h | 385 inline uint32_t unsigned_bitextract_32(int msb, int lsb, uint32_t x) { in unsigned_bitextract_32() argument 389 inline uint64_t unsigned_bitextract_64(int msb, int lsb, uint64_t x) { in unsigned_bitextract_64() argument 393 inline int32_t signed_bitextract_32(int msb, int lsb, uint32_t x) { in signed_bitextract_32() argument
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_instructions.cpp | 1117 ir_variable *lsb = in find_lsb_to_float_cast() local
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_etc_decode.c | 314 nir_ssa_def *lsb = nir_iand_imm(&b, nir_ushr(&b, color_x, linear_pixel), 1); in build_shader() local
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | tinjpage.c | 132 int lsb = ((struct my_siginfo *)si)->si_addr_lsb; in sighandler() local
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | tinjpage.c | 132 int lsb = ((struct my_siginfo *)si)->si_addr_lsb; in sighandler() local
|
/third_party/node/deps/v8/src/diagnostics/mips64/ |
H A D | disasm-mips64.cc | 283 int lsb = instr->SaValue(); in PrintSs2() local 298 int lsb = instr->SaValue(); in PrintSs4() local
|
/third_party/node/deps/v8/src/diagnostics/arm/ |
H A D | disasm-arm.cc | 486 int lsb = (format[6] - '0') * 10 + (format[7] - '0'); in FormatOption() local
|
/third_party/libabigail/src/ |
H A D | abg-elf-helpers.cc | 1083 const uint8_t* lsb = cur; in read_int_from_array_of_bytes() local
|
/third_party/skia/tools/fonts/ |
H A 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
|