Searched refs:cst (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddecompress_unlzma.c348 struct cstate *cst, uint16_t *p,
359 if (cst->state >= LZMA_NUM_LIT_STATES) {
360 int match_byte = peek_old_byte(wr, cst->rep0);
382 if (cst->state < 4)
383 cst->state = 0;
384 else if (cst->state < 10)
385 cst->state -= 3;
387 cst->state -= 6;
391 struct cstate *cst, uint16_t *p,
399 prob = p + LZMA_IS_REP + cst
347 process_bit0(struct writer *wr, struct rc *rc, struct cstate *cst, uint16_t *p, int pos_state, uint16_t *prob, int lc, uint32_t literal_pos_mask) argument
390 process_bit1(struct writer *wr, struct rc *rc, struct cstate *cst, uint16_t *p, int pos_state, uint16_t *prob) argument
551 struct cstate cst; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DClassWriter.java811 * @param cst the value of the constant to be added to the constant pool.
817 Item newConstItem(final Object cst) { argument
818 if (cst instanceof Integer) {
819 int val = ((Integer) cst).intValue();
821 } else if (cst instanceof Byte) {
822 int val = ((Byte) cst).intValue();
824 } else if (cst instanceof Character) {
825 int val = ((Character) cst).charValue();
827 } else if (cst instanceof Short) {
828 int val = ((Short) cst)
866 newConst(final Object cst) argument
[all...]
H A DMethodVisitor.java220 * @param cst the constant to be loaded on the stack. This parameter must be
226 void visitLdcInsn(Object cst); argument
H A DMethodWriter.java881 public void visitLdcInsn(final Object cst) { argument
882 Item i = cw.newConstItem(cst);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/lib/
H A Datomic-ops.S35 cst.p gr11,@(gr9,gr0) ,cc3,#1
57 cst.p gr11,@(gr9,gr0) ,cc3,#1
79 cst.p gr11,@(gr9,gr0) ,cc3,#1
101 cst.p gr8,@(gr9,gr0) ,cc3,#1
123 cst.p gr8,@(gr9,gr0) ,cc3,#1
144 cst.p gr10,@(gr9,gr0) ,cc3,#1
167 cst.p gr10,@(gr11,gr0) ,cc3,#1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ocsp/
H A Docsp_prn.c193 OCSP_CERTSTATUS *cst = NULL; local
247 cst = single->certStatus;
249 OCSP_cert_status_str(cst->type)) <= 0)
251 if (cst->type == V_OCSP_CERTSTATUS_REVOKED) {
252 rev = cst->value.revoked;
H A Docsp_cl.c274 OCSP_CERTSTATUS *cst; local
277 cst = single->certStatus;
278 ret = cst->type;
280 OCSP_REVOKEDINFO *rev = cst->value.revoked;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_prn.c190 OCSP_CERTSTATUS *cst = NULL; local
239 cst = single->certStatus;
241 OCSP_cert_status_str(cst->type)) <= 0)
243 if (cst->type == V_OCSP_CERTSTATUS_REVOKED)
245 rev = cst->value.revoked;
H A Docsp_cl.c265 OCSP_CERTSTATUS *cst; local
267 cst = single->certStatus;
268 ret = cst->type;
271 OCSP_REVOKEDINFO *rev = cst->value.revoked;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ocsp/
H A Docsp_prn.c193 OCSP_CERTSTATUS *cst = NULL; local
247 cst = single->certStatus;
249 OCSP_cert_status_str(cst->type)) <= 0)
251 if (cst->type == V_OCSP_CERTSTATUS_REVOKED) {
252 rev = cst->value.revoked;
H A Docsp_cl.c274 OCSP_CERTSTATUS *cst; local
277 cst = single->certStatus;
278 ret = cst->type;
280 OCSP_REVOKEDINFO *rev = cst->value.revoked;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dtasn_dec.c77 char *inf, char *cst,
177 char seq_eoc, seq_nolen, cst, isopt; local
371 ret = asn1_check_tlen(&len, NULL, NULL, &seq_eoc, &cst,
385 if (!cst) {
539 char cst; local
544 ret = asn1_check_tlen(&len, NULL, NULL, &exp_eoc, &cst,
552 if (!cst) {
718 char cst, inf, free_cont = 0; local
762 ret = asn1_check_tlen(&plen, NULL, NULL, &inf, &cst,
781 else if (!cst) {
1056 char cst, ininf; local
1145 asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, char *inf, char *cst, const unsigned char **in, long len, int exptag, int expclass, char opt, ASN1_TLC *ctx) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dtasn_dec.c77 char *inf, char *cst,
164 char seq_eoc, seq_nolen, cst, isopt; local
375 ret = asn1_check_tlen(&len, NULL, NULL, &seq_eoc, &cst,
392 if (!cst)
551 char cst; local
556 ret = asn1_check_tlen(&len, NULL, NULL, &exp_eoc, &cst,
567 if (!cst)
772 char cst, inf, free_cont = 0; local
826 ret = asn1_check_tlen(&plen, NULL, NULL, &inf, &cst,
848 else if (!cst)
1136 char cst, ininf; local
1234 asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, char *inf, char *cst, const unsigned char **in, long len, int exptag, int expclass, char opt, ASN1_TLC *ctx) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dtasn_dec.c77 char *inf, char *cst,
177 char seq_eoc, seq_nolen, cst, isopt; local
371 ret = asn1_check_tlen(&len, NULL, NULL, &seq_eoc, &cst,
385 if (!cst) {
539 char cst; local
544 ret = asn1_check_tlen(&len, NULL, NULL, &exp_eoc, &cst,
552 if (!cst) {
718 char cst, inf, free_cont = 0; local
762 ret = asn1_check_tlen(&plen, NULL, NULL, &inf, &cst,
781 else if (!cst) {
1056 char cst, ininf; local
1145 asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, char *inf, char *cst, const unsigned char **in, long len, int exptag, int expclass, char opt, ASN1_TLC *ctx) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Ddebug.h50 * @cst: Carrier Sense TImeout
74 u32 cst; member in struct:ath_interrupt_stats
H A Ddebug.c302 sc->debug.stats.istats.cst++;
355 "%8s: %10u\n", "CST", sc->debug.stats.istats.cst);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dprocessor_idle.c364 union acpi_object *cst; local
378 cst = buffer.pointer;
381 if (!cst || (cst->type != ACPI_TYPE_PACKAGE) || cst->package.count < 2) {
387 count = cst->package.elements[0].integer.value;
390 if (count < 1 || count != cst->package.count - 1) {
407 element = &(cst->package.elements[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/
H A Dretest.c65 mbstate_t cst; local
66 memset(&cst, 0, sizeof(cst));
85 n = tre_mbrtowc(buf ? buf++ : NULL, str, len, &cst);

Completed in 120 milliseconds