Searched refs:condition (Results 101 - 125 of 185) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dkernel_ex.S51 | set FPSR exception status dz bit, condition code
106 | set FPSR exception status operr bit, condition code
H A Dres_func.S604 | condition exists with a very large norm and a denorm. One
614 | The wrap-around condition occurs for add, sub, div, and cmp
626 | for this condition. The restore flag (RES_FLG) is left clear.
697 | One of the ops is denormalized. Test for wrap condition
758 | an overflow condition.
801 | One of the ops is denormalized. Test for wrap condition
976 | One of the ops is denormalized. Test for wrap condition
1157 | One of the ops is denormalized. Test for wrap condition
1195 | One of the ops is denormalized. Test for wrap condition
1218 | an underflow condition
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-tknzr.c206 *Tests the condition and if it is false, sets
209 *@param condition the condition to test.
211 #define ENSURE_PARSING_COND(condition) \
212 if (! (condition)) {status = CR_PARSING_ERROR; goto error ;}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-spawn.c762 unsigned int condition,
770 if (condition & DBUS_WATCH_READABLE)
772 if (condition & DBUS_WATCH_ERROR)
774 if (condition & DBUS_WATCH_HANGUP)
761 handle_watch(DBusWatch *watch, unsigned int condition, void *data) argument
H A Ddbus-transport.c856 * the transport, as appropriate for the given condition.
860 * @param condition the current state of the watched file descriptor.
866 unsigned int condition)
881 _dbus_watch_sanitize_condition (watch, &condition);
885 retval = (* transport->vtable->handle_watch) (transport, watch, condition);
864 _dbus_transport_handle_watch(DBusTransport *transport, DBusWatch *watch, unsigned int condition) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/logfs/
H A Dlogfs_abi.h15 #define BUILD_BUG_ON(condition) /**/
H A Dlogfs.h649 #define LOGFS_BUG_ON(condition, sb) \
650 do { if (unlikely(condition)) LOGFS_BUG((sb)); } while (0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/math-emu/
H A Dfp_cond.S83 swap %d1 | test condition in %d1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dnetrom.h69 unsigned char state, condition, bpqext, window; member in struct:nr_sock
H A Drose.h129 unsigned char state, condition, qbitincl, defer; member in struct:rose_sock
H A Dx25.h152 unsigned char state, condition; member in struct:x25_sock
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D04-codec.tex21 end-of-packet condition during decoding the first or third header
23 comment header is a non-fatal error condition.
127 \item read \varname{[vorbis_time_count]} 16 bit values; each value should be zero. If any value is nonzero, this is an error condition and the stream is undecodable.
225 \item if the value is greater than the highest numbered submap (\varname{[vorbis_mapping_submaps]} - 1), this in an error condition rendering the stream undecodable
367 An end-of-packet condition up to this point should be considered an
369 condition past this point is to be considered a possible nominal
405 An end-of-packet condition during floor decode shall result in packet
H A D07-floor1.tex158 An end-of-packet condition while reading any aspect of a floor 1
163 condition that renders the stream undecodable. All vector
226 An end-of-packet condition during curve decode should be considered a
H A D03-codebook.tex196 considered an error condition rendering the stream undecodable.
268 overspecified trees are an error condition rendering the stream
386 an action, that is an error condition rendering the packet
399 condition to the decoder.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dam_edit364 my $condition = $1;
372 $workfiles =~ s/\034/\034$condition\@KDE_USE_FINAL_TRUE\@\t/g;
373 $lines = "$condition\@KDE_USE_FINAL_TRUE\@DEP_FILES = $workfiles\n";
375 $workfiles =~ s/\034/\034$condition\@KDE_USE_FINAL_FALSE\@\t/g;
376 $lines .= "$condition\@KDE_USE_FINAL_FALSE\@DEP_FILES = $workfiles\n";
379 $workfiles =~ s/\034/\034$condition\t/g;
380 $lines = $condition . "DEP_FILES = $workfiles\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsnglinst.tex112 condition, because doing so would open them to the possibility of a Denial of
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmlcell.h242 // the condition
243 // is true. It first checks if the condition is true for this
246 // Condition is unique condition identifier (see htmldefs.h)
247 // (user-defined condition IDs should start from 10000)
251 virtual const wxHtmlCell* Find(int condition, const void* param) const;
449 virtual const wxHtmlCell* Find(int condition, const void* param) const;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ssb/
H A Dsdio.c450 #define GOTO_ERROR_ON(condition, description) do { \
451 if (unlikely(condition)) { \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkernel.h107 #define KERN_NOTICE "<5>" /* normal but significant condition */
753 /* Force a compilation error if condition is true */
754 #define BUILD_BUG_ON(condition) ((void)BUILD_BUG_ON_ZERO(condition))
756 /* Force a compilation error if condition is constant and true */
763 /* Force a compilation error if condition is true, but also produce a
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dwof.S88 /* The trap entry point has set the condition codes
121 wr %t_psr, 0x0, %psr ! restore condition codes in %psr
279 /* Restore globals, condition codes in the %psr and
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dmmio-mod.c204 static void post(struct kmmio_probe *p, unsigned long condition, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dif_sdio.c294 static int if_sdio_wait_status(struct if_sdio_card *card, const u8 condition) argument
305 if ((status & condition) == condition)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/iucv/
H A Daf_iucv.c57 #define __iucv_sock_wait(sk, condition, timeo, ret) \
63 while (!(condition)) { \
82 #define iucv_sock_wait(sk, condition, timeo) \
85 if (!(condition)) \
86 __iucv_sock_wait(sk, condition, timeo, __ret); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlcell.cpp253 const wxHtmlCell* wxHtmlCell::Find(int WXUNUSED(condition), const void* WXUNUSED(param)) const
1200 const wxHtmlCell* wxHtmlContainerCell::Find(int condition, const void* param) const
1206 const wxHtmlCell *r = cell->Find(condition, param);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DMore.pm605 the case is you've got some complicated condition that is difficult to
834 skip $why, $how_many if $condition;
840 there are, $why and under what $condition to skip them. An example is
895 local $TODO = $why if $condition;
936 todo_skip $why, $how_many if $condition;

Completed in 341 milliseconds

12345678