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

  /external/elfutils/libdw/
libdw_alloc.c 27 __libdw_allocate (Dwarf *dbg, size_t minsize)
30 2 * minsize + offsetof (struct libdw_memblock, mem));
libdwP.h 282 extern void *__libdw_allocate (Dwarf *dbg, size_t minsize)
  /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/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);
asn1.h 273 long minsize; member in struct:asn1_string_table_st
    [all...]
  /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);
asn1.h 273 long minsize; member in struct:asn1_string_table_st
    [all...]
  /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,
ip_icmp.c 206 icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
262 if(minsize) s_ip_len=shlen+ICMP_MINLEN; /* return header+8b only */
  /external/dnsmasq/src/
rfc2131.c 95 static unsigned char *option_find(struct dhcp_packet *mess, size_t size, int opt_type, int minsize);
96 static unsigned char *option_find1(unsigned char *p, unsigned char *end, int opt, int minsize);
    [all...]
  /external/quake/quake/src/QW/client/
vid_x.c 276 int minsize = getpagesize(); local
331 if (size < minsize)
332 Sys_Error("VID: Window must use at least %d bytes\n", minsize);
  /external/quake/quake/src/WinQuake/
vid_sunx.cpp 431 int minsize = getpagesize(); local
465 if (size < minsize)
466 Sys_Error("VID: Window must use at least %d bytes\n", minsize);
vid_x.cpp 355 int minsize = getpagesize(); local
410 if (size < minsize)
411 Sys_Error("VID: Window must use at least %d bytes\n", minsize);
  /external/elfutils/src/
ldgeneric.c 3289 size_t minsize; local
    [all...]

Completed in 884 milliseconds