Home
last modified time | relevance | path

Searched refs:dest (Results 3026 - 3050 of 3223) sorted by relevance

1...<<121122123124125126127128129

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-builder.cc206 void BytecodeArrayBuilder::OutputMovRaw(Register src, Register dest) { in OutputMovRaw() argument
208 uint32_t operand1 = static_cast<uint32_t>(dest.ToOperand()); in OutputMovRaw()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_lex_autogen.cpp2285 char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; in yy_get_next_buffer() local
2318 *(dest++) = *(source++); in yy_get_next_buffer()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor_lex_autogen.cpp1519 char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; in yy_get_next_buffer() local
1552 *(dest++) = *(source++); in yy_get_next_buffer()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_lex.cpp2499 char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; in yy_get_next_buffer() local
2533 *(dest++) = *(source++); in yy_get_next_buffer()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DTokenizer.cpp1864 char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; in yy_get_next_buffer() local
1898 *(dest++) = *(source++); in yy_get_next_buffer()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DTexture.cpp388 bool Texture::copy(egl::Image *source, const sw::SliceRect &sourceRect, GLint xoffset, GLint yoffset, GLint zoffset, egl::Image *dest) in copy() argument
398 bool success = device->stretchRect(source, &sourceRectF, dest, &destRect, Device::ALL_BUFFERS); in copy()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngcp.c2278 cppng(struct display *dp, const char *file, const char *gv dest) in cppng() argument
2288 cp_one_file(dp, file, dest); in cppng()
/third_party/skia/third_party/externals/freetype/src/raster/
H A Dftraster.c240 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
/third_party/skia/third_party/externals/freetype/src/smooth/
H A Dftgrays.c300 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count )
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp152 void addIncomingPHIValuesForInto(BasicBlock *src, BasicBlock *dest) const { in addIncomingPHIValuesForInto()
153 BasicBlock::iterator I = dest->begin(); in addIncomingPHIValuesForInto()
235 // we find an unwind dest for a pad we may update its ancestors, but in getUnwindDestTokenHelper()
247 // parent's unwind dest from this. We can check its catchpads' in getUnwindDestTokenHelper()
275 // We already know the child's unwind dest, which can either in getUnwindDestTokenHelper()
278 // the unwind dest of the catchswitch. in getUnwindDestTokenHelper()
327 // If we haven't found an unwind dest for CurrentPad, we may have queued its in getUnwindDestTokenHelper()
370 /// Determining a funclet's unwind dest may require recursively searching its
372 /// an answer. Since most funclets will have their unwind dest immediately
373 /// available as the unwind dest o
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.h1188 void* dest = reinterpret_cast<void*>(values->mutable_data() + old_entries); in ReadPackedFixedSizePrimitive() local
1189 if (!input->ReadRaw(dest, new_bytes)) { in ReadPackedFixedSizePrimitive()
/third_party/skia/infra/bots/gen_tasks_logic/
H A Dgen_tasks_logic.go319 func LoadJson(filename string, dest interface{}) {
324 if err := json.Unmarshal(b, dest); err != nil {
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver.h2917 * @dest: Destination MAC address
2932 int (*send_eapol)(void *priv, const u8 *dest, u16 proto,
3257 * @dest: Destination MAC address
3277 int (*tx_control_port)(void *priv, const u8 *dest,
/third_party/zlib/contrib/minizip/
H A Dzip.c315 local void zip64local_putValue_inmemory (void* dest, ZPOS64_T x, int nbByte) in zip64local_putValue_inmemory() argument
317 unsigned char* buf = (unsigned char*)dest; in zip64local_putValue_inmemory()
/third_party/pcre2/pcre2/src/
H A Dpcre2test.c2719 unsigned char *dest = (unsigned char *)d; in emulated_memmove()
2721 if (dest > src) in emulated_memmove()
2723 dest += n; in emulated_memmove()
2725 for (i = 0; i < n; ++i) *(--dest) = *(--src); in emulated_memmove()
2726 return (void *)dest; in emulated_memmove()
2730 for (i = 0; i < n; ++i) *dest++ = *src++; in emulated_memmove()
2731 return (void *)(dest - n); in emulated_memmove()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c90 * @dest: Destination address for the frame
98 int ver, const u8 *dest, u16 proto, in wpa_eapol_key_send()
106 MAC2STR_SEC(dest), ver, (int) mic_len, sm->key_mgmt); in wpa_eapol_key_send()
107 if (is_zero_ether_addr(dest) && is_zero_ether_addr(sm->bssid)) { in wpa_eapol_key_send()
117 dest = sm->bssid; in wpa_eapol_key_send()
121 MAC2STR(dest)); in wpa_eapol_key_send()
124 MAC2STR_SEC(dest)); in wpa_eapol_key_send()
211 ret = wpa_sm_ether_send(sm, dest, proto, msg, msg_len); in wpa_eapol_key_send()
97 wpa_eapol_key_send(struct wpa_sm *sm, struct wpa_ptk *ptk, int ver, const u8 *dest, u16 proto, u8 *msg, size_t msg_len, u8 *key_mic) wpa_eapol_key_send() argument
/third_party/ffmpeg/libavcodec/
H A Dmpeg12dec.c1824 s->dest[0] += 16 >> lowres; in mpeg_decode_slice()
1825 s->dest[1] +=(16 >> lowres) >> s->chroma_x_shift; in mpeg_decode_slice()
1826 s->dest[2] +=(16 >> lowres) >> s->chroma_x_shift; in mpeg_decode_slice()
/third_party/backends/backend/
H A Dteco2.c2319 unsigned char *dest = dev->image + offset + color; in teco_adjust_raster() local
2323 *dest = *src; in teco_adjust_raster()
2325 dest += 3; in teco_adjust_raster()
/third_party/mesa3d/src/compiler/nir/tests/
H A Dvars_tests.cpp2208 nir_store_deref(b, nir_build_deref_array(b, temp_deref, &ind_deref->dest.ssa), nir_load_var(b, in[i]), 1); in TEST_F()
2233 nir_deref_instr *level0 = nir_build_deref_array(b, temp_deref, &ind_deref->dest.ssa); in TEST_F()
2266 nir_deref_instr *level1 = nir_build_deref_array(b, level0, nir_iadd(b, &ind_deref->dest.ssa, nir_imm_int(b, j))); in TEST_F()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_clear_blit.c547 nir_ssa_dest_init(&tex->instr, &tex->dest, 4, 32, NULL); in build_blit_fs_shader()
550 nir_store_var(b, out_color, &tex->dest.ssa, 0xf); in build_blit_fs_shader()
605 nir_ssa_dest_init(&tex->instr, &tex->dest, 4, 32, NULL); in build_ms_copy_fs_shader()
608 nir_store_var(b, out_color, &tex->dest.ssa, 0xf); in build_ms_copy_fs_shader()
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc2210 Register src = rbx, dest = r8, num = rcx, current = r9; in Generate_CallOrConstructVarargs() local
2223 __ movq(Operand(dest, current, times_system_pointer_size, 0), value); in Generate_CallOrConstructVarargs()
2302 Register src = rcx, dest = r9, num = r8; in Generate_CallOrConstructForwardVarargs() local
2308 __ movq(Operand(dest, num, times_system_pointer_size, 0), in Generate_CallOrConstructForwardVarargs()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3446 pub fn wcstombs(dest: *mut c_char, src: *const wchar_t, n: size_t) -> ::size_t; in wcstombs()
3451 pub fn memcpy(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memcpy()
3452 pub fn memmove(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memmove()
3453 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset()
/third_party/python/Lib/test/
H A Dtest_pathlib.py1439 def dirlink(self, src, dest):
1440 os.symlink(src, dest, target_is_directory=True)
1442 def dirlink(self, src, dest):
1443 os.symlink(src, dest)
H A Dtest_logging.py5406 def rotator(self, source, dest):
5408 os.replace(source, dest + ".rotated")
5425 def rotator(source, dest):
5429 with open(dest, "wb") as df:
/third_party/ffmpeg/libavformat/
H A Drtsp.c389 struct RTSPSource ***dest, int *dest_count) in copy_default_source_addrs()
398 dynarray_add(dest, dest_count, rtsp_src2); in copy_default_source_addrs()
388 copy_default_source_addrs(struct RTSPSource **addrs, int count, struct RTSPSource ***dest, int *dest_count) copy_default_source_addrs() argument

Completed in 115 milliseconds

1...<<121122123124125126127128129