Home
last modified time | relevance | path

Searched defs:dest (Results 1001 - 1025 of 1546) sorted by relevance

1...<<41424344454647484950>>...62

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_key.c105 EC_KEY *EC_KEY_copy(EC_KEY *dest, const EC_KEY *src) in EC_KEY_copy() argument
[all...]
/third_party/pulseaudio/src/pulse/
H A Dohos_pa_volume.c486 pa_cvolume *pa_sw_cvolume_multiply(pa_cvolume *dest, const pa_cvolume *a, const pa_cvolume *b) { in pa_sw_cvolume_multiply() argument
504 pa_cvolume *pa_sw_cvolume_multiply_scalar(pa_cvolume *dest, const pa_cvolume *a, pa_volume_t b) { in pa_sw_cvolume_multiply_scalar() argument
521 pa_sw_cvolume_divide(pa_cvolume *dest, const pa_cvolume *a, const pa_cvolume *b) pa_sw_cvolume_divide() argument
539 pa_sw_cvolume_divide_scalar(pa_cvolume *dest, const pa_cvolume *a, pa_volume_t b) pa_sw_cvolume_divide_scalar() argument
951 pa_cvolume_merge(pa_cvolume *dest, const pa_cvolume *a, const pa_cvolume *b) pa_cvolume_merge() argument
[all...]
/third_party/openssl/crypto/
H A Dparams.c91 static int copy_integer(unsigned char *dest, size_t dest_len, in copy_integer() argument
135 static int signed_from_signed(void *dest, size_t dest_len, in signed_from_signed() argument
143 static int signed_from_unsigned(void *dest, size_ argument
150 unsigned_from_signed(void *dest, size_t dest_len, const void *src, size_t src_len) unsigned_from_signed() argument
159 unsigned_from_unsigned(void *dest, size_t dest_len, const void *src, size_t src_len) unsigned_from_unsigned() argument
[all...]
/third_party/openssl/apps/
H A Dpasswd.c445 int dest, source; in md5crypt() local
/third_party/openssl/crypto/ec/
H A Dec_key.c105 EC_KEY *EC_KEY_copy(EC_KEY *dest, const EC_KEY *src) in EC_KEY_copy() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp46 GenerateMipmap(const gl::Context *context, Image11 *dest, Image11 *src, const Renderer11DeviceCaps &rendererCaps) GenerateMipmap() argument
78 CopyImage(const gl::Context *context, Image11 *dest, Image11 *source, const gl::Box &sourceBox, const gl::Offset &destOffset, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, const Renderer11DeviceCaps &rendererCaps) CopyImage() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DImage9.cpp95 angle::Result Image9::GenerateMipmap(Context9 *context9, Image9 *dest, Image9 *source) in GenerateMipmap() argument
111 CopyLockableSurfaces(Context9 *context9, IDirect3DSurface9 *dest, IDirect3DSurface9 *source) CopyLockableSurfaces() argument
155 CopyImage(const gl::Context *context, Image9 *dest, Image9 *source, const gl::Rectangle &sourceRect, const gl::Offset &destOffset, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha) CopyImage() argument
[all...]
H A DBlit9.cpp187 boxFilter(Context9 *context9, IDirect3DSurface9 *source, IDirect3DSurface9 *dest) boxFilter() argument
327 copy(Context9 *context9, IDirect3DSurface9 *source, IDirect3DBaseTexture9 *sourceTexture, const RECT &sourceRect, GLenum destFormat, const gl::Offset &destOffset, IDirect3DSurface9 *dest, bool flipY, bool premultiplyAlpha, bool unmultiplyAlpha) copy() argument
384 formatConvert(Context9 *context9, IDirect3DBaseTexture9 *source, const RECT &sourceRect, const gl::Extents &sourceSize, GLenum destFormat, const gl::Offset &destOffset, IDirect3DSurface9 *dest, bool flipY, bool premultiplyAlpha, bool unmultiplyAlpha) formatConvert() argument
[all...]
/third_party/skia/src/core/
H A DSkString.cpp371 char* dest = newString.writable_str(); in resize() local
/third_party/skia/src/gpu/geometry/
H A DGrAATriangulator.cpp84 void GrAATriangulator::makeEvent(SSEdge* edge, Vertex* v, SSEdge* other, Vertex* dest, in makeEvent() argument
230 void GrAATriangulator::connectSSEdge(Vertex* v, Vertex* dest, const Comparator& c) const { in connectSSEdge() argument
257 Vertex* dest = triangulator->makeSortedVertex(fPoint, fAlpha, mesh, prev, c); apply() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.cpp442 bool Device::stretchRect(sw::Surface *source, const sw::SliceRectF *sourceRect, sw::Surface *dest, const sw::SliceRect *destRect, unsigned char flags) in stretchRect() argument
652 stretchCube(sw::Surface *source, sw::Surface *dest) stretchCube() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DOptimizer.cpp157 Ice::Operand *dest = store->getStoreAddress(); in propagateAlloca() local
574 Ice::Variable *dest = instruction->getDest(); in isDead() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DBlitter.cpp36 void Blitter::clear(void *pixel, sw::Format format, Surface *dest, const SliceRect &dRect, unsigned int rgbaMask) in clear() argument
49 bool Blitter::fastClear(void *pixel, sw::Format format, Surface *dest, const SliceRect &dRect, unsigned int rgbaMask) in fastClear() argument
139 blit(Surface *source, const SliceRectF &sourceRect, Surface *dest, const SliceRect &destRect, const Blitter::Options& options) blit() argument
194 blit3D(Surface *source, Surface *dest) blit3D() argument
1189 Pointer<Byte> dest = *Pointer<Pointer<Byte>>(blit + OFFSET(BlitData,dest)); generate() local
1391 blitReactor(Surface *source, const SliceRectF &sourceRect, Surface *dest, const SliceRect &destRect, const Blitter::Options &options) blitReactor() argument
[all...]
/third_party/openssl/crypto/x509/
H A Dx509_vpm.c153 int X509_VERIFY_PARAM_inherit(X509_VERIFY_PARAM *dest, in X509_VERIFY_PARAM_inherit() argument
[all...]
/third_party/openssl/include/internal/
H A Dpacket.h427 PACKET_copy_all(const PACKET *pkt, unsigned char *dest, size_t dest_len, size_t *len) PACKET_copy_all() argument
/third_party/openssl/ssl/record/
H A Drec_layer_s3.c1676 unsigned char *dest = s->rlayer.handshake_fragment; in ssl3_read_bytes() local
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djchuff.c352 struct jpeg_destination_mgr *dest = state->cinfo->dest; in LOCAL() local
[all...]
H A Djcmarker.c116 struct jpeg_destination_mgr *dest = cinfo->dest; in emit_byte() local
H A Djcphuff.c316 struct jpeg_destination_mgr *dest = entropy->cinfo->dest; in dump_buffer() local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng-x.c696 char *dest; in rpng_x_display_image() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducol.cpp117 ucol_mergeSortkeys(const uint8_t *src1, int32_t src1Length, const uint8_t *src2, int32_t src2Length, uint8_t *dest, int32_t destCapacity) ucol_mergeSortkeys() argument
213 ucol_nextSortKeyPart(const UCollator *coll, UCharIterator *iter, uint32_t state[2], uint8_t *dest, int32_t count, UErrorCode *status) ucol_nextSortKeyPart() argument
373 ucol_getReorderCodes(const UCollator *coll, int32_t *dest, int32_t destCapacity, UErrorCode *status) ucol_getReorderCodes() argument
397 ucol_getEquivalentReorderCodes(int32_t reorderCode, int32_t* dest, int32_t destCapacity, UErrorCode *pErrorCode) ucol_getEquivalentReorderCodes() argument
[all...]
H A Duspoof.cpp674 uspoof_getSkeleton(const USpoofChecker *sc, uint32_t type, const UChar *id, int32_t length, UChar *dest, int32_t destCapacity, UErrorCode *status) uspoof_getSkeleton() argument
699 uspoof_getSkeletonUnicodeString(const USpoofChecker *sc, uint32_t , const UnicodeString &id, UnicodeString &dest, UErrorCode *status) uspoof_getSkeletonUnicodeString() argument
729 uspoof_getSkeletonUTF8(const USpoofChecker *sc, uint32_t type, const char *id, int32_t length, char *dest, int32_t destCapacity, UErrorCode *status) uspoof_getSkeletonUTF8() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-cff1.cc721 CFF1Subrs *dest = c->start_embed <CFF1Subrs> (); in _serialize_cff1() local
804 Charset *dest = c->start_embed<Charset> (); in _serialize_cff1() local
822 Encoding *dest = c->start_embed<Encoding> (); in _serialize_cff1() local
841 CFF1Subrs *dest = c->start_embed <CFF1Subrs> (); _serialize_cff1() local
854 CFF1StringIndex *dest = c->start_embed<CFF1StringIndex> (); _serialize_cff1() local
899 CFF1Index *dest = c->start_embed<CFF1Index> (); _serialize_cff1() local
[all...]
/third_party/python/Modules/_decimal/libmpdec/
H A Dio.c690 _mpd_copy_utf8(char dest[5], const char *s) in _mpd_copy_utf8() argument
925 _mpd_bcopy(char *dest, const char *src, mpd_ssize_t n) _mpd_bcopy() argument
933 _mbstr_copy_char(mpd_mbstr_t *dest, const char *src, mpd_ssize_t n) _mbstr_copy_char() argument
945 _mbstr_copy_ascii(mpd_mbstr_t *dest, const char *src, mpd_ssize_t n) _mbstr_copy_ascii() argument
957 _mbstr_copy_pad(mpd_mbstr_t *dest, mpd_ssize_t n) _mbstr_copy_pad() argument
987 _mpd_add_sep_dot(mpd_mbstr_t *dest, const char *sign, const char *src, mpd_ssize_t n_src, const char *dot, const char *rest, mpd_ssize_t n_rest, const mpd_spec_t *spec) _mpd_add_sep_dot() argument
1466 mpd_snprint_flags(char *dest, int nmemb, uint32_t flags) mpd_snprint_flags() argument
1491 mpd_lsnprint_flags(char *dest, int nmemb, uint32_t flags, const char *flag_string[]) mpd_lsnprint_flags() argument
1527 mpd_lsnprint_signals(char *dest, int nmemb, uint32_t flags, const char *signal_string[]) mpd_lsnprint_signals() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.h897 void InitializeFieldNoBarrier(Register object, const Address &dest, in InitializeFieldNoBarrier() argument

Completed in 27 milliseconds

1...<<41424344454647484950>>...62