Home
last modified time | relevance | path

Searched refs:needed (Results 1 – 25 of 947) sorted by relevance

12345678910>>...38

/external/elfutils/src/libcpu/
Di386_data.h402 int needed; in FCT_MOD$R_M() local
404 needed = snprintf (buf, avail, "%%%s", dregs[byte]); in FCT_MOD$R_M()
406 needed = snprintf (buf, avail, "%%mm%" PRIxFAST8, byte); in FCT_MOD$R_M()
407 if ((size_t) needed > avail) in FCT_MOD$R_M()
408 return needed - avail; in FCT_MOD$R_M()
409 *bufcntp += needed; in FCT_MOD$R_M()
431 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%xmm%" PRIxFAST8, in FCT_Mod$R_m() local
433 if ((size_t) needed > avail) in FCT_Mod$R_m()
434 return needed - avail; in FCT_Mod$R_m()
435 *d->bufcntp += needed; in FCT_Mod$R_m()
[all …]
/external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
DICUCurrencyMetaInfo.java77 int needed = collector.collects(); in collect() local
79 needed |= Region; in collect()
82 needed |= Currency; in collect()
85 needed |= Date; in collect()
88 needed |= Tender; in collect()
91 if (needed != 0) { in collect()
95 collectRegion(collector, filter, needed, b); in collect()
99 collectRegion(collector, filter, needed, regionInfo.at(i)); in collect()
108 int needed, ICUResourceBundle b) { in collectRegion() argument
111 if (needed == Region) { in collectRegion()
[all …]
/external/bison/lib/
Dgetdelim.c99 size_t needed = 2 * *n + 1; /* Be generous. */ in getdelim() local
102 if (needed_max < needed) in getdelim()
103 needed = needed_max; in getdelim()
104 if (cur_len + 1 >= needed) in getdelim()
111 new_lineptr = (char *) realloc (*lineptr, needed); in getdelim()
119 *n = needed; in getdelim()
/external/openssh/
Droaming_common.c199 size_t available, needed; in resend_bytes() local
205 needed = write_bytes - *offset; in resend_bytes()
207 (unsigned long)needed, (unsigned long long)*offset); in resend_bytes()
208 if (needed > available) in resend_bytes()
210 if (out_last < needed) { in resend_bytes()
211 int chunkend = needed - out_last; in resend_bytes()
216 atomicio(vwrite, fd, out_buf + (out_last - needed), needed); in resend_bytes()
/external/wpa_supplicant_8/hs20/server/www/
Dspp.php27 $needed = array('nonce'=>1, 'nc'=>1, 'cnonce'=>1, 'qop'=>1, 'username'=>1, variable
30 $keys = implode('|', array_keys($needed));
35 unset($needed[$m[1]]);
37 if ($needed) {
38 error_log("spp.php - Authentication failed - missing: " . print_r($needed));
Dest.php14 $needed = array('nonce'=>1, 'nc'=>1, 'cnonce'=>1, 'qop'=>1, 'username'=>1, variable
17 $keys = implode('|', array_keys($needed));
22 unset($needed[$m[1]]);
24 if ($needed) {
/external/libvpx/libvpx/
Dtools_common.c112 size_t needed = w * bytespp; in read_yuv_frame() local
116 const size_t more = (left < needed) ? left : needed; in read_yuv_frame()
119 needed -= more; in read_yuv_frame()
122 if (needed > 0) { in read_yuv_frame()
123 shortread |= (fread(ptr + buf_position, 1, needed, f) < needed); in read_yuv_frame()
/external/skia/src/gpu/
DGrPlotMgr.h18 size_t needed = width * height; in GrPlotMgr() local
19 if (needed <= sizeof(fStorage)) { in GrPlotMgr()
22 fBusy = SkNEW_ARRAY(char, needed); in GrPlotMgr()
/external/libedit/examples/
Dwtc1.c44 int needed = wcstombs(0, wstr, 0) + 1; in my_wcstombs() local
45 if (needed > buf.len) { in my_wcstombs()
46 buf.str = malloc(needed); in my_wcstombs()
47 buf.len = needed; in my_wcstombs()
49 wcstombs(buf.str, wstr, needed); in my_wcstombs()
50 buf.str[needed - 1] = 0; in my_wcstombs()
/external/skia/gyp/
Dxps.gyp21 '../src/core', # needed to get SkGlyphCache.h
22 '../src/utils', # needed to get SkBitSet.h
40 '../src/utils', # needed to get SkBitSet.h
Dpdf.gyp21 '../src/core', # needed to get SkGlyphCache.h and SkTextFormatParams.h
23 '../src/utils', # needed to get SkBitSet.h
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_libbacktrace.cc51 uptr needed = data->size + l + 1; in CplusV3DemangleCallback() local
52 if (needed > data->allocated) { in CplusV3DemangleCallback()
54 if (needed > data->allocated) in CplusV3DemangleCallback()
55 data->allocated = needed; in CplusV3DemangleCallback()
/external/valgrind/exp-bbv/tests/amd64-linux/
Dmillion.S7 xor %rcx,%rcx # not needed, pads total to 1M
8 xor %rax,%rax # not needed, pads total to 1M
/external/llvm/docs/CommandGuide/
Dllvm-config.rst17 print the compiler flags, linker flags and object libraries needed to link
91 Print the C++ compiler flags needed to use LLVM headers.
97 Print the flags needed to link against LLVM libraries.
103 Print all the libraries needed to link against the specified LLVM
Dllvm-readobj.rst75 .. option:: -needed-libs
77 Display the needed libraries (only for ELF object files).
/external/icu/icu4c/source/samples/numfmt/
Dcapi.c25 int32_t needed; in capi() local
64 needed = unum_formatDouble(fmt, a, buf, 256, NULL, &status); in capi()
/external/libxml2/python/
DTODO16 - more work needed on context handling for function lookup
22 - element needed in both
48 - needed for SAX too
/external/llvm/test/MC/ARM/AlignedBundling/
Dpad-align-to-bundle-end.s24 # A 4-byte padding is needed here
35 # A 12-byte padding is needed here to push the group to the end of the next
/external/bison/m4/
Dfpieee.m410 dnl No autoconf test needed.
39 # For full IEEE compliance (rarely needed), use option -mieee-with-inexact.
43 # For full IEEE compliance (rarely needed), use option -ieee_with_inexact.
Dflex.m477 ac_cv_lib_lex='none needed'
82 test "$ac_cv_lib_lex" != 'none needed' && break
86 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
/external/wpa_supplicant_8/hostapd/
Dandroid.config50 # Driver support is also needed for IEEE 802.11w.
87 # EAP-PSK for the integrated EAP server (this is _not_ needed for WPA-PSK)
100 # functionality needed for EAP-FAST. If EAP-FAST is enabled with OpenSSL,
102 # to add the needed functions.
139 # code is not needed.
/external/openssh/contrib/hpux/
DREADME15 o Customize sshd if needed (SSHD_ARGS)
29 o Customize egd if needed (EGD_ARGS and EGD_LOG)
/external/llvm/docs/
DSegmentedStacks.rst32 current stack limit (minus the amount of space needed to allocate a new block) -
43 movabsq $8, %r10 # The amount of space needed
55 The unusual ``ret`` is needed to have the function which made a call to
/external/bison/tests/
Dactions.at1598 [[input.y:8.48: warning: a ';' might be needed at the end of action code
1600 input.y:9.48: warning: a ';' might be needed at the end of action code
1602 input.y:10.48: warning: a ';' might be needed at the end of action code
1604 input.y:11.48: warning: a ';' might be needed at the end of action code
1606 input.y:12.48: warning: a ';' might be needed at the end of action code
1608 input.y:13.48: warning: a ';' might be needed at the end of action code
1610 input.y:20.1: warning: a ';' might be needed at the end of action code
1612 input.y:21.1: warning: a ';' might be needed at the end of action code
1614 input.y:22.1: warning: a ';' might be needed at the end of action code
1616 input.y:23.1: warning: a ';' might be needed at the end of action code
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
DDSASigner.java162 protected SecureRandom initSecureRandom(boolean needed, SecureRandom provided) in initSecureRandom() argument
164 return !needed ? null : (provided != null) ? provided : new SecureRandom(); in initSecureRandom()

12345678910>>...38