HomeSort by relevance Sort by last modified time
    Searched refs:minsize (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/clang/test/CodeGen/
attr-minsize.cpp 7 // Check that we set the minsize attribute on each function
10 __attribute__((minsize))
13 // Oz: @{{.*}}test1{{.*}}[[MINSIZE:#[0-9]+]]
19 // Oz: @{{.*}}test2{{.*}}[[MINSIZE]]
28 // Oz: @{{.*}}test3{{.*}}[[MINSIZE]]
35 // Check that the minsize attribute is well propagated through
39 __attribute__((minsize))
47 // Oz: [[MINSIZE]]
54 // Oz: [[MINSIZE]]
66 // Oz: [[MINSIZE]]
    [all...]
  /external/elfutils/libdw/
libdw_alloc.c 66 __libdw_allocate (Dwarf *dbg, size_t minsize, size_t align)
70 2 * minsize + offsetof (struct libdw_memblock, mem)));
78 newp->remaining = (uintptr_t) newp + size - (result + minsize);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 28 # - While the bigmemtest decorator speaks of 'minsize', all tests will
37 @bigmemtest(minsize=_2G, memuse=2)
46 @bigmemtest(minsize=_2G + 10, memuse=1)
73 @bigmemtest(minsize=_2G, memuse=2)
84 @bigmemtest(minsize=_2G + 2, memuse=3)
96 @bigmemtest(minsize=_2G + 2, memuse=3)
136 @bigmemtest(minsize=_2G, memuse=2)
147 @bigmemtest(minsize=_2G + 10, memuse=2)
159 @bigmemtest(minsize=_2G, memuse=2)
175 @bigmemtest(minsize=_2G, memuse=2
    [all...]
test_ucn.py 146 @test_support.bigmemtest(minsize=_testcapi.UINT_MAX + 1,
150 if size < func.minsize:
152 (func.minsize * func.memuse / float(1024**3),))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 28 # - While the bigmemtest decorator speaks of 'minsize', all tests will
37 @bigmemtest(minsize=_2G, memuse=2)
46 @bigmemtest(minsize=_2G + 10, memuse=1)
73 @bigmemtest(minsize=_2G, memuse=2)
84 @bigmemtest(minsize=_2G + 2, memuse=3)
96 @bigmemtest(minsize=_2G + 2, memuse=3)
136 @bigmemtest(minsize=_2G, memuse=2)
147 @bigmemtest(minsize=_2G + 10, memuse=2)
159 @bigmemtest(minsize=_2G, memuse=2)
175 @bigmemtest(minsize=_2G, memuse=2
    [all...]
test_ucn.py 146 @test_support.bigmemtest(minsize=_testcapi.UINT_MAX + 1,
150 if size < func.minsize:
152 (func.minsize * func.memuse / float(1024**3),))
  /external/dnsmasq/contrib/wrt/
dhcp_lease_time.c 71 static unsigned char *option_find1(unsigned char *p, unsigned char *end, int opt, int minsize)
87 if (*p == opt && opt_len >= minsize)
96 static unsigned char *option_find(struct dhcp_packet *mess, size_t size, int opt_type, int minsize)
101 if ((ret = option_find1(&mess->options[0], ((unsigned char *)mess) + size, opt_type, minsize)))
110 (ret = option_find1(&mess->file[0], &mess->file[128], opt_type, minsize)))
115 (ret = option_find1(&mess->sname[0], &mess->sname[64], opt_type, minsize)))
  /ndk/sources/host-tools/make-3.81/
strcache.c 186 int totsize = 0, avgsize, maxsize = 0, minsize = bufsize; local
200 minsize = (sz < minsize ? sz : minsize);
213 prefix, totsize, maxsize, minsize, avgsize);
  /external/chromium_org/third_party/openssl/openssl/crypto/ui/
ui.h 131 char *result_buf, int minsize, int maxsize);
133 char *result_buf, int minsize, int maxsize);
135 char *result_buf, int minsize, int maxsize, const char *test_buf);
137 char *result_buf, int minsize, int maxsize, const char *test_buf);
ui_lib.c 167 char *result_buf, int minsize, int maxsize, const char *test_buf)
177 s->_.string_data.result_minsize=minsize;
244 char *result_buf, int minsize, int maxsize)
247 UIT_PROMPT, flags, result_buf, minsize, maxsize, NULL);
252 char *result_buf, int minsize, int maxsize)
267 UIT_PROMPT, flags, result_buf, minsize, maxsize, NULL);
271 char *result_buf, int minsize, int maxsize, const char *test_buf)
274 UIT_VERIFY, flags, result_buf, minsize, maxsize, test_buf);
278 char *result_buf, int minsize, int maxsize, const char *test_buf)
293 UIT_VERIFY, flags, result_buf, minsize, maxsize, test_buf)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ui.h 131 char *result_buf, int minsize, int maxsize);
133 char *result_buf, int minsize, int maxsize);
135 char *result_buf, int minsize, int maxsize, const char *test_buf);
137 char *result_buf, int minsize, int maxsize, const char *test_buf);
  /external/openssl/crypto/ui/
ui.h 131 char *result_buf, int minsize, int maxsize);
133 char *result_buf, int minsize, int maxsize);
135 char *result_buf, int minsize, int maxsize, const char *test_buf);
137 char *result_buf, int minsize, int maxsize, const char *test_buf);
ui_lib.c 167 char *result_buf, int minsize, int maxsize, const char *test_buf)
177 s->_.string_data.result_minsize=minsize;
244 char *result_buf, int minsize, int maxsize)
247 UIT_PROMPT, flags, result_buf, minsize, maxsize, NULL);
252 char *result_buf, int minsize, int maxsize)
267 UIT_PROMPT, flags, result_buf, minsize, maxsize, NULL);
271 char *result_buf, int minsize, int maxsize, const char *test_buf)
274 UIT_VERIFY, flags, result_buf, minsize, maxsize, test_buf);
278 char *result_buf, int minsize, int maxsize, const char *test_buf)
293 UIT_VERIFY, flags, result_buf, minsize, maxsize, test_buf)
    [all...]
  /external/openssl/include/openssl/
ui.h 131 char *result_buf, int minsize, int maxsize);
133 char *result_buf, int minsize, int maxsize);
135 char *result_buf, int minsize, int maxsize, const char *test_buf);
137 char *result_buf, int minsize, int maxsize, const char *test_buf);
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
a_strnid.c 136 tbl->minsize, tbl->maxsize);
213 long minsize, long maxsize, unsigned long mask,
235 if(minsize != -1) tmp->minsize = minsize;
a_mbstr.c 91 long minsize, long maxsize)
146 if((minsize > 0) && (nchar < minsize)) {
148 BIO_snprintf(strbuf, sizeof strbuf, "%ld", minsize);
149 ERR_add_error_data(2, "minsize=", strbuf);
  /external/openssl/crypto/asn1/
a_strnid.c 136 tbl->minsize, tbl->maxsize);
213 long minsize, long maxsize, unsigned long mask,
235 if(minsize != -1) tmp->minsize = minsize;
a_mbstr.c 91 long minsize, long maxsize)
146 if((minsize > 0) && (nchar < minsize)) {
148 BIO_snprintf(strbuf, sizeof strbuf, "%ld", minsize);
149 ERR_add_error_data(2, "minsize=", strbuf);
  /external/stressapptest/src/
os.cc 336 int64 minsize = 0; local
363 minsize = min_hugepages_bytes_;
365 minsize = ((pages * 85) / 100) * pagesize;
367 minsize = ((pages * 95) / 100) * pagesize - (192 * kMegabyte);
372 if (hugepagesize < minsize) {
376 minsize / kMegabyte);
378 size = minsize;
385 size = minsize;
  /external/libvorbis/lib/
bitrate.c 180 long minsize=(min_target_bits-bm->minmax_reservoir+7)/8; local
187 minsize-=oggpack_bytes(vbi->packetblob[choice]);
188 while(minsize-->0)oggpack_write(vbi->packetblob[choice],0,8);
  /external/qemu/slirp/
ip_icmp.h 157 void icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
ip_icmp.c 204 icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
260 if(minsize) s_ip_len=shlen+ICMP_MINLEN; /* return header+8b only */
  /external/qemu/slirp-android/
ip_icmp.h 159 void icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
parser.c 151 e = RegExp_new_CloseVOp(e, yylval.extop.minsize,
re.h 10 int minsize; member in struct:extop

Completed in 2200 milliseconds

1 2 3