Searched refs:check (Results 326 - 350 of 2282) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dsetup-res.c32 u32 new, check, mask; local
70 pci_read_config_dword(dev, reg, &check);
72 if ((new ^ check) & mask) {
74 resno, new, check);
81 pci_read_config_dword(dev, reg + 4, &check);
82 if (check != new) {
84 "(high %#08x != %#08x)\n", resno, new, check);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dget_op.S183 beq pack_source |check for a packed src op, branch if so
187 beqs src_op_ck |if monadic, go check src op
188 | ;else, check dst op (fall through)
191 beqs src_op_ck |if dst op is norm, check src op
207 bne pack_source |check for packed src op, branch if so
211 orb DTAG(%a6),%d0 |check if either of STAG/DTAG msb set
216 btstb #7,DTAG(%a6) |check for unsupported data types in
217 beqs src_op_ck |the destination, if not, check src op
220 beqs src_op_ck |if monadic, check src op
226 andiw #0x7fff,%d0 |mask sign, check i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Drelay6_database.c152 int check = 0; local
217 check = 0;
292 int check = 0; local
432 check = 1;
438 if (check == 1)
442 if (check == 0) {
533 check = 1;
539 if (check == 1)
543 if (check == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Drelay6_database.c152 int check = 0; local
217 check = 0;
292 int check = 0; local
432 check = 1;
438 if (check == 1)
442 if (check == 0) {
533 check = 1;
539 if (check == 1)
543 if (check == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dchecklst.cpp117 void wxCheckListBox::Check(unsigned int item, bool check) argument
123 if ( check != isChecked )
125 GetPeer()->MacCheck( item , check );
244 void Check( bool check )
246 m_isChecked = check;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/keyrange/
H A DKeyRange.java45 if (!check(key)) {
68 } else if (!check(beginKey, beginInclusive)) {
74 } else if (!check(endKey, endInclusive)) {
122 public boolean check(DatabaseEntry key) { method in class:KeyRange
134 public boolean check(DatabaseEntry key, boolean inclusive) { method in class:KeyRange
153 * <p>Note that when inclusive=false and beginInclusive=true our check is
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unistr/
H A Dtest-u8-prev.c26 check (const uint8_t *input, size_t input_length, ucs4_t *puc) function
223 ASSERT (check (buf, 1, &uc) == 0);
232 ASSERT (check (input, SIZEOF (input), &uc) == 0);
240 ASSERT (check (input, SIZEOF (input), &uc) == 0);
248 ASSERT (check (input, SIZEOF (input), &uc) == 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngtest.c25 * In these cases, it is best to check with another tool such as "pngcheck"
43 # define READFILE(file, data, length, check) \
44 if (ReadFile(file, data, length, &check, NULL)) check = 0
45 # define WRITEFILE(file, data, length, check)) \
46 if (WriteFile(file, data, length, &check, NULL)) check = 0
51 # define READFILE(file, data, length, check) \
52 check=(png_size_t)fread(data, (png_size_t)1, length, file)
53 # define WRITEFILE(file, data, length, check) \
315 png_size_t check = 0; local
344 int check; local
398 png_uint_32 check; local
418 png_uint_32 check; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngtest.c22 * In these cases, it is best to check with another tool such as "pngcheck"
39 # define READFILE(file, data, length, check) \
40 if (ReadFile(file, data, length, &check,NULL)) check = 0
41 # define WRITEFILE(file, data, length, check)) \
42 if (WriteFile(file, data, length, &check, NULL)) check = 0
48 # define READFILE(file, data, length, check) \
49 check=(png_size_t)fread(data,(png_size_t)1,length,file)
50 # define WRITEFILE(file, data, length, check) \
301 png_size_t check; local
325 int check; local
384 png_uint_32 check; local
404 png_uint_32 check; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/
H A DMakefile.in61 am__aclocal_m4_deps = $(top_srcdir)/macros/afs-check.m4 \
64 $(top_srcdir)/macros/cups.m4 $(top_srcdir)/macros/db3-check.m4 \
65 $(top_srcdir)/macros/grep-check.m4 \
66 $(top_srcdir)/macros/gssapi-check.m4 \
68 $(top_srcdir)/macros/largefile-check.m4 \
75 $(top_srcdir)/macros/pam-check.m4 \
76 $(top_srcdir)/macros/perl-check.m4 \
77 $(top_srcdir)/macros/ps-check.m4 \
78 $(top_srcdir)/macros/quota-check.m4 \
79 $(top_srcdir)/macros/snprintf-check
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/contrib/
H A DMakefile.in62 am__aclocal_m4_deps = $(top_srcdir)/macros/afs-check.m4 \
65 $(top_srcdir)/macros/cups.m4 $(top_srcdir)/macros/db3-check.m4 \
66 $(top_srcdir)/macros/grep-check.m4 \
67 $(top_srcdir)/macros/gssapi-check.m4 \
69 $(top_srcdir)/macros/largefile-check.m4 \
76 $(top_srcdir)/macros/pam-check.m4 \
77 $(top_srcdir)/macros/perl-check.m4 \
78 $(top_srcdir)/macros/ps-check.m4 \
79 $(top_srcdir)/macros/quota-check.m4 \
80 $(top_srcdir)/macros/snprintf-check
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/distrib/
H A DMakefile.in59 am__aclocal_m4_deps = $(top_srcdir)/macros/afs-check.m4 \
62 $(top_srcdir)/macros/cups.m4 $(top_srcdir)/macros/db3-check.m4 \
63 $(top_srcdir)/macros/grep-check.m4 \
64 $(top_srcdir)/macros/gssapi-check.m4 \
66 $(top_srcdir)/macros/largefile-check.m4 \
73 $(top_srcdir)/macros/pam-check.m4 \
74 $(top_srcdir)/macros/perl-check.m4 \
75 $(top_srcdir)/macros/ps-check.m4 \
76 $(top_srcdir)/macros/quota-check.m4 \
77 $(top_srcdir)/macros/snprintf-check
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/
H A DMakefile.in60 am__aclocal_m4_deps = $(top_srcdir)/macros/afs-check.m4 \
63 $(top_srcdir)/macros/cups.m4 $(top_srcdir)/macros/db3-check.m4 \
64 $(top_srcdir)/macros/grep-check.m4 \
65 $(top_srcdir)/macros/gssapi-check.m4 \
67 $(top_srcdir)/macros/largefile-check.m4 \
74 $(top_srcdir)/macros/pam-check.m4 \
75 $(top_srcdir)/macros/perl-check.m4 \
76 $(top_srcdir)/macros/ps-check.m4 \
77 $(top_srcdir)/macros/quota-check.m4 \
78 $(top_srcdir)/macros/snprintf-check
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/
H A DMakefile.in59 am__aclocal_m4_deps = $(top_srcdir)/macros/afs-check.m4 \
62 $(top_srcdir)/macros/cups.m4 $(top_srcdir)/macros/db3-check.m4 \
63 $(top_srcdir)/macros/grep-check.m4 \
64 $(top_srcdir)/macros/gssapi-check.m4 \
66 $(top_srcdir)/macros/largefile-check.m4 \
73 $(top_srcdir)/macros/pam-check.m4 \
74 $(top_srcdir)/macros/perl-check.m4 \
75 $(top_srcdir)/macros/ps-check.m4 \
76 $(top_srcdir)/macros/quota-check.m4 \
77 $(top_srcdir)/macros/snprintf-check
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/
H A DMakefile.in63 am__aclocal_m4_deps = $(top_srcdir)/macros/afs-check.m4 \
66 $(top_srcdir)/macros/cups.m4 $(top_srcdir)/macros/db3-check.m4 \
67 $(top_srcdir)/macros/grep-check.m4 \
68 $(top_srcdir)/macros/gssapi-check.m4 \
70 $(top_srcdir)/macros/largefile-check.m4 \
77 $(top_srcdir)/macros/pam-check.m4 \
78 $(top_srcdir)/macros/perl-check.m4 \
79 $(top_srcdir)/macros/ps-check.m4 \
80 $(top_srcdir)/macros/quota-check.m4 \
81 $(top_srcdir)/macros/snprintf-check
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/man/
H A DMakefile.in59 am__aclocal_m4_deps = $(top_srcdir)/macros/afs-check.m4 \
62 $(top_srcdir)/macros/cups.m4 $(top_srcdir)/macros/db3-check.m4 \
63 $(top_srcdir)/macros/grep-check.m4 \
64 $(top_srcdir)/macros/gssapi-check.m4 \
66 $(top_srcdir)/macros/largefile-check.m4 \
73 $(top_srcdir)/macros/pam-check.m4 \
74 $(top_srcdir)/macros/perl-check.m4 \
75 $(top_srcdir)/macros/ps-check.m4 \
76 $(top_srcdir)/macros/quota-check.m4 \
77 $(top_srcdir)/macros/snprintf-check
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/
H A DMakefile.in59 am__aclocal_m4_deps = $(top_srcdir)/macros/afs-check.m4 \
62 $(top_srcdir)/macros/cups.m4 $(top_srcdir)/macros/db3-check.m4 \
63 $(top_srcdir)/macros/grep-check.m4 \
64 $(top_srcdir)/macros/gssapi-check.m4 \
66 $(top_srcdir)/macros/largefile-check.m4 \
73 $(top_srcdir)/macros/pam-check.m4 \
74 $(top_srcdir)/macros/perl-check.m4 \
75 $(top_srcdir)/macros/ps-check.m4 \
76 $(top_srcdir)/macros/quota-check.m4 \
77 $(top_srcdir)/macros/snprintf-check
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/generic/
H A DMakefile.in57 am__aclocal_m4_deps = $(top_srcdir)/macros/afs-check.m4 \
60 $(top_srcdir)/macros/cups.m4 $(top_srcdir)/macros/db3-check.m4 \
61 $(top_srcdir)/macros/grep-check.m4 \
62 $(top_srcdir)/macros/gssapi-check.m4 \
64 $(top_srcdir)/macros/largefile-check.m4 \
71 $(top_srcdir)/macros/pam-check.m4 \
72 $(top_srcdir)/macros/perl-check.m4 \
73 $(top_srcdir)/macros/ps-check.m4 \
74 $(top_srcdir)/macros/quota-check.m4 \
75 $(top_srcdir)/macros/snprintf-check
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/netbsd/
H A DMakefile.in57 am__aclocal_m4_deps = $(top_srcdir)/macros/afs-check.m4 \
60 $(top_srcdir)/macros/cups.m4 $(top_srcdir)/macros/db3-check.m4 \
61 $(top_srcdir)/macros/grep-check.m4 \
62 $(top_srcdir)/macros/gssapi-check.m4 \
64 $(top_srcdir)/macros/largefile-check.m4 \
71 $(top_srcdir)/macros/pam-check.m4 \
72 $(top_srcdir)/macros/perl-check.m4 \
73 $(top_srcdir)/macros/ps-check.m4 \
74 $(top_srcdir)/macros/quota-check.m4 \
75 $(top_srcdir)/macros/snprintf-check
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/test/
H A DMakefile.in57 am__aclocal_m4_deps = $(top_srcdir)/macros/afs-check.m4 \
60 $(top_srcdir)/macros/cups.m4 $(top_srcdir)/macros/db3-check.m4 \
61 $(top_srcdir)/macros/grep-check.m4 \
62 $(top_srcdir)/macros/gssapi-check.m4 \
64 $(top_srcdir)/macros/largefile-check.m4 \
71 $(top_srcdir)/macros/pam-check.m4 \
72 $(top_srcdir)/macros/perl-check.m4 \
73 $(top_srcdir)/macros/ps-check.m4 \
74 $(top_srcdir)/macros/quota-check.m4 \
75 $(top_srcdir)/macros/snprintf-check
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dvocdec.c29 int version, check; local
34 check = AV_RL16(p->buf + 24);
35 if (~version + 0x1234 != check)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_multiport.c98 check(u_int16_t proto, function
119 return check(ip->proto, ip->invflags, multiinfo->flags,
128 return check(ip->proto, ip->invflags, multiinfo->flags,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_inflate/
H A Dinflate.c142 implementation to provide an additional safety check. PPP uses
163 /* check function to use adler32() for zlib or crc32() for gzip */
164 #define UPDATE(check, buf, len) zlib_adler32(check, buf, len)
299 update the check value, and determine whether any progress has been made
336 /* Do not check for strm->next_out == NULL here as ppc zImage
345 if (state->mode == TYPE) state->mode = TYPEDO; /* skip check */
360 strm->msg = (char *)"incorrect header check";
377 strm->adler = state->check = zlib_adler32(0L, NULL, 0);
383 strm->adler = state->check
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dvocdec.c29 int version, check; local
34 check = AV_RL16(p->buf + 24);
35 if (~version + 0x1234 != check)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A DMakefile40 all: check-kernel subdirs $(TARGETS)
54 check-kernel:
72 modules: check-kernel
96 @if [ -e RELNOTES.bak ]; then echo "Not clean; check tree"; exit 1; fi

Completed in 161 milliseconds

<<11121314151617181920>>