Searched refs:check (Results 26 - 50 of 2282) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A DMakefile4 check-lxdialog := $(srctree)/$(src)/check-lxdialog.sh
8 HOST_EXTRACFLAGS = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags)
9 HOST_LOADLIBES = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ldflags $(HOSTCC))
15 $(Q)$(CONFIG_SHELL) $(check-lxdialog) -check $(HOSTCC) $(HOST_LOADLIBES)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/check/
H A Dcheck.h3 /// \file check.h
4 /// \brief Internal API to different integrity check functions
30 /// \brief Structure to hold internal state of the check being calculated
33 /// change in future if new integrity check algorithms are added.
70 /// \brief Initialize *check depending on type
75 extern void lzma_check_init(lzma_check_state *check, lzma_check type);
77 /// Update the check state
78 extern void lzma_check_update(lzma_check_state *check, lzma_check type,
81 /// Finish the check calculation and store the result to check
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/common/
H A Dstream_encoder.h21 const lzma_filter *filters, lzma_check check);
H A Dstream_flags_common.c29 if ((unsigned int)(a->check) > LZMA_CHECK_ID_MAX
30 || (unsigned int)(b->check) > LZMA_CHECK_ID_MAX)
33 if (a->check != b->check)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/djgpp/
H A Dmakefile.sed15 s|\$(srcdir)/check-translitfailure|$(SHELL) $(srcdir)/failuretranslit-check|
16 s|\$(srcdir)/check-stateless|$(SHELL) $(srcdir)/stateless-check|
17 s|\$(srcdir)/check-stateful|$(SHELL) $(srcdir)/stateful-check|
18 s|\$(srcdir)/check-translit|$(SHELL) $(srcdir)/translit-check|
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/common/
H A Dstream_encoder.h21 const lzma_filter *filters, lzma_check check);
H A Dstream_flags_common.c29 if ((unsigned int)(a->check) > LZMA_CHECK_ID_MAX
30 || (unsigned int)(b->check) > LZMA_CHECK_ID_MAX)
33 if (a->check != b->check)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/debug/
H A Ddovalns2 valgrind --tool=memcheck --error-limit=no --gen-suppressions=all --leak-check=full --show-reachable=yes --num-callers=32 $*
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/
H A DMakefile.am6 TARGETS = check-recursive clean-recursive
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathlx/
H A DMakefile.am6 check: all
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathly/
H A DMakefile.am6 check: all
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathlyx/
H A DMakefile.am6 check: all
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathlz/
H A DMakefile.am6 check: all
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathlzyx/
H A DMakefile.am6 check: all
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/uninorm/
H A Dtest-u16-nfkc.c33 check (const uint16_t *input, size_t input_length, function
94 ASSERT (check (NULL, 0, NULL, 0) == 0);
98 ASSERT (check (input, SIZEOF (input), input, SIZEOF (input)) == 0);
104 ASSERT (check (input, SIZEOF (input), input, SIZEOF (input)) == 0);
105 ASSERT (check (decomposed, SIZEOF (decomposed), input, SIZEOF (input)) == 0);
111 ASSERT (check (input, SIZEOF (input), input, SIZEOF (input)) == 0);
112 ASSERT (check (decomposed, SIZEOF (decomposed), input, SIZEOF (input)) == 0);
119 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
120 ASSERT (check (decomposed, SIZEOF (decomposed), expected, SIZEOF (expected)) == 0);
121 ASSERT (check (expecte
[all...]
H A Dtest-u32-nfkc.c33 check (const uint32_t *input, size_t input_length, function
94 ASSERT (check (NULL, 0, NULL, 0) == 0);
98 ASSERT (check (input, SIZEOF (input), input, SIZEOF (input)) == 0);
104 ASSERT (check (input, SIZEOF (input), input, SIZEOF (input)) == 0);
105 ASSERT (check (decomposed, SIZEOF (decomposed), input, SIZEOF (input)) == 0);
111 ASSERT (check (input, SIZEOF (input), input, SIZEOF (input)) == 0);
112 ASSERT (check (decomposed, SIZEOF (decomposed), input, SIZEOF (input)) == 0);
119 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
120 ASSERT (check (decomposed, SIZEOF (decomposed), expected, SIZEOF (expected)) == 0);
121 ASSERT (check (expecte
[all...]
H A Dtest-u16-nfc.c33 check (const uint16_t *input, size_t input_length, function
94 ASSERT (check (NULL, 0, NULL, 0) == 0);
98 ASSERT (check (input, SIZEOF (input), input, SIZEOF (input)) == 0);
104 ASSERT (check (input, SIZEOF (input), input, SIZEOF (input)) == 0);
105 ASSERT (check (decomposed, SIZEOF (decomposed), input, SIZEOF (input)) == 0);
111 ASSERT (check (input, SIZEOF (input), input, SIZEOF (input)) == 0);
112 ASSERT (check (decomposed, SIZEOF (decomposed), input, SIZEOF (input)) == 0);
119 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
120 ASSERT (check (decomposed, SIZEOF (decomposed), expected, SIZEOF (expected)) == 0);
121 ASSERT (check (expecte
[all...]
H A Dtest-u32-nfc.c33 check (const uint32_t *input, size_t input_length, function
94 ASSERT (check (NULL, 0, NULL, 0) == 0);
98 ASSERT (check (input, SIZEOF (input), input, SIZEOF (input)) == 0);
104 ASSERT (check (input, SIZEOF (input), input, SIZEOF (input)) == 0);
105 ASSERT (check (decomposed, SIZEOF (decomposed), input, SIZEOF (input)) == 0);
111 ASSERT (check (input, SIZEOF (input), input, SIZEOF (input)) == 0);
112 ASSERT (check (decomposed, SIZEOF (decomposed), input, SIZEOF (input)) == 0);
119 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
120 ASSERT (check (decomposed, SIZEOF (decomposed), expected, SIZEOF (expected)) == 0);
121 ASSERT (check (expecte
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr032/
H A Dchk.rpc23 check()
75 # We don't check the DB handle method limits from db/db_method.c, DB handle
77 check DB db
78 check DBC dbc
79 check DB_ENV env ../../env/env_method.c
80 check DB_TXN txn
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dbencode-test.c33 check( (buf + 4) == end );
41 check( end == NULL );
47 check( end == NULL );
54 check( end == NULL );
61 check( (buf + 4) == end );
68 check( (buf + 3) == end );
77 check( NULL == end );
96 check( !strncmp( (char*)str, "boat", len ) );
97 check( end == buf + 6 );
106 check( st
[all...]
H A Dtest-peer-id.c25 check( strlen( (char*)peer_id ) == PEER_ID_LEN );
26 check( !memcmp( peer_id, PEERID_PREFIX, 8 ) );
34 check( ( val % 36 ) == 0 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dparse.c134 id3_latin1_t *check; local
136 for (check = latin1; *check; ++check) {
137 if (*check == '\n')
138 *check = ' ';
171 id3_ucs4_t *check; local
173 for (check = ucs4; *check; ++check) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dparse.c134 id3_latin1_t *check; local
136 for (check = latin1; *check; ++check) {
137 if (*check == '\n')
138 *check = ' ';
171 id3_ucs4_t *check; local
173 for (check = ucs4; *check; ++check) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngrio.c53 png_size_t check; local
61 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
62 check = 0;
64 check = (png_size_t)fread(data, (png_size_t)1, length,
68 if (check != length)
83 int check; local
95 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check,
97 check = 0;
99 check = fread(n_data, 1, length, io_ptr);
106 check
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngrio.c45 png_size_t check; local
51 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
52 check = 0;
54 check = (png_size_t)fread(data, (png_size_t)1, length,
58 if (check != length)
73 int check; local
83 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
84 check = 0;
86 check = fread(n_data, 1, length, io_ptr);
93 check
[all...]

Completed in 84 milliseconds

1234567891011>>