/external/icu/icu4c/source/common/ |
D | propsvec.cpp | 45 UPropsVectors *pv; in upvec_open() local 58 pv=(UPropsVectors *)uprv_malloc(sizeof(UPropsVectors)); in upvec_open() 60 if(pv==NULL || v==NULL) { in upvec_open() 61 uprv_free(pv); in upvec_open() 66 uprv_memset(pv, 0, sizeof(UPropsVectors)); in upvec_open() 67 pv->v=v; in upvec_open() 68 pv->columns=columns; in upvec_open() 69 pv->maxRows=UPVEC_INITIAL_ROWS; in upvec_open() 70 pv->rows=2+(UPVEC_MAX_CP-UPVEC_FIRST_SPECIAL_CP); in upvec_open() 73 row=pv->v; in upvec_open() [all …]
|
D | propsvec.h | 79 upvec_close(UPropsVectors *pv); 88 upvec_setValue(UPropsVectors *pv, 99 upvec_getValue(const UPropsVectors *pv, UChar32 c, int32_t column); 107 upvec_getRow(const UPropsVectors *pv, int32_t rowIndex, 135 upvec_compact(UPropsVectors *pv, UPVecCompactHandler *handler, void *context, UErrorCode *pErrorCod… 143 upvec_getArray(const UPropsVectors *pv, int32_t *pRows, int32_t *pColumns); 151 upvec_cloneArray(const UPropsVectors *pv, 159 upvec_compactToUTrie2WithRowIndexes(UPropsVectors *pv, UErrorCode *pErrorCode);
|
D | uarrsort.cpp | 114 UComparator *cmp, const void *context, void *pv) { in doInsertionSort() argument 127 uprv_memcpy(pv, item, itemSize); /* v=array[j] */ in doInsertionSort() 129 uprv_memcpy(dest, pv, itemSize); /* array[insertionPoint]=v */ in doInsertionSort() 138 void *pv; in insertionSort() local 142 pv=v; in insertionSort() 144 pv=uprv_malloc(itemSize); in insertionSort() 145 if(pv==NULL) { in insertionSort() 151 doInsertionSort(array, length, itemSize, cmp, context, pv); in insertionSort() 153 if(pv!=v) { in insertionSort() 154 uprv_free(pv); in insertionSort()
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_replace.py | 64 pv = self.engine.patvar 70 equal(self.engine.getpat(), pv.get()) 73 pv.set('a') 80 pv.set('is') 86 pv.set('string') 95 pv.set(r'[a-z][\d]+') 102 pv.set('i') 117 pv.set('foobar') 128 pv = self.engine.patvar 135 pv.set('i') [all …]
|
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | gsmod_almmontinv.c | 74 BNU_CHUNK_T* pv = ps+mLen; in alm_mont_inv() local 75 BNU_CHUNK_T* pt = pv+mLen; in alm_mont_inv() 85 COPY_BNU(pv, pa, mLen); in alm_mont_inv() 88 while(!cpEqu_BNU_CHUNK(pv, mLen, 0)) { // while(v>0) { in alm_mont_inv() 93 else if(0==(pv[0]&1)) { // else if(isEven(v)) { in alm_mont_inv() 94 cpLSR_BNU(pv, pv, mLen, 1); // v = v/2; in alm_mont_inv() 98 int cmpRes = cpCmp_BNU(pu, mLen, pv, mLen); in alm_mont_inv() 100 cpSub_BNU(pu, pu, pv, mLen); // u = (u-v); in alm_mont_inv() 106 cpSub_BNU(pv, pv, pu, mLen); // v = (v-u); in alm_mont_inv() 107 cpLSR_BNU(pv, pv, mLen, 1); // v = v/2; in alm_mont_inv()
|
D | gsmod_almmontinv_ct.c | 76 BNU_CHUNK_T* pv = ps+mLen; in alm_mont_inv_ct() local 77 BNU_CHUNK_T* pt = pv+mLen; in alm_mont_inv_ct() 91 COPY_BNU(pv, pa, mLen); in alm_mont_inv_ct() 96 BNU_CHUNK_T update = ~cpIsGFpElemEquChunk_ct(pv, mLen, 0); in alm_mont_inv_ct() 115 mm = update & ~m & cpIsEven_ct(pv[0]); in alm_mont_inv_ct() 116 cpLSR_BNU(px, pv, mLen, 1); in alm_mont_inv_ct() 118 cpMaskedReplace_ct(pv, px, mLen, mm); in alm_mont_inv_ct() 124 mm = cpSub_BNU(px, pv, pu, mLen); in alm_mont_inv_ct() 129 cpMaskedReplace_ct(pv, px, mLen, mm); in alm_mont_inv_ct() 134 cpSub_BNU(px, pu, pv, mLen); in alm_mont_inv_ct()
|
/external/flac/libFLAC/ |
D | memory.c | 67 void *pv; /* aligned pointer alias */ in FLAC__memory_alloc_aligned_int32_array() member 78 pu = FLAC__memory_alloc_aligned(sizeof(*pu) * elements, &u.pv); in FLAC__memory_alloc_aligned_int32_array() 96 void *pv; /* aligned pointer alias */ in FLAC__memory_alloc_aligned_uint32_array() member 107 pu = FLAC__memory_alloc_aligned(sizeof(*pu) * elements, &u.pv); in FLAC__memory_alloc_aligned_uint32_array() 125 void *pv; /* aligned pointer alias */ in FLAC__memory_alloc_aligned_uint64_array() member 136 pu = FLAC__memory_alloc_aligned(sizeof(*pu) * elements, &u.pv); in FLAC__memory_alloc_aligned_uint64_array() 154 void *pv; /* aligned pointer alias */ in FLAC__memory_alloc_aligned_unsigned_array() member 165 pu = FLAC__memory_alloc_aligned(sizeof(*pu) * elements, &u.pv); in FLAC__memory_alloc_aligned_unsigned_array() 185 void *pv; /* aligned pointer alias */ in FLAC__memory_alloc_aligned_real_array() member 196 pu = FLAC__memory_alloc_aligned(sizeof(*pu) * elements, &u.pv); in FLAC__memory_alloc_aligned_real_array()
|
/external/clang/test/Sema/ |
D | nonnull.c | 90 int evil_nonnull_func(int* pointer, void * pv) in evil_nonnull_func() argument 98 pointer = pv; in evil_nonnull_func() 104 …if (pv == NULL) {} // expected-warning {{comparison of nonnull parameter 'pv' equal to a null poin… in evil_nonnull_func() 108 int another_evil_nonnull_func(int* pointer, char ch, void * pv) __attribute__((nonnull(1, 3))); //… 109 int another_evil_nonnull_func(int* pointer, char ch, void * pv) { in another_evil_nonnull_func() argument 122 …if (pv == NULL) {} // expected-warning {{comparison of nonnull parameter 'pv' equal to a null poin… in another_evil_nonnull_func() 129 extern void *pv; 133 while (pv) { in yet_another_evil_nonnull_func() 140 pointer = returns_null(&pv); in yet_another_evil_nonnull_func()
|
/external/webrtc/webrtc/base/ |
D | asyncsocket.cc | 57 int AsyncSocketAdapter::Send(const void* pv, size_t cb) { in Send() argument 58 return socket_->Send(pv, cb); in Send() 61 int AsyncSocketAdapter::SendTo(const void* pv, in SendTo() argument 64 return socket_->SendTo(pv, cb, addr); in SendTo() 67 int AsyncSocketAdapter::Recv(void* pv, size_t cb) { in Recv() argument 68 return socket_->Recv(pv, cb); in Recv() 71 int AsyncSocketAdapter::RecvFrom(void* pv, size_t cb, SocketAddress* paddr) { in RecvFrom() argument 72 return socket_->RecvFrom(pv, cb, paddr); in RecvFrom()
|
D | socketadapters.cc | 53 int BufferedReadAdapter::Send(const void *pv, size_t cb) { in Send() argument 59 return AsyncSocketAdapter::Send(pv, cb); in Send() 62 int BufferedReadAdapter::Recv(void *pv, size_t cb) { in Recv() argument 72 memcpy(pv, buffer_, read); in Recv() 77 pv = static_cast<char *>(pv) + read; in Recv() 83 int res = AsyncSocketAdapter::Recv(pv, cb); in Recv() 862 int LoggingSocketAdapter::Send(const void *pv, size_t cb) { in Send() argument 863 int res = AsyncSocketAdapter::Send(pv, cb); in Send() 865 LogMultiline(level_, label_.c_str(), false, pv, res, hex_mode_, &lms_); in Send() 869 int LoggingSocketAdapter::SendTo(const void *pv, size_t cb, in SendTo() argument [all …]
|
D | socketadapters.h | 36 int Send(const void* pv, size_t cb) override; 37 int Recv(void* pv, size_t cb) override; 40 int DirectSend(const void* pv, size_t cb) { in DirectSend() argument 41 return AsyncSocketAdapter::Send(pv, cb); in DirectSend() 223 int Send(const void* pv, size_t cb) override; 224 int SendTo(const void* pv, size_t cb, const SocketAddress& addr) override; 225 int Recv(void* pv, size_t cb) override; 226 int RecvFrom(void* pv, size_t cb, SocketAddress* paddr) override;
|
D | firewallsocketserver.cc | 41 int Send(const void* pv, size_t cb) override { in Send() argument 42 return SendTo(pv, cb, GetRemoteAddress()); in Send() 44 int SendTo(const void* pv, size_t cb, const SocketAddress& addr) override { in SendTo() argument 53 return AsyncSocketAdapter::SendTo(pv, cb, addr); in SendTo() 55 int Recv(void* pv, size_t cb) override { in Recv() argument 57 return RecvFrom(pv, cb, &addr); in Recv() 59 int RecvFrom(void* pv, size_t cb, SocketAddress* paddr) override { in RecvFrom() argument 62 int res = AsyncSocketAdapter::RecvFrom(pv, cb, paddr); in RecvFrom() 72 return AsyncSocketAdapter::RecvFrom(pv, cb, paddr); in RecvFrom()
|
D | asynctcpsocket.cc | 127 int AsyncTCPSocketBase::SendTo(const void *pv, size_t cb, in SendTo() argument 132 return Send(pv, cb, options); in SendTo() 139 int AsyncTCPSocketBase::SendRaw(const void * pv, size_t cb) { in SendRaw() argument 145 memcpy(outbuf_ + outpos_, pv, cb); in SendRaw() 168 void AsyncTCPSocketBase::AppendToOutBuffer(const void* pv, size_t cb) { in AppendToOutBuffer() argument 170 memcpy(outbuf_ + outpos_, pv, cb); in AppendToOutBuffer() 249 int AsyncTCPSocket::Send(const void *pv, size_t cb, in Send() argument 262 AppendToOutBuffer(pv, cb); in Send()
|
D | asynctcpsocket.h | 29 int Send(const void *pv, size_t cb, 37 int SendTo(const void* pv, 56 virtual int SendRaw(const void* pv, size_t cb); 59 void AppendToOutBuffer(const void* pv, size_t cb); 91 int Send(const void* pv,
|
D | openssladapter.h | 38 int Send(const void* pv, size_t cb) override; 39 int SendTo(const void* pv, size_t cb, const SocketAddress& addr) override; 40 int Recv(void* pv, size_t cb) override; 41 int RecvFrom(void* pv, size_t cb, SocketAddress* paddr) override;
|
/external/wpa_supplicant_8/src/crypto/ |
D | dh_groups.c | 1195 struct wpabuf *pv; in dh_init() local 1207 pv = wpabuf_alloc(pv_len); in dh_init() 1208 if (pv == NULL) { in dh_init() 1214 wpabuf_mhead(*priv), wpabuf_mhead(pv)) < 0) { in dh_init() 1215 wpabuf_clear_free(pv); in dh_init() 1222 wpabuf_put(pv, dh->prime_len); in dh_init() 1224 wpa_hexdump_buf(MSG_DEBUG, "DH: public value", pv); in dh_init() 1226 return pv; in dh_init()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/EarlyCSE/ |
D | memoryssa.ll | 55 %pv = load i32, i32* %p 58 store i32 %pv, i32* %p 94 %pv = load i32, i32* %p 97 store i32 %pv, i32* %p 117 %pv = load i32, i32* %p 121 ; CHECK: store i32 %pv 122 ; CHECK-NOMEMSSA-LABEL: store i32 %pv 123 store i32 %pv, i32* %p 136 %pv = load i32, i32* %p 140 ; CHECK: store i32 %pv [all …]
|
/external/clang/test/CXX/expr/expr.mptr.oper/ |
D | p5.cpp | 16 volatile X0 *pv, in test_object_cvquals() argument 32 …(pv->*pm)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attrib… in test_object_cvquals() 33 …(pv->*pmc)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attri… in test_object_cvquals() 34 (pv->*pmv)(); in test_object_cvquals() 35 (pv->*pmcv)(); in test_object_cvquals()
|
/external/tensorflow/tensorflow/contrib/coder/kernels/ |
D | range_coder.cc | 319 const int32* pv = cdf.data() + 1; in Decode() local 327 const int32* mid = pv + half; in Decode() 331 pv = mid + 1; in Decode() 343 CHECK_LT(pv, cdf.data() + cdf.size()); in Decode() 345 const uint32 a = (size * static_cast<uint64>(*(pv - 1))) >> precision_; in Decode() 346 const uint32 b = ((size * static_cast<uint64>(*pv)) >> precision_) - 1; in Decode() 361 return pv - cdf.data() - 1; in Decode()
|
/external/skia/src/utils/win/ |
D | SkIStream.cpp | 52 HRESULT STDMETHODCALLTYPE SkBaseIStream::Read(void* pv in Read() argument 57 HRESULT STDMETHODCALLTYPE SkBaseIStream::Write(void const* pv in Write() argument 131 HRESULT STDMETHODCALLTYPE SkIStream::Read(void* pv, ULONG cb, ULONG* pcbRead) { in Read() argument 132 *pcbRead = static_cast<ULONG>(this->fSkStream->read(pv, cb)); in Read() 137 HRESULT STDMETHODCALLTYPE SkIStream::Write(void const* pv in Write() argument 240 HRESULT STDMETHODCALLTYPE SkWIStream::Write(void const* pv in Write() argument 245 bool wrote = this->fSkWStream->write(pv, cb); in Write()
|
D | SkIStream.h | 43 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead); 45 virtual HRESULT STDMETHODCALLTYPE Write(void const* pv 97 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead); 99 virtual HRESULT STDMETHODCALLTYPE Write(void const* pv 124 virtual HRESULT STDMETHODCALLTYPE Write(void const* pv
|
/external/skqp/src/utils/win/ |
D | SkIStream.cpp | 52 HRESULT STDMETHODCALLTYPE SkBaseIStream::Read(void* pv in Read() argument 57 HRESULT STDMETHODCALLTYPE SkBaseIStream::Write(void const* pv in Write() argument 131 HRESULT STDMETHODCALLTYPE SkIStream::Read(void* pv, ULONG cb, ULONG* pcbRead) { in Read() argument 132 *pcbRead = static_cast<ULONG>(this->fSkStream->read(pv, cb)); in Read() 137 HRESULT STDMETHODCALLTYPE SkIStream::Write(void const* pv in Write() argument 240 HRESULT STDMETHODCALLTYPE SkWIStream::Write(void const* pv in Write() argument 245 bool wrote = this->fSkWStream->write(pv, cb); in Write()
|
D | SkIStream.h | 43 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead); 45 virtual HRESULT STDMETHODCALLTYPE Write(void const* pv 97 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead); 99 virtual HRESULT STDMETHODCALLTYPE Write(void const* pv 124 virtual HRESULT STDMETHODCALLTYPE Write(void const* pv
|
/external/syzkaller/vendor/google.golang.org/appengine/datastore/ |
D | save.go | 40 pv pb.PropertyValue 47 pv.Int64Value = proto.Int64(v.Int()) 49 pv.BooleanValue = proto.Bool(v.Bool()) 51 pv.StringValue = proto.String(v.String()) 53 pv.DoubleValue = proto.Float64(v.Float()) 57 pv.Referencevalue = keyToReferenceValue(defaultAppID, k) 68 pv.Int64Value = proto.Int64(toUnixMicro(t)) 74 pv.Pointvalue = &pb.PropertyValue_PointValue{X: &t.Lat, Y: &t.Lng} 80 pv.StringValue = proto.String(string(b)) 94 Value: &pv,
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/ |
D | Verifier.java | 161 for (final Pass3aVerifier pv : p3avs.values()) { in getMessages() 162 final String[] p3am = pv.getMessages(); in getMessages() 163 final int meth = pv.getMethodNo(); in getMessages() 170 for (final Pass3bVerifier pv : p3bvs.values()) { in getMessages() 171 final String[] p3bm = pv.getMessages(); in getMessages() 172 final int meth = pv.getMethodNo(); in getMessages()
|