Searched defs:need (Results 1 - 18 of 18) sorted by relevance

/external/oprofile/libabi/
H A Dabi.cpp38 int abi::need(string const key) const throw (abi_exception) function in class:abi
/external/wpa_supplicant/
H A Dbignum.c83 size_t need = mp_unsigned_bin_size((mp_int *) n); local
84 if (len && need > *len) {
85 *len = need;
93 *len = need;
H A Dmd4.c62 * except that you don't need to include two pages of legalese
118 size_t have, need; local
120 /* Check how many bytes we already have and how many more we need. */
122 need = MD4_BLOCK_LENGTH - have;
127 if (len >= need) {
129 os_memcpy(ctx->buffer + have, input, need);
131 input += need;
132 len -= need;
H A Deap_fast.c471 size_t i, need; local
477 need = os_strlen(field) + len * 2 + 30;
479 need += os_strlen(field) + len + 20;
481 if (*pos - *buf + need > *buf_len) {
482 char *nbuf = os_realloc(*buf, *buf_len + need);
489 *buf_len += need;
762 /* TODO: add support for fragmentation, if needed. This will need to
869 * message, so we need to parse server_random from this message before
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dbignum.c83 size_t need = mp_unsigned_bin_size((mp_int *) n); local
84 if (len && need > *len) {
85 *len = need;
93 *len = need;
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dmd4.c62 * except that you don't need to include two pages of legalese
118 size_t have, need; local
120 /* Check how many bytes we already have and how many more we need. */
122 need = MD4_BLOCK_LENGTH - have;
127 if (len >= need) {
129 os_memcpy(ctx->buffer + have, input, need);
131 input += need;
132 len -= need;
/external/chromium/third_party/libevent/
H A Dbuffer.c38 /* If we have vasprintf, we need to define this before we include stdio.h. */
115 * Optimization comes with a price; we need to notify the
266 size_t need = buf->misalign + buf->off + datlen; local
269 if (buf->totallen >= need)
284 while (length < need)
302 size_t need = buf->misalign + buf->off + datlen; local
305 if (buf->totallen < need) {
/external/grub/stage2/
H A Dtparm.c146 get_space(int need) argument
148 need += out_used;
149 if (need > out_size) {
363 * Analyze the string to see how many parameters we need from the varargs
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_fast_pac.c481 size_t i, need; local
487 need = os_strlen(field) + len * 2 + 30;
489 need += os_strlen(field) + len + 20;
491 if (*pos - *buf + need > *buf_len) {
492 char *nbuf = os_realloc(*buf, *buf_len + need);
499 *buf_len += need;
/external/zlib/contrib/blast/
H A Dblast.c56 * Return need bits from the input stream. This always leaves less than
57 * eight bits in the buffer. bits() works properly for need == 0.
66 local int bits(struct state *s, int need) argument
70 /* load at least need bits into val */
72 while (s->bitcnt < need) {
82 /* drop need bits and update buffer, always zero to seven bits left */
83 s->bitbuf = val >> need;
84 s->bitcnt -= need;
86 /* return need bits, zeroing the bits above that */
87 return val & ((1 << need)
[all...]
/external/zlib/contrib/puff/
H A Dpuff.c109 * Return need bits from the input stream. This always leaves less than
110 * eight bits in the buffer. bits() works properly for need == 0.
119 local int bits(struct state *s, int need) argument
123 /* load at least need bits into val */
125 while (s->bitcnt < need) {
131 /* drop need bits and update buffer, always zero to seven bits left */
132 s->bitbuf = (int)(val >> need);
133 s->bitcnt -= need;
135 /* return need bits, zeroing the bits above that */
136 return (int)(val & ((1L << need)
[all...]
/external/dropbear/
H A Dscp.c941 size_t need; local
943 need = strlen(targ) + strlen(cp) + 250;
944 if (need > cursize) {
947 namebuf = xmalloc(need);
948 cursize = need;
950 (void) snprintf(namebuf, need, "%s%s%s", targ,
/external/e2fsprogs/intl/
H A Dloadmsgcat.c97 Note that our fallback values need not be literal strings, because we don't
494 /* We need a sign, whether a new catalog was loaded, which can be associated
1066 /* This is invalid. These minor revisions need a hash table. */
1138 size_t need = 0; local
1146 need += W (domain->must_swap, p->segsize);
1166 need += strlen (sysdep_segment_values[sysdepref]);
1169 needs[j] = need;
/external/e2fsprogs/misc/
H A Dmke2fs.c309 * Figure out how many digits we need
672 int need, col_left; local
723 need = int_log10(group_block) + 2;
724 if (need > col_left) {
728 col_left -= need;
1316 "and in use. You may need to reboot\n\t"
/external/elfutils/src/
H A Dreadelf.c1647 /* Find out whether we have other sections we might need. */
1961 GElf_Verneed *need; local
1966 need = gelf_getverneed (data, offset, &needmem);
1967 if (need == NULL)
1971 offset, (unsigned short int) need->vn_version,
1972 elf_strptr (ebl->elf, shdr->sh_link, need->vn_file),
1973 (unsigned short int) need->vn_cnt);
1975 auxoffset = offset + need->vn_aux;
1976 for (cnt2 = need->vn_cnt; --cnt2 >= 0; )
1995 offset += need
2183 GElf_Verneed *need; local
2279 GElf_Verneed *need; local
[all...]
/external/icu4c/i18n/
H A DdecNumber.c220 /* of 17 [we only need up to **4] */
500 Unit resbuff[SD2U(DECBUFFER+9)];/* local buffer in case need temporary */
951 if (needbytes>sizeof(bufa)) { /* need malloc space */
965 if (needbytes>sizeof(bufb)) { /* need malloc space */
1144 if (needbytes>sizeof(bufa)) { /* need malloc space */
1225 /* always need to examine all bits in rhs */
1473 if (needbytes>sizeof(bufa)) { /* need malloc space */
1496 if (needbytes>sizeof(bufb)) { /* need malloc space */
1761 else { /* differ: need NextPlus or NextMinus */
2157 /* need t
4040 Int need=D2U(maxdigits)+1; local
6238 Int accunits, need; /* units in use or needed for acc */ local
[all...]
/external/webkit/WebKit/android/jni/
H A DWebViewCore.cpp627 // and check to see if any already split pieces need to be redrawn.
650 // whether we need to update the frame cache
696 // m_buttons or they need to be added to it.
733 // about the cursor is incorrect. When we call setCursor(0,0), we need
1076 void WebViewCore::needTouchEvents(bool need) argument
1082 if (m_forwardingTouchEvents == need)
1086 env->CallVoidMethod(m_javaGlue->object(env).get(), m_javaGlue->m_needTouchEvents, need);
1089 m_forwardingTouchEvents = need;
1685 // does not need to echo it to the UI.
2434 // need (in
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10 ** This file is all you need to compile SQLite. To use SQLite in other
11 ** programs, you need this file and the "sqlite3.h" header file that defines
403 ** We need to define _XOPEN_SOURCE as follows in order to enable
470 ** Sometimes we need a small amount of code such as a variable initialization
1030 ** information need not be flushed. If the lower four bits of the flag
1371 ** SQLite normally do not need to invoke either of these routines.
1401 ** SQLite interfaces so that an application usually does not need to
1555 ** the xInit method, so the xInit method need not be threadsafe. The
1557 ** not need to be threadsafe either. For all other methods, SQLite
2465 ** Applications that need t
83571 int need; /* Slots needed in p->azResult[] */ local
[all...]

Completed in 365 milliseconds