/external/dnsmasq/contrib/wrt/ |
D | dhcp_lease_time.c | 71 static unsigned char *option_find1(unsigned char *p, unsigned char *end, int opt, int minsize) in option_find1() argument 87 if (*p == opt && opt_len >= minsize) in option_find1() 96 static unsigned char *option_find(struct dhcp_packet *mess, size_t size, int opt_type, int minsize) in option_find() argument 101 if ((ret = option_find1(&mess->options[0], ((unsigned char *)mess) + size, opt_type, minsize))) in option_find() 110 (ret = option_find1(&mess->file[0], &mess->file[128], opt_type, minsize))) in option_find() 115 (ret = option_find1(&mess->sname[0], &mess->sname[64], opt_type, minsize))) in option_find()
|
/external/elfutils/libdw/ |
D | libdw_alloc.c | 66 __libdw_allocate (Dwarf *dbg, size_t minsize, size_t align) in __libdw_allocate() argument 70 2 * minsize + offsetof (struct libdw_memblock, mem))); in __libdw_allocate() 78 newp->remaining = (uintptr_t) newp + size - (result + minsize); in __libdw_allocate()
|
D | libdwP.h | 355 extern void *__libdw_allocate (Dwarf *dbg, size_t minsize, size_t align)
|
/external/openssl/crypto/asn1/ |
D | a_strnid.c | 136 tbl->minsize, tbl->maxsize); in ASN1_STRING_set_by_NID() 213 long minsize, long maxsize, unsigned long mask, in ASN1_STRING_TABLE_add() argument 235 if(minsize != -1) tmp->minsize = minsize; in ASN1_STRING_TABLE_add()
|
D | a_mbstr.c | 91 long minsize, long maxsize) in ASN1_mbstring_ncopy() argument 146 if((minsize > 0) && (nchar < minsize)) { in ASN1_mbstring_ncopy() 148 BIO_snprintf(strbuf, sizeof strbuf, "%ld", minsize); in ASN1_mbstring_ncopy()
|
D | asn1.h | 273 long minsize; member 1075 long minsize, long maxsize);
|
/external/openssl/include/openssl/ |
D | 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);
|
D | asn1.h | 273 long minsize; member 1075 long minsize, long maxsize);
|
/external/openssl/crypto/ui/ |
D | 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);
|
D | ui_lib.c | 167 char *result_buf, int minsize, int maxsize, const char *test_buf) in general_allocate_string() argument 177 s->_.string_data.result_minsize=minsize; in general_allocate_string() 244 char *result_buf, int minsize, int maxsize) in UI_add_input_string() argument 247 UIT_PROMPT, flags, result_buf, minsize, maxsize, NULL); in UI_add_input_string() 252 char *result_buf, int minsize, int maxsize) in UI_dup_input_string() argument 267 UIT_PROMPT, flags, result_buf, minsize, maxsize, NULL); in UI_dup_input_string() 271 char *result_buf, int minsize, int maxsize, const char *test_buf) in UI_add_verify_string() argument 274 UIT_VERIFY, flags, result_buf, minsize, maxsize, test_buf); in UI_add_verify_string() 278 char *result_buf, int minsize, int maxsize, const char *test_buf) in UI_dup_verify_string() argument 293 UIT_VERIFY, flags, result_buf, minsize, maxsize, test_buf); in UI_dup_verify_string()
|
/external/qemu/slirp/ |
D | ip_icmp.c | 204 icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize, in icmp_error() argument 260 if(minsize) s_ip_len=shlen+ICMP_MINLEN; /* return header+8b only */ in icmp_error()
|
D | ip_icmp.h | 157 void icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
|
/external/qemu/slirp-android/ |
D | ip_icmp.c | 206 icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize, in icmp_error() argument 262 if(minsize) s_ip_len=shlen+ICMP_MINLEN; /* return header+8b only */ in icmp_error()
|
D | ip_icmp.h | 159 void icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
|
/external/dnsmasq/src/ |
D | 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); 1448 static unsigned char *option_find1(unsigned char *p, unsigned char *end, int opt, int minsize) in option_find1() argument 1466 if (*p == opt && opt_len >= minsize) in option_find1() 1473 static unsigned char *option_find(struct dhcp_packet *mess, size_t size, int opt_type, int minsize) in option_find() argument 1478 … option_find1(&mess->options[0] + sizeof(u32), ((unsigned char *)mess) + size, opt_type, minsize))) in option_find() 1487 (ret = option_find1(&mess->file[0], &mess->file[128], opt_type, minsize))) in option_find() 1492 (ret = option_find1(&mess->sname[0], &mess->sname[64], opt_type, minsize))) in option_find()
|
/external/quake/quake/src/QW/client/ |
D | vid_x.c | 276 int minsize = getpagesize(); in ResetSharedFrameBuffers() local 331 if (size < minsize) in ResetSharedFrameBuffers() 332 Sys_Error("VID: Window must use at least %d bytes\n", minsize); in ResetSharedFrameBuffers()
|
/external/quake/quake/src/WinQuake/ |
D | vid_x.cpp | 355 int minsize = getpagesize(); in ResetSharedFrameBuffers() local 410 if (size < minsize) in ResetSharedFrameBuffers() 411 Sys_Error("VID: Window must use at least %d bytes\n", minsize); in ResetSharedFrameBuffers()
|
D | vid_sunx.cpp | 431 int minsize = getpagesize(); in ResetSharedFrameBuffers() local 465 if (size < minsize) in ResetSharedFrameBuffers() 466 Sys_Error("VID: Window must use at least %d bytes\n", minsize); in ResetSharedFrameBuffers()
|
/external/mdnsresponder/mDNSCore/ |
D | DNSCommon.h | 246 extern const mDNSu8 *LocateOptRR(const DNSMessage *const msg, const mDNSu8 *const end, int minsize);
|
D | DNSCommon.c | 2449 …export const mDNSu8 *LocateOptRR(const DNSMessage *const msg, const mDNSu8 *const end, int minsize) in LocateOptRR() argument 2460 if (ptr + DNSOpt_Header_Space + minsize <= end && // Make sure we have 11+minsize bytes of data in LocateOptRR() 2464 ((mDNSu16)ptr[9] << 8 | (mDNSu16)ptr[10]) >= (mDNSu16)minsize) in LocateOptRR()
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/ |
D | mozilla | 338 minsize
|
/external/elfutils/ |
D | android.patch | 61 __libdw_allocate (Dwarf *dbg, size_t minsize, size_t align)
|
/external/elfutils/src/ |
D | ldgeneric.c | 3507 size_t minsize; in optimal_bucket_size() local 3521 minsize = maxcnt; in optimal_bucket_size() 3528 minsize = MAX (1, maxcnt / 4); in optimal_bucket_size() 3540 for (size = minsize; size <= maxsize; ++size) in optimal_bucket_size()
|