/external/iptables/extensions/ |
libxt_set.h | 21 socklen_t size = sizeof(req_version); local 34 res = getsockopt(sockfd, SOL_IP, SO_IP_SET, &req_version, &size); 48 socklen_t size = sizeof(struct ip_set_req_get_set); local 54 res = getsockopt(sockfd, SOL_IP, SO_IP_SET, &req, &size); 61 if (size != sizeof(struct ip_set_req_get_set)) 63 "Incorrect return size from kernel during ipset lookup, " 65 sizeof(struct ip_set_req_get_set), (size_t)size); 77 socklen_t size = sizeof(struct ip_set_req_get_set); local 84 res = getsockopt(sockfd, SOL_IP, SO_IP_SET, &req, &size); 91 if (size != sizeof(struct ip_set_req_get_set) [all...] |
/external/jemalloc/test/integration/ |
aligned_alloc.c | 32 size_t alignment, size; local 37 size = UINT64_C(0x8000000000000000); 40 size = 0x80000000LU; 43 p = aligned_alloc(alignment, size); 46 alignment, size); 50 size = UINT64_C(0xc000000000000001); 53 size = 0xc0000001LU; 56 p = aligned_alloc(alignment, size); 59 alignment, size); 63 size = UINT64_C(0xfffffffffffffff0) 77 size_t alignment, size, total; local [all...] |
posix_memalign.c | 30 size_t alignment, size; local 35 size = UINT64_C(0x8000000000000000); 38 size = 0x80000000LU; 40 assert_d_ne(posix_memalign(&p, alignment, size), 0, 42 alignment, size); local 46 size = UINT64_C(0xc000000000000001); 49 size = 0xc0000001LU; 51 assert_d_ne(posix_memalign(&p, alignment, size), 0, 53 alignment, size); local 57 size = UINT64_C(0xfffffffffffffff0) 63 alignment, size); local 69 size_t alignment, size, total; local [all...] |
thread_arena.c | 11 size_t size; local 18 size = sizeof(arena_ind); 19 if ((err = mallctl("thread.arena", &arena_ind, &size, &main_arena_ind, 27 size = sizeof(arena_ind); 28 if ((err = mallctl("thread.arena", &arena_ind, &size, NULL, 0))) { 44 size_t size; local 52 size = sizeof(arena_ind); 53 if ((err = mallctl("thread.arena", &arena_ind, &size, NULL, 0))) {
|
/external/jetty/src/java/org/eclipse/jetty/util/log/ |
AbstractLogger.java | 65 int size = name.length(); local 67 for (int i = 0; i < size; i++)
|
/external/kernel-headers/original/uapi/linux/ |
ion_test.h | 25 * @ptr: a pointer to an area at least as large as size 27 * @size: size to read or write 33 __u64 size; member in struct:ion_test_rw_data
|
stm.h | 25 * @size: size of the structure including real id[] length 31 * User must calculate the total size of the structure and put it into 32 * @size field, fill out the @id and desired @width. In return, kernel 36 __u32 size; member in struct:stp_policy_id
|
/external/libbrillo/brillo/streams/ |
input_stream_set_unittest.cc | 56 size_t size = 0; local 59 EXPECT_FALSE(stream_->WriteNonBlocking(buffer, sizeof(buffer), &size, 61 EXPECT_FALSE(stream_->WriteBlocking(buffer, sizeof(buffer), &size, nullptr)); 78 size_t size = 0; local 79 EXPECT_FALSE(stream_->ReadBlocking(buffer, sizeof(buffer), &size, nullptr));
|
/external/libchrome/base/files/ |
memory_mapped_file.h | 30 // Used to hold information about a region [offset + size] of a file. 41 int64_t size; member in struct:base::MemoryMappedFile::Region 71 // Given the arbitrarily aligned memory region [start, size], returns the 75 // - |aligned_size| is a multiple of the VM granularity and >= |size|. 78 int64_t size,
|
/external/libchrome/base/metrics/ |
bucket_ranges.h | 40 size_t size() const { return ranges_.size(); } function in class:base::BucketRanges 50 size_t bucket_count() const { return ranges_.size() - 1; }
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
stable_partition.pass.cpp | 55 const unsigned size = sizeof(array)/sizeof(array[0]); local 56 Iter r = std::stable_partition(Iter(array), Iter(array+size), odd_first()); 84 const unsigned size = sizeof(array)/sizeof(array[0]); local 85 Iter r = std::stable_partition(Iter(array), Iter(array+size), odd_first()); 124 const unsigned size = sizeof(array)/sizeof(array[0]); local 125 Iter r = std::stable_partition(Iter(array), Iter(array+size), odd_first()); 153 const unsigned size = sizeof(array)/sizeof(array[0]); local 154 Iter r = std::stable_partition(Iter(array), Iter(array+size), odd_first()); 155 assert(base(r) == array + size); 182 const unsigned size = sizeof(array)/sizeof(array[0]) local 211 const unsigned size = sizeof(array)\/sizeof(array[0]); local 240 const unsigned size = sizeof(array)\/sizeof(array[0]); local 269 const unsigned size = sizeof(array)\/sizeof(array[0]); local 297 const unsigned size = 5; local [all...] |
/external/libdivsufsort/examples/ |
sasearch.c | 75 saidx_t i, size, left; local 96 /* Get the file size. */ 153 size = sa_search(T, (saidx_t)n, 156 for(i = 0; i < size; ++i) {
|
/external/libdrm/exynos/ |
exynos_drmif.h | 44 * @size: size to the buffer created. 52 size_t size; member in struct:exynos_bo 86 size_t size, uint32_t flags); 88 size_t *size, uint32_t *flags);
|
/external/libdrm/freedreno/ |
freedreno_device.c | 46 add_bucket(struct fd_device *dev, int size) 53 dev->cache_bucket[i].size = size; 60 unsigned long size, cache_max_size = 64 * 1024 * 1024; local 75 for (size = 4 * 4096; size <= cache_max_size; size *= 2) { 76 add_bucket(dev, size); 77 add_bucket(dev, size + size * 1 / 4) [all...] |
/external/libdrm/intel/ |
mm.h | 42 int ofs, size; member in struct:mem_block 48 * input: total size in bytes 51 drm_private extern struct mem_block *mmInit(int ofs, int size); 54 * Allocate 'size' bytes with 2^align2 bytes alignment, 58 * input: size = size of block 64 int size, int align2,
|
/external/libdrm/rockchip/ |
rockchip_drm.h | 38 * @size: user-desired memory allocation size. 39 * - this size value would be page-aligned internally. 45 uint64_t size; member in struct:drm_rockchip_gem_create
|
/external/libdrm/tegra/ |
private.h | 46 uint32_t size; member in struct:drm_tegra_bo
|
/external/libdrm/tests/planetest/ |
bo.h | 22 uint32_t size; member in struct:sp_bo
|
/external/libexif/libexif/ |
exif-data.h | 55 unsigned int size; member in struct:_ExifData 89 * \param[in] size number of bytes of data at data 93 unsigned int size); 104 * \param[in] size number of bytes of data at d 107 unsigned int size);
|
exif-entry.h | 61 unsigned int size; member in struct:_ExifEntry
|
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/custom/ |
HWMachine.java | 41 MachineSizedUIntPtr size = new MachineSizedUIntPtr(); local 42 sysctlbyname(name, null, size, null, 0); 43 BytePtr machine = Struct.allocate(BytePtr.class, (int) size.get()); 44 sysctlbyname(name, machine.as(VoidPtr.class), size, null, 0);
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/io/ |
ByteArrayOutputStream.java | 49 public int size () { method in class:ByteArrayOutputStream
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/ |
b2StackAllocator.h | 30 int32 size; member in struct:b2StackEntry 43 void* Allocate(int32 size);
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/pooling/normal/ |
CircleStack.java | 32 private final int size; field in class:CircleStack 36 size = argStackSize; 48 if(index >= size){ 57 if(index + argNum < size){ 61 int overlap = (index + argNum) - size;
|
MutableStack.java | 32 private int size; field in class:MutableStack 44 System.arraycopy(stack, 0, newStack, 0, size); 50 size = newStack.length; 54 if (index >= size) { 55 extendStack(size * 2); 68 protected abstract E[] newArray(int size);
|