/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | code-generator-loong64.cc | 5 #include "src/codegen/assembler-inl.h" 6 #include "src/codegen/callable.h" 7 #include "src/codegen/loong64/constants-loong64.h" 8 #include "src/codegen/macro-assembler.h" 9 #include "src/codegen/optimized-compilation-info.h" 10 #include "src/compiler/backend/code-generator-impl.h" 11 #include "src/compiler/backend/code-generator.h" 12 #include "src/compiler/backend/gap-resolver.h" 13 #include "src/compiler/node-matchers.h" 14 #include "src/compile 2417 Register src = g.ToRegister(source); AssembleConstructFrame() local 2425 MemOperand src = g.ToMemOperand(source); AssembleConstructFrame() local 2435 Constant src = g.ToConstant(source); AssembleConstructFrame() local 2508 FPURegister src = g.ToDoubleRegister(source); AssembleConstructFrame() local 2518 MemOperand src = g.ToMemOperand(source); AssembleConstructFrame() local 2541 Register src = g.ToRegister(source); AssembleConstructFrame() local 2563 MemOperand src = g.ToMemOperand(source); AssembleConstructFrame() local 2571 FPURegister src = g.ToDoubleRegister(source); AssembleConstructFrame() local [all...] |
/third_party/typescript/tests/baselines/reference/tsbuild/amdModulesWithOut/ |
H A D | multiple-emitHelpers-in-all-projects.js | 17 //// [/src/app/file3.ts]
23 //// [/src/app/file4.ts]
29 //// [/src/app/tsconfig.json]
47 //// [/src/lib/file0.ts]
53 //// [/src/lib/file1.ts]
58 //// [/src/lib/file2.ts]
61 //// [/src/lib/global.ts]
64 //// [/src/lib/tsconfig.json]
83 /lib/tsc --b /src/app --verbose 85 * src/li [all...] |
/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/ |
H A D | utils.rs | 19 pub fn trans_slice_to_array(src: &str, dest: &mut [u8]) { in trans_slice_to_array() 20 let name = CString::new(src).unwrap(); in trans_slice_to_array()
|
/base/hiviewdfx/hiview/build/ |
H A D | copy_plugin_config.py | 21 def copy_file(src, dst): 25 shutil.copy2(src, dst) 30 parser.add_argument('--src-file',
|
/base/global/i18n_lite/frameworks/i18n/include/ |
H A D | str_util.h | 37 void Split(const std::string &src, std::string *dst, const int32_t size, const char &sep);
39 bool CompareLocaleItem(const char *src, const char *dst);
|
/base/security/crypto_framework/common/inc/ |
H A D | hcf_parcel.h | 40 bool ParcelWrite(HcParcel *parcel, const void *src, uint32_t dataSize); 44 bool ParcelWriteInt8(HcParcel *parcel, char src);
|
/base/security/selinux_adapter/test/unittest/common/ |
H A D | test_common.h | 29 bool CopyFile(const std::string &src, const std::string &des); 31 int RenameFile(const std::string &src, const std::string &des);
|
/base/startup/init/ueventd/include/ |
H A D | ueventd_utils.h | 28 #define STRINGEQUAL(src, tgt) (strcmp((src), (tgt)) == 0)
|
/third_party/ffmpeg/libavcodec/ |
H A D | audiodsp.h | 37 * @param src source array 46 void (*vector_clip_int32)(int32_t *dst, const int32_t *src, int32_t min, 50 const float *src /* align 16 */,
|
H A D | canopus.c | 31 const uint8_t *src, size_t size) in ff_canopus_parse_info_tag() 36 bytestream2_init(&gbc, src, size); in ff_canopus_parse_info_tag() 30 ff_canopus_parse_info_tag(AVCodecContext *avctx, const uint8_t *src, size_t size) ff_canopus_parse_info_tag() argument
|
H A D | huffyuvdsp.h | 39 void (*add_int16)(uint16_t *dst/*align 16*/, const uint16_t *src/*align 16*/, 45 void (*add_hfyu_left_pred_bgr32)(uint8_t *dst, const uint8_t *src,
|
H A D | vp56dsp.h | 31 void (*vp6_filter_diag4)(uint8_t *dst, uint8_t *src, ptrdiff_t stride, 35 void ff_vp6_filter_diag4_c(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
|
H A D | v210dec_init.h | 36 val = av_le2ne32(*src++); \ 42 static void v210_planar_unpack_c(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width) in v210_planar_unpack_c() argument
|
H A D | png.h | 60 void ff_add_png_paeth_prediction(uint8_t *dst, uint8_t *src, uint8_t *top, int w, int bpp); 63 uint8_t *src, uint8_t *last, int size, int bpp);
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | pixblockdsp_mips.h | 29 void ff_get_pixels_16_msa(int16_t *restrict dst, const uint8_t *src, 31 void ff_get_pixels_8_msa(int16_t *restrict dst, const uint8_t *src,
|
H A D | blockdsp_mips.h | 27 void ff_fill_block16_msa(uint8_t *src, uint8_t val, ptrdiff_t stride, int height); 28 void ff_fill_block8_msa(uint8_t *src, uint8_t val, ptrdiff_t stride, int height);
|
H A D | h263dsp_mips.h | 26 void ff_h263_h_loop_filter_msa(uint8_t *src, int stride, int q_scale); 27 void ff_h263_v_loop_filter_msa(uint8_t *src, int stride, int q_scale);
|
/third_party/elfutils/libelf/ |
H A D | gelf_update_versym.c | 42 gelf_update_versym (Elf_Data *data, int ndx, GElf_Versym *src) in gelf_update_versym() argument 69 ((GElf_Versym *) data_scn->d.d_buf)[ndx] = *src; in gelf_update_versym()
|
H A D | gnuhash_xlate.h | 37 elf_cvt_gnuhash (void *dest, const void *src, size_t len, int encode) in elf_cvt_gnuhash() argument 42 const Elf32_Word *src32 = src; in elf_cvt_gnuhash()
|
H A D | gelf_update_move.c | 42 gelf_update_move (Elf_Data *data, int ndx, GElf_Move *src) in gelf_update_move() argument 69 ((GElf_Move *) data_scn->d.d_buf)[ndx] = *src; in gelf_update_move()
|
H A D | gelf_update_lib.c | 42 gelf_update_lib (Elf_Data *data, int ndx, GElf_Lib *src) in gelf_update_lib() argument 64 ((Elf64_Lib *) data_scn->d.d_buf)[ndx] = *src; in gelf_update_lib()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | pngdsp_init.c | 28 void ff_add_png_paeth_prediction_mmxext(uint8_t *dst, uint8_t *src, 30 void ff_add_png_paeth_prediction_ssse3(uint8_t *dst, uint8_t *src,
|
/third_party/ffmpeg/libavfilter/ |
H A D | transpose.h | 41 void (*transpose_8x8)(uint8_t *src, ptrdiff_t src_linesize, 43 void (*transpose_block)(uint8_t *src, ptrdiff_t src_linesize,
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_atadenoise_init.c | 27 void ff_atadenoise_filter_row8_sse4(const uint8_t *src, uint8_t *dst, 32 void ff_atadenoise_filter_row8_serial_sse4(const uint8_t *src, uint8_t *dst,
|
H A D | vf_limiter_init.c | 23 void ff_limiter_8bit_sse2(const uint8_t *src, uint8_t *dst, 26 void ff_limiter_16bit_sse4(const uint8_t *src, uint8_t *dst,
|