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

<<11121314151617181920>>

  /external/v8/src/mips/
cpu-mips.cc 25 void CpuFeatures::FlushICache(void* start, size_t size) {
28 if (size == 0) {
34 char *end = reinterpret_cast<char *>(start) + size;
40 res = syscall(__NR_cacheflush, start, size, ICACHE);
  /external/valgrind/coregrind/m_gdbserver/
regdef.h 32 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/vboot_reference/firmware/lib/cgptlib/include/
cgptlib.h 17 * of the kernel partition, and the size parameter contains the size of the
23 int GptNextKernelEntry(GptData *gpt, uint64_t *start_sector, uint64_t *size);
  /external/webrtc/webrtc/common_audio/signal_processing/
get_hanning_window.c 56 void WebRtcSpl_GetHanningWindow(int16_t *v, size_t size)
64 factor = WebRtcSpl_DivW32W16(factor, (int16_t)size);
65 if (size < 513)
71 for (jj = 0; jj < size; jj++)
  /frameworks/compile/mclinker/lib/Fragment/
AlignFragment.cpp 32 size_t AlignFragment::size() const { function in class:mcld::AlignFragment
34 "AlignFragment::size() should not be called before layout.");
35 uint64_t size = llvm::OffsetToAlignment(getOffset(), m_Alignment); local
36 if (size > m_MaxBytesToEmit)
39 return size;
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/
InvalidationTrackerTrojan.java 24 return tracker.mObserverMap.size();
  /hardware/nxp/nfc/halimpl/utils/
sparse_crc32.h 22 uint32_t sparse_crc32(uint32_t crc, const void* buf, int size);
  /packages/apps/Messaging/tools/messagegen/
listimages 19 size=`stat -c%s $file`
20 echo "$file $dimension $size"
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
NullReader.java 25 * a reader of a specified size.
46 * public TestReader(int size) {
47 * super(size);
65 private long size; field in class:NullReader
74 * Create a {@link Reader} that emulates a specified size
77 * @param size The size of the reader to emulate.
79 public NullReader(long size) {
80 this(size, true, false);
85 * size with option settings
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.util/rand.util.seedseq/
default.pass.cpp 22 assert(s.size() == 0);
  /system/chre/platform/include/chre/platform/
memory.h 28 void *memoryAlloc(size_t size);
  /system/chre/platform/slpi/include/chre/platform/slpi/
memory.h 28 void *memoryAllocBigImage(size_t size);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
bad-size.s 6 .size _test_nop, .-_test_nop
type-noifunc.s 2 .size function,1
8 .size object,1
12 .size tls_object,1
16 .size notype,1
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
bad-size.s 6 .size _test_nop, .-_test_nop
  /toolchain/binutils/binutils-2.27/gold/testsuite/
binary_test.cc 38 int size = reinterpret_cast<uintptr_t>(_binary_binary_txt_size); local
39 assert(size == _binary_binary_txt_end - _binary_binary_txt_start);
42 assert(strncmp(txt, _binary_binary_txt_start, size) == 0);
43 assert(static_cast<size_t>(size) == strlen(txt));
eh_test_2.sh 29 size=`printf %d "0x$size_field"`
31 if test "$size" -le 8; then
  /toolchain/binutils/binutils-2.27/include/vms/
dmt.h 31 /* Size of the DST chunk for this module. */
32 unsigned char size[4]; member in struct:vms_dmt_header
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
ifunc-14b.s 5 .size foo, .-foo
ifunc-17b.s 3 .size foo,1
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
exec-got-1a.s 3 .size foo,4
gc-thumb-lib.s 4 .size foo,4
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
comm-data3b.s 3 .size foo,1
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-ifunc/
ifunc-14b.s 5 .size foo, .-foo
ifunc-17b.s 3 .size foo,1

Completed in 584 milliseconds

<<11121314151617181920>>