Home
last modified time | relevance | path

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

12345678910>>...13

/external/srec/shared/src/
DLStringImpl.c56 size_t needed; in LString_Append() local
58 needed = LSTRLEN(impl->value) + LSTRLEN(value) + 1; in LString_Append()
60 if (needed > impl->size) in LString_Append()
62 LCHAR* temp = REALLOC(impl->value, sizeof(LCHAR) * (needed + (impl->size / 2))); in LString_Append()
65 impl->size = sizeof(LCHAR) * (needed + (impl->size / 2)); in LString_Append()
/external/bluetooth/glib/gmodule/
Dgmodule-win32.c170 DWORD needed; in find_in_any_module_using_psapi() local
185 sizeof (HMODULE), &needed)) in find_in_any_module_using_psapi()
188 size = needed + 10 * sizeof (HMODULE); in find_in_any_module_using_psapi()
192 size, &needed) in find_in_any_module_using_psapi()
193 || needed > size) in find_in_any_module_using_psapi()
200 for (i = 0; i < needed / sizeof (HMODULE); i++) in find_in_any_module_using_psapi()
/external/webkit/JavaScriptCore/wtf/unicode/qt4/
DUnicodeQt4.h212 int needed = 0; in toLower() local
229 needed += qstring.length() - i; in toLower()
244 needed += e - s; in toLower()
245 *error = (needed != 0); in toLower()
248 return rindex + needed; in toLower()
270 int needed = 0; in toUpper() local
287 needed += qstring.length() - i; in toUpper()
302 needed += e - s; in toUpper()
303 *error = (needed != 0); in toUpper()
306 return rindex + needed; in toUpper()
/external/icu4c/samples/numfmt/
Dcapi.c25 int32_t needed; in capi() local
64 needed = unum_formatDouble(fmt, a, buf, 256, NULL, &status); in capi()
/external/bison/tests/
Datlocal26 # Are special link options needed?
29 # Are special libraries needed?
Datlocal.in26 # Are special link options needed?
29 # Are special libraries needed?
/external/qemu/distrib/sdl-1.2.12/src/audio/
DSDL_audio.c144 if ( audio->convert.needed ) { in SDL_RunAudio()
181 if ( audio->convert.needed ) { in SDL_RunAudio()
203 if ( audio->convert.needed ) { in SDL_RunAudio()
494 audio->convert.needed = 0; in SDL_OpenAudio()
534 if ( audio->convert.needed ) { in SDL_OpenAudio()
637 if ( audio->convert.needed ) { in SDL_AudioQuit()
/external/wpa_supplicant/
Ddefconfig127 # functionality needed for EAP-FAST. If EAP-FAST is enabled with OpenSSL,
129 # to add the needed functions.
141 # EAP-PSK (experimental; this is _not_ needed for WPA-PSK)
193 # if debugging code is not needed. The size reduction can be around 35%
207 # 1.5 kB by removing extra AES modes that are not needed for commonly used
208 # client configurations (they are needed for some EAP types).
251 # Driver support is also needed for IEEE 802.11w.
256 # gnutls = GnuTLS (needed for TLS/IA, see also CONFIG_GNUTLS_EXTRA)
270 # needed for LibTomMath. Alternatively, an integrated, minimal version of
/external/dbus/dbus/
Ddbus-transport-socket.c123 dbus_bool_t needed; in check_write_watch() local
137 needed = _dbus_connection_has_messages_to_send_unlocked (transport->connection); in check_write_watch()
141 needed = TRUE; in check_write_watch()
154 needed = TRUE; in check_write_watch()
156 needed = FALSE; in check_write_watch()
161 needed, transport->connection, socket_transport->write_watch, in check_write_watch()
167 needed); in check_write_watch()
/external/webkit/WebKit/gtk/docs/
DGNUmakefile.am23 # Extra options to pass to gtkdoc-scangobj. Not normally needed.
38 # Extra options to supply to gtkdoc-fixref. Not normally needed.
66 # Only needed if you are using gtkdoc-scangobj to dynamically query widget
/external/icu4c/config/
Dmh-mingw61 ## An import library is needed for z/OS and MSVC
110 ## Special pkgdata information that is needed
127 # These are needed to allow the pkgdata GNU make files to work
Dmh-cygwin-msvc41 # -D_CRT_SECURE_NO_DEPRECATE is needed to quiet warnings about using standard C functions.
84 ## An import library is needed for z/OS and MSVC
186 ## Special pkgdata information that is needed
216 # These are needed to allow the pkgdata nmake files to work
/external/tesseract/tessdata/tessconfigs/
Dbatch1 # No content needed as all defaults are correct.
/external/e2fsprogs/
DINSTALL33 libraries. Please note that this installation is not needed for the
34 programs to work. It is only needed if you expect to develop other
/external/e2fsprogs/debian/attic/libs/
Dcontrol51 This package contains shared libraries needed by the utility programs.
73 a simple command-line interface parser, the include files needed to
90 This package contains the headers and shared libraries needed to compile
/external/icu4c/samples/ucnv/
Ddata06.txt82 // /**************** Info Below is needed ****************/
/external/jpeg/
Dmakvms.opt2 ! This file is needed by makefile.mms and makefile.vms,
/external/openssl/crypto/0.9.9-dev/
DREADME.android6 to avoid assembler error messages where needed.
/external/e2fsprogs/intl/
Dvasnprintf.c184 #define ENSURE_ALLOCATION(needed) \ in VASNPRINTF() argument
185 if ((needed) > allocated) \ in VASNPRINTF()
191 if ((needed) > allocated) \ in VASNPRINTF()
192 allocated = (needed); \ in VASNPRINTF()
/external/libpng/contrib/pngminim/decoder/
DREADME5 gather.sh # to collect needed files from pngminus, libpng, and zlib
/external/libpng/contrib/pngminim/encoder/
DREADME5 gather.sh # to collect needed files from pngminus, libpng, and zlib
/external/bluetooth/glib/docs/reference/glib/
Dbuilding.sgml53 system. The two tools needed during the build process (as
63 is a tool for tracking the compilation flags needed for
67 flags needed for that library along with version number
69 needed to build GLib is mirrored in the
94 libiconv library</ulink> is needed to build GLib if your
136 package</ulink> is needed if your system doesn't have the
143 A thread implementation is needed, unless you want to compile GLib
444 Some systems have PCRE libraries compiled without some needed
/external/tremor/Tremor/debian/
Dcontrol22 needed to develop applications with libogg.
/external/netcat/data/
Dshowmount.d58 000 # extra auth trash? probably not needed
/external/bluetooth/glib/glib/gnulib/
Dvasnprintf.c298 #define ENSURE_ALLOCATION(needed) \ in vasnprintf() argument
299 if ((needed) > allocated) \ in vasnprintf()
304 if ((needed) > allocated) \ in vasnprintf()
305 allocated = (needed); \ in vasnprintf()

12345678910>>...13