Searched refs:byte_width (Results 1 - 7 of 7) sorted by relevance
/third_party/backends/backend/ |
H A D | mustek_usb_low.c | 108 chip->byte_width = 0x09f6; in usb_low_init() 1049 chip->byte_width = (chip->byte_width & 0x3f00) + ((SANE_Word) pattern); in usb_low_get_a12() 1054 chip->row_size = chip->byte_width / chip->soft_resample; in usb_low_get_a12() 1084 chip->byte_width = in usb_low_get_a13() 1085 (chip->byte_width & 0x00ff) + (((SANE_Word) (pattern & 0x3f)) << 8); in usb_low_get_a13() 1090 chip->row_size = chip->byte_width / chip->soft_resample; in usb_low_get_a13() 1122 chip->byte_width = chip->row_size * chip->soft_resample; in usb_low_set_image_byte_width() 1123 if (chip->byte_width > 0x3fff) in usb_low_set_image_byte_width() 1126 (int) chip->byte_width); in usb_low_set_image_byte_width() [all...] |
H A D | mustek_usb_low.h | 142 SANE_Word byte_width; member
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | mid-tier-register-allocator.cc | 3307 SpillSlot* GetFreeSpillSlot(int byte_width); 3325 SpillSlot(int stack_slot, int byte_width) in SpillSlot() argument 3326 : stack_slot_(stack_slot), byte_width_(byte_width), range_() {} in SpillSlot() 3336 int byte_width() const { return byte_width_; } in byte_width() function in v8::internal::compiler::MidTierSpillSlotAllocator::SpillSlot 3369 MidTierSpillSlotAllocator::GetFreeSpillSlot(int byte_width) { in GetFreeSpillSlot() argument 3372 if (slot->byte_width() == byte_width) { in GetFreeSpillSlot() 3386 int byte_width = ByteWidthForStackSlot(rep); in Allocate() local 3392 SpillSlot* slot = GetFreeSpillSlot(byte_width); in Allocate() 3395 int stack_slot_ = frame()->AllocateSpillSlot(byte_width); in Allocate() [all...] |
H A D | register-allocator.cc | 1214 if (byte_width() != other->byte_width() || IsIntersectingWith(other)) in TryMerge() 4659 int width = range->byte_width(); in AssignSpillSlots()
|
H A D | register-allocator.h | 1099 int byte_width() const { return byte_width_; } in byte_width() function in v8::internal::compiler::RegisterAllocationFlag::LiveRange::final
|
/third_party/skia/third_party/skcms/ |
H A D | skcms.cc | 661 static bool init_tables(const uint8_t* table_base, uint64_t max_tables_len, uint32_t byte_width, 664 // byte_width is 1 or 2, [input|output]_table_entries are in [2, 4096], so no overflow 665 uint32_t byte_len_per_input_table = input_table_entries * byte_width; 666 uint32_t byte_len_per_output_table = output_table_entries * byte_width; 672 uint64_t grid_size = out->output_channels * byte_width; 683 if (byte_width == 1) { 692 if (byte_width == 1) { 703 if (byte_width == 1) {
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | xm_api.c | 1494 int line, byte_width; in XMesaBindTexImage() local 1521 byte_width = w * ((img->bits_per_pixel + 7) / 8); in XMesaBindTexImage() 1526 byte_width); in XMesaBindTexImage()
|
Completed in 25 milliseconds