HomeSort by relevance Sort by last modified time
    Searched refs:size (Results 201 - 225 of 49887) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/strace/tests-m32/
fill_memory.c 4 fill_memory_ex(void *ptr, size_t size, unsigned char start,
10 for (i = 0; i < size; i++) {
16 fill_memory(void *ptr, size_t size)
18 fill_memory_ex(ptr, size, 0x80, 0x80);
mincore.c 35 const size_t size, unsigned char *const vec)
39 if (mincore(addr, size, vec))
42 printf("mincore(%p, %zu, [", addr, size);
59 const size_t size = pages * page_size; local
60 void *const addr = tail_alloc(size);
63 mincore(addr, size, NULL);
65 addr, size, errno2name());
67 print_mincore(pages, addr, size, vec);
68 if (size)
69 print_mincore(pages, addr, size - page_size + 1, vec)
    [all...]
  /external/strace/tests-mx32/
fill_memory.c 4 fill_memory_ex(void *ptr, size_t size, unsigned char start,
10 for (i = 0; i < size; i++) {
16 fill_memory(void *ptr, size_t size)
18 fill_memory_ex(ptr, size, 0x80, 0x80);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
StringSaver.cpp 15 char *P = Alloc.Allocate<char>(S.size() + 1);
16 memcpy(P, S.data(), S.size());
17 P[S.size()] = '\0';
18 return StringRef(P, S.size());
  /external/syslinux/core/
codepage.S 5 .size codepage, .-codepage
  /external/v8/src/s390/
cpu-s390.cc 14 void CpuFeatures::FlushICache(void* buffer, size_t size) {
  /external/vboot_reference/firmware/2lib/include/
2crc8.h 15 * @param size Size of data in bytes
18 uint8_t vb2_crc8(const void *data, uint32_t size);
  /external/wayland/cursor/
os-compatibility.h 32 os_create_anonymous_file(off_t size);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
crtdbg_s.h 14 #define _dupenv_s_dbg(ps1,size,s2,t,f,l) _dupenv_s(ps1,size,s2)
15 #define _wdupenv_s_dbg(ps1,size,s2,t,f,l) _wdupenv_s(ps1,size,s2)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector/vector.modifiers/
pop_back.pass.cpp 27 assert(c.size() == 1);
29 assert(c.size() == 0);
36 assert(c.size() == 1);
38 assert(c.size() == 0);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/numarray/template.valarray/valarray.cons/
default.pass.cpp 23 assert(v.size() == 0);
27 assert(v.size() == 0);
31 assert(v.size() == 0);
35 assert(v.size() == 0);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/fuzz/
cxa_demangle_fuzzer.cpp 8 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
9 char *str = new char[size+1];
10 memcpy(str, data, size);
11 str[size] = 0;
  /system/chre/platform/linux/
memory.cc 23 void *memoryAlloc(size_t size) {
24 return malloc(size);
27 void *palSystemApiMemoryAlloc(size_t size) {
28 return malloc(size);
  /system/chre/platform/shared/include/chre/platform/shared/
pal_system_api.h 26 void *palSystemApiMemoryAlloc(size_t size);
  /toolchain/binutils/binutils-2.27/include/vms/
eicp.h 31 /* Size in bytes of the image section. */
32 unsigned char size[4]; member in struct:vms_eicp
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-unique/
unique_shared.s 3 .size b, .-b
  /external/icu/android_icu4j/src/main/java/android/icu/util/
ByteArrayWrapper.java 22 * size when necessary.
37 * Size of the internal byte array used.
38 * Different from bytes.length, size will be &lt;= bytes.length.
39 * Semantics of size is similar to java.util.Vector.size().
41 public int size; field in class:ByteArrayWrapper
53 * Construct a new ByteArrayWrapper from a byte array and size
55 * @param size the length of valid data in the byte array
56 * @throws IndexOutOfBoundsException if bytesToAdopt == null and size != 0, or
57 * size &lt; 0, or size &gt; bytesToAdopt.length
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ByteArrayWrapper.java 21 * size when necessary.
37 * Size of the internal byte array used.
38 * Different from bytes.length, size will be &lt;= bytes.length.
39 * Semantics of size is similar to java.util.Vector.size().
42 public int size; field in class:ByteArrayWrapper
55 * Construct a new ByteArrayWrapper from a byte array and size
57 * @param size the length of valid data in the byte array
58 * @throws IndexOutOfBoundsException if bytesToAdopt == null and size != 0, or
59 * size &lt; 0, or size &gt; bytesToAdopt.length
    [all...]
  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DataHeader.java 12 * The size of a serialized header, in bytes.
17 * The offset of the size field.
27 * The size of the object owning this header.
29 public final int size; field in class:DataHeader
40 public DataHeader(int size, int elementsOrVersion) {
42 this.size = size;
54 result = prime * result + size;
68 return (elementsOrVersion == other.elementsOrVersion && size == other.size);
    [all...]
  /external/syslinux/com32/cmenu/libmenu/
tui.h 47 void getuserinput(char *str, unsigned int size,
50 static inline void getstring(char *str, unsigned int size)
52 getuserinput(str, size, 0, 0);
55 static inline void editstring(char *str, unsigned int size)
57 getuserinput(str, size, 0, 1);
60 static inline void getpwd(char *str, unsigned int size)
62 getuserinput(str, size, 1, 0);
  /bionic/libc/bionic/
new.cpp 26 void* operator new(std::size_t size) {
27 void* p = malloc(size);
29 async_safe_fatal("new failed to allocate %zu bytes", size);
34 void* operator new[](std::size_t size) {
35 void* p = malloc(size);
37 async_safe_fatal("new[] failed to allocate %zu bytes", size);
50 void* operator new(std::size_t size, const std::nothrow_t&) {
51 return malloc(size);
54 void* operator new[](std::size_t size, const std::nothrow_t&) {
55 return malloc(size);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DspBufferComplex.java 23 public DspBufferComplex(int size) {
24 super(size);
28 public void setSize(int size) {
29 if (size == getSize()) {
32 mReal = new double[size];
33 mImag = new double[size];
34 super.setSize(size);
53 int size = getSize(); local
54 sb.append(String.format("Size: %d { ", size));
    [all...]
DspBufferDouble.java 22 public DspBufferDouble(int size) {
23 super(size);
27 public void setSize(int size) {
28 if (size == getSize()) {
31 mData = new double[size];
32 super.setSize(size);
49 int size = getSize(); local
50 sb.append(String.format("Size: %d { ", size));
52 for (; i < size - 1; i++)
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
thread_info_base.hpp 39 static void* allocate(thread_info_base* this_thread, std::size_t size)
47 if (static_cast<std::size_t>(mem[0]) >= size)
49 mem[size] = mem[0];
56 void* const pointer = ::operator new(size + 1);
58 mem[size] = (size <= UCHAR_MAX) ? static_cast<unsigned char>(size) : 0;
63 void* pointer, std::size_t size)
65 if (size <= UCHAR_MAX)
70 mem[0] = mem[size];
    [all...]
  /external/strace/tests/
mincore.c 35 const size_t size, unsigned char *const vec)
39 if (mincore(addr, size, vec))
42 printf("mincore(%p, %zu, [", addr, size);
59 const size_t size = pages * page_size; local
60 void *const addr = tail_alloc(size);
63 mincore(addr, size, NULL);
65 addr, size, errno2name());
67 print_mincore(pages, addr, size, vec);
68 if (size)
69 print_mincore(pages, addr, size - page_size + 1, vec)
    [all...]

Completed in 574 milliseconds

1 2 3 4 5 6 7 891011>>