Searched refs:check (Results 51 - 75 of 2282) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/check/
H A Dsha256.c30 #include "check.h"
113 process(lzma_check_state *check) argument
116 transform(check->state.sha256.state, check->buffer.u32);
122 data[i] = bswap32(check->buffer.u32[i]);
124 transform(check->state.sha256.state, data);
132 lzma_sha256_init(lzma_check_state *check) argument
139 memcpy(check->state.sha256.state, s, sizeof(s));
140 check->state.sha256.size = 0;
147 lzma_sha256_update(const uint8_t *buf, size_t size, lzma_check_state *check) argument
174 lzma_sha256_finish(lzma_check_state *check) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/check/
H A Dsha256.c30 #include "check.h"
113 process(lzma_check_state *check) argument
116 transform(check->state.sha256.state, check->buffer.u32);
122 data[i] = bswap32(check->buffer.u32[i]);
124 transform(check->state.sha256.state, data);
132 lzma_sha256_init(lzma_check_state *check) argument
139 memcpy(check->state.sha256.state, s, sizeof(s));
140 check->state.sha256.size = 0;
147 lzma_sha256_update(const uint8_t *buf, size_t size, lzma_check_state *check) argument
174 lzma_sha256_finish(lzma_check_state *check) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngwio.c52 png_uint_32 check; local
57 if ( !WriteFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
58 check = 0;
60 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
62 if (check != length)
77 png_uint_32 check; local
89 if ( !WriteFile(io_ptr, near_data, length, &check, NULL) )
90 check = 0;
92 check = fwrite(near_data, 1, length, io_ptr);
99 check
231 png_far_to_near(png_structp png_ptr, png_voidp ptr, int check) argument
245 png_far_to_near(png_structp png_ptr, png_voidp ptr, int check) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngwio.c46 png_uint_32 check; local
49 if ( !WriteFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
50 check = 0;
52 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
54 if (check != length)
69 png_uint_32 check; local
79 if ( !WriteFile(io_ptr, near_data, length, &check, NULL) )
80 check = 0;
82 check = fwrite(near_data, 1, length, io_ptr);
89 check
203 png_far_to_near(png_structp png_ptr,png_voidp ptr, int check) argument
215 png_far_to_near(png_structp png_ptr,png_voidp ptr, int check) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-msgs-test.c28 check( numgot == numwant );
30 check( buf[i] == pieces[i] );
34 check( numgot == numwant );
36 check( buf[i] == pieces[i] );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/djgpp/
H A Dmakefile.sed18 s|\$(srcdir)/check-translitfailure|$(SHELL) $(srcdir)/failuretranslit-check|
19 s|\$(srcdir)/check-stateless|$(SHELL) $(srcdir)/stateless-check|
20 s|\$(srcdir)/check-stateful|$(SHELL) $(srcdir)/stateful-check|
21 s|\$(srcdir)/check-translit|$(SHELL) $(srcdir)/translit-check|
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/common/
H A Deasy_buffer_encoder.c17 lzma_easy_buffer_encode(uint32_t preset, lzma_check check,
25 return lzma_stream_buffer_encode(opt_easy.filters, check,
H A Dstream_buffer_encoder.c44 lzma_stream_buffer_encode(lzma_filter *filters, lzma_check check,
49 if (filters == NULL || (unsigned int)(check) > LZMA_CHECK_ID_MAX
54 if (!lzma_check_is_supported(check))
60 // separately check if the buffers are too big.
71 // Reserve space for Stream Footer so we don't need to check for
78 .check = check,
90 .check = check,
H A Dblock_encoder.c15 #include "check.h"
43 lzma_check_state check; member in struct:lzma_coder_s
74 // No need to check for overflow because we have already
78 lzma_check_update(&coder->check, coder->block->check,
110 if (coder->block->check == LZMA_CHECK_NONE)
113 lzma_check_finish(&coder->check, coder->block->check);
120 const size_t check_size = lzma_check_size(coder->block->check);
121 lzma_bufcpy(coder->check
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/common/
H A Deasy_buffer_encoder.c17 lzma_easy_buffer_encode(uint32_t preset, lzma_check check,
25 return lzma_stream_buffer_encode(opt_easy.filters, check,
H A Dstream_buffer_encoder.c44 lzma_stream_buffer_encode(lzma_filter *filters, lzma_check check,
49 if (filters == NULL || (unsigned int)(check) > LZMA_CHECK_ID_MAX
54 if (!lzma_check_is_supported(check))
60 // separately check if the buffers are too big.
71 // Reserve space for Stream Footer so we don't need to check for
78 .check = check,
90 .check = check,
H A Dblock_encoder.c15 #include "check.h"
43 lzma_check_state check; member in struct:lzma_coder_s
74 // No need to check for overflow because we have already
78 lzma_check_update(&coder->check, coder->block->check,
110 if (coder->block->check == LZMA_CHECK_NONE)
113 lzma_check_finish(&coder->check, coder->block->check);
120 const size_t check_size = lzma_check_size(coder->block->check);
121 lzma_bufcpy(coder->check
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/testsuite/
H A Dbunzip2.tests41 check() { function
58 prep; check "$unpack: doesnt exist" "${bb}$unpack z t1.$ext; echo \$?; cat t1"
65 prep; >t.zz; check "$unpack: unknown suffix" "${bb}$unpack t.zz t1.$ext; echo \$?; cat t1"
73 prep; >t1; check "$unpack: already exists" "${bb}$unpack t1.$ext t2.$ext; echo \$?; cat t1 t2"
78 prep; check "$unpack: stream unpack" "cat t1.$ext | ${bb}$unpack; echo $?"
81 prep; check "$unpack: delete src" "${bb}$unpack t2.$ext; test ! -f t2.$ext && echo ok"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/lib/
H A Dfeature-fixups.c133 #define check(x) \ macro
157 /* Sanity check */
158 check(memcmp(&ftr_fixup_test1, &ftr_fixup_test1_orig, size) == 0);
162 check(memcmp(&ftr_fixup_test1, &ftr_fixup_test1_orig, size) == 0);
166 check(memcmp(&ftr_fixup_test1, &ftr_fixup_test1_expected, size) == 0);
170 check(memcmp(&ftr_fixup_test1, &ftr_fixup_test1_orig, size) == 0);
172 check(memcmp(&ftr_fixup_test1, &ftr_fixup_test1_expected, size) == 0);
190 /* Sanity check */
191 check(memcmp(&ftr_fixup_test2, &ftr_fixup_test2_orig, size) == 0);
195 check(memcm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/uninorm/
H A Dtest-u8-nfkc.c33 check (const uint8_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-nfd.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), expected, SIZEOF (expected)) == 0);
110 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
116 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
121 ASSERT (check (input, SIZEOF (input), input, SIZEOF (input)) == 0);
126 ASSERT (check (input, SIZEOF (input), input, SIZEOF (input)) == 0);
131 ASSERT (check (input, SIZEOF (input), input, SIZEOF (input)) == 0);
136 ASSERT (check (inpu
[all...]
H A Dtest-u16-nfkd.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), expected, SIZEOF (expected)) == 0);
110 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
116 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
122 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
128 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
134 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
140 ASSERT (check (inpu
[all...]
H A Dtest-u32-nfd.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), expected, SIZEOF (expected)) == 0);
110 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
116 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
121 ASSERT (check (input, SIZEOF (input), input, SIZEOF (input)) == 0);
126 ASSERT (check (input, SIZEOF (input), input, SIZEOF (input)) == 0);
131 ASSERT (check (input, SIZEOF (input), input, SIZEOF (input)) == 0);
136 ASSERT (check (inpu
[all...]
H A Dtest-u32-nfkd.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), expected, SIZEOF (expected)) == 0);
110 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
116 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
122 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
128 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
134 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
140 ASSERT (check (inpu
[all...]
H A Dtest-u8-nfc.c33 check (const uint8_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/iserver/libunistring-0.9.3/tests/unicase/
H A Dtest-u16-casefold.c30 check (const uint16_t *input, size_t input_length, function
92 ASSERT (check (NULL, 0, NULL, NULL, NULL, 0) == 0);
93 ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
114 ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
121 ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
126 ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
134 ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
135 ASSERT (check (input, SIZEOF (input), "tr", NULL, casefolded_tr, SIZEOF (casefolded_tr)) == 0);
140 ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
141 ASSERT (check (inpu
[all...]
H A Dtest-u32-casefold.c30 check (const uint32_t *input, size_t input_length, function
92 ASSERT (check (NULL, 0, NULL, NULL, NULL, 0) == 0);
93 ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
114 ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
121 ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
126 ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
134 ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
135 ASSERT (check (input, SIZEOF (input), "tr", NULL, casefolded_tr, SIZEOF (casefolded_tr)) == 0);
140 ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
141 ASSERT (check (inpu
[all...]
H A Dtest-u16-totitle.c30 check (const uint16_t *input, size_t input_length, function
92 ASSERT (check (NULL, 0, NULL, NULL, NULL, 0) == 0);
93 ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
114 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
121 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
126 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
133 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
134 ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
140 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
141 ASSERT (check (inpu
[all...]
H A Dtest-u16-toupper.c30 check (const uint16_t *input, size_t input_length, function
92 ASSERT (check (NULL, 0, NULL, NULL, NULL, 0) == 0);
93 ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
114 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
121 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
126 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
133 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
134 ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
140 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
141 ASSERT (check (inpu
[all...]
H A Dtest-u32-totitle.c30 check (const uint32_t *input, size_t input_length, function
92 ASSERT (check (NULL, 0, NULL, NULL, NULL, 0) == 0);
93 ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
114 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
121 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
126 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
133 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
134 ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
140 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
141 ASSERT (check (inpu
[all...]

Completed in 115 milliseconds

1234567891011>>