| /third_party/pulseaudio/src/pulsecore/ |
| H A D | source-output.c | 1335 bool pa_source_output_may_move_to(pa_source_output *o, pa_source *dest) { in pa_source_output_may_move_to() argument 1428 static void update_volume_due_to_moving(pa_source_output *o, pa_source *dest) { in update_volume_due_to_moving() argument 1580 pa_source_output_finish_move(pa_source_output *o, pa_source *dest, bool save) pa_source_output_finish_move() argument 1676 pa_source_output_move_to(pa_source_output *o, pa_source *dest, bool save) pa_source_output_move_to() argument [all...] |
| /third_party/pulseaudio/src/modules/ |
| H A D | module-ladspa-sink.c | 664 static bool sink_input_may_move_to_cb(pa_sink_input *i, pa_sink *dest) { in sink_input_may_move_to_cb() argument 677 static void sink_input_moving_cb(pa_sink_input *i, pa_sink *dest) { in sink_input_moving_cb() argument
|
| /third_party/pulseaudio/sonic/ |
| H A D | Sonic.java | 62 move( short dest[], int destPos, short source[], int sourcePos, int numSamples) move() argument
|
| /third_party/openssl/crypto/bn/ |
| H A D | bn_lib.c | 954 void BN_with_flags(BIGNUM *dest, const BIGNUM *b, int flags) in BN_with_flags() argument
|
| /third_party/openssl/crypto/ec/ |
| H A D | ec_lib.c | 160 int EC_GROUP_copy(EC_GROUP *dest, const EC_GROUP *src) in EC_GROUP_copy() argument 767 EC_POINT_copy(EC_POINT *dest, const EC_POINT *src) EC_POINT_copy() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/common/third_party/xxhash/ |
| H A D | xxhash.c | 112 static void* XXH_memcpy(void* dest, const void* src, size_t size) { return memcpy(dest,src,size); } in XXH_memcpy() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrDataUtils.cpp | 267 static void fillin_ETC1_with_color(SkISize dimensions, const SkColor4f& colorf, char* dest) { in fillin_ETC1_with_color() argument 282 static void fillin_BC1_with_color(SkISize dimensions, const SkColor4f& colorf, char* dest) { in fillin_BC1_with_color() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
| H A D | Image.cpp | 608 void TransferRow<Bytes>(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) in TransferRow() argument 614 void TransferRow<RGB8toRGBX8>(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) in TransferRow() argument 628 void TransferRow<RGB16toRGBX16>(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) in TransferRow() argument 643 void TransferRow<RGB32toRGBX32>(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) in TransferRow() argument 658 void TransferRow<RGB32FtoRGBX32F>(unsigned char *dest, cons argument 673 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument 688 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument 704 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument 720 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument 736 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument 750 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument 763 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument 776 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument 788 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument 801 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument 816 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument 831 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument 846 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument 858 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument 870 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument 885 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument 897 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument 910 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument 922 TransferRow(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei bytes) TransferRow() argument 956 unsigned char *dest = destStart + y * rect.destPitch; Transfer() local 1700 GLbyte *dest = (GLbyte*)buffer + y * getPitch() + z * getSlice(); loadCompressedData() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | Texture.cpp | 388 bool Texture::copy(egl::Image *source, const sw::SliceRect &sourceRect, GLint xoffset, GLint yoffset, GLint zoffset, egl::Image *dest) in copy() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Renderer.cpp | 727 void Renderer::clear(void *value, Format format, Surface *dest, const Rect &clearRect, unsigned int rgbaMask) in clear() argument 732 void Renderer::blit(Surface *source, const SliceRectF &sRect, Surface *dest, const SliceRect &dRect, bool filter, bool isStencil, bool sRGBconversion) in blit() argument 737 void Renderer::blit3D(Surface *source, Surface *dest) in blit3D() argument
|
| /third_party/openssl/ssl/ |
| H A D | ssl_sess.c | 176 SSL_SESSION *dest; in ssl_session_dup_intern() local [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | coll.cpp | 960 getEquivalentReorderCodes(int32_t reorderCode, int32_t *dest, int32_t capacity, UErrorCode &errorCode) getEquivalentReorderCodes() argument
|
| H A D | collationdatabuilder.cpp | 1016 CollationDataBuilder &dest; global() member in CopyHelper [all...] |
| H A D | plurrule.cpp | 475 PluralRules::getSamples(const UnicodeString &keyword, double *dest, in getSamples() argument 500 PluralRules::getSamples(const UnicodeString &keyword, FixedDecimal *dest, in getSamples() argument
|
| /third_party/skia/third_party/externals/icu/source/tools/genrb/ |
| H A D | wrtxml.cpp | 81 char* dest = (char*)uprv_malloc(len); in write_utf8_file() local 238 char* dest=NULL; in convertAndEscape() local [all...] |
| /third_party/skia/tests/ |
| H A D | WritePixelsTest.cpp | 527 sk_sp<SkSurface> dest = SkSurface::MakeRenderTarget(context, SkBudgeted::kYes, fullII); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
| /third_party/skia/src/sksl/ |
| H A D | SkSLDSLParser.cpp | 1751 bool DSLParser::intLiteral(SKSL_INT* dest) { in intLiteral() argument 1765 bool DSLParser::floatLiteral(SKSL_FLOAT* dest) { in floatLiteral() argument 1779 bool DSLParser::boolLiteral(bool* dest) { in boolLiteral() argument 1795 bool DSLParser::identifier(skstd::string_view* dest) { in identifier() argument
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-cff1-table.hh | 176 Encoding *dest = c->allocate_size<Encoding> (size); in serialize() local 190 Encoding *dest = c->extend_min (this); in serialize() local 447 Charset *dest = c->allocate_size<Charset> (size); in serialize() local 460 Charset *dest in serialize() local [all...] |
| /third_party/pulseaudio/speex/tmv/ |
| H A D | mdf_tm.h | 400 mdf_sub( spx_word16_t * restrict dest, const spx_word16_t * restrict src1, const spx_word16_t * restrict src2, int framesize ) mdf_sub() argument 435 mdf_sub_int( spx_word16_t * restrict dest, const spx_int16_t * restrict src1, const spx_int16_t * restrict src2, int framesize ) mdf_sub_int() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| H A D | APInt.cpp | 169 static bool add_1(uint64_t dest[], uint64_t x[], unsigned len, uint64_t y) { in add_1() argument 224 static bool add(uint64_t *dest, const uint64_t *x, const uint64_t *y, in add() argument 328 mul(uint64_t dest[], uint64_t x[], unsigned xlen, uint64_t y[], unsigned ylen) mul() argument 384 uint64_t *dest = getMemory(destWords); operator *=() local [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | localematcher.cpp | 770 acceptLanguage(UEnumeration &supportedLocales, Locale::Iterator &desiredLocales, char *dest, int32_t capacity, UAcceptResult *acceptResult, UErrorCode &errorCode) acceptLanguage() argument
|
| H A D | rbbitblb.cpp | 389 void RBBITableBuilder::addRuleRootNodes(UVector *dest, RBBINode *node) { in addRuleRootNodes() argument 1044 void RBBITableBuilder::setAdd(UVector *dest, UVector *source) { in setAdd() argument [all...] |
| H A D | ucnv_bld.cpp | 661 char *dest=pPieces->locale; in parseConverterOptions() local
|
| H A D | uresdata.cpp | 639 int32_t ResourceDataValue::getStringArray(UnicodeString *dest, int32_t capacity, in getStringArray() argument 644 int32_t ResourceDataValue::getStringArrayOrStringAsArray(UnicodeString *dest, int32_t capacity, in getStringArrayOrStringAsArray() argument 386 getStringArray(const ResourceData *pResData, const icu::ResourceArray &array, icu::UnicodeString *dest, int32_t capacity, UErrorCode &errorCode) getStringArray() argument
|
| H A D | ushape.cpp | 463 countSpaces(UChar *dest, int32_t size, uint32_t /*options*/, int32_t *spacesCountl, int32_t *spacesCountr) { in countSpaces() argument 690 handleTashkeelWithTatweel(UChar *dest, int32_t sourceLength, in handleTashkeelWithTatweel() argument 728 handleGeneratedSpaces(UChar *dest, int32_t sourceLength, int32_t destSize, uint32_t options, UErrorCode *pErrorCode,struct uShapeVariables shapeVars ) handleGeneratedSpaces() argument 903 expandCompositCharAtBegin(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode) expandCompositCharAtBegin() argument 963 expandCompositCharAtEnd(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode) expandCompositCharAtEnd() argument 1030 expandCompositCharAtNear(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode, int yehHamzaOption, int seenTailOption, int lamAlefOption, struct uShapeVariables shapeVars) expandCompositCharAtNear() argument 1083 expandCompositChar(UChar *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, int shapingMode,struct uShapeVariables shapeVars) expandCompositChar() argument 1196 shapeUnicode(UChar *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, int tashkeelFlag, struct uShapeVariables shapeVars) shapeUnicode() argument 1368 deShapeUnicode(UChar *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, struct uShapeVariables shapeVars) deShapeUnicode() argument 1421 u_shapeArabic(const UChar *source, int32_t sourceLength, UChar *dest, int32_t destCapacity, uint32_t options, UErrorCode *pErrorCode) u_shapeArabic() argument [all...] |