Searched refs:check (Results 226 - 250 of 2282) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/netfilter/
H A Debtable_filter.c46 static int check(const struct ebt_table_info *info, unsigned int valid_hooks) function
58 .check = check,
H A Debtable_nat.c46 static int check(const struct ebt_table_info *info, unsigned int valid_hooks) function
58 .check = check,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/uninorm/
H A Dtest-uninorm-filter-nfc.c53 check (const uint32_t *input, size_t input_length, function
104 ASSERT (check (input, SIZEOF (input), input, SIZEOF (input)) == 0);
105 ASSERT (check (decomposed, SIZEOF (decomposed), input, SIZEOF (input)) == 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dx_operr.S84 cmpib #0,%d0 |determine size; check long
86 cmpib #4,%d0 |check word
88 cmpib #6,%d0 |check byte
112 cmpib #0x60,%d0 |check for nan
115 bnes chklerr |if not equal, check for incorrect operr
116 bsr check_upper |check if exp and ms mant are special
118 bnes chklerr |if d0 is true, check for incorrect operr
159 cmpib #0x60,%d0 |check for nan
162 bnes chkwerr |if not equal, check for incorrect operr
163 bsr check_upper |check i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dinflate.c34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
51 * - Simplified bad distance check in inflate_fast()
431 /* check function to use adler32() for zlib or crc32() for gzip */
433 # define UPDATE(check, buf, len) \
434 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
436 # define UPDATE(check, buf, len) adler32(check, buf, len)
439 /* check macros for header crc */
441 # define CRC2(check, wor
[all...]
H A Dinflate.h30 DICTID, /* i: waiting for dictionary check value */
33 TYPEDO, /* i: same, but skip check to exit inflate on new block */
47 CHECK, /* i: waiting for 32-bit check value */
49 DONE, /* finished check, done -- remain here until reset */
88 unsigned long check; /* protected copy of check value */ member in struct:inflate_state
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dinflate.c34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
51 * - Simplified bad distance check in inflate_fast()
375 /* check function to use adler32() for zlib or crc32() for gzip */
377 # define UPDATE(check, buf, len) \
378 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
380 # define UPDATE(check, buf, len) adler32(check, buf, len)
383 /* check macros for header crc */
385 # define CRC2(check, wor
[all...]
H A Dinflate.h30 DICTID, /* i: waiting for dictionary check value */
33 TYPEDO, /* i: same, but skip check to exit inflate on new block */
45 CHECK, /* i: waiting for 32-bit check value */
47 DONE, /* finished check, done -- remain here until reset */
84 unsigned long check; /* protected copy of check value */ member in struct:inflate_state
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dinflate.c34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
51 * - Simplified bad distance check in inflate_fast()
375 /* check function to use adler32() for zlib or crc32() for gzip */
377 # define UPDATE(check, buf, len) \
378 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
380 # define UPDATE(check, buf, len) adler32(check, buf, len)
383 /* check macros for header crc */
385 # define CRC2(check, wor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dinflate.c34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
51 * - Simplified bad distance check in inflate_fast()
375 /* check function to use adler32() for zlib or crc32() for gzip */
377 # define UPDATE(check, buf, len) \
378 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
380 # define UPDATE(check, buf, len) adler32(check, buf, len)
383 /* check macros for header crc */
385 # define CRC2(check, wor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dinflate.c34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
51 * - Simplified bad distance check in inflate_fast()
430 /* check function to use adler32() for zlib or crc32() for gzip */
432 # define UPDATE(check, buf, len) \
433 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
435 # define UPDATE(check, buf, len) adler32(check, buf, len)
438 /* check macros for header crc */
440 # define CRC2(check, wor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dmessagebus.in41 daemon --check $servicename $processname --system
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/iniparser/
H A DMakefile54 check:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/taskbar/
H A Dtbtest.cpp141 static bool check = true; variable
145 check =!check;
150 event.Check( check );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dchecklst.h52 void Check(unsigned int index, bool check = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dchecklst.h52 void Check(unsigned int index, bool check = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dformat-java-2125 if ${MSGFMT} --check-format -o f-j-2-$n.mo f-j-2-$n.po; then
131 ${MSGFMT} --check-format -o f-j-2-$n.mo f-j-2-$n.po 2> /dev/null
H A Dformat-kde-286 if ${MSGFMT} --check-format -o f-kd-2-$n.mo f-kd-2-$n.po; then
92 ${MSGFMT} --check-format -o f-kd-2-$n.mo f-kd-2-$n.po 2> /dev/null
H A Dformat-pascal-2110 if ${MSGFMT} --check-format -o f-op-2-$n.mo f-op-2-$n.po; then
116 ${MSGFMT} --check-format -o f-op-2-$n.mo f-op-2-$n.po 2> /dev/null
H A Dformat-php-2101 if ${MSGFMT} --check-format -o f-ph-2-$n.mo f-ph-2-$n.po; then
107 ${MSGFMT} --check-format -o f-ph-2-$n.mo f-ph-2-$n.po 2> /dev/null
H A Dformat-python-2119 if ${MSGFMT} --check-format -o f-p-2-$n.mo f-p-2-$n.po; then
125 ${MSGFMT} --check-format -o f-p-2-$n.mo f-p-2-$n.po 2> /dev/null
H A Dformat-qt-265 if ${MSGFMT} --check-format -o f-qt-2-$n.mo f-qt-2-$n.po; then
71 ${MSGFMT} --check-format -o f-qt-2-$n.mo f-qt-2-$n.po 2> /dev/null
H A Dformat-sh-244 if ${MSGFMT} --check-format -o f-sh-2-$n.mo f-sh-2-$n.po; then
50 ${MSGFMT} --check-format -o f-sh-2-$n.mo f-sh-2-$n.po 2> /dev/null
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep017script.tcl70 $clientenv test check 10
H A Drep072.tcl37 set check true
46 rep072_sub $method $niter $tnum $l $limit $check $args
51 {limit 3} {check true} largs} {
171 } elseif {[string is true $check]} {

Completed in 109 milliseconds

1234567891011>>