Searched refs:needed (Results 1 - 25 of 133) sorted by relevance

123456

/external/bison/lib/
H A Dgetdelim.c99 size_t needed = 2 * *n + 1; /* Be generous. */ local
102 if (needed_max < needed)
103 needed = needed_max;
104 if (cur_len + 1 >= needed)
111 new_lineptr = (char *) realloc (*lineptr, needed);
119 *n = needed;
/external/elfutils/libcpu/
H A Di386_data.h399 int needed; local
401 needed = snprintf (buf, avail, "%%%s", dregs[byte]);
403 needed = snprintf (buf, avail, "%%mm%" PRIxFAST8, byte);
404 if ((size_t) needed > avail)
405 return needed - avail;
406 *bufcntp += needed;
428 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%xmm%" PRIxFAST8, local
430 if ((size_t) needed > avail)
431 return needed - avail;
432 *d->bufcntp += needed;
470 int needed = snprintf (&d->bufp[*bufcntp], avail, "%s0x%" ABSPRIFMT, local
559 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%%s%" PRIx32, local
592 int needed = snprintf (&d->bufp[*bufcntp], avail, "0x%" PRIx32, local
623 int needed = snprintf (&d->bufp[*bufcntp], avail, "(%%%s%s)", local
672 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%es:(%%%sdi)", local
692 int needed; local
731 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIxFAST8, word); local
749 int needed; local
781 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx64, local
784 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx32, local
809 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx64, local
812 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx32, word); local
823 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx16, word); local
840 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx16, word); local
856 int needed; local
880 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx32, local
898 int needed = snprintf (&d->bufp[*bufcntp], avail, "0x%" PRIx64, local
902 int needed = snprintf (&d->bufp[*bufcntp], avail, "0x%" PRIx32, local
921 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%mm%" PRIxFAST8, byte); local
1309 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%st(%" PRIx32 ")", local
1343 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx16, absval); local
1410 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%xmm%" PRIxFAST8, byte); local
[all...]
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dmillion.S7 xor %rcx,%rcx # not needed, pads total to 1M
8 xor %rax,%rax # not needed, pads total to 1M
/external/srec/shared/src/
H A DLStringImpl.c56 size_t needed; local
58 needed = LSTRLEN(impl->value) + LSTRLEN(value) + 1;
60 if (needed > impl->size)
62 LCHAR* temp = REALLOC(impl->value, sizeof(LCHAR) * (needed + (impl->size / 2)));
65 impl->size = sizeof(LCHAR) * (needed + (impl->size / 2));
/external/chromium/chrome/browser/
H A Didle_win.cc46 DWORD needed = 0; local
51 &needed)) {
/external/llvm/autoconf/m4/
H A Dneed_dev_zero_for_mmap.m46 [AC_CACHE_CHECK([if /dev/zero is needed for mmap],
/external/llvm/projects/sample/autoconf/m4/
H A Dneed_dev_zero_for_mmap.m46 [AC_CACHE_CHECK([if /dev/zero is needed for mmap],
/external/webkit/Source/WebCore/platform/network/cf/
H A DLoaderRunLoopCF.h32 #error This code is not needed on platforms other than Windows, because the CFRunLoop from the main thread can be used.
/external/skia/src/gpu/
H A DGrPlotMgr.h21 size_t needed = width * height; local
22 if (needed <= sizeof(fStorage)) {
25 fBusy = SkNEW_ARRAY(char, needed);
/external/icu4c/samples/numfmt/
H A Dcapi.c25 int32_t needed; local
58 in the US locale. The return value is the buffer size needed.
64 needed = unum_formatDouble(fmt, a, buf, 256, NULL, &status);
/external/openssh/
H A Droaming_common.c199 size_t available, needed; local
205 needed = write_bytes - *offset;
207 (unsigned long)needed, (unsigned long long)*offset);
208 if (needed > available)
210 if (out_last < needed) {
211 int chunkend = needed - out_last;
216 atomicio(vwrite, fd, out_buf + (out_last - needed), needed);
/external/llvm/test/MC/ARM/AlignedBundling/
H A 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/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
H A DUnicodeQt4.h46 signed short digitValue : 6; /* 5 needed */
176 int needed = 0; local
193 needed += qstring.length() - i;
208 needed += e - s;
209 *error = (needed != 0);
212 return rindex + needed;
234 int needed = 0; local
251 needed += qstring.length() - i;
266 needed += e - s;
267 *error = (needed !
[all...]
/external/libppp/src/
H A Darp.c233 size_t needed; local
247 if (sysctl(mib, 6, NULL, &needed, NULL, 0) < 0) {
253 if ((buf = malloc(needed)) == NULL)
256 if (sysctl(mib, 6, buf, &needed, NULL, 0) < 0) {
260 end = buf + needed;
H A Droute.c218 size_t needed; local
237 if (sysctl(mib, 6, NULL, &needed, NULL, 0) < 0) {
242 if ((buf = malloc(needed)) == NULL)
244 if (sysctl(mib, 6, buf, &needed, NULL, 0) < 0) {
248 end = buf + needed;
338 size_t needed; local
347 if (sysctl(mib, 6, NULL, &needed, NULL, 0) < 0) {
351 sp = malloc(needed);
354 if (sysctl(mib, 6, sp, &needed, NULL, 0) < 0) {
359 ep = sp + needed;
391 size_t needed; local
482 size_t needed; local
[all...]
/external/mockito/
H A DAndroid.mk21 # everything needed to run Mockito tests.
31 # needed to run Mockito tests on the device.
/external/valgrind/main/exp-bbv/tests/x86/
H A Dmillion.S9 xor %ecx,%ecx # not needed, pads total to 1M
/external/webkit/LayoutTests/http/tests/resources/
H A DportabilityLayer.php8 // append a trailing slash, and expect callers to append one when needed.
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_audio.c144 if ( audio->convert.needed ) {
181 if ( audio->convert.needed ) {
203 if ( audio->convert.needed ) {
494 audio->convert.needed = 0;
534 if ( audio->convert.needed ) {
637 if ( audio->convert.needed ) {
/external/clang/tools/driver/
H A DAndroid.mk96 # the additional dependency is needed when you run mm/mmm.
/external/stlport/
H A DAndroid.mk45 # This is needed to work around the problem that libm.so in NDK does not
/external/icu4c/i18n/
H A Dgender.cpp74 UBool needed; local
75 UMTX_CHECK(&gGenderMetaLock, (gGenderInfoCache == NULL), needed);
76 if (needed) {
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwin32filesystem.cc135 // Compute size needed for an ACL that allows access to just this user.
445 int needed = ::GetCurrentDirectory(path_len, path.get()); local
446 if (needed == 0) {
451 if (needed <= path_len) {
455 // Else need to re-alloc for "needed".
456 path.reset(new wchar_t[needed]);
457 path_len = needed;
/external/iptables/extensions/
H A DAndroid.mk33 # LOCAL_PATH needed because of dirty #include "blabla.c"
96 # LOCAL_PATH needed because of dirty #include "blabla.c"
159 # LOCAL_PATH needed because of dirty #include "blabla.c"
/external/e2fsprogs/intl/
H A Dvasnprintf.c182 /* Ensures that allocated >= needed. Aborts through a jump to
183 out_of_memory if needed is SIZE_MAX or otherwise too big. */
184 #define ENSURE_ALLOCATION(needed) \
185 if ((needed) > allocated) \
191 if ((needed) > allocated) \
192 allocated = (needed); \

Completed in 686 milliseconds

123456