Searched refs:byte_size (Results 1 - 21 of 21) sorted by relevance

/haiku-fatelf/headers/libs/agg/
H A Dagg_array.h196 unsigned byte_size() const { return m_size * sizeof(T); } function in class:agg::pod_vector
198 void deserialize(const int8u* data, unsigned byte_size);
292 void pod_vector<T>::deserialize(const int8u* data, unsigned byte_size) argument
294 byte_size /= sizeof(T);
295 allocate(byte_size);
296 if(byte_size) memcpy(m_array, data, byte_size * sizeof(T));
446 unsigned byte_size() const;
448 void deserialize(const int8u* data, unsigned byte_size);
450 const int8u* data, unsigned byte_size);
710 unsigned pod_bvector<T, S>::byte_size() const function in class:agg::pod_bvector
730 deserialize(const int8u* data, unsigned byte_size) argument
747 deserialize(unsigned start, const T& empty_val, const int8u* data, unsigned byte_size) argument
[all...]
H A Dagg_scanline_storage_aa.h397 unsigned byte_size() const function in class:agg::scanline_storage_aa
785 unsigned byte_size = read_int32u(); local
787 m_ptr += byte_size - sizeof(int32);
H A Dagg_path_storage_integer.h119 unsigned byte_size() const { return m_storage.size() * sizeof(vertex_integer_type); } function in class:agg::path_storage_integer
H A Dagg_trans_viewport.h198 unsigned byte_size() const function in class:agg::trans_viewport
H A Dagg_scanline_storage_bin.h241 unsigned byte_size() const function in class:agg::scanline_storage_bin
/haiku-fatelf/src/servers/app/
H A Dagg_scanline_storage_subpix.h261 unsigned byte_size() const function in class:agg::scanline_storage_subpix
647 unsigned byte_size = read_int32u(); local
649 m_ptr += byte_size - sizeof(int32);
/haiku-fatelf/src/apps/debugger/dwarf/
H A DDebugInfoEntry.h86 DECLARE_DEBUG_INFO_ENTRY_ATTR_SETTER(byte_size)
H A DDebugInfoEntry.cpp223 DEFINE_DEBUG_INFO_ENTRY_ATTR_SETTER(byte_size)
H A DAttributeClasses.cpp47 { ENTRY(byte_size), AC_BLOCK | AC_CONSTANT | AC_REFERENCE },
/haiku-fatelf/src/libs/agg/font_freetype/
H A Dagg_font_freetype.cpp927 m_data_size = m_scanlines_bin.byte_size();
952 m_data_size = m_scanlines_aa.byte_size();
973 m_data_size = m_path32.byte_size();
994 m_data_size = m_path16.byte_size();
1037 m_data_size = m_scanlines_bin.byte_size();
1075 m_data_size = m_scanlines_aa.byte_size();
/haiku-fatelf/src/servers/app/font/
H A DFontEngine.cpp650 fDataSize = fScanlineStorageBin.byte_size();
668 fDataSize = fScanlineStorageAA.byte_size();
686 fDataSize = fScanlineStorageSubpix.byte_size();
701 fDataSize = fPath.byte_size();
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdbarch.h1367 typedef int (gdbarch_address_class_type_flags_ftype) (int byte_size, int dwarf2_addr_class);
1368 extern int gdbarch_address_class_type_flags (struct gdbarch *gdbarch, int byte_size, int dwarf2_addr_class);
1374 #define ADDRESS_CLASS_TYPE_FLAGS(byte_size, dwarf2_addr_class) (gdbarch_address_class_type_flags (current_gdbarch, byte_size, dwarf2_addr_class))
H A Ddwarf2read.c4367 int byte_size, addr_class; local
4378 byte_size = DW_UNSND (attr_byte_size);
4380 byte_size = cu_header->addr_size;
4391 if (TYPE_LENGTH (type) != byte_size || addr_class != DW_ADDR_none)
4397 type_flags = ADDRESS_CLASS_TYPE_FLAGS (byte_size, addr_class);
4401 else if (TYPE_LENGTH (type) != byte_size)
4403 complaint (&symfile_complaints, "invalid pointer size %d", byte_size);
4410 TYPE_LENGTH (type) = byte_size;
H A Dgdbarch.sh656 F:=:int:address_class_type_flags:int byte_size, int dwarf2_addr_class:byte_size, dwarf2_addr_class
H A Ds390-tdep.c2798 s390_address_class_type_flags (int byte_size, int dwarf2_addr_class) argument
2800 if (byte_size == 4)
H A Dgdbarch.c690 "ADDRESS_CLASS_TYPE_FLAGS(byte_size, dwarf2_addr_class)",
691 XSTRING (ADDRESS_CLASS_TYPE_FLAGS (byte_size, dwarf2_addr_class)));
3560 gdbarch_address_class_type_flags (struct gdbarch *gdbarch, int byte_size, int dwarf2_addr_class) argument
3566 return gdbarch->address_class_type_flags (byte_size, dwarf2_addr_class);
/haiku-fatelf/src/bin/network/ftpd/
H A Dftpcmd.y162 %type <u.i> check_login octal_number byte_size
937 byte_size
1050 | L SP byte_size
1056 | L byte_size
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_ladspa.c707 int byte_size = FLUID_BUFSIZE * sizeof(fluid_real_t); local
749 FLUID_MEMSET(n->buf, 0, byte_size);
756 FLUID_MEMSET(n->buf, 0, byte_size);
H A Dfluid_synth.c1912 int byte_size = FLUID_BUFSIZE * sizeof(fluid_real_t); local
1921 FLUID_MEMSET(synth->left_buf[i], 0, byte_size);
1922 FLUID_MEMSET(synth->right_buf[i], 0, byte_size);
1926 FLUID_MEMSET(synth->fx_left_buf[i], 0, byte_size);
1927 FLUID_MEMSET(synth->fx_right_buf[i], 0, byte_size);
/haiku-fatelf/src/tools/docbook/libxml2/
H A DparserInternals.c1928 unsigned int byte_size; local
1932 byte_size = (sizeof(*ctxt->node_seq.buffer) *
1936 tmp_buffer = (xmlParserNodeInfo *) xmlMalloc(byte_size);
1940 byte_size);
/haiku-fatelf/src/bin/gdb/bfd/
H A Dxcofflink.c3385 int byte_size;
3391 byte_size = 8;
3393 byte_size = 4;
3399 hds->toc_section->size += byte_size;
5705 unsigned int reloc_size, byte_size;
5710 byte_size = 8;
5715 byte_size = 4;
5798 + byte_size);
3380 int byte_size; local
5699 unsigned int reloc_size, byte_size; local

Completed in 253 milliseconds