Searched refs:occurs (Results 1 - 25 of 52) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dx_ovfl.S6 | Overflow occurs when a floating-point intermediate result is
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dscreendc.tex35 ensure that drawing to the screen occurs on top of existing windows. Without this,
H A Doutptstr.tex40 Closes the stream, returning {\tt false} if an error occurs. The
H A Ddropsrc.tex133 \docparam{cursor}{The ion to show when this drag result occurs. }
H A Dsocket.tex75 error occurs; after this, whenever the socket becomes writable
491 Sets an event handler to be called when a socket event occurs. The
524 \twocolitem{{\bf wxSOCKET\_WAITALL}}{Wait for all required data to be read/written unless an error occurs.}
547 the data has been read or written (or until an error occurs), blocking if
723 buffer to be entirely filled, unless an error occurs.
959 buffer to be sent, unless an error occurs.
1066 Returns true if the connection is established and no error occurs.
H A Dhash.tex40 also (when a `collision' occurs).
H A Dlayalgor.tex50 specification of whether stretching occurs in the specified orientation, for example,
H A Darc.tex356 occurs.
396 the meta-data occurs within the archive, the input stream will always
H A Dcmdevent.tex124 deselection (false). A listbox deselection only occurs for
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/tcl/
H A Dm4.tcl53 [operation occurs in a transactional
105 When an error occurs in the m4_db library, a m4_db error or an error
113 an error occurs, m4_db will output an additional error message to the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A DschemasInternals.h260 int occurs; /* Deprecated; not used */ member in struct:_xmlSchemaAttribute
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A DschemasInternals.h260 int occurs; /* Deprecated; not used */ member in struct:_xmlSchemaAttribute
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DschemasInternals.in.h260 int occurs; /* Deprecated; not used */ member in struct:_xmlSchemaAttribute
H A Dvalid.c338 * size of the occurs bitfield
349 long occurs;/* bitfield for multiple occurrences */ member in struct:_xmlValidState
355 #define MAX_DEPTH ((sizeof(_xmlValidState.occurs)) * 8)
359 #define OCCURS ctxt->vstate->occurs
362 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH))
363 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1))
365 #define SET_OCCURRENCE ctxt->vstate->occurs |= (1 << DEPTH)
366 #define RESET_OCCURRENCE ctxt->vstate->occurs &= ((1 << DEPTH) - 1)
370 xmlNodePtr node, unsigned char depth, long occurs,
405 (ctxt->vstateTab[i].occurs
369 vstateVPush(xmlValidCtxtPtr ctxt, xmlElementContentPtr cont, xmlNodePtr node, unsigned char depth, long occurs, unsigned char state) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DschemasInternals.h260 int occurs; /* Deprecated; not used */ member in struct:_xmlSchemaAttribute
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DschemasInternals.in.h260 int occurs; /* Deprecated; not used */ member in struct:_xmlSchemaAttribute
H A Dvalid.c338 * size of the occurs bitfield
349 long occurs;/* bitfield for multiple occurrences */ member in struct:_xmlValidState
355 #define MAX_DEPTH ((sizeof(_xmlValidState.occurs)) * 8)
359 #define OCCURS ctxt->vstate->occurs
362 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH))
363 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1))
365 #define SET_OCCURRENCE ctxt->vstate->occurs |= (1 << DEPTH)
366 #define RESET_OCCURRENCE ctxt->vstate->occurs &= ((1 << DEPTH) - 1)
370 xmlNodePtr node, unsigned char depth, long occurs,
405 (ctxt->vstateTab[i].occurs
369 vstateVPush(xmlValidCtxtPtr ctxt, xmlElementContentPtr cont, xmlNodePtr node, unsigned char depth, long occurs, unsigned char state) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dvalid.c343 * size of the occurs bitfield
354 long occurs;/* bitfield for multiple occurrences */ member in struct:_xmlValidState
360 #define MAX_DEPTH ((sizeof(_xmlValidState.occurs)) * 8)
364 #define OCCURS ctxt->vstate->occurs
367 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH))
368 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1))
370 #define SET_OCCURRENCE ctxt->vstate->occurs |= (1 << DEPTH)
371 #define RESET_OCCURRENCE ctxt->vstate->occurs &= ((1 << DEPTH) - 1)
375 xmlNodePtr node, unsigned char depth, long occurs,
410 (ctxt->vstateTab[i].occurs
374 vstateVPush(xmlValidCtxtPtr ctxt, xmlElementContentPtr cont, xmlNodePtr node, unsigned char depth, long occurs, unsigned char state) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dvalid.c343 * size of the occurs bitfield
354 long occurs;/* bitfield for multiple occurrences */ member in struct:_xmlValidState
360 #define MAX_DEPTH ((sizeof(_xmlValidState.occurs)) * 8)
364 #define OCCURS ctxt->vstate->occurs
367 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH))
368 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1))
370 #define SET_OCCURRENCE ctxt->vstate->occurs |= (1 << DEPTH)
371 #define RESET_OCCURRENCE ctxt->vstate->occurs &= ((1 << DEPTH) - 1)
375 xmlNodePtr node, unsigned char depth, long occurs,
410 (ctxt->vstateTab[i].occurs
374 vstateVPush(xmlValidCtxtPtr ctxt, xmlElementContentPtr cont, xmlNodePtr node, unsigned char depth, long occurs, unsigned char state) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2_yacc.y181 %type <rec> expr cexp oexp obex aexp abex rexp lexp pexp init spec tspec ptrs array arrayck texp qexp occurs
322 dclr : ptrs ID arrayck occurs init
589 farg : tspec ptrs arg arrayck occurs init
1341 occurs : patt label
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dsclp.S19 # or a timeout occurs.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dsleep.S124 @ otherwise prefetch abort occurs after MMU is turned on
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/src/
H A Dsoapcpp2_yacc.y181 %type <rec> expr cexp oexp obex aexp abex rexp lexp pexp init spec tspec ptrs array arrayck texp qexp occurs
322 dclr : ptrs ID arrayck occurs init
589 farg : tspec ptrs arg arrayck occurs init
1341 occurs : patt label
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2_yacc.y181 %type <rec> expr cexp oexp obex aexp abex rexp lexp pexp init spec tspec ptrs array arrayck texp qexp occurs
322 dclr : ptrs ID arrayck occurs init
589 farg : tspec ptrs arg arrayck occurs init
1341 occurs : patt label
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/src/
H A Dsoapcpp2_yacc.y181 %type <rec> expr cexp oexp obex aexp abex rexp lexp pexp init spec tspec ptrs array arrayck texp qexp occurs
322 dclr : ptrs ID arrayck occurs init
589 farg : tspec ptrs arg arrayck occurs init
1341 occurs : patt label

Completed in 900 milliseconds

123