Searched refs:pb (Results 1 - 25 of 405) sorted by relevance

1234567891011>>

/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/libutf/
H A Drunestrstr.c27 const Rune *p, *pa, *pb; local
36 for(pb=s2;; pb++) {
37 c = *pb;
/external/nanopb-c/examples/network_server/
H A Dcommon.h4 #include <pb.h>
H A DMakefile13 rm -f server client fileproto.pb.c fileproto.pb.h
15 %: %.c common.c fileproto.pb.c
/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/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/nanopb-c/examples/using_union_messages/
H A DMakefile16 rm -f encode unionproto.pb.h unionproto.pb.c
18 %: %.c unionproto.pb.c
/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/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/nanopb-c/tools/
H A Dset_version.sh5 # It sets the version number in pb.h and generator/nanopb_generator.py.
8 sed -i -e 's/#define\s*NANOPB_VERSION\s*.*/#define NANOPB_VERSION '$1'/' pb.h
/external/nanopb-c/examples/using_double_on_avr/
H A DMakefile13 rm -f test_conversions encode_double decode_double doubleproto.pb.c doubleproto.pb.h
18 %: %.c double_conversion.c doubleproto.pb.c
/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/nanopb-c/extra/
H A Dnanopb.mk2 # .pb.c and .pb.h files out of .proto, as well the path to nanopb core.
34 # Rule for building .pb.c and .pb.h
35 %.pb.c %.pb.h: %.proto $(wildcard %.options)
/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/nanopb-c/examples/simple/
H A DMakefile10 CSRC += simple.pb.c # The compiled protocol definition
19 simple.pb.c: simple.proto
/external/tcpdump/
H A Dprint-babel.c166 unsigned pb; local
171 pb = (plen + 7) / 8;
173 pb = 4;
175 pb = 16;
177 if(pb > 16)
185 if(omitted > 4 || pb > 4 || (pb > omitted && len < pb - omitted))
192 if(pb > omitted) {
193 memcpy(prefix + 12 + omitted, p, pb
[all...]
/external/chromium_org/third_party/lzma_sdk/
H A DLzmaLib.h26 0 1 lc, lp and pb in encoded form.
39 -1 for any from: level, loc, lp, pb, fb, numThreads
76 pb - The number of pos bits (low bits of current position).
78 The pb switch is intended for periodical data when the period is equal 2^pb.
104 int pb, /* 0 <= pb <= 4, default = 2 */
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/ots/third_party/lzma_sdk/
H A DLzmaLib.h27 0 1 lc, lp and pb in encoded form.
40 -1 for any from: level, loc, lp, pb, fb, numThreads
77 pb - The number of pos bits (low bits of current position).
79 The pb switch is intended for periodical data when the period is equal 2^pb.
105 int pb, /* 0 <= pb <= 4, default = 2 */
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
/external/lzma/C/
H A DLzmaLib.h26 0 1 lc, lp and pb in encoded form.
39 -1 for any from: level, loc, lp, pb, fb, numThreads
76 pb - The number of pos bits (low bits of current position).
78 The pb switch is intended for periodical data when the period is equal 2^pb.
104 int pb, /* 0 <= pb <= 4, default = 2 */
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/libcxx/test/
H A Druntests.py26 self.pb = progressbar.ProgressBar(maxval=maxval)
28 self.pb = None
31 if self.pb:
32 self.pb.start()
35 if self.pb:
36 self.pb.update(value)
39 if self.pb:
40 self.pb.finish()
99 pb = ProgressBarWrapper(maxval=len(tests))
102 pb
[all...]
/external/libpcap/
H A Dpcap-bpf.c237 * pb->nonblock so we don't call select(2) if the pcap handle is in non-
244 struct pcap_bpf *pb = p->priv; local
246 if (pb->zerocopy)
247 return (pb->nonblock);
256 struct pcap_bpf *pb = p->priv; local
258 if (pb->zerocopy) {
259 pb->nonblock = nonblock;
279 struct pcap_bpf *pb = p->priv; local
282 if (pb->zbuffer == pb
317 struct pcap_bpf *pb = p->priv; local
415 struct pcap_bpf *pb = p->priv; local
826 struct pcap_bpf *pb = p->priv; local
1277 struct pcap_bpf *pb = p->priv; local
1481 struct pcap_bpf *pb = p->priv; local
2294 struct pcap_bpf *pb = p->priv; local
2609 struct pcap_bpf *pb = p->priv; local
[all...]
/external/e2fsprogs/e2fsck/
H A Dsuper.c65 struct process_block_struct *pb; local
71 pb = (struct process_block_struct *) priv_data;
72 ctx = pb->ctx;
73 pctx = pb->pctx;
85 pb->abort = 1;
99 if (pb->truncating) {
108 pb->errcode = io_channel_read_blk64(fs->io, blk, 1,
109 pb->buf);
110 if (pb->errcode)
114 for (i = 0, bp = (blk_t *) pb
160 struct process_block_struct pb; local
[all...]

Completed in 670 milliseconds

1234567891011>>