HomeSort by relevance Sort by last modified time
    Searched refs:bp (Results 76 - 100 of 634) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libmtp/src/
util.c 50 unsigned char *bp = (unsigned char *) buf; local
54 fprintf(f, "%02x ", *bp);
55 bp++;
77 unsigned char *bp = (unsigned char *) buf; local
87 fprintf(f, "%02x", bp[16*lc+i]);
97 unsigned char ch= bp[16*lc+i];
  /external/openssl/crypto/x509v3/
v3_ocsp.c 90 BIO *bp, int ind);
158 static int i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *in, BIO *bp,
164 if (BIO_printf(bp, "%*scrlUrl: ", ind, "") <= 0) goto err;
165 if (!ASN1_STRING_print(bp, (ASN1_STRING*)a->crlUrl)) goto err;
166 if (BIO_write(bp, "\n", 1) <= 0) goto err;
170 if (BIO_printf(bp, "%*scrlNum: ", ind, "") <= 0) goto err;
171 if (i2a_ASN1_INTEGER(bp, a->crlNum) <= 0) goto err;
172 if (BIO_write(bp, "\n", 1) <= 0) goto err;
176 if (BIO_printf(bp, "%*scrlTime: ", ind, "") <= 0) goto err;
177 if (!ASN1_GENERALIZEDTIME_print(bp, a->crlTime)) goto err
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
glxinit.c 274 const INT32 * bp, Bool tagged_only,
281 config->visualID = *bp++;
283 config->visualType = _gl_convert_from_x_visual_type(*bp++);
285 config->rgbMode = *bp++;
287 config->redBits = *bp++;
288 config->greenBits = *bp++;
289 config->blueBits = *bp++;
290 config->alphaBits = *bp++;
291 config->accumRedBits = *bp++;
292 config->accumGreenBits = *bp++
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
glxinit.c 274 const INT32 * bp, Bool tagged_only,
281 config->visualID = *bp++;
283 config->visualType = _gl_convert_from_x_visual_type(*bp++);
285 config->rgbMode = *bp++;
287 config->redBits = *bp++;
288 config->greenBits = *bp++;
289 config->blueBits = *bp++;
290 config->alphaBits = *bp++;
291 config->accumRedBits = *bp++;
292 config->accumGreenBits = *bp++
    [all...]
  /external/e2fsprogs/lib/ext2fs/
blkmap64_rb.c 160 static void rb_free_extent(struct ext2fs_rb_private *bp,
163 if (bp->wcursor == ext)
164 bp->wcursor = NULL;
165 if (bp->rcursor == ext)
166 bp->rcursor = NULL;
167 if (bp->rcursor_next == ext)
168 bp->rcursor_next = NULL;
174 struct ext2fs_rb_private *bp; local
177 retval = ext2fs_get_mem(sizeof (struct ext2fs_rb_private), &bp);
181 bp->root = RB_ROOT
222 struct ext2fs_rb_private *bp; local
300 struct ext2fs_rb_private *bp; local
571 struct ext2fs_rb_private *bp; local
581 struct ext2fs_rb_private *bp; local
596 struct ext2fs_rb_private *bp; local
607 struct ext2fs_rb_private *bp; local
618 struct ext2fs_rb_private *bp; local
632 struct ext2fs_rb_private *bp; local
686 struct ext2fs_rb_private *bp; local
731 struct ext2fs_rb_private *bp; local
794 struct ext2fs_rb_private *bp; local
807 struct ext2fs_rb_private *bp; local
    [all...]
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
bio.c 84 if (bio->bp >= bio->end) {
87 *bio->bp++ = (OPJ_BYTE)(bio->buf >> 8);
94 if (bio->bp >= bio->end) {
97 bio->buf |= *bio->bp++;
135 return (bio->bp - bio->start);
138 void opj_bio_init_enc(opj_bio_t *bio, OPJ_BYTE *bp, OPJ_UINT32 len) {
139 bio->start = bp;
140 bio->end = bp + len;
141 bio->bp = bp;
    [all...]
bio.h 62 OPJ_BYTE *bp; member in struct:opj_bio
91 @param bp Output buffer
94 void opj_bio_init_enc(opj_bio_t *bio, OPJ_BYTE *bp, OPJ_UINT32 len);
98 @param bp Input buffer
101 void opj_bio_init_dec(opj_bio_t *bio, OPJ_BYTE *bp, OPJ_UINT32 len);
mqc.c 206 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++
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
lex.c 106 char *bp = buf; local
116 *bp++ = c;
119 if (bp-buf >= sz)
120 if (!adjbuf(&buf, &sz, bp-buf+2, 100, &bp, "gettok"))
123 *bp++ = c;
125 *bp = 0;
130 *bp = 0;
136 if (bp-buf >= sz)
137 if (!adjbuf(&buf, &sz, bp-buf+2, 100, &bp, "gettok")
360 char *s, *bp; local
509 char *bp; local
    [all...]
  /external/tcpdump/
print-mpls.c 68 mpls_print(const u_char *bp, u_int length)
75 p = bp;
187 default_print(p, length - (p - bp));
197 ip_print(gndo, p, length - (p - bp));
202 ip6_print(gndo, p, length - (p - bp));
209 isoclns_print(p, length - (p - bp), length - (p - bp));
print-msnlb.c 52 msnlb_print(netdissect_options *ndo, const u_char *bp)
56 hb = (struct msnlb_heartbeat_pkt *)bp;
  /external/openssl/crypto/bio/
bss_log.c 130 static void xopenlog(BIO* bp, char* name, int level);
131 static void xsyslog(BIO* bp, int priority, const char* string);
132 static void xcloselog(BIO* bp);
235 static int MS_CALLBACK slg_puts(BIO *bp, const char *str)
240 ret=slg_write(bp,str,n);
246 static void xopenlog(BIO* bp, char* name, int level)
249 bp->ptr = RegisterEventSourceA(NULL,name);
251 bp->ptr = NULL;
254 static void xsyslog(BIO *bp, int priority, const char *string)
260 if (bp->ptr == NULL
    [all...]
  /external/openssl/crypto/lhash/
lh_stats.c 144 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,fp,BIO_NOCLOSE)
168 BIO *bp; local
    [all...]
  /external/openssl/crypto/rsa/
rsa_ameth.c 183 static int do_rsa_print(BIO *bp, const RSA *x, int off, int priv)
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,"exponent1:",x->dmp1,m,off)
    [all...]
  /external/openssl/crypto/ec/
eck_prn.c 120 int EC_KEY_print(BIO *bp, const EC_KEY *x, int off)
127 ret = EVP_PKEY_print_private(bp, pk, off, NULL);
132 int ECParameters_print(BIO *bp, const EC_KEY *x)
139 ret = EVP_PKEY_print_params(bp, pk, 4, NULL);
147 int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off)
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, "Field Type: %s\n", OBJ_nid2sn(tmp_nid)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
glxext.c 367 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++
    [all...]
  /external/mesa3d/src/glx/
glxext.c 367 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++
    [all...]
  /external/clang/test/FixIt/
fixit-function-call.cpp 71 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/
address-space-conversion.cpp 52 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);
    [all...]
  /external/compiler-rt/lib/asan/
asan_posix.cc 40 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/
ansi2knr.c 538 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 = p
    [all...]
  /external/openssl/crypto/dsa/
dsa_prn.c 98 int DSA_print(BIO *bp, const DSA *x, int off)
105 ret = EVP_PKEY_print_private(bp, pk, off, NULL);
110 int DSAparams_print(BIO *bp, const DSA *x)
117 ret = EVP_PKEY_print_params(bp, pk, 4, NULL);
  /external/openssl/crypto/err/
err_prn.c 105 static int print_bio(const char *str, size_t len, void *bp)
107 return BIO_write((BIO *)bp, str, len);
109 void ERR_print_errors(BIO *bp)
111 ERR_print_errors_cb(print_bio, bp);
  /external/qemu/distrib/jpeg-6b/
ansi2knr.c 538 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 = p
    [all...]
  /external/zopfli/src/zopfli/
deflate.c 32 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 + 1) & 7
325 bp, out, outsize); local
329 bp, out, outsize); local
    [all...]

Completed in 976 milliseconds

1 2 34 5 6 7 8 91011>>