Searched refs:cc (Results 226 - 250 of 2182) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dftrace-entry.S41 cc = r3 == 0; define
42 if ! cc jump _ftrace_stub (bp);
91 cc = r3 == 0; define
92 if ! cc jump _ftrace_stub (bp);
106 cc = r2 == r3; define
107 if ! cc jump .Ldo_trace;
116 cc = r2 == r3; define
117 if ! cc jump _ftrace_graph_caller;
127 cc = r2 == r3; define
128 if ! cc jum
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/lib/
H A Ddivsi3.S48 cc = r0 < r1; define
49 if cc jump .Lret_zero;
51 cc = r2; define
52 if cc jump .Lidents;
54 cc = r2 <= r0; define
55 if cc jump .Lidents;
79 cc = bittst(r3, 30); define
80 if cc r0 = r1;
140 cc = bittst(r3,30); define
142 if !cc r
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/
H A DMakefile20 biarch := $(call cc-option,-m32)
31 KBUILD_CFLAGS += $(call cc-option,-mpreferred-stack-boundary=2)
35 KBUILD_CFLAGS += $(call cc-ifversion, -lt, 0400, \
36 $(call cc-option,-fno-unit-at-a-time))
52 cflags-$(CONFIG_MK8) += $(call cc-option,-march=k8)
53 cflags-$(CONFIG_MPSC) += $(call cc-option,-march=nocona)
56 $(call cc-option,-march=core2,$(call cc-option,-mtune=generic))
57 cflags-$(CONFIG_MATOM) += $(call cc-option,-march=atom) \
58 $(call cc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/
H A DMakefile20 biarch := $(call cc-option,-m32)
31 KBUILD_CFLAGS += $(call cc-option,-mpreferred-stack-boundary=2)
35 KBUILD_CFLAGS += $(call cc-ifversion, -lt, 0400, \
36 $(call cc-option,-fno-unit-at-a-time))
52 cflags-$(CONFIG_MK8) += $(call cc-option,-march=k8)
53 cflags-$(CONFIG_MPSC) += $(call cc-option,-march=nocona)
56 $(call cc-option,-march=core2,$(call cc-option,-mtune=generic))
57 cflags-$(CONFIG_MATOM) += $(call cc-option,-march=atom) \
58 $(call cc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_jit_compile.c202 pcre_uchar *cc; member in struct:backtrack_common
415 #define PRIV_DATA(cc) (common->localptrs[(cc) - common->start])
453 static pcre_uchar* bracketend(pcre_uchar* cc) argument
455 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND));
456 do cc += GET(cc,
474 next_opcode(compiler_common *common, pcre_uchar *cc) argument
670 get_localspace(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend) argument
743 pcre_uchar *cc = common->start; local
791 get_framesize(compiler_common *common, pcre_uchar *cc, BOOL recursive) argument
867 init_frame(compiler_common *common, pcre_uchar *cc, int stackpos, int stacktop, BOOL recursive) argument
963 get_localsize(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend) argument
1016 copy_locals(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, BOOL save, int stackptr, int stacktop) argument
1443 char_has_othercase(compiler_common *common, pcre_uchar* cc) argument
1486 char_get_othercase_bit(compiler_common *common, pcre_uchar* cc) argument
2735 byte_sequence_compare(compiler_common *common, BOOL caseless, pcre_uchar *cc, compare_context* context, jump_list **backtracks) argument
2915 compile_xclass_trypath(compiler_common *common, pcre_uchar *cc, jump_list **backtracks) argument
3252 compile_char1_trypath(compiler_common *common, pcre_uchar type, pcre_uchar *cc, jump_list **backtracks) argument
3779 compile_charn_trypath(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, jump_list **backtracks) argument
3845 compile_ref_checks(compiler_common *common, pcre_uchar *cc, jump_list **backtracks) argument
3899 compile_ref_trypath(compiler_common *common, pcre_uchar *cc, jump_list **backtracks, BOOL withchecks, BOOL emptyfail) argument
3981 compile_ref_iterator_trypath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) argument
3993 PUSH_BACKTRACK(sizeof(iterator_backtrack), cc, NULL); local
4125 compile_recurse_trypath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) argument
4133 PUSH_BACKTRACK(sizeof(recurse_backtrack), cc, NULL); local
4182 compile_assert_trypath(compiler_common *common, pcre_uchar *cc, assert_backtrack *backtrack, BOOL conditional) argument
4628 compile_bracket_trypath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) argument
4647 PUSH_BACKTRACK(sizeof(bracket_backtrack), cc, NULL); local
5072 compile_bracketpos_trypath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) argument
5088 PUSH_BACKTRACK(sizeof(bracketpos_backtrack), cc, NULL); local
5290 get_iterator_parameters(compiler_common *common, pcre_uchar *cc, pcre_uchar *opcode, pcre_uchar *type, int *arg1, int *arg2, pcre_uchar **end) argument
5382 compile_iterator_trypath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) argument
5394 PUSH_BACKTRACK(sizeof(iterator_backtrack), cc, NULL); local
5552 compile_fail_accept_trypath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) argument
5557 PUSH_BACKTRACK(sizeof(bracket_backtrack), cc, NULL); local
5596 compile_close_trypath(compiler_common *common, pcre_uchar *cc) argument
5612 compile_trypath(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, backtrack_common *parent) argument
5655 PUSH_BACKTRACK_NOVALUE(sizeof(backtrack_common), cc); local
5772 PUSH_BACKTRACK_NOVALUE(sizeof(assert_backtrack), cc); local
5777 PUSH_BACKTRACK_NOVALUE(sizeof(braminzero_backtrack), cc); local
5811 PUSH_BACKTRACK_NOVALUE(sizeof(assert_backtrack), cc); local
5825 PUSH_BACKTRACK_NOVALUE(sizeof(backtrack_common), cc); local
5838 PUSH_BACKTRACK_NOVALUE(sizeof(backtrack_common), cc); local
5884 pcre_uchar *cc = current->cc; local
6009 pcre_uchar *cc = current->cc; local
6053 pcre_uchar *cc = current->cc; local
6125 pcre_uchar *cc = current->cc; local
6714 pcre_uchar *cc = common->start + common->currententry->start; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_jit_compile.c202 pcre_uchar *cc; member in struct:backtrack_common
415 #define PRIV_DATA(cc) (common->localptrs[(cc) - common->start])
453 static pcre_uchar* bracketend(pcre_uchar* cc) argument
455 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND));
456 do cc += GET(cc,
474 next_opcode(compiler_common *common, pcre_uchar *cc) argument
670 get_localspace(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend) argument
743 pcre_uchar *cc = common->start; local
791 get_framesize(compiler_common *common, pcre_uchar *cc, BOOL recursive) argument
867 init_frame(compiler_common *common, pcre_uchar *cc, int stackpos, int stacktop, BOOL recursive) argument
963 get_localsize(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend) argument
1016 copy_locals(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, BOOL save, int stackptr, int stacktop) argument
1443 char_has_othercase(compiler_common *common, pcre_uchar* cc) argument
1486 char_get_othercase_bit(compiler_common *common, pcre_uchar* cc) argument
2735 byte_sequence_compare(compiler_common *common, BOOL caseless, pcre_uchar *cc, compare_context* context, jump_list **backtracks) argument
2915 compile_xclass_trypath(compiler_common *common, pcre_uchar *cc, jump_list **backtracks) argument
3252 compile_char1_trypath(compiler_common *common, pcre_uchar type, pcre_uchar *cc, jump_list **backtracks) argument
3779 compile_charn_trypath(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, jump_list **backtracks) argument
3845 compile_ref_checks(compiler_common *common, pcre_uchar *cc, jump_list **backtracks) argument
3899 compile_ref_trypath(compiler_common *common, pcre_uchar *cc, jump_list **backtracks, BOOL withchecks, BOOL emptyfail) argument
3981 compile_ref_iterator_trypath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) argument
3993 PUSH_BACKTRACK(sizeof(iterator_backtrack), cc, NULL); local
4125 compile_recurse_trypath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) argument
4133 PUSH_BACKTRACK(sizeof(recurse_backtrack), cc, NULL); local
4182 compile_assert_trypath(compiler_common *common, pcre_uchar *cc, assert_backtrack *backtrack, BOOL conditional) argument
4628 compile_bracket_trypath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) argument
4647 PUSH_BACKTRACK(sizeof(bracket_backtrack), cc, NULL); local
5072 compile_bracketpos_trypath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) argument
5088 PUSH_BACKTRACK(sizeof(bracketpos_backtrack), cc, NULL); local
5290 get_iterator_parameters(compiler_common *common, pcre_uchar *cc, pcre_uchar *opcode, pcre_uchar *type, int *arg1, int *arg2, pcre_uchar **end) argument
5382 compile_iterator_trypath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) argument
5394 PUSH_BACKTRACK(sizeof(iterator_backtrack), cc, NULL); local
5552 compile_fail_accept_trypath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) argument
5557 PUSH_BACKTRACK(sizeof(bracket_backtrack), cc, NULL); local
5596 compile_close_trypath(compiler_common *common, pcre_uchar *cc) argument
5612 compile_trypath(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, backtrack_common *parent) argument
5655 PUSH_BACKTRACK_NOVALUE(sizeof(backtrack_common), cc); local
5772 PUSH_BACKTRACK_NOVALUE(sizeof(assert_backtrack), cc); local
5777 PUSH_BACKTRACK_NOVALUE(sizeof(braminzero_backtrack), cc); local
5811 PUSH_BACKTRACK_NOVALUE(sizeof(assert_backtrack), cc); local
5825 PUSH_BACKTRACK_NOVALUE(sizeof(backtrack_common), cc); local
5838 PUSH_BACKTRACK_NOVALUE(sizeof(backtrack_common), cc); local
5884 pcre_uchar *cc = current->cc; local
6009 pcre_uchar *cc = current->cc; local
6053 pcre_uchar *cc = current->cc; local
6125 pcre_uchar *cc = current->cc; local
6714 pcre_uchar *cc = common->start + common->currententry->start; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_jit_compile.c202 pcre_uchar *cc; member in struct:backtrack_common
415 #define PRIV_DATA(cc) (common->localptrs[(cc) - common->start])
453 static pcre_uchar* bracketend(pcre_uchar* cc) argument
455 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND));
456 do cc += GET(cc,
474 next_opcode(compiler_common *common, pcre_uchar *cc) argument
670 get_localspace(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend) argument
743 pcre_uchar *cc = common->start; local
791 get_framesize(compiler_common *common, pcre_uchar *cc, BOOL recursive) argument
867 init_frame(compiler_common *common, pcre_uchar *cc, int stackpos, int stacktop, BOOL recursive) argument
963 get_localsize(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend) argument
1016 copy_locals(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, BOOL save, int stackptr, int stacktop) argument
1443 char_has_othercase(compiler_common *common, pcre_uchar* cc) argument
1486 char_get_othercase_bit(compiler_common *common, pcre_uchar* cc) argument
2735 byte_sequence_compare(compiler_common *common, BOOL caseless, pcre_uchar *cc, compare_context* context, jump_list **backtracks) argument
2915 compile_xclass_trypath(compiler_common *common, pcre_uchar *cc, jump_list **backtracks) argument
3252 compile_char1_trypath(compiler_common *common, pcre_uchar type, pcre_uchar *cc, jump_list **backtracks) argument
3779 compile_charn_trypath(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, jump_list **backtracks) argument
3845 compile_ref_checks(compiler_common *common, pcre_uchar *cc, jump_list **backtracks) argument
3899 compile_ref_trypath(compiler_common *common, pcre_uchar *cc, jump_list **backtracks, BOOL withchecks, BOOL emptyfail) argument
3981 compile_ref_iterator_trypath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) argument
3993 PUSH_BACKTRACK(sizeof(iterator_backtrack), cc, NULL); local
4125 compile_recurse_trypath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) argument
4133 PUSH_BACKTRACK(sizeof(recurse_backtrack), cc, NULL); local
4182 compile_assert_trypath(compiler_common *common, pcre_uchar *cc, assert_backtrack *backtrack, BOOL conditional) argument
4628 compile_bracket_trypath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) argument
4647 PUSH_BACKTRACK(sizeof(bracket_backtrack), cc, NULL); local
5072 compile_bracketpos_trypath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) argument
5088 PUSH_BACKTRACK(sizeof(bracketpos_backtrack), cc, NULL); local
5290 get_iterator_parameters(compiler_common *common, pcre_uchar *cc, pcre_uchar *opcode, pcre_uchar *type, int *arg1, int *arg2, pcre_uchar **end) argument
5382 compile_iterator_trypath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) argument
5394 PUSH_BACKTRACK(sizeof(iterator_backtrack), cc, NULL); local
5552 compile_fail_accept_trypath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) argument
5557 PUSH_BACKTRACK(sizeof(bracket_backtrack), cc, NULL); local
5596 compile_close_trypath(compiler_common *common, pcre_uchar *cc) argument
5612 compile_trypath(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, backtrack_common *parent) argument
5655 PUSH_BACKTRACK_NOVALUE(sizeof(backtrack_common), cc); local
5772 PUSH_BACKTRACK_NOVALUE(sizeof(assert_backtrack), cc); local
5777 PUSH_BACKTRACK_NOVALUE(sizeof(braminzero_backtrack), cc); local
5811 PUSH_BACKTRACK_NOVALUE(sizeof(assert_backtrack), cc); local
5825 PUSH_BACKTRACK_NOVALUE(sizeof(backtrack_common), cc); local
5838 PUSH_BACKTRACK_NOVALUE(sizeof(backtrack_common), cc); local
5884 pcre_uchar *cc = current->cc; local
6009 pcre_uchar *cc = current->cc; local
6053 pcre_uchar *cc = current->cc; local
6125 pcre_uchar *cc = current->cc; local
6714 pcre_uchar *cc = common->start + common->currententry->start; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/src/
H A Dne_openssl.c173 void ne_ssl_clicert_free(ne_ssl_client_cert *cc) argument
175 if (cc->p12)
176 PKCS12_free(cc->p12);
177 if (cc->decrypted) {
178 if (cc->cert.identity) ne_free(cc->cert.identity);
179 EVP_PKEY_free(cc->pkey);
180 X509_free(cc->cert.subject);
182 if (cc->friendly_name) ne_free(cc
490 dup_client_cert(const ne_ssl_client_cert *cc) argument
538 ne_ssl_client_cert *const cc = sess->client_cert; local
552 ne_ssl_set_clicert(ne_session *sess, const ne_ssl_client_cert *cc) argument
823 ne_ssl_client_cert *cc; local
883 ne_ssl_client_cert *cc; local
920 ne_ssl_clicert_encrypted(const ne_ssl_client_cert *cc) argument
925 ne_ssl_clicert_decrypt(ne_ssl_client_cert *cc, const char *password) argument
951 ne_ssl_clicert_owner(const ne_ssl_client_cert *cc) argument
[all...]
H A Dne_gnutls.c331 void ne_ssl_clicert_free(ne_ssl_client_cert *cc) argument
333 if (cc->p12)
334 gnutls_pkcs12_deinit(cc->p12);
335 if (cc->decrypted) {
336 if (cc->cert.identity) ne_free(cc->cert.identity);
337 if (cc->pkey) gnutls_x509_privkey_deinit(cc->pkey);
338 if (cc->cert.subject) gnutls_x509_crt_deinit(cc
520 dup_client_cert(const ne_ssl_client_cert *cc) argument
638 ne_ssl_set_clicert(ne_session *sess, const ne_ssl_client_cert *cc) argument
1125 ne_ssl_client_cert *cc; local
1171 ne_ssl_client_cert *cc; local
1192 ne_ssl_clicert_encrypted(const ne_ssl_client_cert *cc) argument
1197 ne_ssl_clicert_decrypt(ne_ssl_client_cert *cc, const char *password) argument
1225 ne_ssl_clicert_owner(const ne_ssl_client_cert *cc) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/src/
H A Dne_openssl.c173 void ne_ssl_clicert_free(ne_ssl_client_cert *cc) argument
175 if (cc->p12)
176 PKCS12_free(cc->p12);
177 if (cc->decrypted) {
178 if (cc->cert.identity) ne_free(cc->cert.identity);
179 EVP_PKEY_free(cc->pkey);
180 X509_free(cc->cert.subject);
182 if (cc->friendly_name) ne_free(cc
490 dup_client_cert(const ne_ssl_client_cert *cc) argument
538 ne_ssl_client_cert *const cc = sess->client_cert; local
552 ne_ssl_set_clicert(ne_session *sess, const ne_ssl_client_cert *cc) argument
823 ne_ssl_client_cert *cc; local
883 ne_ssl_client_cert *cc; local
920 ne_ssl_clicert_encrypted(const ne_ssl_client_cert *cc) argument
925 ne_ssl_clicert_decrypt(ne_ssl_client_cert *cc, const char *password) argument
951 ne_ssl_clicert_owner(const ne_ssl_client_cert *cc) argument
[all...]
H A Dne_gnutls.c331 void ne_ssl_clicert_free(ne_ssl_client_cert *cc) argument
333 if (cc->p12)
334 gnutls_pkcs12_deinit(cc->p12);
335 if (cc->decrypted) {
336 if (cc->cert.identity) ne_free(cc->cert.identity);
337 if (cc->pkey) gnutls_x509_privkey_deinit(cc->pkey);
338 if (cc->cert.subject) gnutls_x509_crt_deinit(cc
520 dup_client_cert(const ne_ssl_client_cert *cc) argument
638 ne_ssl_set_clicert(ne_session *sess, const ne_ssl_client_cert *cc) argument
1125 ne_ssl_client_cert *cc; local
1171 ne_ssl_client_cert *cc; local
1192 ne_ssl_clicert_encrypted(const ne_ssl_client_cert *cc) argument
1197 ne_ssl_clicert_decrypt(ne_ssl_client_cert *cc, const char *password) argument
1225 ne_ssl_clicert_owner(const ne_ssl_client_cert *cc) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/src/
H A Dne_openssl.c173 void ne_ssl_clicert_free(ne_ssl_client_cert *cc) argument
175 if (cc->p12)
176 PKCS12_free(cc->p12);
177 if (cc->decrypted) {
178 if (cc->cert.identity) ne_free(cc->cert.identity);
179 EVP_PKEY_free(cc->pkey);
180 X509_free(cc->cert.subject);
182 if (cc->friendly_name) ne_free(cc
490 dup_client_cert(const ne_ssl_client_cert *cc) argument
538 ne_ssl_client_cert *const cc = sess->client_cert; local
552 ne_ssl_set_clicert(ne_session *sess, const ne_ssl_client_cert *cc) argument
823 ne_ssl_client_cert *cc; local
883 ne_ssl_client_cert *cc; local
920 ne_ssl_clicert_encrypted(const ne_ssl_client_cert *cc) argument
925 ne_ssl_clicert_decrypt(ne_ssl_client_cert *cc, const char *password) argument
951 ne_ssl_clicert_owner(const ne_ssl_client_cert *cc) argument
[all...]
H A Dne_gnutls.c331 void ne_ssl_clicert_free(ne_ssl_client_cert *cc) argument
333 if (cc->p12)
334 gnutls_pkcs12_deinit(cc->p12);
335 if (cc->decrypted) {
336 if (cc->cert.identity) ne_free(cc->cert.identity);
337 if (cc->pkey) gnutls_x509_privkey_deinit(cc->pkey);
338 if (cc->cert.subject) gnutls_x509_crt_deinit(cc
520 dup_client_cert(const ne_ssl_client_cert *cc) argument
638 ne_ssl_set_clicert(ne_session *sess, const ne_ssl_client_cert *cc) argument
1125 ne_ssl_client_cert *cc; local
1171 ne_ssl_client_cert *cc; local
1192 ne_ssl_clicert_encrypted(const ne_ssl_client_cert *cc) argument
1197 ne_ssl_clicert_decrypt(ne_ssl_client_cert *cc, const char *password) argument
1225 ne_ssl_clicert_owner(const ne_ssl_client_cert *cc) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/ssb/
H A Dssb_driver_chipcommon.h587 static inline bool ssb_chipco_available(struct ssb_chipcommon *cc) argument
589 return (cc->dev != NULL);
593 #define chipco_read32(cc, offset) ssb_read32((cc)->dev, offset)
594 #define chipco_write32(cc, offset, val) ssb_write32((cc)->dev, offset, val)
596 #define chipco_mask32(cc, offset, mask) \
597 chipco_write32(cc, offset, chipco_read32(cc, offset) & (mask))
598 #define chipco_set32(cc, offse
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/blackfin/mach-bf561/
H A Datomic.S47 if cc jump .Ldone_corelock;
70 if cc jump .Ldone_corelock_noflush;
119 cc = r5 == 0; define
120 if cc jump 1f;
157 cc = r5 == 0; define
158 if cc jump 1f;
227 cc = r6 == 0; define
228 if cc jump .Lcache_synced
275 cc = bittst( r3, 0 ); define
276 r3 = cc;
296 cc = bittst( r2, 0 ); define
331 cc = bittst( r3, 0 ); define
387 cc = r1 < 0; define
408 cc = r1 < 2; define
423 cc = r1 <= 0; define
484 cc = r2 == 0; define
486 cc = r1 == 0; define
510 cc = r1 == r3; define
527 cc = r1 == r2; define
746 cc = r2 == r4; \\ define
826 cc = r0 == 0; define
849 cc = r0 == 0; define
873 cc = r0 == 0; define
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/mach-bf561/
H A Datomic.S47 if cc jump .Ldone_corelock;
70 if cc jump .Ldone_corelock_noflush;
119 cc = r5 == 0; define
120 if cc jump 1f;
157 cc = r5 == 0; define
158 if cc jump 1f;
227 cc = r6 == 0; define
228 if cc jump .Lcache_synced
275 cc = bittst( r3, 0 ); define
276 r3 = cc;
296 cc = bittst( r2, 0 ); define
331 cc = bittst( r3, 0 ); define
387 cc = r1 < 0; define
408 cc = r1 < 2; define
423 cc = r1 <= 0; define
484 cc = r2 == 0; define
486 cc = r1 == 0; define
510 cc = r1 == r3; define
527 cc = r1 == r2; define
746 cc = r2 == r4; \\ define
826 cc = r0 == 0; define
849 cc = r0 == 0; define
873 cc = r0 == 0; define
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/ssb/
H A Dssb_driver_chipcommon.h587 static inline bool ssb_chipco_available(struct ssb_chipcommon *cc) argument
589 return (cc->dev != NULL);
593 #define chipco_read32(cc, offset) ssb_read32((cc)->dev, offset)
594 #define chipco_write32(cc, offset, val) ssb_write32((cc)->dev, offset, val)
596 #define chipco_mask32(cc, offset, mask) \
597 chipco_write32(cc, offset, chipco_read32(cc, offset) & (mask))
598 #define chipco_set32(cc, offse
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ebtables/
H A Dcommunication.c289 struct ebt_cntchanges *cc = u_repl->cc->next, *cc2; local
304 while (cc != u_repl->cc) {
312 if (cc->type == CNT_NORM) {
321 } else if (cc->type == CNT_DEL) {
324 if (cc->type == CNT_CHANGE) {
325 if (cc->change % 3 == 1)
327 else if (cc->change % 3 == 2)
331 if (cc
445 ebt_translate_entry(struct ebt_entry *e, int *hook, int *n, int *cnt, int *totalcnt, struct ebt_u_entry **u_e, struct ebt_u_replace *u_repl, unsigned int valid_hooks, char *base, struct ebt_cntchanges **cc) argument
704 struct ebt_cntchanges *new_cc, *cc; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ebtables/
H A Dcommunication.c289 struct ebt_cntchanges *cc = u_repl->cc->next, *cc2; local
304 while (cc != u_repl->cc) {
312 if (cc->type == CNT_NORM) {
321 } else if (cc->type == CNT_DEL) {
324 if (cc->type == CNT_CHANGE) {
325 if (cc->change % 3 == 1)
327 else if (cc->change % 3 == 2)
331 if (cc
445 ebt_translate_entry(struct ebt_entry *e, int *hook, int *n, int *cnt, int *totalcnt, struct ebt_u_entry **u_e, struct ebt_u_replace *u_repl, unsigned int valid_hooks, char *base, struct ebt_cntchanges **cc) argument
704 struct ebt_cntchanges *new_cc, *cc; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ebtables/
H A Dcommunication.c289 struct ebt_cntchanges *cc = u_repl->cc->next, *cc2; local
304 while (cc != u_repl->cc) {
312 if (cc->type == CNT_NORM) {
321 } else if (cc->type == CNT_DEL) {
324 if (cc->type == CNT_CHANGE) {
325 if (cc->change % 3 == 1)
327 else if (cc->change % 3 == 2)
331 if (cc
445 ebt_translate_entry(struct ebt_entry *e, int *hook, int *n, int *cnt, int *totalcnt, struct ebt_u_entry **u_e, struct ebt_u_replace *u_repl, unsigned int valid_hooks, char *base, struct ebt_cntchanges **cc) argument
704 struct ebt_cntchanges *new_cc, *cc; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/shlib/
H A Dhpux10-cc.sh4 # sh shlib/hpux10-cc.sh
45 perl5 Configure no-shared hpux-parisc-cc-o4 +Z ${MYFLAGS}
54 make -f shlib/Makefile.hpux10-cc
71 perl5 Configure no-shared hpux-parisc-cc-o4 ${MYFLAGS}
88 perl5 Configure no-shared hpux-parisc-cc ${MYFLAGS}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/shlib/
H A Dhpux10-cc.sh4 # sh shlib/hpux10-cc.sh
45 perl5 Configure no-shared hpux-parisc-cc-o4 +Z ${MYFLAGS}
54 make -f shlib/Makefile.hpux10-cc
71 perl5 Configure no-shared hpux-parisc-cc-o4 ${MYFLAGS}
88 perl5 Configure no-shared hpux-parisc-cc ${MYFLAGS}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/des/times/
H A Dalpha.cc0 cc -O2
H A Dhpux.cc1 HPUX 10 - 9000/887 - cc -D_HPUX_SOURCE -Aa +ESlit +O2 -Wl,-a,archive
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dist/
H A Ds_apiflags14 cc api_flags.c -o $b || {

Completed in 405 milliseconds

1234567891011>>