Searched defs:needed (Results 1 - 4 of 4) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/ |
H A D | xpidl_java.c | 344 size_t needed = strlen(state->real_outname) + strlen(interface_name) + strlen(".java") + 4; local 345 char *tmp = malloc(needed); 687 * when needed.
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_subr.c | 659 int needed, rval; local 685 if ((needed = vsnprintf(NULL, 0, format, ap)) < 0) { 691 if (needed == 0) { 702 if (needed + 1 < avail) 722 dtp->dt_buffered_offs += needed;
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/ |
H A D | dtrace.c | 725 * alignment checks that are needed before stores are actually executed. 3223 * their types in the tuple stack. This isn't needed because all argument 9694 * If the needed space is still sizeof (dtrace_epid_t), then 9695 * all actions need no additional space; set the needed 10633 dtrace_buffer_reserve(dtrace_buffer_t *buf, size_t needed, size_t align, argument 10661 if (VBDTCAST(uintptr_t)(soffs = offs + needed) > buf->dtb_size) { 10683 total = needed + (offs & (align - 1)); 10738 * much. We can also adjust our needed space back 10743 total = needed; 10845 if (offs + needed > bu [all...] |
/vbox/src/libs/libxml2-2.6.31/ |
H A D | xmlschemas.c | 3409 #if 0 /* enable if ever needed */ 6494 xmlSchemaParseAnnotation(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, int needed) argument 6511 if (needed) 10640 * Return the bucket explicitely; this is needed for the 12356 #if 0 /* Will be enabled if it is clear what options are needed. */ 12847 * epsilon needed to block previous trans from 15064 * to have all the needed information; this acts as an self test. 16125 * MAYBE TODO: Enable if ever needed. But this will be needed only 16226 * TODO: !! This is needed t [all...] |
Completed in 566 milliseconds