| /third_party/node/deps/v8/src/codegen/mips/ |
| H A D | macro-assembler-mips.h | 813 void JumpIfEqual(Register a, int32_t b, Label* dest) { in JumpIfEqual() argument 818 JumpIfLessThan(Register a, int32_t b, Label* dest) JumpIfLessThan() argument 922 LoadReceiver(Register dest, Register argc) LoadReceiver() argument [all...] |
| /third_party/node/deps/v8/src/codegen/riscv64/ |
| H A D | macro-assembler-riscv64.h | 588 void ExtractBits(Register dest, Register source, Register pos, int size, in ExtractBits() argument 886 void JumpIfEqual(Register a, int32_t b, Label* dest) { in JumpIfEqual() argument 890 JumpIfLessThan(Register a, int32_t b, Label* dest) JumpIfLessThan() argument 1048 LoadReceiver(Register dest, Register argc) LoadReceiver() argument [all...] |
| /third_party/node/deps/v8/src/codegen/loong64/ |
| H A D | macro-assembler-loong64.h | 715 void JumpIfEqual(Register a, int32_t b, Label* dest) { in JumpIfEqual() argument 722 JumpIfLessThan(Register a, int32_t b, Label* dest) JumpIfLessThan() argument 800 LoadReceiver(Register dest, Register argc) LoadReceiver() argument [all...] |
| /third_party/node/deps/v8/src/codegen/ppc/ |
| H A D | macro-assembler-ppc.h | 1084 void LoadReceiver(Register dest, Register argc) { in LoadReceiver() argument
|
| /third_party/node/deps/v8/src/json/ |
| H A D | json-parser.cc | 1009 SinkChar* dest = intermediate->GetChars(no_gc); in DecodeString() local
|
| H A D | json-stringifier.cc | 934 SerializeStringUnchecked_( base::Vector<const SrcChar> src, IncrementalStringBuilder::NoExtend<DestChar>* dest) SerializeStringUnchecked_() argument [all...] |
| /third_party/node/deps/v8/src/parsing/ |
| H A D | scanner.cc | 41 void MoveErrorTo(TokenDesc* dest) { in MoveErrorTo() argument
|
| /third_party/node/deps/v8/src/snapshot/ |
| H A D | deserializer.cc | 199 int Deserializer<IsolateT>::WriteAddress(TSlot dest, Address value) { in WriteAddress() argument 208 int Deserializer<IsolateT>::WriteExternalPointer(TSlot dest, Address value, in WriteExternalPointer() argument
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_eu_validate.c | 51 cat(struct string *dest, const struct string src) in cat() argument [all...] |
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | midgard_emit.c | 634 unsigned dest = ins->dest == ~0 ? REGISTER_UNUSED : SSA_REG_FROM_FIXED(ins->dest); in texture_word_from_instr() local
|
| H A D | compiler.h | 97 unsigned dest; member 534 v_mov(unsigned src, unsigned dest) in v_mov() argument
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_nir.c | 442 ra_dest(struct etna_compile *c, nir_dest *dest, unsigned *p_swiz) in ra_dest() argument [all...] |
| /third_party/node/deps/openssl/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/node/deps/openssl/openssl/ssl/ |
| H A D | ssl_sess.c | 166 SSL_SESSION *dest; in ssl_session_dup() local [all...] |
| /third_party/node/deps/openssl/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/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
|