Searched defs:extra (Results 201 - 225 of 228) sorted by relevance

12345678910

/external/libffi/src/
H A Ddlmalloc.c60 The maximum overhead wastage (i.e., number of extra bytes
232 If true, provide extra checking and dispatching by placing
1854 would be possible to index these, but is not worth the extra
3601 size_t extra = ((m->topsize - pad + (unit - SIZE_T_ONE)) / unit - local
3608 sp->size >= extra &&
3610 size_t newsize = sp->size - extra;
3613 (CALL_MUNMAP(sp->base + newsize, extra) == 0)) {
3614 released = extra;
3619 if (extra >= HALF_MAX_SIZE_T) /* Avoid wrapping negative */
3620 extra
3782 void* extra = 0; local
[all...]
/external/libxml2/
H A Drelaxng.c431 * @extra: extra informations
436 xmlRngPErrMemory(xmlRelaxNGParserCtxtPtr ctxt, const char *extra) argument
450 if (extra)
453 XML_ERR_NO_MEMORY, XML_ERR_FATAL, NULL, 0, extra,
455 "Memory allocation failed : %s\n", extra);
466 * @extra: extra informations
471 xmlRngVErrMemory(xmlRelaxNGValidCtxtPtr ctxt, const char *extra) argument
485 if (extra)
[all...]
H A Dxmlregexp.c369 * @extra: extra information
374 xmlRegexpErrMemory(xmlRegParserCtxtPtr ctxt, const char *extra) argument
382 XML_ERR_NO_MEMORY, XML_ERR_FATAL, NULL, 0, extra,
384 "Memory allocation failed : %s\n", extra);
389 * @extra: extra information
394 xmlRegexpErrCompile(xmlRegParserCtxtPtr ctxt, const char *extra) argument
405 XML_REGEXP_COMPILE_ERROR, XML_ERR_FATAL, NULL, 0, extra,
407 "failed to compile: %s\n", extra);
[all...]
H A Dxpath.c263 * @extra: extra informations
268 xmlXPathErrMemory(xmlXPathContextPtr ctxt, const char *extra) argument
271 if (extra) {
276 extra);
287 if (extra)
291 extra, NULL, NULL, 0, 0,
292 "Memory allocation failed : %s\n", extra);
305 * @extra: extra information
310 xmlXPathPErrMemory(xmlXPathParserContextPtr ctxt, const char *extra) argument
[all...]
H A Dxmlschemas.c1862 * @extra: extra informations
1868 const char *extra, xmlNodePtr node)
1873 extra);
1882 * @str1: extra data
1883 * @str2: extra data
1915 * @str1: extra data
1916 * @str2: extra data
1937 * @strData1: extra data
1938 * @strData2: extra dat
1867 xmlSchemaPErrMemory(xmlSchemaParserCtxtPtr ctxt, const char *extra, xmlNodePtr node) argument
1989 xmlSchemaVErrMemory(xmlSchemaValidCtxtPtr ctxt, const char *extra, xmlNodePtr node) argument
[all...]
/external/mdnsresponder/mDNSCore/
H A DmDNS.c50 // Other compilers understand the convention that if you place the assignment expression within an extra pair
4124 if (RDLength > InlineCacheRDSize) // If RDLength is too big, allocate extra storage
6431 // The TTL is already capped to a maximum value in GetLargeResourceRecord, but just to be extra safe we
6439 // To avoid this, we extend the record's effective TTL to give it a little extra grace period.
7934 // the question will cause an extra check on matching the InterfaceID on the question
8470 // a common case in the future, we can easily fix this by adding extra state that
9905 ExtraResourceRecord *extra, RData *rdata, mDNSu32 ttl, mDNSu32 includeP2P)
9921 extra->next = mDNSNULL;
9922 mDNS_SetupResourceRecord(&extra->r, rdata, sr->RR_PTR.resrec.InterfaceID,
9923 extra
9904 mDNS_AddRecordToService(mDNS *const m, ServiceRecordSet *sr, ExtraResourceRecord *extra, RData *rdata, mDNSu32 ttl, mDNSu32 includeP2P) argument
9944 mDNS_RemoveRecordFromService(mDNS *const m, ServiceRecordSet *sr, ExtraResourceRecord *extra, mDNSRecordCallback MemFreeCallback, void *Context) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c96 The maximum overhead wastage (i.e., number of extra bytes
268 If true, provide extra checking and dispatching by placing
1900 would be possible to index these, but is not worth the extra
3611 size_t extra = ((m->topsize - pad + (unit - SIZE_T_ONE)) / unit - local
3618 sp->size >= extra &&
3620 size_t newsize = sp->size - extra;
3623 (CALL_MUNMAP(sp->base + newsize, extra) == 0)) {
3624 released = extra;
3629 if (extra >= HALF_MAX_SIZE_T) /* Avoid wrapping negative */
3630 extra
3792 void* extra = 0; local
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c1014 Int i, extra; local
1031 extra = width - len;
1033 ret += extra;
1034 for (i = 0; i < extra; i++)
1041 ret += extra;
1042 for (i = 0; i < extra; i++)
H A Dtest_ppc_jm1.c363 Int i, extra; local
380 extra = width - len;
382 ret += extra;
383 for (i = 0; i < extra; i++)
390 ret += extra;
391 for (i = 0; i < extra; i++)
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c1036 Int i, extra; local
1053 extra = width - len;
1055 ret += extra;
1056 for (i = 0; i < extra; i++)
1063 ret += extra;
1064 for (i = 0; i < extra; i++)
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c1029 Int i, extra; local
1046 extra = width - len;
1048 ret += extra;
1049 for (i = 0; i < extra; i++)
1056 ret += extra;
1057 for (i = 0; i < extra; i++)
H A Dvarinfo6.c1067 Int i, extra; local
1084 extra = width - len;
1086 ret += extra;
1087 for (i = 0; i < extra; i++)
1094 ret += extra;
1095 for (i = 0; i < extra; i++)
/external/valgrind/main/perf/
H A Dbz2.c1029 Int i, extra; local
1046 extra = width - len;
1048 ret += extra;
1049 for (i = 0; i < extra; i++)
1056 ret += extra;
1057 for (i = 0; i < extra; i++)
H A Dtest_input_for_tinycc.c1269 Int i, extra; local
1286 extra = width - len;
1288 ret += extra;
1289 for (i = 0; i < extra; i++)
1296 ret += extra;
1297 for (i = 0; i < extra; i++)
/external/v8/src/
H A Dobjects.cc8353 void Code::PrintExtraICState(FILE* out, Kind kind, ExtraICState extra) { argument
8357 if (extra == STRING_INDEX_OUT_OF_BOUNDS) {
8363 if (extra == kStrictMode) {
8373 PrintF(out, "extra_ic_state = %d\n", extra);
9409 // Check whether there is extra space in the fixed array.
9426 // Try allocating extra space.
11022 // there is extra room in the dictionary for additions. Don't go
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 790 milliseconds

12345678910