Searched refs:cl (Results 101 - 125 of 272) sorted by relevance

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/lib/
H A Dchecksum.S127 5: movb (%esi),%cl
254 shrl %cl,%ebx
389 SRC(5: movb (%esi), %cl )
390 DST( movb %cl, (%edi) )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dusb.h728 * @cl: bDeviceClass value
735 #define USB_DEVICE_INFO(cl,sc,pr) \
736 .match_flags = USB_DEVICE_ID_MATCH_DEV_INFO, .bDeviceClass = (cl), \
741 * @cl: bInterfaceClass value
748 #define USB_INTERFACE_INFO(cl,sc,pr) \
749 .match_flags = USB_DEVICE_ID_MATCH_INT_INFO, .bInterfaceClass = (cl), \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/lang/cl/
H A DMakefile2 # lang/cl/Makefile. Generated from Makefile.in by configure.
54 subdir = lang/cl
173 abs_builddir = ${TIMEMACHINE_PATH}/libgpg-error-1.10/lang/cl
174 abs_srcdir = ${TIMEMACHINE_PATH}/libgpg-error-1.10/lang/cl
251 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lang/cl/Makefile'; \
253 $(AUTOMAKE) --gnu lang/cl/Makefile
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dw83781d.c1307 struct i2c_client *cl; local
1346 cl = data->lm75[bank - 1];
1350 res = swab16(i2c_smbus_read_word_data(cl, 0));
1353 res = i2c_smbus_read_byte_data(cl, 1);
1356 res = swab16(i2c_smbus_read_word_data(cl, 2));
1360 res = swab16(i2c_smbus_read_word_data(cl, 3));
1376 struct i2c_client *cl; local
1414 cl = data->lm75[bank - 1];
1418 i2c_smbus_write_byte_data(cl, 1, value & 0xff);
1421 i2c_smbus_write_word_data(cl,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/msdos/
H A DMakefile.msc26 CC=cl
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/msdos/
H A DMakefile.msc26 CC=cl
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_ingress.c97 static void ingress_put(struct Qdisc *sch, unsigned long cl) argument
126 static struct tcf_proto **ingress_find_tcf(struct Qdisc *sch,unsigned long cl) argument
H A Dsch_netem.c636 static int netem_dump_class(struct Qdisc *sch, unsigned long cl, argument
641 if (cl != 1) /* only one class */
705 static struct tcf_proto **netem_find_tcf(struct Qdisc *sch, unsigned long cl) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Ds2_clnt.c356 STACK_OF(SSL_CIPHER) *sk=NULL,*cl, *prio, *allow;
490 cl=SSL_get_ciphers(s);
491 sk_SSL_CIPHER_set_cmp_func(cl,ssl_cipher_ptr_id_cmp);
501 allow = cl;
505 prio = cl;
H A Dt1_enc.c238 int is_export,n,i,j,k,exp_label_len,cl; local
328 cl=EVP_CIPHER_key_length(c);
329 j=is_export ? (cl < SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher) ?
330 cl : SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher)) : cl;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds2_clnt.c338 STACK_OF(SSL_CIPHER) *sk=NULL,*cl, *prio, *allow;
472 cl=SSL_get_ciphers(s);
473 sk_SSL_CIPHER_set_cmp_func(cl,ssl_cipher_ptr_id_cmp);
483 allow = cl;
487 prio = cl;
H A Dt1_enc.c238 int is_export,n,i,j,k,exp_label_len,cl; local
339 cl=EVP_CIPHER_key_length(c);
340 j=is_export ? (cl < SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher) ?
341 cl : SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher)) : cl;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_util.c46 CLIENT *cl; local
67 if ((cl = clnt_create("localhost",
71 clnt_destroy(cl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxutil.cpp48 CLIENT *cl; local
68 if ((cl = clnt_create("localhost",
72 clnt_destroy(cl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_lib.c796 The sizes of those arrays is expressed through cl, which is the
802 int cl, int dl)
805 n = cl-1;
823 return bn_cmp_words(a,b,cl);
801 bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_lib.c817 The sizes of those arrays is expressed through cl, which is the
823 int cl, int dl)
826 n = cl-1;
844 return bn_cmp_words(a,b,cl);
822 bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nls/
H A Dnls_cp874.c230 unsigned char cl = uni & 0x00ff; local
237 if (uni2charset && uni2charset[cl])
238 out[0] = uni2charset[cl];
H A Dnls_iso8859-1.c214 unsigned char cl = uni & 0x00ff; local
221 if (uni2charset && uni2charset[cl])
222 out[0] = uni2charset[cl];
H A Dnls_iso8859-13.c242 unsigned char cl = uni & 0x00ff; local
249 if (uni2charset && uni2charset[cl])
250 out[0] = uni2charset[cl];
H A Dnls_iso8859-5.c229 unsigned char cl = uni & 0x00ff; local
236 if (uni2charset && uni2charset[cl])
237 out[0] = uni2charset[cl];
H A Dnls_iso8859-6.c220 unsigned char cl = uni & 0x00ff; local
227 if (uni2charset && uni2charset[cl])
228 out[0] = uni2charset[cl];
H A Dnls_iso8859-9.c229 unsigned char cl = uni & 0x00ff; local
236 if (uni2charset && uni2charset[cl])
237 out[0] = uni2charset[cl];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_stat.i32 #define JAVADB_STAT_ACTIVE(jenv, cl, jobj, statp, name) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dx86inc.asm147 DECLARE_REG_SIZE cx, cl
230 DECLARE_REG 0, rcx, ecx, cx, cl, ecx
251 DECLARE_REG 3, rcx, ecx, cx, cl, ecx
289 DECLARE_REG 1, ecx, ecx, cx, cl, [esp + stack_offset + 8]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/win32/
H A DMakefile.msc25 CC = cl

Completed in 272 milliseconds

1234567891011