Searched refs:el (Results 1 - 25 of 80) sorted by path

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/debian/
H A Demacsen-install.ex21 FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile"
35 FILES=`echo *.el`
39 cat << EOF > path.el
43 rm -f *.el path.el
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A DMakefile323 curl-style.el sample.emacs RELEASE-NOTES buildconf \
H A DMakefile.am37 curl-style.el sample.emacs RELEASE-NOTES buildconf \
H A DMakefile.in323 curl-style.el sample.emacs RELEASE-NOTES buildconf \
H A Dconfig.guess931 #undef ${UNAME_MACHINE}el
933 CPU=${UNAME_MACHINE}el
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhash.c235 curl_hash_element *el = le->ptr; local
236 cb(user, el->ptr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/
H A Dconfig.guess922 #undef ${UNAME_MACHINE}el
924 CPU=${UNAME_MACHINE}el
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsnow.c603 const int el= FFMIN(e, 10); local
606 for(i=0; i<el; i++){
614 for(i=e-1; i>=el; i--){
622 put_rac(c, state+11 + el, v < 0); //11..21
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dsharedbook.c448 static float _dist(int el,float *ref, float *b,int step){ argument
451 for(i=0;i<el;i++){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlatticepare.c59 static float _dist(int el,float *a, float *b){ argument
62 for(i=0;i<el;i++){
H A Dlspdata.c90 int el=v->elements;
92 for(i=0;i<el;i++){
110 int el=v->elements; local
112 for(i=0;i<el;i++){
H A Dmetrics.c83 static float _dist(int el,float *a, float *b){ argument
86 for(i=0;i<el;i++){
H A Dvqgen.c62 int el=v->elements; local
64 for(i=0;i<el;i++){
H A Dvqsplit.c69 static float _Ndist(int el,float *a, float *b){ argument
72 for(i=0;i<el;i++){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Dhw_sureware.c637 static EVP_PKEY* sureware_load_public(ENGINE *e,const char *key_id,char *hptr,unsigned long el,char keytype) argument
665 bn_expand2(rsatmp->e, el/sizeof(BN_ULONG));
666 bn_expand2(rsatmp->n, el/sizeof(BN_ULONG));
667 if (!rsatmp->e || rsatmp->e->dmax!=(int)(el/sizeof(BN_ULONG))||
668 !rsatmp->n || rsatmp->n->dmax!=(int)(el/sizeof(BN_ULONG)))
670 ret=p_surewarehk_Load_Rsa_Pubkey(msg,key_id,el,
680 rsatmp->e->top=el/sizeof(BN_ULONG);
682 rsatmp->n->top=el/sizeof(BN_ULONG);
702 bn_expand2(dsatmp->pub_key, el/sizeof(BN_ULONG));
703 bn_expand2(dsatmp->p, el/sizeo
764 unsigned long el=0; local
792 unsigned long el=0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dpod2man.pl456 .el .ne 3
498 .el\\{\\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dasn1.c330 fstring el; local
336 fstr_sprintf(el, "%u", b/40);
337 pstrcat(oid_str, el);
338 fstr_sprintf(el, " %u", b%40);
339 pstrcat(oid_str, el);
347 fstr_sprintf(el, " %u", v);
348 pstrcat(oid_str, el);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dstatic-services.c318 static void XMLCALL xml_start(void *data, const char *el, const char *attr[]) { argument
326 if (u->current_tag == XML_TAG_INVALID && strcmp(el, "service-group") == 0) {
332 } else if (u->current_tag == XML_TAG_SERVICE_GROUP && strcmp(el, "name") == 0) {
345 } else if (u->current_tag == XML_TAG_SERVICE_GROUP && strcmp(el, "service") == 0) {
375 } else if (u->current_tag == XML_TAG_SERVICE && strcmp(el, "type") == 0) {
380 } else if (u->current_tag == XML_TAG_SERVICE && strcmp(el, "subtype") == 0) {
385 } else if (u->current_tag == XML_TAG_SERVICE && strcmp(el, "domain-name") == 0) {
390 } else if (u->current_tag == XML_TAG_SERVICE && strcmp(el, "host-name") == 0) {
395 } else if (u->current_tag == XML_TAG_SERVICE && strcmp(el, "port") == 0) {
400 } else if (u->current_tag == XML_TAG_SERVICE && strcmp(el, "tx
418 xml_end(void *data, AVAHI_GCC_UNUSED const char *el) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi-discover/
H A Davahi-discover.in204 for el in l:
205 if "=" not in el:
206 res[el]=''
208 tmp = el.split('=',1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp840 struct my_llist *el = pdbtxn->open_cursors; local
841 struct php_DBC *pdbc = (struct php_DBC *) el->data;
849 // efree(el->data);
850 pdbtxn->open_cursors = el->next;
851 efree(el);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep005.tcl200 set el 0
204 set el $last_win
214 set el 1
236 $qdir $msg $el $nsites $nvotes $nclients $win \
H A Dtestutils.tcl369 foreach el $l {
370 catch { $el put } ret
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/examples/
H A Doutline.c49 start(void *data, const char *el, const char **attr) argument
56 printf("%s", el);
67 end(void *data, const char *el) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dxmlparse.c4503 ELEMENT_TYPE *el; local
4514 el = getElementType(parser, enc, s, nxt);
4515 if (!el)
4517 name = el->name;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Delisp-comp40 This script byte-compiles all `.el' files listed as FILES using GNU
42 so disregarding the original directories used in `.el' arguments.
76 $EMACS -batch -q -l script -f batch-byte-compile *.el || exit $?

Completed in 368 milliseconds

1234