HomeSort by relevance Sort by last modified time
    Searched defs:need (Results 1 - 25 of 193) sorted by null

1 2 3 4 5 6 7 8

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_resolve_map.h 59 * There are two possible ways to record which miptree slices need
62 * those slices that need a resolve.
78 enum gen6_hiz_op need; member in struct:intel_resolve_map
88 enum gen6_hiz_op need);
  /external/wpa_supplicant_8/src/tls/
bignum.c 77 size_t need = mp_unsigned_bin_size((mp_int *) n); local
78 if (len && need > *len) {
79 *len = need;
87 *len = need;
  /frameworks/base/core/java/android/text/style/
IconMarginSpan.java 60 int need = ht - (v + fm.descent - fm.ascent - istartv); local
61 if (need > 0)
62 fm.descent += need;
64 need = ht - (v + fm.bottom - fm.top - istartv);
65 if (need > 0)
66 fm.bottom += need;
DrawableMarginSpan.java 63 int need = ht - (v + fm.descent - fm.ascent - istartv); local
64 if (need > 0)
65 fm.descent += need;
67 need = ht - (v + fm.bottom - fm.top - istartv);
68 if (need > 0)
69 fm.bottom += need;
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
macresource.py 15 def need(restype, resid, filename=None, modname=None): function
117 need('Estr', 1, filename="errors.rsrc", modname=__name__)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macresource.py 15 def need(restype, resid, filename=None, modname=None): function
117 need('Estr', 1, filename="errors.rsrc", modname=__name__)
  /external/dhcpcd-6.8.2/crypt/
md5.c 9 * except that you don't need to include two pages of legalese
182 size_t have, need; local
184 /* Check how many bytes we already have and how many more we need. */
186 need = MD5_BLOCK_LENGTH - have;
191 if (len >= need) {
193 memcpy(ctx->buffer + have, input, need);
195 input += need;
196 len -= need;
  /external/elfutils/libdwfl/
segment.c 55 size_t need = need_start + need_end; local
56 if (need == 0)
59 if (dwfl->lookup_alloc - dwfl->lookup_elts < need)
93 memmove (&dwfl->lookup_addr[i + need], &dwfl->lookup_addr[i],
95 memmove (&dwfl->lookup_segndx[i + need], &dwfl->lookup_segndx[i],
98 memmove (&dwfl->lookup_module[i + need], &dwfl->lookup_module[i],
121 dwfl->lookup_elts += need;
  /external/freetype/src/gzip/
inflate.c 40 uLong need; /* stream check value */ member in struct:internal_state::__anon12131::__anon12132
196 z->state->sub.check.need = (uLong)NEXTBYTE << 24;
200 z->state->sub.check.need += (uLong)NEXTBYTE << 16;
204 z->state->sub.check.need += (uLong)NEXTBYTE << 8;
208 z->state->sub.check.need += (uLong)NEXTBYTE;
209 z->adler = z->state->sub.check.need;
214 z->msg = (char*)"need dictionary";
239 z->state->sub.check.need = (uLong)NEXTBYTE << 24;
243 z->state->sub.check.need += (uLong)NEXTBYTE << 16;
247 z->state->sub.check.need += (uLong)NEXTBYTE << 8
    [all...]
infcodes.c 40 uInt need; /* bits needed */ member in struct:inflate_codes_state::__anon12127::__anon12128
61 inflate_huft *td, /* need separate declaration for Borland C++ */
117 c->sub.code.need = c->lbits;
121 j = c->sub.code.need;
144 c->sub.code.need = e;
163 c->sub.code.need = c->dbits;
168 j = c->sub.code.need;
182 c->sub.code.need = e;
  /external/mesa3d/src/gallium/drivers/r600/
compute_memory_pool.c 307 int64_t need = item->size_in_dw+2048 - local
310 need += 1024 - (need % 1024);
312 if (need > 0) {
315 pool->size_in_dw + need);
318 need = pool->size_in_dw / 10;
319 need += 1024 - (need % 1024);
322 pool->size_in_dw + need);
  /external/valgrind/coregrind/
launcher-linux.c 101 unsigned need = strlen(path) + strlen("/") + strlen(clientname) + 1; local
103 fullname = malloc(need);
m_libcfile.c 77 need to copy the filename if needed. *result is NULL if the filename
580 SizeT need = VG_(strlen)(wd) + 1;
581 startup_wd = VG_(malloc)("startup_wd", need);
1412 SizeT need = end-p+1 + 1; local
1459 SizeT need = p-path+1 + 1; local
    [all...]
  /external/wpa_supplicant_8/src/crypto/
md4-internal.c 57 * except that you don't need to include two pages of legalese
113 size_t have, need; local
115 /* Check how many bytes we already have and how many more we need. */
117 need = MD4_BLOCK_LENGTH - have;
122 if (len >= need) {
124 os_memcpy(ctx->buffer + have, input, need);
126 input += need;
127 len -= need;
  /external/autotest/utils/
run_pylint.py 27 print ("Unable to import pylint, it may need to be installed." namespace
60 # need to put autotest root dir on sys.path so pylint will be happy
105 they're not referenced anywhere in the code. To overcome this we need
175 # of said module; They need not however, always have
267 @param file_path: path to the file we need to run pylint on.
344 the name new_temp_file. We need to preserve the filename
405 # W0611: All imported modules (except common) need to be used.
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-segnames.c 322 /* We need to add a new name. */
324 /* Note, that we need at least two bytes in the payload. The reason is
331 SizeT need = len + 1 + overhead; local
332 if (need > (sizeof segnames) - segnames_used) {
344 segnames_used += need;
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast_pac.c 482 size_t i, need; local
490 need = os_strlen(field) + len * 2 + 30;
492 need += os_strlen(field) + len + 20;
494 if (*pos - *buf + need > *buf_len) {
495 char *nbuf = os_realloc(*buf, *buf_len + need);
503 *buf_len += need;
  /frameworks/av/media/libnbaio/
NBLog.cpp 181 size_t need = entry->mLength + 3; // mEvent, mLength, data[length], mLength local
182 // need = number of bytes remaining to write
183 if (written > need) {
184 written = need;
192 if (rear + written == mSize && (need -= written) > 0) {
193 for (i = 0; i < need; ++i) {
196 written += need;
  /external/libxml2/
gentest.py 107 # Some functions really need to be skipped for the tests.
790 need = 0 variable
793 if need:
796 need = 1 variable
806 need = 0; variable
809 if need:
812 need = 1 variable
  /external/nanopb-c/generator/
nanopb_generator.py 10 import google, distutils.util # bbfreeze seems to need these namespace
11 import pkg_resources # pyinstaller / protobuf 2.5 seem to need these namespace
270 # String/bytes arrays need to be defined as pointers to pointers
285 '''Return definitions for any special types this field might need.'''
840 yield '/* If you get an error here, it means that you need to define PB_FIELD_32BIT\n'
843 yield ' * The reason you need to do this is that some of your messages contain tag\n'
    [all...]
  /frameworks/base/core/java/android/content/res/
StringBlock.java 446 int need = (int) Math.ceil(-fm.top * sProportion); local
448 if (size - fm.descent >= need) {
455 } else if (size >= need) {
461 fm.top = fm.ascent = -need;
  /external/e2fsprogs/intl/
loadmsgcat.c 97 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;
    [all...]
  /external/eigen/Eigen/src/OrderingMethods/
Eigen_Colamd.h 286 * not need to change, assuming that you either use
337 Index need ; /* minimum required length of A */ local
421 need = 2*nnz + n_col + Col_size + Row_size ;
423 if (need > Alen)
427 stats [COLAMD_INFO1] = need ;
429 COLAMD_DEBUG0 (("colamd: Need Alen >= %d, given only Alen = %d\n", need,Alen));
634 /* if cols not jumbled, we don't need the mark (this is faster) */
654 /* === See if we need to re-create columns ============================== */
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
zipfile.py 11 import zlib # We may need its compression method namespace
638 # No need to compute the CRC if we don't have a reference value
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
zipfile.py 11 import zlib # We may need its compression method namespace
638 # No need to compute the CRC if we don't have a reference value
    [all...]

Completed in 941 milliseconds

1 2 3 4 5 6 7 8