Searched refs:check (Results 201 - 225 of 2282) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/test/stress/
H A DMakefile11 check: $(PROGRAM)
18 valgrind --tool=memcheck --leak-check=full --show-reachable=yes \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/
H A DMakefile81 check : all force
82 cd libcharset && $(MAKE) check
83 cd lib && $(MAKE) check
84 cd srclib && $(MAKE) check
85 cd src && $(MAKE) check
86 cd po && $(MAKE) check
87 cd man && $(MAKE) check
88 if test -d tests; then cd tests && $(MAKE) check; fi
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dabort-ev4t.S28 tst r3, #1 << 20 @ check write
H A Dabort-ev5t.S29 tst r3, #1 << 20 @ check write
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dentry-macro-vic2.S44 @ check the vic0
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Drunsvdir.c53 static smallint check = 1; variable
160 check = 1;
166 check = 1;
178 check = 1;
262 check = 1;
274 if (check || s.st_mtime != last_mtime
282 check = 0;
306 deadline = (check ? 1 : 5);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/dos/
H A DMakefile31 -I../src/liblzma/check \
55 ../src/liblzma/check/check.c \
56 ../src/liblzma/check/crc32_table.c \
57 ../src/liblzma/check/crc64_table.c \
58 ../src/liblzma/check/sha256.c \
121 ../src/liblzma/check/crc32_x86.S \
122 ../src/liblzma/check/crc64_x86.S
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/api/
H A DMakefile.am13 lzma/check.h \
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/common/
H A Dindex_hash.c15 #include "check.h"
32 lzma_check_state check; member in struct:__anon20422
96 (void)lzma_check_init(&index_hash->blocks.check, LZMA_CHECK_BEST);
97 (void)lzma_check_init(&index_hash->records.check, LZMA_CHECK_BEST);
134 lzma_check_update(&info->check, LZMA_CHECK_BEST,
293 lzma_check_finish(&index_hash->blocks.check, LZMA_CHECK_BEST);
294 lzma_check_finish(&index_hash->records.check, LZMA_CHECK_BEST);
295 if (memcmp(index_hash->blocks.check.buffer.u8,
296 index_hash->records.check.buffer.u8,
H A Dstream_flags_encoder.c19 if ((unsigned int)(options->check) > LZMA_CHECK_ID_MAX)
23 out[1] = options->check;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/tests/
H A Dtest_block_header.c90 decoded_options.check = known_options.check;
113 .check = LZMA_CHECK_NONE,
130 known_options.check = 999; // Some invalid value, which gets ignored.
158 .check = LZMA_CHECK_CRC32,
184 .check = LZMA_CHECK_CRC32,
196 decoded_options.check = known_options.check;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/tests/
H A DMakefile.vms19 check :
20 write sys$output "Nothing to be done for 'check'."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unistr/
H A Dtest-u16-to-u32.c28 check (const uint16_t *input, size_t input_length, function
89 ASSERT (check (NULL, 0, NULL, 0) == 0);
109 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
122 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
130 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
H A Dtest-u16-to-u8.c28 check (const uint16_t *input, size_t input_length, function
89 ASSERT (check (NULL, 0, NULL, 0) == 0);
111 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
124 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
133 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
H A Dtest-u32-to-u16.c28 check (const uint32_t *input, size_t input_length, function
89 ASSERT (check (NULL, 0, NULL, 0) == 0);
109 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
122 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
130 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
H A Dtest-u32-to-u8.c28 check (const uint32_t *input, size_t input_length, function
89 ASSERT (check (NULL, 0, NULL, 0) == 0);
111 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
124 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
133 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
H A Dtest-u8-to-u16.c28 check (const uint8_t *input, size_t input_length, function
89 ASSERT (check (NULL, 0, NULL, 0) == 0);
111 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
124 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
132 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
H A Dtest-u8-to-u32.c28 check (const uint8_t *input, size_t input_length, function
89 ASSERT (check (NULL, 0, NULL, 0) == 0);
111 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
124 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
132 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-client/
H A DMakefile61 # check-nss-test$(EXEEXT)
102 xdg-config.h check-nss.c ../avahi-common/dbus.c \
111 libavahi_client_la-check-nss.lo \
121 am__check_nss_test_SOURCES_DIST = check-nss.c check-nss-test.c \
124 check_nss_test-check-nss.$(OBJEXT) \
125 check_nss_test-check-nss-test.$(OBJEXT)
436 check-nss.c \
457 check_nss_test_SOURCES = check-nss.c check
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/
H A DMakefile.os245 check : all force
46 (cd lib && $(MAKE) -f Makefile.os2 check && cd ..)
47 (cd src && $(MAKE) -f Makefile.os2 check && cd ..)
48 (cd man && $(MAKE) -f Makefile.os2 check && cd ..)
49 (cd tests && $(MAKE) -f Makefile.os2 check && cd ..)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A DMakefile63 ## check-nss-test$(EXEEXT)
118 xdg-config.h check-nss.c ../avahi-common/dbus.c \
127 # libavahi_client_la-check-nss.lo \
137 am__check_nss_test_SOURCES_DIST = check-nss.c check-nss-test.c \
140 # check_nss_test-check-nss.$(OBJEXT) \
141 # check_nss_test-check-nss-test.$(OBJEXT)
429 # check-nss.c \
450 #check_nss_test_SOURCES = check-nss.c check
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dproto.h104 uint16_t check; member in struct:openvpn_iphdr
132 uint16_t check; member in struct:openvpn_udphdr
158 uint16_t check; member in struct:openvpn_tcphdr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dvtls.c88 /* convenience macro to check if this handle is using a shared SSL session */
311 struct curl_ssl_session *check; local
332 check = &data->state.session[i];
333 if(!check->sessionid)
336 if(Curl_raw_equal(conn->host.name, check->name) &&
337 (conn->remote_port == check->remote_port) &&
338 Curl_ssl_config_matches(&conn->ssl_config, &check->ssl_config)) {
341 check->age = *general_age; /* set this as used in this age */
342 *ssl_sessionid = check->sessionid;
344 *idsize = check
389 struct curl_ssl_session *check = &data->state.session[i]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dav7110_ipack.c16 p->check = 0;
288 p->check = p->flag1;
293 p->check == 0xff){
294 p->check = buf[c];
304 if ((p->check & 0xc0) == 0x40 && !p->which) {
305 p->check = buf[c];
314 p->check = buf[c];
325 p->check = buf[c];
335 if ((p->check & 0x30) && p->check !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/macros/
H A DMakefile57 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...]

Completed in 142 milliseconds

1234567891011>>