Searched refs:need (Results 1 - 25 of 206) sorted by relevance

123456789

/external/mdnsresponder/mDNSShared/
H A Ddnsextd.conf5 // In most cases, you should not need to change these default options in
9 // You need to edit the "zone" statement below to give the name of your
16 // In /etc/named.conf you will need to modify the "options" section to
21 // You also need a "zone" statement in /etc/named.conf to tell BIND the update
/external/oprofile/libabi/
H A Dabi.h32 int need(std::string const key) const throw (abi_exception);
H A Dopimport.cpp60 little_endian = theabi.need(string("little_endian")) == 1;
79 + theabi.need(off);
80 size_t nbytes = theabi.need(sz);
116 memcpy(head->magic, src + abi.need("offsetof_header_magic"), 4);
134 src += abi.need("sizeof_struct_opd_header");
140 src += abi.need("sizeof_odb_descr_t");
144 src += abi.need("sizeof_odb_node_t");
147 unsigned int step = abi.need("sizeof_odb_node_t");
/external/webkit/Source/JavaScriptCore/wtf/
H A DAlignment.h33 #error WTF_ALIGN macros need alignment control.
/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_8/hostapd/src/tls/
H A Dbignum.c77 size_t need = mp_unsigned_bin_size((mp_int *) n); local
78 if (len && need > *len) {
79 *len = need;
87 *len = need;
/external/wpa_supplicant_8/src/tls/
H A Dbignum.c77 size_t need = mp_unsigned_bin_size((mp_int *) n); local
78 if (len && need > *len) {
79 *len = need;
87 *len = need;
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dbignum.c77 size_t need = mp_unsigned_bin_size((mp_int *) n); local
78 if (len && need > *len) {
79 *len = need;
87 *len = need;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DLookaheadStream.cs109 * Make sure we have 'need' elements from current position p. Last valid
110 * p index is data.size()-1. p+need-1 is the data index 'need' elements
111 * ahead. If we need 1 element, (p+1-1)==p must be < data.size().
114 protected virtual void SyncAhead(int need) { argument
115 int n = (_p + need - 1) - _data.Count + 1; // how many more elements we need?
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
H A DLookaheadStream.java95 /** Make sure we have 'need' elements from current position p. Last valid
96 * p index is data.size()-1. p+need-1 is the data index 'need' elements
97 * ahead. If we need 1 element, (p+1-1)==p must be < data.size().
99 protected void syncAhead(int need) { argument
100 int n = (p+need-1) - data.size() + 1; // how many more elements we need?
/external/hyphenation/
H A DAndroid.mk3 # We need to build this for both the device (as a shared library)
/external/icu4c/test/testdata/
H A Dtstfiles.mk4 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
/external/elfutils/libdwfl/
H A Dsegment.c73 size_t need = need_start + need_end; local
74 if (need == 0)
77 if (dwfl->lookup_alloc - dwfl->lookup_elts < need)
110 memcpy (&dwfl->lookup_addr[i + need], &dwfl->lookup_addr[i],
111 need * sizeof dwfl->lookup_addr[0]);
112 memcpy (&dwfl->lookup_segndx[i + need], &dwfl->lookup_segndx[i],
113 need * sizeof dwfl->lookup_segndx[0]);
115 memcpy (&dwfl->lookup_module[i + need], &dwfl->lookup_module[i],
116 need * sizeof dwfl->lookup_module[0]);
134 dwfl->lookup_elts += need;
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DLookaheadStream.m82 /** Make sure we have 'need' elements from current position p. Last valid
83 * p index is data.size()-1. p+need-1 is the data index 'need' elements
84 * ahead. If we need 1 element, (p+1-1)==p must be < data.size().
86 public void sync(int need) {
87 int n = (p+need-1) - data.size() + 1; // how many more elements we need?
H A DLookaheadStream.h82 /** Make sure we have 'need' elements from current position p. Last valid
83 * p index is data.size()-1. p+need-1 is the data index 'need' elements
84 * ahead. If we need 1 element, (p+1-1)==p must be < data.size().
86 public void sync(int need) { argument
87 int n = (p+need-1) - data.size() + 1; // how many more elements we need?
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptCachedFrameData.h89 #error You need to consider whether you want Page Cache and either add a stub or a real implementation.
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DLookaheadStream.cs127 * Make sure we have 'need' elements from current position p. Last valid
128 * p index is data.size()-1. p+need-1 is the data index 'need' elements
129 * ahead. If we need 1 element, (p+1-1)==p must be &lt; data.size().
132 protected virtual void SyncAhead( int need )
134 int n = ( _p + need - 1 ) - _data.Count + 1; // how many more elements we need?
/external/jmonkeyengine/
H A DAndroid.mk15 # stripped out even if they're compiled into the jar. You will need
/external/openssh/
H A Dkex.c408 u_int mode, ctos, need; local
453 need = 0;
456 if (need < newkeys->enc.key_len)
457 need = newkeys->enc.key_len;
458 if (need < newkeys->enc.block_size)
459 need = newkeys->enc.block_size;
460 if (need < newkeys->mac.key_len)
461 need = newkeys->mac.key_len;
463 /* XXX need runden? */
464 kex->we_need = need;
478 derive_key(Kex *kex, int id, u_int need, u_char *hash, u_int hashlen, BIGNUM *shared_secret) argument
[all...]
H A Ddh.c235 dh_gen_key(DH *dh, int need) argument
241 if (need > INT_MAX / 2 || 2 * need >= BN_num_bits(dh->p))
242 fatal("dh_gen_key: group too small: %d (2*need %d)",
243 BN_num_bits(dh->p), 2*need);
249 /* generate a 2*need bits random private exponent */
250 if (!BN_rand(dh->priv_key, 2*need, 0, 0))
281 * This just returns the group, we still need to generate the exchange
/external/zlib/src/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/compiler-rt/lib/
H A DMakefile.mk24 # be a separate library from the runtime library, we need to remove its source
/external/libxml2/
H A DAndroid.mk3 # We need to build this for both the device (as a shared library)
/external/webkit/Tools/DumpRenderTree/chromium/
H A Dfonts.conf36 <!-- Some layout tests specify Helvetica as a family and we need to make sure
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRLookaheadStream.h53 - (void) sync:(NSInteger) need;

Completed in 5586 milliseconds

123456789