/vbox/src/VBox/Main/glue/ |
H A D | errorprint.cpp | 48 RTCList<Utf8Str> comp; local 55 comp.append(Utf8StrFmt("code %Rhrc (0x%RX32)", 59 comp.append(Utf8StrFmt("component %ls", 62 comp.append(Utf8StrFmt("interface %ls", 65 comp.append(Utf8StrFmt("callee %ls", 68 if (comp.size() > 0) 71 for (size_t i = 0; i < comp.size() - 1; ++i) 72 str += comp.at(i) + ", "; 73 str += comp.last();
|
/vbox/src/VBox/GuestHost/OpenGL/packer/ |
H A D | pack_swap_map.c | 66 int comp; local 107 for (comp = 0 ; comp < num_components ; comp++) 109 WRITE_SWAPPED_DOUBLE( ((unsigned char *) dest_data + comp*sizeof(*points)) - data_ptr, *(src_data + comp) ); 127 int comp; local 168 for (comp = 0 ; comp < num_components ; comp 196 int comp; local 245 int comp; local [all...] |
/vbox/src/libs/libxml2-2.6.31/ |
H A D | testXPath.c | 95 xmlXPathCompExprPtr comp; local 97 comp = xmlXPathCompile(BAD_CAST str); 98 if (comp != NULL) { 100 xmlXPathDebugDumpCompExpr(stdout, comp, 0); 102 res = xmlXPathCompiledEval(comp, ctxt); 103 xmlXPathFreeCompExpr(comp);
|
H A D | testRegexp.c | 19 static void testRegexp(xmlRegexpPtr comp, const char *value) { argument 22 ret = xmlRegexpExec(comp, (const xmlChar *) value); 32 xmlRegexpExec(comp, (const xmlChar *) value); 38 xmlRegexpPtr comp = NULL; local 62 if (comp != NULL) { 63 xmlRegFreeRegexp(comp); 64 comp = NULL; 67 comp = xmlRegexpCompile((const xmlChar *) pattern); 68 if (comp == NULL) { 72 } else if (comp 271 xmlRegexpPtr comp = NULL; local [all...] |
H A D | runsuite.c | 253 xmlXPathCompExprPtr comp; local 259 comp = xmlXPathCompile(BAD_CAST xpath); 260 if (comp == NULL) { 264 res = xmlXPathCompiledEval(comp, ctxtXPath); 265 xmlXPathFreeCompExpr(comp); 281 xmlXPathCompExprPtr comp; local 287 comp = xmlXPathCompile(BAD_CAST xpath); 288 if (comp == NULL) { 292 res = xmlXPathCompiledEval(comp, ctxtXPath); 293 xmlXPathFreeCompExpr(comp); [all...] |
H A D | schematron.c | 90 xmlXPathCompExprPtr comp; /* the compiled expression */ member in struct:_xmlSchematronTest 306 xmlXPathCompExprPtr comp; local 315 comp = xmlXPathCtxtCompile(ctxt->xctxt, test); 316 if (comp == NULL) { 333 ret->comp = comp; 362 if (tests->comp != NULL) 363 xmlXPathFreeCompExpr(tests->comp); 1561 ret = xmlXPathCompiledEval(test->comp, ctxt->xctxt);
|
H A D | pattern.c | 80 if ((c)->comp->dict) \ 81 r = (xmlChar *) xmlDictLookup((c)->comp->dict, BAD_CAST nsname, -1); \ 84 #define XML_PAT_FREE_STRING(c, r) if ((c)->comp->dict == NULL) xmlFree(r); 107 xmlStreamCompPtr comp; /* the compiled stream */ member in struct:_xmlStreamCtxt 116 static void xmlFreeStreamComp(xmlStreamCompPtr comp); 180 xmlPatternPtr comp; /* the result */ member in struct:_xmlPatParserContext 223 * @comp: an XSLT comp 225 * Free up the memory allocated by @comp 228 xmlFreePattern(xmlPatternPtr comp) { argument 266 xmlFreePatternList(xmlPatternPtr comp) argument 343 xmlPatternAdd(xmlPatParserContextPtr ctxt ATTRIBUTE_UNUSED, xmlPatternPtr comp, xmlPatOp op, xmlChar * value, xmlChar * value2) argument 404 xmlReversePattern(xmlPatternPtr comp) argument 494 xmlPatMatch(xmlPatternPtr comp, xmlNodePtr node) argument 1519 xmlFreeStreamComp(xmlStreamCompPtr comp) argument 1541 xmlStreamCompAddStep(xmlStreamCompPtr comp, const xmlChar *name, const xmlChar *ns, int nodeType, int flags) argument 1573 xmlStreamCompile(xmlPatternPtr comp) argument 1809 xmlStreamCtxtAddState(xmlStreamCtxtPtr comp, int idx, int level) argument 1857 xmlStreamCompPtr comp; local 2455 xmlPatternMatch(xmlPatternPtr comp, xmlNodePtr node) argument 2481 xmlPatternGetStreamCtxt(xmlPatternPtr comp) argument 2519 xmlPatternStreamable(xmlPatternPtr comp) argument 2540 xmlPatternMaxDepth(xmlPatternPtr comp) argument 2568 xmlPatternMinDepth(xmlPatternPtr comp) argument 2593 xmlPatternFromRoot(xmlPatternPtr comp) argument [all...] |
H A D | runtest.c | 2282 xmlXPathCompExprPtr comp; local 2284 comp = xmlXPathCompile(BAD_CAST str); 2285 if (comp != NULL) { 2286 res = xmlXPathCompiledEval(comp, ctxt); 2287 xmlXPathFreeCompExpr(comp);
|
H A D | xmlreader.c | 3909 xmlPatternPtr comp; local 3914 comp = xmlPatterncompile(pattern, reader->dict, 0, namespaces); 3915 if (comp == NULL) 3940 reader->patternTab[reader->patternNr] = comp;
|
H A D | xmlregexp.c | 305 xmlRegexpPtr comp; /* the compiled regexp */ member in struct:_xmlRegExecCtxt 3062 if (exec->comp->nbCounters > 0) { 3065 xmlMalloc(exec->comp->nbCounters * sizeof(int)); 3073 exec->comp->nbCounters * sizeof(int)); 3091 if (exec->comp->nbCounters > 0) { 3098 exec->comp->nbCounters * sizeof(int)); 3114 xmlFARegExec(xmlRegexpPtr comp, const xmlChar *content) { argument 3127 exec->comp = comp; 3128 exec->state = comp 3428 xmlRegNewExecCtxt(xmlRegexpPtr comp, xmlRegExecCallbacks callback, void *data) argument 3617 xmlRegCompactPushString(xmlRegExecCtxtPtr exec, xmlRegexpPtr comp, const xmlChar *value, void *data) argument 4149 xmlRegexpPtr comp; local 5478 xmlRegexpExec(xmlRegexpPtr comp, const xmlChar *content) argument 5493 xmlRegexpIsDeterminist(xmlRegexpPtr comp) argument [all...] |
H A D | relaxng.c | 649 xmlRelaxNGTypeCompare comp; /* the compare function */ member in struct:_xmlRelaxNGTypeLibrary 2741 * @comp: the comparison function 2751 xmlRelaxNGTypeCompare comp, 2759 (check == NULL) || (comp == NULL)) 2778 lib->comp = comp; 8605 if ((lib != NULL) && (lib->comp != NULL)) { 8606 ret = lib->comp(lib->data, define->name, 2748 xmlRelaxNGRegisterTypeLibrary(const xmlChar * namespace, void *data, xmlRelaxNGTypeHave have, xmlRelaxNGTypeCheck check, xmlRelaxNGTypeCompare comp, xmlRelaxNGFacetCheck facet, xmlRelaxNGTypeFree freef) argument
|
H A D | xpath.c | 649 * @comp: an XPATH comp 651 * Free up the memory allocated by @comp 654 xmlXPathFreeCompExpr(xmlXPathCompExprPtr comp) argument 659 if (comp == NULL) 661 if (comp->dict == NULL) { 662 for (i = 0; i < comp->nbStep; i++) { 663 op = &comp->steps[i]; 674 for (i = 0; i < comp->nbStep; i++) { 675 op = &comp 720 xmlXPathCompExprAdd(xmlXPathCompExprPtr comp, int ch1, int ch2, xmlXPathOp op, int value, int value2, int value3, void *value4, void *value5) argument 1106 xmlXPathDebugDumpStepOp(FILE *output, xmlXPathCompExprPtr comp, xmlXPathStepOpPtr op, int depth) argument 1291 xmlXPathDebugDumpCompExpr(FILE *output, xmlXPathCompExprPtr comp, int depth) argument 6161 xmlXPathCompParserContext(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctxt) argument 11534 xmlXPathCompExprPtr comp = ctxt->comp; local 11688 xmlXPathCompExprPtr comp = ctxt->comp; local 12597 xmlXPathCompExprPtr comp; local 12721 xmlXPathCompExprPtr comp; local 12841 xmlXPathCompExprPtr comp; local 13141 xmlXPathCompExprPtr comp; local 14108 xmlXPathRunStreamEval(xmlXPathContextPtr ctxt, xmlPatternPtr comp, xmlXPathObjectPtr *resultSeq, int toBool) argument 14339 xmlXPathCompExprPtr comp; local 14518 xmlXPathCompExprPtr comp; local 14595 xmlXPathRewriteDOSExpression(xmlXPathCompExprPtr comp, xmlXPathStepOpPtr op) argument 14649 xmlXPathCompExprPtr comp; local 14730 xmlXPathCompiledEvalInternal(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctxt, xmlXPathObjectPtr *resObj, int toBool) argument 14820 xmlXPathCompiledEval(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctx) argument 14840 xmlXPathCompiledEvalToBoolean(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctxt) argument 14856 xmlXPathCompExprPtr comp; local [all...] |
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/ |
H A D | vj.c | 40 #define INCR(counter) ++comp->stats.counter 53 void vj_compress_init(struct vjcompress *comp) argument 56 register struct cstate *tstate = comp->tstate; 59 memset((char *)comp, 0, sizeof(*comp)); 61 comp->maxSlotIndex = MAX_SLOTS - 1; 62 comp->compressSlot = 0; /* Disable slot ID compression by default. */ 69 comp->last_cs = &tstate[0]; 70 comp->last_recv = 255; 71 comp 139 vj_compress_tcp( struct vjcompress *comp, struct pbuf *pb ) argument 405 vj_uncompress_err(struct vjcompress *comp) argument [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
H A D | vj.c | 45 #define INCR(counter) ++comp->stats.counter 51 vj_compress_init(struct vjcompress *comp) argument 54 register struct cstate *tstate = comp->tstate; 57 memset((char *)comp, 0, sizeof(*comp)); 59 comp->maxSlotIndex = MAX_SLOTS - 1; 60 comp->compressSlot = 0; /* Disable slot ID compression by default. */ 67 comp->last_cs = &tstate[0]; 68 comp->last_recv = 255; 69 comp 138 vj_compress_tcp(struct vjcompress *comp, struct pbuf *pb) argument 416 vj_uncompress_err(struct vjcompress *comp) argument 427 vj_uncompress_uncomp(struct pbuf *nb, struct vjcompress *comp) argument 464 vj_uncompress_tcp(struct pbuf **nb, struct vjcompress *comp) argument [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/axtls/ |
H A D | bigint_impl.h | 47 #define COMP_MAX 0xFFFFU/**< (Max dbl comp -1) */ 51 typedef uint8_t comp; /**< A single precision component. */ typedef 56 #define COMP_MAX 0xFFFFFFFFU/**< (Max dbl comp -1) */ 60 typedef uint16_t comp; /**< A single precision component. */ typedef 69 #define COMP_MAX 0xFFFFFFFFFFFFFFFFULL/**< (Max dbl comp -1) */ 74 typedef uint32_t comp; /**< A single precision component. */ typedef 89 comp* comps; /**< A ptr to the actual component data */ 108 comp N0_dash[BIGINT_NUM_MODS];
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | dbmalloc.c | 180 int comp; local 188 comp = strcmp((*w)->value, n->value); 189 if( comp < 0 ) w = &(*w)->next;
|
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QILabel.cpp | 278 QString comp = compressText (mText); local 280 QLabel::setText (comp); 282 if (removeHtmlTags (comp) != removeHtmlTags (mText))
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | surface_gdi.c | 367 unsigned int comp; local 376 comp = color & format_desc->red_mask; 377 output[3 * x + 0] = red_shift > 0 ? comp >> red_shift : comp << -red_shift; 378 comp = color & format_desc->green_mask; 379 output[3 * x + 1] = green_shift > 0 ? comp >> green_shift : comp << -green_shift; 380 comp = color & format_desc->alpha_mask; 381 output[3 * x + 2] = alpha_shift > 0 ? comp >> alpha_shift : comp << [all...] |
H A D | arb_program_shader.c | 2835 const char *comp = get_compare(ins->flags); local 2846 shader_addline(buffer, "BRA loop_%u_end (%s.x);\n", control_frame->no.loop, comp); 2851 shader_addline(buffer, "BRK (%s.x);\n", comp); 2861 const char *comp; local 2872 comp = get_compare(invert_compare(ins->flags)); 2874 shader_addline(buffer, "BRA ifc_%u_else (%s.x);\n", control_frame->no.ifc, comp); 2878 comp = get_compare(ins->flags); 2880 shader_addline(buffer, "IF %s.x;\n", comp);
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/ |
H A D | string.c | 134 PRBool comp; member in struct:__anon17149 167 if( array[i].comp ) 202 PRBool comp; member in struct:__anon17150 277 if( array[i].comp ) 329 PRBool comp; member in struct:__anon17151 403 if( array[i].comp )
|
/vbox/src/libs/libxml2-2.6.31/include/libxml/ |
H A D | xpath.h | 378 xmlXPathCompExprPtr comp; /* the precompiled expression */ member in struct:_xmlXPathParserContext 525 xmlXPathCompiledEval (xmlXPathCompExprPtr comp, 528 xmlXPathCompiledEvalToBoolean(xmlXPathCompExprPtr comp, 531 xmlXPathFreeCompExpr (xmlXPathCompExprPtr comp);
|
/vbox/src/libs/libpng-1.2.8/ |
H A D | pngwutil.c | 160 compression_state *comp) 164 comp->num_output_ptr = comp->max_output_ptr = 0; 165 comp->output_ptr = NULL; 166 comp->input = NULL; 171 comp->input = text; 172 comp->input_len = text_len; 225 if (comp->num_output_ptr >= comp->max_output_ptr) 229 old_max = comp 158 png_text_compress(png_structp png_ptr, png_charp text, png_size_t text_len, int compression, compression_state *comp) argument 332 png_write_compressed_data_out(png_structp png_ptr, compression_state *comp) argument 730 compression_state comp; local 1343 compression_state comp; local 1396 compression_state comp; local [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | arb_program_shader.c | 3027 const char *comp = get_compare(ins->flags); local 3038 shader_addline(buffer, "BRA loop_%u_end (%s.x);\n", control_frame->no.loop, comp); 3043 shader_addline(buffer, "BRK (%s.x);\n", comp); 3053 const char *comp; local 3064 comp = get_compare(invert_compare(ins->flags)); 3066 shader_addline(buffer, "BRA ifc_%u_else (%s.x);\n", control_frame->no.ifc, comp); 3070 comp = get_compare(ins->flags); 3072 shader_addline(buffer, "IF %s.x;\n", comp);
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | activation.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/mailcap ... |
/vbox/src/libs/libxml2-2.6.31/python/ |
H A D | libxml2-py.c | 4228 xmlRegexpPtr comp; local 4234 comp = (xmlRegexpPtr) PyxmlReg_Get(pyobj_comp); 4236 c_retval = xmlRegexpExec(comp, content); 12366 xmlRegexpPtr comp; local 12371 comp = (xmlRegexpPtr) PyxmlReg_Get(pyobj_comp); 12373 c_retval = xmlRegexpIsDeterminist(comp);
|