Searched refs:bp (Results 76 - 100 of 519) sorted by relevance

1234567891011>>

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dmqc.c206 if (*mqc->bp == 0xff) {
207 mqc->bp++;
208 *mqc->bp = (OPJ_BYTE)(mqc->c >> 20);
213 mqc->bp++;
214 *mqc->bp = (OPJ_BYTE)(mqc->c >> 19);
218 (*mqc->bp)++;
219 if (*mqc->bp == 0xff) {
221 mqc->bp++;
222 *mqc->bp = (OPJ_BYTE)(mqc->c >> 20);
226 mqc->bp
387 opj_mqc_init_enc(opj_mqc_t *mqc, OPJ_BYTE *bp) argument
521 opj_mqc_init_dec(opj_mqc_t *mqc, OPJ_BYTE *bp, OPJ_UINT32 len) argument
[all...]
/external/openssl/crypto/lhash/
H A Dlh_stats.c144 BIO *bp; local
146 bp=BIO_new(BIO_s_file());
147 if (bp == NULL) goto end;
148 BIO_set_fp(bp,fp,BIO_NOCLOSE);
149 lh_stats_bio(lh,bp);
150 BIO_free(bp);
156 BIO *bp; local
158 bp=BIO_new(BIO_s_file());
159 if (bp == NULL) goto end;
160 BIO_set_fp(bp,f
168 BIO *bp; local
[all...]
/external/tcpdump/
H A Dprint-msnlb.c52 msnlb_print(netdissect_options *ndo, const u_char *bp) argument
56 hb = (struct msnlb_heartbeat_pkt *)bp;
H A Dprint-icmp6.c237 const u_char *bp, u_int length _U_)
239 struct nd_rpl_dio *dio = (struct nd_rpl_dio *)bp;
304 const u_char *bp, u_int length, const u_char *bp2, int fragmented)
314 dp = (struct icmp6_hdr *)bp;
325 if (TTEST2(bp[0], length)) {
391 print_unknown_data(bp,"\n\t",length);
531 icmp6_rrenum_print(bp, ep);
535 icmp6_nodeinfo_print(length, bp, ep);
584 print_unknown_data(bp,"\n\t", length);
595 get_upperlayer(u_char *bp, u_in argument
235 rpl_print(netdissect_options *ndo, const struct icmp6_hdr *hdr, const u_char *bp, u_int length _U_) argument
303 icmp6_print(netdissect_options *ndo, const u_char *bp, u_int length, const u_char *bp2, int fragmented) argument
669 icmp6_opt_print(const u_char *bp, int resid) argument
821 mld6_print(const u_char *bp) argument
837 mldv2_report_print(const u_char *bp, u_int len) argument
895 mldv2_query_print(const u_char *bp, u_int len) argument
997 icmp6_nodeinfo_print(u_int icmp6len, const u_char *bp, const u_char *ep) argument
1246 icmp6_rrenum_print(const u_char *bp, const u_char *ep) argument
[all...]
/external/openssl/crypto/rsa/
H A Drsa_ameth.c183 static int do_rsa_print(BIO *bp, const RSA *x, int off, int priv) argument
214 if(!BIO_indent(bp,off,128))
219 if (BIO_printf(bp,"Private-Key: (%d bit)\n", mod_len)
226 if (BIO_printf(bp,"Public-Key: (%d bit)\n", mod_len)
231 if (!ASN1_bn_print(bp,str,x->n,m,off)) goto err;
232 if (!ASN1_bn_print(bp,s,x->e,m,off))
236 if (!ASN1_bn_print(bp,"privateExponent:",x->d,m,off))
238 if (!ASN1_bn_print(bp,"prime1:",x->p,m,off))
240 if (!ASN1_bn_print(bp,"prime2:",x->q,m,off))
242 if (!ASN1_bn_print(bp,"exponent
255 rsa_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) argument
262 rsa_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) argument
301 rsa_pss_param_print(BIO *bp, RSA_PSS_PARAMS *pss, X509_ALGOR *maskHash, int indent) argument
385 rsa_sig_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig, int indent, ASN1_PCTX *pctx) argument
[all...]
/external/openssl/crypto/ec/
H A Deck_prn.c120 int EC_KEY_print(BIO *bp, const EC_KEY *x, int off) argument
127 ret = EVP_PKEY_print_private(bp, pk, off, NULL);
132 int ECParameters_print(BIO *bp, const EC_KEY *x) argument
139 ret = EVP_PKEY_print_params(bp, pk, 4, NULL);
147 int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off) argument
181 if (!BIO_indent(bp, off, 128))
188 if (BIO_printf(bp, "ASN1 OID: %s", OBJ_nid2sn(nid)) <= 0)
190 if (BIO_printf(bp, "\n") <= 0)
272 if (!BIO_indent(bp, off, 128))
276 if (BIO_printf(bp, "Fiel
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxext.c367 const INT32 * bp, Bool tagged_only,
374 config->visualID = *bp++;
376 config->visualType = convert_from_x_visual_type(*bp++);
378 config->rgbMode = *bp++;
380 config->redBits = *bp++;
381 config->greenBits = *bp++;
382 config->blueBits = *bp++;
383 config->alphaBits = *bp++;
384 config->accumRedBits = *bp++;
385 config->accumGreenBits = *bp
366 __glXInitializeVisualConfigFromTags(struct glx_config * config, int count, const INT32 * bp, Bool tagged_only, Bool fbconfig_style_tags) argument
[all...]
/external/mesa3d/src/glx/
H A Dglxext.c367 const INT32 * bp, Bool tagged_only,
374 config->visualID = *bp++;
376 config->visualType = convert_from_x_visual_type(*bp++);
378 config->rgbMode = *bp++;
380 config->redBits = *bp++;
381 config->greenBits = *bp++;
382 config->blueBits = *bp++;
383 config->alphaBits = *bp++;
384 config->accumRedBits = *bp++;
385 config->accumGreenBits = *bp
366 __glXInitializeVisualConfigFromTags(struct glx_config * config, int count, const INT32 * bp, Bool tagged_only, Bool fbconfig_style_tags) argument
[all...]
/external/clang/test/FixIt/
H A Dfixit-function-call.cpp71 bool bp(A *a);
85 // CHECK: error: no matching function for call to 'bp
87 bp(b); // good
97 // CHECK: error: no matching function for call to 'bp
99 bp(*ptra);
106 // CHECK: error: no matching function for call to 'bp
109 bp(c);
/external/clang/test/SemaCXX/
H A Daddress-space-conversion.cpp52 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) {
54 (void)static_cast<A_ptr>(bp);
74 (void)static_cast<A_ptr_1>(bp); // expected-error{{is not allowed}}
76 (void)static_cast<A_ptr_2>(bp); // expected-error{{is not allowed}}
103 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) {
105 (void)dynamic_cast<A_ptr>(bp);
117 (void)dynamic_cast<A_ptr_1>(bp); // expected-error{{casts away qualifiers}}
119 (void)dynamic_cast<A_ptr_2>(bp); // expected-error{{casts away qualifiers}}
133 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2,
138 (void)reinterpret_cast<A_ptr>(bp);
50 test_static_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) argument
102 test_dynamic_cast(A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) argument
131 test_reinterpret_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, const void __attribute__((address_space(1))) *cvp1) argument
157 test_cstyle_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, const void __attribute__((address_space(1))) *cvp1) argument
181 test_implicit_conversion(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) argument
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_posix.cc40 uptr pc, sp, bp; local
41 GetPcSpBp(context, &pc, &sp, &bp);
51 ReportStackOverflow(pc, sp, bp, context, addr);
53 ReportSIGSEGV(pc, sp, bp, context, addr);
/external/jpeg/
H A Dansi2knr.c538 char **bp; local
555 bp = breaks;
563 if ( bp >= btop )
570 *bp++ = p;
629 { *bp++ = "va_alist";
634 if ( bp == breaks + 1 ) /* sole argument */
637 writeblanks(bp[-1] - 1, p);
638 bp--;
643 *bp++ = p+1;
648 *bp
[all...]
/external/openssl/crypto/dsa/
H A Ddsa_prn.c98 int DSA_print(BIO *bp, const DSA *x, int off) argument
105 ret = EVP_PKEY_print_private(bp, pk, off, NULL);
110 int DSAparams_print(BIO *bp, const DSA *x) argument
117 ret = EVP_PKEY_print_params(bp, pk, 4, NULL);
/external/openssl/crypto/err/
H A Derr_prn.c105 static int print_bio(const char *str, size_t len, void *bp) argument
107 return BIO_write((BIO *)bp, str, len);
109 void ERR_print_errors(BIO *bp) argument
111 ERR_print_errors_cb(print_bio, bp);
/external/qemu/distrib/jpeg-6b/
H A Dansi2knr.c538 char **bp; local
555 bp = breaks;
563 if ( bp >= btop )
570 *bp++ = p;
629 { *bp++ = "va_alist";
634 if ( bp == breaks + 1 ) /* sole argument */
637 writeblanks(bp[-1] - 1, p);
638 bp--;
643 *bp++ = p+1;
648 *bp
[all...]
/external/zopfli/src/zopfli/
H A Ddeflate.c32 bp = bitpointer, always in range [0, 7].
34 Given the value of bp and the amount of bytes, the amount of bits represented
35 is not simply bytesize * 8 + bp because even representing one bit requires a
36 whole byte. It is: (bp == 0) ? (bytesize * 8) : ((bytesize - 1) * 8 + bp)
39 unsigned char* bp, unsigned char** out, size_t* outsize) {
40 if (*bp == 0) ZOPFLI_APPEND_DATA(0, out, outsize);
41 (*out)[*outsize - 1] |= bit << *bp;
42 *bp = (*bp
38 AddBit(int bit, unsigned char* bp, unsigned char** out, size_t* outsize) argument
45 AddBits(unsigned symbol, unsigned length, unsigned char* bp, unsigned char** out, size_t* outsize) argument
61 AddHuffmanBits(unsigned symbol, unsigned length, unsigned char* bp, unsigned char** out, size_t* outsize) argument
105 EncodeTree(const unsigned* ll_lengths, const unsigned* d_lengths, int use_16, int use_17, int use_18, unsigned char* bp, unsigned char** out, size_t* outsize) argument
251 AddDynamicTree(const unsigned* ll_lengths, const unsigned* d_lengths, unsigned char* bp, unsigned char** out, size_t* outsize) argument
297 AddLZ77Data(const unsigned short* litlens, const unsigned short* dists, size_t lstart, size_t lend, size_t expected_data_size, const unsigned* ll_symbols, const unsigned* ll_lengths, const unsigned* d_symbols, const unsigned* d_lengths, unsigned char* bp, unsigned char** out, size_t* outsize) argument
325 bp, out, outsize); local
329 bp, out, outsize); local
528 AddLZ77Block(const ZopfliOptions* options, int btype, int final, const unsigned short* litlens, const unsigned short* dists, size_t lstart, size_t lend, size_t expected_data_size, unsigned char* bp, unsigned char** out, size_t* outsize) argument
586 DeflateDynamicBlock(const ZopfliOptions* options, int final, const unsigned char* in, size_t instart, size_t inend, unsigned char* bp, unsigned char** out, size_t* outsize) argument
639 DeflateFixedBlock(const ZopfliOptions* options, int final, const unsigned char* in, size_t instart, size_t inend, unsigned char* bp, unsigned char** out, size_t* outsize) argument
670 DeflateNonCompressedBlock(const ZopfliOptions* options, int final, const unsigned char* in, size_t instart, size_t inend, unsigned char* bp, unsigned char** out, size_t* outsize) argument
700 DeflateBlock(const ZopfliOptions* options, int btype, int final, const unsigned char* in, size_t instart, size_t inend, unsigned char* bp, unsigned char** out, size_t* outsize) argument
721 DeflateSplittingFirst(const ZopfliOptions* options, int btype, int final, const unsigned char* in, size_t instart, size_t inend, unsigned char* bp, unsigned char** out, size_t* outsize) argument
755 DeflateSplittingLast(const ZopfliOptions* options, int btype, int final, const unsigned char* in, size_t instart, size_t inend, unsigned char* bp, unsigned char** out, size_t* outsize) argument
827 ZopfliDeflatePart(const ZopfliOptions* options, int btype, int final, const unsigned char* in, size_t instart, size_t inend, unsigned char* bp, unsigned char** out, size_t* outsize) argument
844 ZopfliDeflate(const ZopfliOptions* options, int btype, int final, const unsigned char* in, size_t insize, unsigned char* bp, unsigned char** out, size_t* outsize) argument
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Df_string.c64 int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type) argument
74 if (BIO_write(bp,"0",1) != 1) goto err;
83 if (BIO_write(bp,"\\\n",2) != 2) goto err;
88 if (BIO_write(bp,buf,2) != 2) goto err;
97 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size) argument
105 bufsize=BIO_gets(bp,buf,size);
188 bufsize=BIO_gets(bp,buf,size);
/external/openssl/crypto/asn1/
H A Df_enum.c66 int i2a_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *a) argument
76 if (BIO_write(bp,"00",2) != 2) goto err;
85 if (BIO_write(bp,"\\\n",2) != 2) goto err;
90 if (BIO_write(bp,buf,2) != 2) goto err;
99 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size) argument
109 bufsize=BIO_gets(bp,buf,size);
192 bufsize=BIO_gets(bp,buf,size);
H A Df_string.c64 int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type) argument
74 if (BIO_write(bp,"0",1) != 1) goto err;
83 if (BIO_write(bp,"\\\n",2) != 2) goto err;
88 if (BIO_write(bp,buf,2) != 2) goto err;
97 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size) argument
105 bufsize=BIO_gets(bp,buf,size);
197 bufsize=BIO_gets(bp,buf,size);
/external/oprofile/module/x86/
H A Dop_fixmap.c159 static int __init mpf_table_ok(struct intel_mp_floating * mpf, unsigned long * bp) argument
161 if (*bp != SMP_MAGIC_IDENT)
165 if (mpf_checksum((unsigned char *)bp, 16))
173 unsigned long * bp = phys_to_virt(base); local
177 mpf = (struct intel_mp_floating *)bp;
178 if (mpf_table_ok(mpf, bp))
180 bp += 4;
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509.c130 int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent) { argument
138 if (BIO_write(bp, "\n", 1) <= 0 ||
139 BIO_indent(bp, indent, indent) <= 0) {
143 if (BIO_printf(bp, "%02x%s", s[i], ((i + 1) == n) ? "" : ":") <= 0) {
147 if (BIO_write(bp, "\n", 1) != 1) {
/external/chromium_org/net/http/
H A Dmd4.cc79 Uint8 *bp; const Uint32 *wp, *wpend; local
81 bp = out;
85 for (; wp != wpend; ++wp, bp += 4)
87 bp[0] = (Uint8) ((*wp ) & 0xFF);
88 bp[1] = (Uint8) ((*wp >> 8) & 0xFF);
89 bp[2] = (Uint8) ((*wp >> 16) & 0xFF);
90 bp[3] = (Uint8) ((*wp >> 24) & 0xFF);
97 Uint32 *wp; const Uint8 *bp, *bpend; local
100 bp = in;
103 for (; bp !
[all...]
/external/libpcap/
H A Dpcap-nit.c111 register u_char *bp, *cp, *ep; local
125 bp = p->buffer;
127 bp = p->bp;
135 ep = bp + cc;
136 while (bp < ep) {
151 p->cc = ep - bp;
152 p->bp = bp;
157 nh = (struct nit_hdr *)bp;
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_prn.c137 int X509V3_extensions_print(BIO *bp, const char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent) argument
146 BIO_printf(bp,"%*s%s:\n",indent, "", title);
155 if (indent && BIO_printf(bp,"%*s",indent, "") <= 0) return 0;
157 i2a_ASN1_OBJECT(bp,obj);
159 if (BIO_printf(bp,": %s\n",j?"critical":"") <= 0)
161 if(!X509V3_EXT_print(bp, ex, flag, indent + 4))
163 BIO_printf(bp, "%*s", indent + 4, "");
164 M_ASN1_OCTET_STRING_print(bp,ex->value);
166 if (BIO_write(bp,"\n",1) <= 0) return 0;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscnvrt.c695 GrayOnlyParams* bp = (GrayOnlyParams*) Cargo; local
702 Out[3] = cmsEvalToneCurve16(bp->KTone, In[3]);
707 bp ->cmyk2cmyk ->Eval16Fn(In, Out, bp ->cmyk2cmyk->Data);
721 GrayOnlyParams bp; local
740 memset(&bp, 0, sizeof(bp));
747 bp.cmyk2cmyk = DefaultICCintents(ContextID,
755 if (bp.cmyk2cmyk == NULL) goto Error;
758 bp
827 PreserveKPlaneParams* bp = (PreserveKPlaneParams*) Cargo; local
913 PreserveKPlaneParams bp; local
[all...]

Completed in 547 milliseconds

1234567891011>>