Searched defs:pb (Results 1 - 25 of 140) sorted by relevance

123456

/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
H A Dp10.cpp12 B* pb = new B; local
13 A* pa = pb;
15 pb->f(); // expected-error{{too few arguments to function call, expected 1, have 0; did you mean 'A::f'?}}
/external/clang/test/FixIt/
H A Dtypo-location-bugs.cpp16 B* pb = new B; local
17 A* pa = pb;
19 pb->f(); // expected-error{{too few arguments to function call, expected 1, have 0; did you mean 'A::f'?}}
/external/compiler-rt/test/msan/
H A Dtsearch.cc7 int compare(const void *pa, const void *pb) { argument
9 int b = *(const int *)pb;
/external/libutf/
H A Drunestrstr.c27 const Rune *p, *pa, *pb; local
36 for(pb=s2;; pb++) {
37 c = *pb;
/external/llvm/test/CodeGen/PowerPC/
H A Dhello-reloc.s19 bl L0$pb
20 L0$pb:
27 addis r2, r2, ha16(L_.str-L0$pb)
28 la r3, lo16(L_.str-L0$pb)(r2)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.pb_2.2.0.v20100429.jar ... -INF/eclipse.inf org/ org/sat4j/ org/sat4j/pb/ org/sat4j/pb/constraints/ org/sat4j/pb/constraints/pb/ org ...
/external/chromium_org/third_party/re2/util/
H A Dhash.cc189 32-bit values. pc and pb must both be nonnull, and *pc and *pb must
190 both be initialized with seeds. If you pass in (*pb)==0, the output
198 uint32 *pb) /* IN: more seed OUT: secondary hash value */
204 c += *pb;
228 *pc=c; *pb=b;
194 hashword2( const uint32 *k, size_t length, uint32 *pc, uint32 *pb) argument
/external/eigen/lapack/
H A Dcholesky.cpp41 EIGEN_LAPACK_FUNC(potrs,(char* uplo, int *n, int *nrhs, RealScalar *pa, int *lda, RealScalar *pb, int *ldb, int *info)) argument
56 Scalar* b = reinterpret_cast<Scalar*>(pb);
H A Dlu.cpp46 EIGEN_LAPACK_FUNC(getrs,(char *trans, int *n, int *nrhs, RealScalar *pa, int *lda, int *ipiv, RealScalar *pb, int *ldb, int *info)) argument
61 Scalar* b = reinterpret_cast<Scalar*>(pb);
/external/regex-re2/util/
H A Dhash.cc189 32-bit values. pc and pb must both be nonnull, and *pc and *pb must
190 both be initialized with seeds. If you pass in (*pb)==0, the output
198 uint32 *pb) /* IN: more seed OUT: secondary hash value */
204 c += *pb;
228 *pc=c; *pb=b;
194 hashword2( const uint32 *k, size_t length, uint32 *pc, uint32 *pb) argument
/external/chromium_org/third_party/lzma_sdk/
H A DLzmaEnc.h23 int pb; /* 0 <= pb <= 4, default = 2 */ member in struct:_CLzmaEncProps
H A DLzmaLib.c21 int pb, /* 0 <= pb <= 4, default = 2 */
32 props.pb = pb;
15 LzmaCompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLen, unsigned char *outProps, size_t *outPropsSize, int level, unsigned dictSize, int lc, int lp, int pb, int fb, int numThreads ) argument
H A DLzmaDec.h30 unsigned lc, lp, pb; member in struct:_CLzmaProps
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaEnc.h24 int pb; /* 0 <= pb <= 4, default = 2 */ member in struct:_CLzmaEncProps
H A DLzmaLib.c22 int pb, /* 0 <= pb <= 4, default = 2 */
33 props.pb = pb;
16 LzmaCompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLen, unsigned char *outProps, size_t *outPropsSize, int level, unsigned dictSize, int lc, int lp, int pb, int fb, int numThreads ) argument
H A DLzmaDec.h31 unsigned lc, lp, pb; member in struct:_CLzmaProps
/external/clang/test/CodeGen/
H A Dtypes.c19 typedef struct MpegEncContext {int pb;} MpegEncContext; member in struct:MpegEncContext
20 static void test2(void) {MpegEncContext s; s.pb;}
/external/lzma/C/
H A DLzmaEnc.h23 int pb; /* 0 <= pb <= 4, default = 2 */ member in struct:_CLzmaEncProps
H A DLzmaLib.c21 int pb, /* 0 <= pb <= 4, default = 2 */
32 props.pb = pb;
15 LzmaCompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLen, unsigned char *outProps, size_t *outPropsSize, int level, unsigned dictSize, int lc, int lp, int pb, int fb, int numThreads ) argument
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Da_d2i_fp.c66 static int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb);
143 static int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb) argument
281 *pb = b;
H A Da_int.c116 unsigned char *p,*n,pb=0; local
128 pb=0;
132 pb=0xFF;
140 pb=0xFF;
150 if (pad) *(p++)=pb;
/external/e2fsprogs/lib/ext2fs/
H A Dbmove.c43 struct process_block_struct *pb; local
48 pb = (struct process_block_struct *) priv_data;
55 if (ext2fs_test_block_bitmap2(pb->reserve, block)) {
60 pb->error = EXT2_ET_BLOCK_ALLOC_FAIL;
63 } while (ext2fs_test_block_bitmap2(pb->reserve, block) ||
64 ext2fs_test_block_bitmap2(pb->alloc_map, block));
66 retval = io_channel_read_blk64(fs->io, orig, 1, pb->buf);
68 pb->error = retval;
71 retval = io_channel_write_blk64(fs->io, block, 1, pb->buf);
73 pb
104 struct process_block_struct pb; local
[all...]
/external/openssl/crypto/asn1/
H A Da_d2i_fp.c65 static int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb);
142 static int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb) argument
281 *pb = b;
/external/yaffs2/yaffs2/
H A Dyaffs_qsort.c81 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; local
107 pa = pb = (char *)a + es;
111 while (pb <= pc && (r = cmp(pb, a)) <= 0) {
114 swap(pa, pb);
117 pb += es;
119 while (pb <= pc && (r = cmp(pc, a)) >= 0) {
127 if (pb > pc)
129 swap(pb, pc);
131 pb
[all...]
/external/eigen/blas/
H A Dlevel1_impl.h76 int EIGEN_BLAS_FUNC(rotg)(RealScalar *pa, RealScalar *pb, RealScalar *pc, RealScalar *ps) argument
82 Scalar& b = *reinterpret_cast<Scalar*>(pb);
110 *pb = z;

Completed in 5130 milliseconds

123456