Searched refs:size (Results 226 - 250 of 10126) sorted by relevance

1234567891011>>

/external/compiler-rt/include/sanitizer/
H A Dasan_interface.h32 // 'addr' is the address of a global variable called 'name' of 'size' bytes.
33 void __asan_register_global(uptr addr, uptr size, const char *name)
39 uptr size; // The original size of the global. member in struct:__asan_global
40 uptr size_with_redzone; // The size with the redzone.
61 // use-after-return mode. __asan_stack_malloc allocates size bytes of
64 uptr __asan_stack_malloc(uptr size, uptr real_stack)
66 void __asan_stack_free(uptr ptr, uptr size, uptr real_stack)
69 // Marks memory region [addr, addr+size) as unaddressable.
73 // the whole region - it may poison only subregion of [addr, addr+size) du
[all...]
/external/dropbear/libtomcrypt/src/pk/ecc/
H A Decc_get_size.c27 Get the size of an ECC key
28 @param key The key to get the size of
29 @return The size (octets) of the key or INT_MAX on error
35 return key->dp->size;
H A Dltc_ecc_is_valid_idx.c34 for (x = 0; ltc_ecc_sets[x].size != 0; x++);
/external/linux-tools-perf/util/include/asm/
H A Duaccess.h12 #define access_ok(type, addr, size) 1
/external/llvm/test/MC/ELF/
H A Dgen-dwarf.s14 .size foo, .-foo
/external/llvm/tools/llvm-size/
H A DMakefile1 ##===- tools/llvm-size/Makefile ----------------------------*- Makefile -*-===##
11 TOOLNAME := llvm-size
/external/protobuf/src/google/protobuf/stubs/
H A Dstructurally_valid_unittest.cc18 valid_str.size()));
22 valid_str.size() - i));
29 invalid_str.size()));
33 invalid_str.size() - i));
/external/quake/quake/src/WinQuake/
H A Dsnd_next.cpp28 int size; local
30 size = 16384 + sizeof(dma_t);
31 shm = malloc (size);
32 memset((void*)shm, 0, size);
H A Dd_surf.cpp37 int size, pix; local
41 size = Q_atoi(com_argv[COM_CheckParm("-surfcachesize")+1]) * 1024;
42 return size;
45 size = SURFCACHE_SIZE_AT_320X200;
49 size += (pix-64000)*3;
52 return size;
83 void D_InitCaches (void *buffer, int size) argument
87 Con_Printf ("%ik surface cache\n", size/1024);
89 sc_size = size - GUARDSIZE;
95 sc_base->size
130 D_SCAlloc(int width, int size) argument
[all...]
/external/skia/include/core/
H A DSkReader32.h20 SkReader32(const void* data, size_t size) { argument
21 this->setMemory(data, size);
24 void setMemory(const void* data, size_t size) { argument
26 SkASSERT(SkAlign4(size) == size);
29 fStop = (const char*)data + size;
32 uint32_t size() const { return fStop - fBase; } function in class:SkReader32
39 bool isAvailable(uint32_t size) const { return fCurr + size <= fStop; }
45 SkASSERT(offset <= this->size());
67 skip(size_t size) argument
80 read(void* dst, size_t size) argument
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_readmacho.h37 extern Bool ML_(is_macho_object_file)( const void* buf, SizeT size );
/external/valgrind/tsan/
H A Dcommon_util.h36 #define read(fd, buf, size) __real_read(fd, buf, size)
41 #define read(fd, buf, size) fread(buf, 1, size, fd)
/external/webkit/Source/WebCore/css/
H A DthemeQtNoListboxes.css28 select[size],
30 select[size][multiple] {
/external/webkit/Source/WebCore/dom/
H A DTouchList.cpp36 if (index >= m_values.size())
/external/webkit/Source/WebCore/fileapi/
H A DFileList.cpp39 if (index >= m_files.size())
/external/webkit/Source/WebCore/html/
H A DHTMLBaseFontElement.idl26 attribute [Reflect] DOMString size; // this changed to a long, but our existing API is a string
28 attribute [Reflect] long size;
/external/webkit/Source/WebCore/loader/cache/
H A DCachedResourceClientWalker.cpp32 : m_clientSet(set), m_clientVector(set.size()), m_index(0)
43 size_t size = m_clientVector.size(); local
44 while (m_index < size) {
/external/webkit/Source/WebCore/page/
H A DWebKitAnimationList.cpp46 return m_animations.size();
51 if (index < m_animations.size())
58 if (index >= m_animations.size())
74 if (index > m_animations.size())
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DDataReference.h44 DataReference(const uint8_t* data, size_t size) argument
46 , m_size(size)
50 bool isEmpty() const { return size() == 0; }
52 size_t size() const { return m_size; } function in class:CoreIPC::DataReference
/external/webrtc/src/system_wrappers/interface/
H A Daligned_malloc.h19 size_t size,
/external/icu4c/test/cintltst/
H A Dcallcoll.h47 void genericOrderingTestWithResult(UCollator *coll, const char * const s[], uint32_t size, UCollationResult result);
48 void genericOrderingTest(UCollator *coll, const char * const s[], uint32_t size);
49 void genericLocaleStarter(const char *locale, const char * const s[], uint32_t size);
50 void genericLocaleStarterWithResult(const char *locale, const char * const s[], uint32_t size, UCollationResult result);
51 void genericLocaleStarterWithOptions(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize);
52 void genericLocaleStarterWithOptionsAndResult(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result);
53 void genericRulesStarterWithResult(const char *rules, const char * const s[], uint32_t size, UCollationResult result);
54 void genericRulesStarter(const char *rules, const char * const s[], uint32_t size);
55 void genericRulesStarterWithOptionsAndResult(const char *rules, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result);
/external/kernel-headers/original/asm-x86/
H A Dswiotlb.h9 size_t size, int dir);
10 extern void *swiotlb_alloc_coherent(struct device *hwdev, size_t size,
13 size_t size, int dir);
16 size_t size, int dir);
19 size_t size, int dir);
23 size_t size, int dir);
27 size_t size, int dir);
39 extern void swiotlb_free_coherent (struct device *hwdev, size_t size,
54 static inline void dma_mark_clean(void *addr, size_t size) {} argument
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DRegexCache.java31 public RegexCache(int size) { argument
32 cache = new LRUCache<String, Pattern>(size);
52 private int size; field in class:RegexCache.LRUCache
55 public LRUCache(int size) { argument
56 this.size = size;
57 map = new LinkedHashMap<K, V>(size * 4 / 3 + 1, 0.75f, true) {
60 return size() > LRUCache.this.size;
/external/skia/src/images/
H A DSkFDStream.cpp36 size_t SkFDStream::read(void* buffer, size_t size) { argument
38 if (buffer == NULL && size == 0) { // request total size
46 off_t size = ::lseek(fFD, 0, SEEK_END); local
47 if (size < 0) {
51 size = 0; // error
60 return size;
69 off_t newCurr = ::lseek(fFD, size, SEEK_CUR);
79 ssize_t actual = ::read(fFD, buffer, size);
83 SkDebugf("xxxxxxxxxxxxx read failed %d actual %d\n", size, actua
[all...]
/external/v8/test/mjsunit/
H A Dbig-array-literal.js31 function testLiteral(size, array_in_middle) {
32 print(size);
39 for (var i = 0; i < size; i++) {
45 for (var i = 0; i < size; i++) {
57 for (var i = 0; i < size; i++) {
70 for (var i = 0; i < size; i++) {
92 function testLiteralAndCatch(size) {
95 testLiteral(size, false);
100 testLiteral(size, true);

Completed in 1152 milliseconds

1234567891011>>