Searched refs:pv (Results 51 - 75 of 121) sorted by relevance

12345

/external/dhcpcd/
H A Dbpf.c58 struct bpf_version pv; local
80 if (ioctl(fd, BIOCVERSION, &pv) == -1)
82 if (pv.bv_major != BPF_MAJOR_VERSION ||
83 pv.bv_minor < BPF_MINOR_VERSION) {
/external/harfbuzz_ng/src/
H A Dhb-buffer-serialize.cc293 parse_uint (const char *pp, const char *end, uint32_t *pv) argument
309 *pv = v;
314 parse_int (const char *pp, const char *end, int32_t *pv) argument
330 *pv = v;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_sf.h65 struct brw_reg pv; member in struct:brw_sf_compile
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_vertex.h69 } pv; member in union:__anon28001
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpreamble_patcher.cc487 void* pv = NULL; local
492 while (pv == NULL) {
503 pv = ::VirtualAlloc(reinterpret_cast<void*>(allocation_base -
510 if (pv == NULL) {
516 while (pv == NULL) {
523 pv = ::VirtualAlloc(reinterpret_cast<void*>(allocation_base +
529 return pv;
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpreamble_patcher.cc487 void* pv = NULL; local
492 while (pv == NULL) {
503 pv = ::VirtualAlloc(reinterpret_cast<void*>(allocation_base -
510 if (pv == NULL) {
516 while (pv == NULL) {
523 pv = ::VirtualAlloc(reinterpret_cast<void*>(allocation_base +
529 return pv;
/external/chromium_org/third_party/webrtc/base/
H A Dvirtualsocketserver.cc223 virtual int Send(const void *pv, size_t cb) { argument
229 return SendUdp(pv, cb, remote_addr_);
231 return SendTcp(pv, cb);
235 virtual int SendTo(const void *pv, size_t cb, const SocketAddress& addr) { argument
237 return SendUdp(pv, cb, addr);
243 return SendTcp(pv, cb);
247 virtual int Recv(void *pv, size_t cb) { argument
249 return RecvFrom(pv, cb, &addr);
252 virtual int RecvFrom(void *pv, size_t cb, SocketAddress *paddr) { argument
269 memcpy(pv, packe
465 SendUdp(const void* pv, size_t cb, const SocketAddress& addr) argument
481 SendTcp(const void* pv, size_t cb) argument
[all...]
H A Dopenssladapter.cc425 OpenSSLAdapter::Send(const void* pv, size_t cb) { argument
430 return AsyncSocketAdapter::Send(pv, cb);
451 int code = SSL_write(ssl_, pv, cb);
480 OpenSSLAdapter::Recv(void* pv, size_t cb) { argument
485 return AsyncSocketAdapter::Recv(pv, cb);
506 int code = SSL_read(ssl_, pv, cb);
H A Dschanneladapter.cc457 SChannelAdapter::Send(const void* pv, size_t cb) { argument
460 return AsyncSocketAdapter::Send(pv, cb);
500 static_cast<const char*>(pv) + written,
538 SChannelAdapter::Recv(void* pv, size_t cb) { argument
541 return AsyncSocketAdapter::Recv(pv, cb);
562 memcpy(pv, &readable[0], read);
H A Dthread.cc326 void *pv; local
327 pthread_join(thread_, &pv);
375 void* Thread::PreRun(void* pv) { argument
376 ThreadInit* init = static_cast<ThreadInit*>(pv);
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_cliptmp.h194 GLuint pv = v2; local
200 ASSIGN_3V(inlist, v2, v0, v1 ); /* pv rotated to slot zero */
241 if (pv != inlist[0]) {
243 tnl->Driver.Render.CopyPV( ctx, inlist[0], pv );
274 GLuint pv = v3; local
280 ASSIGN_4V(inlist, v3, v0, v1, v2 ); /* pv rotated to slot zero */
304 if (pv != inlist[0]) {
306 tnl->Driver.Render.CopyPV( ctx, inlist[0], pv );
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_cliptmp.h194 GLuint pv = v2; local
200 ASSIGN_3V(inlist, v2, v0, v1 ); /* pv rotated to slot zero */
241 if (pv != inlist[0]) {
243 tnl->Driver.Render.CopyPV( ctx, inlist[0], pv );
274 GLuint pv = v3; local
280 ASSIGN_4V(inlist, v3, v0, v1, v2 ); /* pv rotated to slot zero */
304 if (pv != inlist[0]) {
306 tnl->Driver.Render.CopyPV( ctx, inlist[0], pv );
/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_06_part1.c1637 unsigned int * inA, * inB, * pv; local
1669 pv = (unsigned int *)&vec_out;
1671 for (idx = 0; idx < 4; idx++, pv++)
1672 *pv = 0;
1784 unsigned int * inB, * pv; local
1790 pv = (unsigned int *)&vec_out;
1792 for (idx = 0; idx < 4; idx++, pv++)
1793 *pv = 0;
1823 unsigned int * pv = (unsigned int *)&vec_out; local
1826 for (idx = 0; idx < 4; idx++, pv
1876 unsigned int * pv = (unsigned int *) storeTest.base_addr; local
1998 unsigned int * pv; local
2065 unsigned int * pv; local
[all...]
H A Dtest_isa_2_06_part2.c1211 unsigned int * pv; local
1219 pv = (unsigned int *)&vec_out;
1221 for (idx = 0; idx < 4; idx++, pv++)
1222 *pv = 0;
1424 unsigned int * pv; local
1427 pv = (unsigned int *)&vec_out;
1429 for (idx = 0; idx < 4; idx++, pv++)
1430 *pv = 0;
1511 unsigned int * pv, condreg; local
1514 pv
[all...]
H A Dtest_isa_2_06_part3.c1118 unsigned int * pv; local
1121 pv = (unsigned int *)&vec_out;
1123 for (idx = 0; idx < 4; idx++, pv++)
1124 *pv = 0;
1246 unsigned int * pv; local
1249 pv = (unsigned int *)&vec_out;
1251 for (idx = 0; idx < 4; idx++, pv++)
1252 *pv = 0;
1443 unsigned int * pv; local
1446 pv
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_06_part1.c1637 unsigned int * inA, * inB, * pv; local
1669 pv = (unsigned int *)&vec_out;
1671 for (idx = 0; idx < 4; idx++, pv++)
1672 *pv = 0;
1784 unsigned int * inB, * pv; local
1790 pv = (unsigned int *)&vec_out;
1792 for (idx = 0; idx < 4; idx++, pv++)
1793 *pv = 0;
1823 unsigned int * pv = (unsigned int *)&vec_out; local
1826 for (idx = 0; idx < 4; idx++, pv
1876 unsigned int * pv = (unsigned int *) storeTest.base_addr; local
1998 unsigned int * pv; local
2065 unsigned int * pv; local
[all...]
H A Dtest_isa_2_06_part2.c1211 unsigned int * pv; local
1219 pv = (unsigned int *)&vec_out;
1221 for (idx = 0; idx < 4; idx++, pv++)
1222 *pv = 0;
1424 unsigned int * pv; local
1427 pv = (unsigned int *)&vec_out;
1429 for (idx = 0; idx < 4; idx++, pv++)
1430 *pv = 0;
1511 unsigned int * pv, condreg; local
1514 pv
[all...]
H A Dtest_isa_2_06_part3.c1118 unsigned int * pv; local
1121 pv = (unsigned int *)&vec_out;
1123 for (idx = 0; idx < 4; idx++, pv++)
1124 *pv = 0;
1246 unsigned int * pv; local
1249 pv = (unsigned int *)&vec_out;
1251 for (idx = 0; idx < 4; idx++, pv++)
1252 *pv = 0;
1443 unsigned int * pv; local
1446 pv
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dregion.cpp430 StringEnumeration *pv = r->getPreferredValues(); local
431 pv->reset(status);
432 const UnicodeString *ustr = pv->snext(status);
434 delete pv;
475 StringEnumeration *pv = r->getPreferredValues(); local
476 pv->reset(status);
477 const UnicodeString *ustr = pv->snext(status);
479 delete pv;
/external/icu/icu4c/source/i18n/
H A Dregion.cpp430 StringEnumeration *pv = r->getPreferredValues(); local
431 pv->reset(status);
432 const UnicodeString *ustr = pv->snext(status);
434 delete pv;
475 StringEnumeration *pv = r->getPreferredValues(); local
476 pv->reset(status);
477 const UnicodeString *ustr = pv->snext(status);
479 delete pv;
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp3-generic-lambda-1y.cpp35 decltype (v)* pv
/external/mksh/src/
H A Dexec.c58 int pv[2]; local
187 openpipe(pv);
189 ksh_dup2(pv[1], 1, false);
191 * Let exchild() close pv[0] in child
197 NULL, pv[0]);
199 ksh_dup2(pv[0], 0, false);
200 closepipe(pv);
250 openpipe(pv);
251 if (pv[0] != 0) {
252 ksh_dup2(pv[
[all...]
/external/chromium_org/pdf/
H A Ddraw_utils.cc229 // pv - is a rounding power factor for smoothing corners.
230 // pv = 2.0 will make corners completely round.
231 const double pv = 4.0; local
232 // pow_pv - cache to avoid recalculating pow(x, pv) every time.
244 pow_pv[x] = pow(x, pv);
246 pow_pv[y] = pow(y, pv);
250 double v = (x == 0) ? y : pow(pow_pv[x] + pow_pv[y], 1 / pv);
/external/valgrind/main/coregrind/
H A Dm_libcbase.c760 #define BM_PVINIT(pv, pm) \
762 pv = a, BM_SWAP(pv, pm); \
764 pv = (Char*)&v, v = *(Word*)pm
790 Char *pa, *pb, *pc, *pd, *pl, *pm, *pn, *pv; local
814 BM_PVINIT(pv, pm);
818 while (pb <= pc && (r = cmp(pb, pv)) <= 0) {
822 while (pc >= pb && (r = cmp(pc, pv)) >= 0) {
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp523 constexpr void *pv = (void*)&s.a;
526 constexpr bool v2 = null < pv; // expected-error {{constant expression}}
527 constexpr bool v3 = null == pv; // ok
528 constexpr bool v4 = qv == pv; // ok
529 constexpr bool v5 = qv >= pv; // expected-error {{constant expression}} expected-note {{unequal pointers to void}}

Completed in 694 milliseconds

12345