HomeSort by relevance Sort by last modified time
    Searched full:ccp (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /external/opencv3/3rdparty/libjasper/
jpc_dec.c 163 static int jpc_dec_cp_setfromcox(jpc_dec_cp_t *cp, jpc_dec_ccp_t *ccp,
167 static int jpc_dec_cp_setfromqcx(jpc_dec_cp_t *cp, jpc_dec_ccp_t *ccp,
648 jpc_dec_ccp_t *ccp; local
690 ccp = &tile->cp->ccps[compno];
691 if (ccp->qmfbid == JPC_COX_INS) {
694 tcomp->numrlvls = ccp->numrlvls;
705 if (!(tcomp->tsfb = jpc_cod_gettsfb(ccp->qmfbid,
723 rlvl->prcwidthexpn = ccp->prcwidthexpns[rlvlno];
724 rlvl->prcheightexpn = ccp->prcheightexpns[rlvlno];
761 rlvl->cblkwidthexpn = JAS_MIN(ccp->cblkwidthexpn
1028 jpc_dec_ccp_t *ccp; local
1480 jpc_dec_ccp_t *ccp; local
1518 jpc_dec_ccp_t *ccp; local
1546 jpc_dec_ccp_t *ccp; local
1568 jpc_dec_ccp_t *ccp; local
1603 jpc_dec_ccp_t *ccp; local
1623 jpc_dec_ccp_t *ccp; local
1679 jpc_dec_ccp_t *ccp; local
1715 jpc_dec_ccp_t *ccp; local
    [all...]
  /external/curl/lib/
x509asn1.c 676 const char * ccp; local
718 ccp = Curl_getASN1Element(&cert->notBefore, elem.beg, elem.end);
719 Curl_getASN1Element(&cert->notAfter, ccp, elem.end);
724 ccp = Curl_getASN1Element(&cert->subjectPublicKeyAlgorithm,
727 Curl_getASN1Element(&cert->subjectPublicKey, ccp,
875 const char * ccp; local
894 ccp = Curl_DNtostr(&cert.subject);
895 if(!ccp)
898 Curl_ssl_push_certinfo(data, certnum, "Subject", ccp);
900 infof(data, "%2d Subject: %s\n", certnum, ccp);
1035 const char * ccp; local
    [all...]
  /external/kernel-headers/original/uapi/linux/
ppp-comp.h 15 * CCP codes.
26 * Max # bytes for a CCP option
32 * Parts of a CCP packet.
ppp-ioctl.h 26 #define SC_CCP_OPEN 0x00000040 /* Look at CCP packets */
59 /* Structure describing a CCP configuration option, for PPPIOCSCOMPRESS */
  /external/icu/icu4c/source/test/intltest/
textfile.cpp 17 // If the symbol CCP is defined, then the 'name' and 'encoding'
19 // #define CCP
35 #ifdef CCP
70 #ifdef CCP
  /external/ppp/pppd/
ccp.h 2 * ccp.h - Definitions for PPP Compression Control Protocol.
30 * $Id: ccp.h,v 1.12 2004/11/04 10:02:26 paulus Exp $
Android.mk 6 ccp.c \
ccp.c 2 * ccp.c - PPP Compression Control Protocol.
31 #define RCSID "$Id: ccp.c,v 1.50 2005/06/26 19:34:41 carlsonj Exp $"
38 #include "ccp.h"
74 "Disable CCP negotiation" },
75 { "-ccp", o_bool, &ccp_protent.enabled_flag,
76 "Disable CCP negotiation", OPT_ALIAS },
191 "CCP",
236 "CCP"
348 * ccp_init - initialize CCP.
384 * ccp_open - CCP is allowed to come up
    [all...]
Makefile.sol2 12 tty.o ccp.o ecp.o auth.o options.o demand.o utils.o sys-solaris.o \
Makefile.linux 14 PPPDSRCS = main.c magic.c fsm.c lcp.c ipcp.c upap.c chap-new.c md5.c ccp.c \
18 HEADERS = ccp.h session.h chap-new.h ecp.h fsm.h ipcp.h \
23 PPPDOBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap-new.o md5.o ccp.o \
  /external/ppp/pppd/include/net/
ppp-comp.h 59 int compress_proto; /* CCP compression protocol number */
98 * useful functionality, namely sending a CCP reset-request as a result
108 * CCP codes.
118 * Max # bytes for a CCP option
123 * Parts of a CCP packet.
pppio.h 74 #define CCP_ISOPEN 0x100 /* look at CCP packets */
78 #define CCP_COMP_RUN 0x1000 /* (status) seen CCP ack sent */
79 #define CCP_DECOMP_RUN 0x2000 /* (status) seen CCP ack rcvd */
if_ppp.h 57 #define SC_CCP_OPEN 0x00000040 /* Look at CCP packets */
94 /* Structure describing a CCP configuration option, for PPPIOCSCOMPRESS */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ppp-comp.h 64 int compress_proto; /* CCP compression protocol number */
122 * useful functionality, namely sending a CCP reset-request as a result
132 * CCP codes.
143 * Max # bytes for a CCP option
149 * Parts of a CCP packet.
if_ppp.h 59 #define SC_CCP_OPEN 0x00000040 /* Look at CCP packets */
95 /* Structure describing a CCP configuration option, for PPPIOCSCOMPRESS */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ppp-comp.h 64 int compress_proto; /* CCP compression protocol number */
122 * useful functionality, namely sending a CCP reset-request as a result
132 * CCP codes.
143 * Max # bytes for a CCP option
149 * Parts of a CCP packet.
  /external/clang/test/SemaCXX/
const-cast.cpp 15 typedef cc *ccp; typedef
16 typedef volatile ccp ccvp;
  /external/mksh/src/
var.c 810 const char *qval, *ccp; local
823 ccp = skip_varname(qval, false);
824 if (ccp == qval) {
841 len = (*ccp == '[') ? array_ref_len(ccp) : 0;
842 if (ccp[len]) {
1506 const char *ccp = var; local
    [all...]
exec.c 60 const char *s, *ccp; local
96 (ccp = skip_wdvarname(t->vars[0], true)) != t->vars[0] &&
98 ccp[0] == CHAR && ((ccp[1] == '=' && ccp[2] == EOS) ||
99 /* or "varname+=" */ (ccp[1] == '+' && ccp[2] == CHAR &&
100 ccp[3] == '=' && ccp[4] == EOS)) &&
104 size_t n = ccp - t->vars[0] + (ccp[1] == '+' ? 4 : 2)
673 const char *ccp; local
1543 const char * volatile ccp = iop->heredoc; local
    [all...]
main.c 183 const char *ccp, **wp; local
219 ccp = kshname;
221 while ((i = ccp[argi++])) {
223 ccp += argi;
226 if (*ccp == '-')
227 ++ccp;
230 if (!*ccp)
231 ccp = empty_argv[0];
255 if (!strcmp(ccp, builtin(mkshbuiltins[i].name,
267 if (!strcmp(ccp, "sh" MKSH_EXE_EXT))
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Note.cpp 621 PWL_CREATEPARAM ccp = cp; local
622 ccp.pParentWnd = this;
623 ccp.sBackgroundColor =
625 ccp.dwFlags = PWS_VISIBLE | PWS_CHILD | PWS_BACKGROUND;
626 m_pContents->Create(ccp);
1229 PWL_CREATEPARAM ccp = cp; local
    [all...]
PWL_IconList.cpp 363 PWL_CREATEPARAM ccp = cp; local
364 ccp.pParentWnd = this;
365 ccp.dwFlags = PWS_CHILD | PWS_VISIBLE;
366 m_pListContent->Create(ccp);
  /bionic/tests/math_data/
ldexpf_intel_data.h 609 -0x1.1745ccp-11,
610 -0x1.1745ccp-1,
614 -0x1.1745ccp-10,
615 -0x1.1745ccp-1,
619 -0x1.1745ccp-9,
620 -0x1.1745ccp-1,
624 -0x1.1745ccp-8,
625 -0x1.1745ccp-1,
629 -0x1.1745ccp-7,
630 -0x1.1745ccp-1
    [all...]
scalbnf_intel_data.h 609 -0x1.1745ccp-11,
610 -0x1.1745ccp-1,
614 -0x1.1745ccp-10,
615 -0x1.1745ccp-1,
619 -0x1.1745ccp-9,
620 -0x1.1745ccp-1,
624 -0x1.1745ccp-8,
625 -0x1.1745ccp-1,
629 -0x1.1745ccp-7,
630 -0x1.1745ccp-1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/
if_ppp.h 82 #define SC_CCP_OPEN 0x00000040 /* Look at CCP packets */
115 /* Structure describing a CCP configuration option, for PPPIOCSCOMPRESS */

Completed in 2632 milliseconds

1 2 3 4