Home
last modified time | relevance | path

Searched defs:byte_size (Results 1 – 15 of 15) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
Dcommon.py81 def byte_size(number): function
/external/protobuf/python/google/protobuf/internal/
Dwire_format_test.py201 def __init__(self, byte_size): argument
/external/pdfium/core/src/fxcrt/
Dfx_basic_memmgr.cpp11 void* FXMEM_DefaultAlloc(size_t byte_size, int flags) { in FXMEM_DefaultAlloc()
/external/protobuf/src/google/protobuf/
Dmessage_lite.cc279 int byte_size = ByteSize(); in AppendPartialToString() local
306 int byte_size = ByteSize(); in SerializePartialToArray() local
/external/pdfium/third_party/agg23/
Dagg_array.h59 unsigned byte_size() const in byte_size() function
407 unsigned pod_deque<T, S>::byte_size() const in byte_size() function
/external/v8/src/heap/
Dheap-inl.h446 void Heap::CopyBlock(Address dst, Address src, int byte_size) { in CopyBlock()
452 void Heap::MoveBlock(Address dst, Address src, int byte_size) { in MoveBlock()
/external/libxml2/
DparserInternals.c2019 unsigned int byte_size; in xmlParserAddNodeInfo() local
/external/pdfium/third_party/freetype/src/sfnt/
Dttsbit.c1017 FT_UInt byte_size = height * ( ( width + 7 ) >> 3 ); in tt_sbit_decoder_load_bitmap() local
/external/freetype/src/sfnt/
Dttsbit.c1017 FT_UInt byte_size = height * ( ( width + 7 ) >> 3 ); in tt_sbit_decoder_load_bitmap() local
/external/libchrome/base/strings/
Dstring_util_unittest.cc63 const size_t byte_size, in Truncated()
Dstring_util.cc352 const size_t byte_size, in TruncateUTF8ToByteSize()
/external/v8/src/x64/
Ddisasm-x64.cc229 bool byte_size, in SetTableRange()
/external/pdfium/third_party/freetype/src/smooth/
Dftgrays.c495 long byte_size ) in gray_init_cells()
/external/freetype/src/smooth/
Dftgrays.c499 long byte_size ) in gray_init_cells()
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c883 struct dir_ent *dir_ent, int type, long long byte_size, in create_inode()