Searched refs:comp (Results 51 - 75 of 318) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mod_db4/
H A Dskiplist.c75 SkiplistComparator comp,
78 skiplist_add_index(sl, comp, compk);
80 sl->compare = comp;
86 SkiplistComparator comp,
94 skiplist_find(sl->index, (void *)comp, &m);
98 skiplist_set_compare(ni, comp, compk);
136 SkiplistComparator comp) {
139 if(comp==sli->compare || !sli->index) {
142 skiplist_find(sli->index, (void *)comp, &m);
152 SkiplistComparator comp) {
74 skiplist_set_compare(Skiplist *sl, SkiplistComparator comp, SkiplistComparator compk) argument
85 skiplist_add_index(Skiplist *sl, SkiplistComparator comp, SkiplistComparator compk) argument
133 skiplist_find_compare(Skiplist *sli, void *data, struct skiplistnode **iter, SkiplistComparator comp) argument
149 skiplisti_find_compare(Skiplist *sl, void *data, struct skiplistnode **ret, SkiplistComparator comp) argument
195 skiplist_insert_compare(Skiplist *sl, void *data, SkiplistComparator comp) argument
466 skiplist_remove_compare(Skiplist *sli, void *data, FreeFunc myfree, SkiplistComparator comp) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/comp/
H A Dc_rle.c5 #include <openssl/comp.h>
H A DMakefile2 # SSLeay/crypto/comp/Makefile
5 DIR= comp
33 EXHEADER= comp.h
84 c_rle.o: ../../include/openssl/bn.h ../../include/openssl/comp.h
91 c_zlib.o: ../../include/openssl/bn.h ../../include/openssl/comp.h
99 comp_err.o: ../../include/openssl/bio.h ../../include/openssl/comp.h
107 comp_lib.o: ../../include/openssl/bn.h ../../include/openssl/comp.h
H A Dcomp_lib.c5 #include <openssl/comp.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/comp/
H A Dc_rle.c5 #include <openssl/comp.h>
H A DMakefile2 # OpenSSL/crypto/comp/Makefile
5 DIR= comp
28 EXHEADER= comp.h
81 c_rle.o: ../../include/openssl/comp.h ../../include/openssl/crypto.h
88 c_zlib.o: ../../include/openssl/comp.h ../../include/openssl/crypto.h
96 comp_err.o: ../../include/openssl/bio.h ../../include/openssl/comp.h
104 comp_lib.o: ../../include/openssl/comp.h ../../include/openssl/crypto.h
H A Dcomp_lib.c5 #include <openssl/comp.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dfb_draw.h12 comp(unsigned long a, unsigned long b, unsigned long mask) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/solaris/
H A DMakefile.sol2-6418 COMP_OBJS = $(LP64DIR)/ppp_comp.o $(LP64DIR)/bsd-comp.o \
40 $(LP64DIR)/bsd-comp.o: ../modules/bsd-comp.c
77 ppp_comp.c ../modules/bsd-comp.c ../modules/deflate.c \
H A DMakefile.sol2-64x19 COMP_OBJS = $(LP64DIR)/ppp_comp.o $(LP64DIR)/bsd-comp.o \
41 $(LP64DIR)/bsd-comp.o: ../modules/bsd-comp.c
78 ppp_comp.c ../modules/bsd-comp.c ../modules/deflate.c \
H A DMakefile.sol2gcc-6418 COMP_OBJS = $(LP64DIR)/ppp_comp.o $(LP64DIR)/bsd-comp.o \
40 $(LP64DIR)/bsd-comp.o: ../modules/bsd-comp.c
77 ppp_comp.c ../modules/bsd-comp.c ../modules/deflate.c \
H A DMakefile.sol2gcc-64x24 COMP_OBJS = $(LP64DIR)/ppp_comp.o $(LP64DIR)/bsd-comp.o \
46 $(LP64DIR)/bsd-comp.o: ../modules/bsd-comp.c
83 ppp_comp.c ../modules/bsd-comp.c ../modules/deflate.c \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppdump/
H A Dpppdump.c42 #include "ppp-comp.h"
241 struct compressor *comp; member in struct:pkt
343 rv = pkt->comp->decompress(pkt->state, r,
367 pkt->comp->incomp(pkt->state, r, endp - r);
448 struct compressor **comp; local
464 for (comp = compressors; *comp != NULL; ++comp) {
465 if ((*comp)->compress_proto == dp[0]) {
467 (*cp->comp
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ssl/
H A Ds3_enc.c200 COMP_METHOD *comp; local
210 comp=NULL;
212 comp=s->s3->tmp.new_compression->method;
229 if (comp != NULL)
231 s->expand=COMP_CTX_new(comp);
237 if (s->s3->rrec.comp == NULL)
238 s->s3->rrec.comp=(unsigned char *)
240 if (s->s3->rrec.comp == NULL)
260 if (comp != NULL)
262 s->compress=COMP_CTX_new(comp);
354 SSL_COMP *comp; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_enc.c200 COMP_METHOD *comp; local
212 comp=NULL;
214 comp=s->s3->tmp.new_compression->method;
236 if (comp != NULL)
238 s->expand=COMP_CTX_new(comp);
244 if (s->s3->rrec.comp == NULL)
245 s->s3->rrec.comp=(unsigned char *)
247 if (s->s3->rrec.comp == NULL)
272 if (comp != NULL)
274 s->compress=COMP_CTX_new(comp);
366 SSL_COMP *comp; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Djpeglsdec.c157 static inline void ls_decode_line(JLSState *state, MJpegDecodeContext *s, void *last, void *dst, int last2, int w, int stride, int comp, int bits){ argument
181 r = 1 << ff_log2_run[state->run_index[comp]];
190 if(r != (1 << ff_log2_run[state->run_index[comp]]))
192 if(state->run_index[comp] < 31)
193 state->run_index[comp]++;
198 r = ff_log2_run[state->run_index[comp]];
209 err = ls_get_code_runterm(&s->gb, state, RItype, ff_log2_run[state->run_index[comp]]);
210 if(state->run_index[comp])
211 state->run_index[comp]--;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlregexp.in.h55 xmlRegexpExec (xmlRegexpPtr comp,
61 xmlRegexpIsDeterminist(xmlRegexpPtr comp);
75 xmlRegNewExecCtxt (xmlRegexpPtr comp,
H A Dxpath.in.h377 xmlXPathCompExprPtr comp; /* the precompiled expression */ member in struct:_xmlXPathParserContext
522 xmlXPathCompiledEval (xmlXPathCompExprPtr comp,
525 xmlXPathCompiledEvalToBoolean(xmlXPathCompExprPtr comp,
528 xmlXPathFreeCompExpr (xmlXPathCompExprPtr comp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlregexp.h55 xmlRegexpExec (xmlRegexpPtr comp,
61 xmlRegexpIsDeterminist(xmlRegexpPtr comp);
81 xmlRegNewExecCtxt (xmlRegexpPtr comp,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlregexp.in.h55 xmlRegexpExec (xmlRegexpPtr comp,
61 xmlRegexpIsDeterminist(xmlRegexpPtr comp);
75 xmlRegNewExecCtxt (xmlRegexpPtr comp,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/stack/
H A Dstack.h73 int (*comp)(const char * const *, const char * const *); member in struct:stack_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dstack.h73 int (*comp)(const char * const *, const char * const *); member in struct:stack_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dchap_ms.h71 #include <net/ppp-comp.h> /* MPPE_MAX_KEY_LEN */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/stack/
H A Dstack.h73 int (*comp)(const char * const *, const char * const *); member in struct:stack_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dstack.h73 int (*comp)(const char * const *, const char * const *); member in struct:stack_st

Completed in 219 milliseconds

1234567891011>>