/vbox/src/VBox/Devices/Audio/ |
H A D | noaudio.c | 44 NoVoiceOut *no = (NoVoiceOut *) hw; local 50 live = audio_pcm_hw_get_live_out (&no->hw); 56 ticks = now - no->old_ticks; 61 /* Usually there is no integer overflow while calculating the 'samples' value. 69 no->old_ticks = now; 113 NoVoiceIn *no = (NoVoiceIn *) hw; local 120 int64_t ticks = now - no->old_ticks; 124 no->old_ticks = now;
|
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/ |
H A D | ipcp.c | 549 ipcp_options no; /* options we've seen Naks for */ local 552 BZERO(&no, sizeof(no)); 572 no.old_addrs = 1; \ 575 no.neg = 1; \ 587 no.neg = 1; \ 600 no.neg = 1; \ 675 if (go->neg_vj || no.neg_vj || 678 no.neg_vj = 1; 681 if ((go->neg_addr && go->old_addrs) || no [all...] |
H A D | lcp.c | 224 wo->neg_lqr = 0; /* no LQR implementation yet */ 237 ao->neg_lqr = 0; /* no LQR implementation yet */ 724 lcp_options no; /* options we've seen Naks for */ local 729 BZERO(&no, sizeof(no)); 744 no.neg = 1; \ 756 no.neg = 1; \ 767 no.neg = 1; \ 778 no.neg = 1; \ 789 no [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
H A D | ipcp.c | 552 ipcp_options no; /* options we've seen Naks for */ local 555 BZERO(&no, sizeof(no)); 575 no.old_addrs = 1; \ 579 no.neg = 1; \ 591 no.neg = 1; \ 604 no.neg = 1; \ 682 if (go->neg_vj || no.neg_vj || 686 no.neg_vj = 1; 689 if ((go->neg_addr && go->old_addrs) || no [all...] |
H A D | lcp.c | 265 wo->neg_lqr = 0; /* no LQR implementation yet */ 278 ao->neg_lqr = 0; /* no LQR implementation yet */ 766 lcp_options no; /* options we've seen Naks for */ local 771 BZERO(&no, sizeof(no)); 786 no.neg = 1; \ 798 no.neg = 1; \ 809 no.neg = 1; \ 820 no.neg = 1; \ 831 no [all...] |
/vbox/src/libs/libxml2-2.6.31/ |
H A D | xinclude.c | 854 * @no: the child number 859 xmlXIncludeGetNthChild(xmlNodePtr cur, int no) { argument 864 for (i = 0;i <= no;cur = cur->next) { 871 if (i == no) 1707 /* If no current base, set it */ 2109 "could not load %s, and no fallback was found\n", 2311 * Returns 0 if no substitution were done, -1 if some processing failed 2425 * Returns 0 if no substitution were done, -1 if some processing failed 2460 * Returns 0 if no substitution were done, -1 if some processing failed 2474 * Returns 0 if no substitutio [all...] |
H A D | xpointer.c | 175 * @no: the child number 177 * Returns the @no'th element child of @cur or NULL 180 xmlXPtrGetNthChild(xmlNodePtr cur, int no) { argument 185 for (i = 0;i <= no;cur = cur->next) { 192 if (i == no) 975 * TODO: there is no new scheme registration mechanism 2385 * if there is no move needed return the current value. 2734 * is matched literally, with no normalization except that provided by
|
H A D | xmlreader.c | 1153 * Returns 1 if the node was expanded successfully, 0 if there is no more 1231 * Returns 1 if the node was read successfully, 0 if there is no more 1613 * Returns 1 if the node was read successfully, 0 if there is no more 1648 * is neither an element nor attribute, or has no child nodes. The 1694 * is neither an element nor attribute, or has no child nodes. The 1896 * Returns 1 if the node was read successfully, 0 if there is no more 1970 * Returns 1 if the node was read successfully, 0 if there is no more 2264 * @no: the zero-based index of the attribute relative to the containing element 2273 xmlTextReaderGetAttributeNo(xmlTextReaderPtr reader, int no) { argument 2290 for (i = 0;(i < no) 2518 xmlTextReaderMoveToAttributeNo(xmlTextReaderPtr reader, int no) argument [all...] |
H A D | xmlregexp.c | 181 int no; member in struct:_xmlRegAtom 223 int no; member in struct:_xmlAutomataState 565 atomno = stringRemap[trans->atom->no]; 589 i, j, trans->atom->no, trans->to, atomno, targetno); 605 i, j, trans->atom->no, trans->to, atomno, targetno); 1097 fprintf(output, "start %d end %d\n", atom->start->no, atom->stop->no); 1134 fprintf(output, "atom %d, to %d\n", trans->atom->no, trans->to); 1151 fprintf(output, "%d, %d transitions:\n", state->no, state->nbTrans); 1184 fprintf(output, " start: %d", ctxt->start->no); [all...] |
H A D | xpath.c | 383 * @no: the error number 389 int line ATTRIBUTE_UNUSED, int no) { 390 xmlXPathErr(ctxt, no); 1874 * Other values for @options have currently no effect. 3020 return(-1); /* assume there is no sibling list corruption */ 3311 return(-1); /* assume there is no sibling list corruption */ 5327 this previous handling is no longer correct, and can cause some serious 6644 * (since there is no node equal, and no node not equal) 6919 /* no brea 388 xmlXPatherror(xmlXPathParserContextPtr ctxt, const char *file ATTRIBUTE_UNUSED, int line ATTRIBUTE_UNUSED, int no) argument [all...] |
H A D | testapi.c | 220 static void *gen_void_ptr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { 223 static void des_void_ptr(int no ATTRIBUTE_UNUSED, void *val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { 229 static const void *gen_const_void_ptr(int no, int nr ATTRIBUTE_UNUSED) { 230 if (no == 0) return((const void *) "immutable string"); 233 static void des_const_void_ptr(int no ATTRIBUTE_UNUSED, const void *val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { 239 static void *gen_userdata(int no, int nr ATTRIBUTE_UNUSED) { argument 240 if (no == 0) return((void *) &call_tests); 241 if (no == 1) return((void *) -1); 244 static void des_userdata(int no ATTRIBUTE_UNUSED, void *val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { 250 static int gen_int(int no, in argument 263 gen_parseroptions(int no, int nr ATTRIBUTE_UNUSED) argument 291 gen_xmlChar(int no, int nr ATTRIBUTE_UNUSED) argument 303 gen_unsigned_int(int no, int nr ATTRIBUTE_UNUSED) argument 315 gen_unsigned_long(int no, int nr ATTRIBUTE_UNUSED) argument 327 gen_double(int no, int nr ATTRIBUTE_UNUSED) argument 341 gen_unsigned_long_ptr(int no, int nr) argument 351 gen_int_ptr(int no, int nr) argument 361 gen_const_char_ptr(int no, int nr ATTRIBUTE_UNUSED) argument 372 gen_xmlChar_ptr(int no, int nr ATTRIBUTE_UNUSED) argument 381 gen_FILE_ptr(int no, int nr ATTRIBUTE_UNUSED) argument 399 gen_const_xmlChar_ptr(int no, int nr ATTRIBUTE_UNUSED) argument 411 gen_filepath(int no, int nr ATTRIBUTE_UNUSED) argument 426 gen_eaten_name(int no, int nr ATTRIBUTE_UNUSED) argument 435 gen_fileoutput(int no, int nr ATTRIBUTE_UNUSED) argument 447 gen_xmlParserCtxtPtr(int no, int nr ATTRIBUTE_UNUSED) argument 458 gen_xmlSAXHandlerPtr(int no, int nr ATTRIBUTE_UNUSED) argument 468 gen_xmlValidCtxtPtr(int no, int nr ATTRIBUTE_UNUSED) argument 483 gen_xmlParserInputBufferPtr(int no, int nr ATTRIBUTE_UNUSED) argument 498 gen_xmlDocPtr(int no, int nr ATTRIBUTE_UNUSED) argument 509 gen_xmlAttrPtr(int no, int nr ATTRIBUTE_UNUSED) argument 513 des_xmlAttrPtr(int no, xmlAttrPtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) argument 518 gen_xmlDictPtr(int no, int nr ATTRIBUTE_UNUSED) argument 528 gen_xmlNodePtr(int no, int nr ATTRIBUTE_UNUSED) argument 534 des_xmlNodePtr(int no, xmlNodePtr val, int nr ATTRIBUTE_UNUSED) argument 544 gen_xmlDtdPtr(int no, int nr ATTRIBUTE_UNUSED) argument 550 des_xmlDtdPtr(int no, xmlDtdPtr val, int nr ATTRIBUTE_UNUSED) argument 559 gen_xmlNsPtr(int no, int nr ATTRIBUTE_UNUSED) argument 563 des_xmlNsPtr(int no, xmlNsPtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) argument 568 gen_xmlNodePtr_in(int no, int nr ATTRIBUTE_UNUSED) argument 578 gen_xmlTextWriterPtr(int no, int nr ATTRIBUTE_UNUSED) argument 589 gen_xmlTextReaderPtr(int no, int nr ATTRIBUTE_UNUSED) argument 601 gen_xmlBufferPtr(int no, int nr ATTRIBUTE_UNUSED) argument 613 gen_xmlListPtr(int no, int nr ATTRIBUTE_UNUSED) argument 624 gen_xmlHashTablePtr(int no, int nr ATTRIBUTE_UNUSED) argument 638 gen_xmlXPathObjectPtr(int no, int nr ATTRIBUTE_UNUSED) argument 654 gen_xmlOutputBufferPtr(int no, int nr ATTRIBUTE_UNUSED) argument 667 gen_xmlNanoFTPCtxtPtr(int no, int nr ATTRIBUTE_UNUSED) argument 682 gen_xmlNanoHTTPCtxtPtr(int no, int nr ATTRIBUTE_UNUSED) argument 696 gen_xmlCharEncoding(int no, int nr ATTRIBUTE_UNUSED) argument 728 gen_xmlHashDeallocator(int no, int nr ATTRIBUTE_UNUSED) argument 990 gen_xmlAttributeDefault(int no, int nr ATTRIBUTE_UNUSED) argument 1002 gen_xmlAttributeType(int no, int nr ATTRIBUTE_UNUSED) argument 1014 gen_xmlBufferAllocationScheme(int no, int nr ATTRIBUTE_UNUSED) argument 1029 gen_xmlCatalogAllow(int no, int nr ATTRIBUTE_UNUSED) argument 1047 gen_xmlCatalogPrefer(int no, int nr ATTRIBUTE_UNUSED) argument 1063 gen_xmlElementContentType(int no, int nr ATTRIBUTE_UNUSED) argument 1075 gen_xmlElementTypeVal(int no, int nr ATTRIBUTE_UNUSED) argument 1087 gen_xmlFeature(int no, int nr ATTRIBUTE_UNUSED) argument 1103 gen_xmlSchemaValType(int no, int nr ATTRIBUTE_UNUSED) argument 1121 gen_xmlSchemaWhitespaceValueType(int no, int nr ATTRIBUTE_UNUSED) argument 30622 int no; /* the zero-based index of the attribute relative to the containing element */ local 31308 int no; /* the zero-based index of the attribute relative to the containing element. */ local 50433 int no; /* the error number */ local [all...] |
/vbox/src/VBox/Additions/solaris/SharedFolders/ |
H A D | vboxfs_vnode.c | 321 panic("sfnode_destroy parent (%s) has no child", parent->sf_path); 358 * quit when no longer seeing children of node 477 * quit when no longer seeing children of node 528 panic("sfnode_rename(%s) no parent", node->sf_path); 530 panic("sfnode_rename(%s) parent has no child", node->sf_path); 641 * If no errors, make a new node and return it. 1449 * There is no errno for this - since it's not a problem on UNIX, 1508 * Called when there's no page in the cache. This will create new page(s) and read 2017 * There is no errno for this - since it's not a problem on UNIX, 2268 sffs_seek(vnode_t *v, offset_t o, offset_t *no, caller_context_ argument [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | arb_program_shader.c | 179 } no; member in struct:control_frame 2482 /* Dx sdk says .x is used if no swizzle is given, but our test shows that 2514 /* Dx sdk says .x is used if no swizzle is given, but our test shows that 2878 shader_addline(buffer, "BRA loop_%u_end (LE.x);\n", control_frame->no.loop); 2879 shader_addline(buffer, "loop_%u_start:\n", control_frame->no.loop); 2905 shader_addline(buffer, "BRA loop_%u_end (LE.x);\n", control_frame->no.loop); 2906 shader_addline(buffer, "loop_%u_start:\n", control_frame->no.loop); 2926 shader_addline(buffer, "BRA loop_%u_start (GT.x);\n", control_frame->no.loop); 2927 shader_addline(buffer, "loop_%u_end:\n", control_frame->no.loop); 2949 shader_addline(buffer, "BRA loop_%u_start (GT.x);\n", control_frame->no [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | arb_program_shader.c | 153 } no; member in struct:control_frame 2374 /* Dx sdk says .x is used if no swizzle is given, but our test shows that 2686 shader_addline(buffer, "BRA loop_%u_end (LE.x);\n", control_frame->no.loop); 2687 shader_addline(buffer, "loop_%u_start:\n", control_frame->no.loop); 2713 shader_addline(buffer, "BRA loop_%u_end (LE.x);\n", control_frame->no.loop); 2714 shader_addline(buffer, "loop_%u_start:\n", control_frame->no.loop); 2734 shader_addline(buffer, "BRA loop_%u_start (GT.x);\n", control_frame->no.loop); 2735 shader_addline(buffer, "loop_%u_end:\n", control_frame->no.loop); 2757 shader_addline(buffer, "BRA loop_%u_start (GT.x);\n", control_frame->no.loop); 2758 shader_addline(buffer, "loop_%u_end:\n", control_frame->no [all...] |
/vbox/src/libs/libxml2-2.6.31/python/ |
H A D | libxml2-py.c | 11285 int no; local 11287 if (!PyArg_ParseTuple(args, (char *)"Oi:xmlTextReaderGetAttributeNo", &pyobj_reader, &no)) 11291 c_retval = xmlTextReaderGetAttributeNo(reader, no); 11571 int no; local 11573 if (!PyArg_ParseTuple(args, (char *)"Oi:xmlTextReaderMoveToAttributeNo", &pyobj_reader, &no)) 11577 c_retval = xmlTextReaderMoveToAttributeNo(reader, no); 12909 int no; local 12911 if (!PyArg_ParseTuple(args, (char *)"Ozii:xmlXPatherror", &pyobj_ctxt, &file, &line, &no)) 12915 xmlXPatherror(ctxt, file, line, no);
|