Searched defs:size (Results 51 - 75 of 7454) sorted by relevance

1234567891011>>

/external/lzma/CPP/7zip/Compress/
H A DBranchCoder.cpp14 STDMETHODIMP_(UInt32) CBranchConverter::Filter(Byte *data, UInt32 size) argument
16 UInt32 processedSize = SubFilter(data, size);
/external/mesa3d/src/gallium/winsys/sw/wayland/
H A Dwayland_sw_winsys.h35 unsigned size; member in struct:winsys_handle
/external/nanopb-c/tests/missing_fields/
H A Dmissing_fields.c11 size_t size; local
24 size = stream.bytes_written;
30 pb_istream_t stream = pb_istream_from_buffer(buffer, size);
42 pb_istream_t stream = pb_istream_from_buffer(buffer, size);
/external/oprofile/libutil/
H A Dop_growable_buffer.h18 size_t size; member in struct:growable_buffer
/external/srtp/crypto/kernel/
H A Dalloc.c69 crypto_alloc(size_t size) { argument
72 ptr = kmalloc(size, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL);
77 debug_print(mod_alloc, "allocation failed (asked for %d bytes)\n", size);
94 crypto_alloc(size_t size) { argument
97 ptr = malloc(size);
102 debug_print(mod_alloc, "allocation failed (asked for %d bytes)\n", size);
/external/valgrind/main/coregrind/m_gdbserver/
H A Dregdef.h32 by the size of a byte (to match the layout of each register in
38 /* The size (in bits) of the value of this register, as transmitted. */
39 int size; member in struct:reg
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRReaderStream.h14 NSInteger size; variable
20 @property (assign) NSInteger size; variable
29 + (id) newANTLRReaderStream:(NSFileHandle *)r size:(NSInteger)aSize;
30 + (id) newANTLRReaderStream:(NSFileHandle *)r size:(NSInteger)aSize readBufferSize:(NSInteger)aReadChunkSize;
31 - (id) initWithReader:(NSFileHandle *)r size:(NSInteger)aSize readBufferSize:(NSInteger)aReadChunkSize;
/external/chromium_org/ash/system/tray/
H A Dfixed_sized_scroll_view.h22 // Change the fixed size of the view. Invalidates the layout (by calling
24 void SetFixedSize(const gfx::Size& size);
26 void set_fixed_size(const gfx::Size& size) { fixed_size_ = size; } argument
/external/chromium_org/base/allocator/
H A Dtcmalloc_unittest.cc10 #include "common.h" // For TCMalloc constants like page size, etc.
49 for (size_t size = 1;
50 size <= ExcludeSpaceForMarkForTest(kMaxSize);
51 size <<= 1) {
52 char* p = reinterpret_cast<char*>(TCMallocDoMallocForTest(size));
59 size_t size = 1; local
64 for (; size <= ExcludeSpaceForMarkForTest(kMinClassSize); size <<= 1) {
65 char* p = reinterpret_cast<char*>(TCMallocDoMallocForTest(size));
70 for (; size <
[all...]
H A Dtype_profiler_tcmalloc.cc17 size_t size,
20 InsertType(ptr, size, type);
26 size_t size,
16 NewInterceptForTCMalloc(void* ptr, size_t size, const std::type_info& type) argument
25 DeleteInterceptForTCMalloc(void* ptr, size_t size, const std::type_info& type) argument
/external/chromium_org/base/mac/
H A Dscoped_mach_vm.cc10 void ScopedMachVM::reset(vm_address_t address, vm_size_t size) { argument
12 DCHECK(size % PAGE_SIZE == 0);
20 if (address_ + size_ > address + size) {
21 vm_address_t deallocate_start = std::max(address_, address + size);
29 size_ = size;
/external/chromium_org/base/process/
H A Dmemory.cc12 bool UncheckedCalloc(size_t num_items, size_t size, void** result) { argument
13 const size_t alloc_size = num_items * size;
16 if (size && ((alloc_size / size) != num_items)) {
/external/chromium_org/base/
H A Dsys_info_freebsd.cc15 size_t size = sizeof(pages); local
16 sysctlbyname("vm.stats.vm.v_page_count", &pages, &size, NULL, 0);
17 sysctlbyname("vm.stats.vm.v_page_size", &page_size, &size, NULL, 0);
28 size_t size = sizeof(limit); local
29 if (sysctlbyname("kern.ipc.shmmax", &limit, &size, NULL, 0) < 0) {
/external/chromium_org/cc/output/
H A Dgl_frame_data.h14 #include "ui/gfx/geometry/size.h"
25 gfx::Size size; member in class:cc::GLFrameData
H A Dsoftware_frame_data.h11 #include "ui/gfx/geometry/size.h"
21 gfx::Size size; member in class:cc::SoftwareFrameData
/external/chromium_org/chrome/browser/
H A Dicon_loader_win.cc16 #include "ui/gfx/size.h"
40 int size = 0; local
43 size = SHGFI_SMALLICON;
46 size = 0;
49 size = SHGFI_LARGEICON;
60 SHGFI_ICON | size | SHGFI_USEFILEATTRIBUTES)) {
/external/chromium_org/chrome/browser/install_verification/win/
H A Dmodule_list.h34 size_t size() const { function in class:ModuleList
35 return modules_.size();
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_object_entry.cc9 MTPDeviceObjectEntry::MTPDeviceObjectEntry() : is_directory(false), size(0) {
15 int64 size,
20 size(size),
12 MTPDeviceObjectEntry(const base::string16& object_id, const base::string16& object_name, bool is_directory, int64 size, const base::Time& last_modified_time) argument
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dirt_icache.cc21 int IrtClearCache(void* addr, size_t size) { argument
25 addr, reinterpret_cast<intptr_t>(addr) + size, 0);
H A Dirt_icache_unittest.cc26 size_t size = sizeof(code_template); local
27 EXPECT_EQ(0, irt_clear_cache(start, size));
37 EXPECT_EQ(0, irt_clear_cache(start, size));
/external/chromium_org/content/public/browser/
H A Dindexed_db_info.cc10 int64 size,
15 size_(size),
9 IndexedDBInfo(const GURL& origin, int64 size, const base::Time& last_modified, const base::FilePath& path, size_t connection_count) argument
/external/chromium_org/media/formats/common/
H A Doffset_byte_queue_unittest.cc39 int size; local
41 queue_->Peek(&buf, &size);
42 EXPECT_EQ(128, size);
44 EXPECT_EQ(255, buf[size-1]);
49 int size; local
51 queue_->PeekAt(400, &buf, &size);
52 EXPECT_EQ(queue_->tail() - 400, size);
55 queue_->PeekAt(512, &buf, &size);
57 EXPECT_EQ(0, size);
71 int size; local
[all...]
/external/chromium_org/media/formats/webm/
H A Dwebm_content_encodings.cc21 int size) {
23 DCHECK_GT(size, 0);
25 size); local
20 SetEncryptionKeyId(const uint8* encryption_key_id, int size) argument
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/
H A DTestUtils.java19 * Returns a new direct ByteBuffer of the given size with random (but reproducible) data.
21 public static ByteBuffer newRandomBuffer(int size) { argument
22 byte bytes[] = new byte[size];
23 RANDOM.setSeed(size);
25 ByteBuffer data = ByteBuffer.allocateDirect(size);
/external/chromium_org/mojo/public/platform/native/
H A Dgles2_impl_chromium_sync_point_thunks.h15 size_t size; // Should be set to sizeof(*this). member in struct:MojoGLES2ImplChromiumSyncPointThunks

Completed in 417 milliseconds

1234567891011>>