/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/ |
H A D | crypto.h | 316 # define CRYPTO_THREADID_cpy(dest, src)
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/include/openssl/ |
H A D | crypto.h | 316 # define CRYPTO_THREADID_cpy(dest, src)
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/ |
H A D | crypto.h | 316 # define CRYPTO_THREADID_cpy(dest, src)
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/ |
H A D | crypto.h | 316 # define CRYPTO_THREADID_cpy(dest, src)
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/ |
H A D | crypto.h | 316 # define CRYPTO_THREADID_cpy(dest, src)
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | crypto.h | 316 # define CRYPTO_THREADID_cpy(dest, src)
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Texture.h | 173 bool copy(egl::Image *source, const sw::SliceRect &sourceRect, GLint xoffset, GLint yoffset, GLint zoffset, egl::Image *dest);
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | bn.h | 85 * value |dest| should be a newly allocated BIGNUM obtained via BN_new() that 88 void BN_with_flags(BIGNUM *dest, const BIGNUM *b, int flags);
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jpeglib.h | 307 struct jpeg_destination_mgr *dest; member
|
H A D | turbojpeg.c | 724 if (alloc) (*cinfo->dest->term_destination) (cinfo); in tjCompress2() 1095 if (alloc) (*cinfo->dest->term_destination) (cinfo); in tjCompressFromYUVPlanes() 2042 if (alloc) (*cinfo->dest->term_destination) (cinfo); in tjTransform()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/gradle/wrapper/ |
H A D | gradle-wrapper.jar | ... .io.File zip
java.io.File dest
java.util.Enumeration entries
java.util. ... |
/third_party/skia/third_party/externals/oboe/samples/gradle/wrapper/ |
H A D | gradle-wrapper.jar | ... .io.File zip
java.io.File dest
java.util.Enumeration entries
java.util. ... |
/third_party/toybox/toys/pending/ |
H A D | dhcp6.c | 617 if (ntohs(mymsg->udph.dest) == 546 && in dhcp6_main()
|
/third_party/skia/platform_tools/android/apps/gradle/wrapper/ |
H A D | gradle-wrapper.jar | ... .io.File zip
java.io.File dest
java.util.Enumeration entries
java.util. ... |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa.h | 41 int (*ether_send)(void *ctx, const u8 *dest, u16 proto, const u8 *buf,
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Surface.cpp | 2108 unsigned int *dest = destSlice; in decodeDXT1() local 2151 dest[(x + i) + (y + j) * internal.pitchP] = c[(unsigned int)(source->lut >> 2 * (i + j * 4)) % 4]; in decodeDXT1() 2173 unsigned int *dest = destSlice; in decodeDXT3() local 2201 dest[(x + i) + (y + j) * internal.pitchP] = color; in decodeDXT3() 2223 unsigned int *dest = destSlice; in decodeDXT5() local 2275 dest[(x + i) + (y + j) * internal.pitchP] = color; in decodeDXT5() 2297 byte *dest = destSlice; in decodeATI1() local 2331 dest[(x + i) + (y + j) * internal.pitchP] = r[(unsigned int)(source->rlut >> (16 + 3 * (i + j * 4))) % 8]; in decodeATI1() 2353 word *dest = destSlice; in decodeATI2() local 2414 dest[( in decodeATI2() [all...] |
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | mpdecimal.c | 453 mpd_uint_zero(mpd_uint_t *dest, mpd_size_t len) in mpd_uint_zero() argument 458 dest[i] = 0; in mpd_uint_zero() 1984 _mpd_copy_shared(mpd_t *dest, const mpd_t *src) in _mpd_copy_shared() argument 1986 dest->flags = src->flags; in _mpd_copy_shared() 1987 dest->exp = src->exp; in _mpd_copy_shared() 1988 dest->digits = src->digits; in _mpd_copy_shared() 1989 dest->len = src->len; in _mpd_copy_shared() 1990 dest->alloc = src->alloc; in _mpd_copy_shared() 1991 dest->data = src->data; in _mpd_copy_shared() 1993 mpd_set_shared_data(dest); in _mpd_copy_shared() [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | bufferobj.c | 595 GLubyte *dest; in clear_buffer_subdata_sw() local 597 dest = _mesa_bufferobj_map_range(ctx, offset, size, in clear_buffer_subdata_sw() 602 if (!dest) { in clear_buffer_subdata_sw() 609 memset(dest, 0, size); in clear_buffer_subdata_sw() 615 memcpy(dest, clearValue, clearValueSize); in clear_buffer_subdata_sw() 616 dest += clearValueSize; in clear_buffer_subdata_sw()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | map_test.cc | 3036 unittest::TestMap source, dest; in TEST() local 3046 WireFormat::ParseAndMergePartial(&input, &dest); in TEST() 3049 MapTestUtil::ExpectMapFieldsSet(dest); in TEST() 3346 unittest::TestMap dest; in TEST() local 3354 EXPECT_TRUE(parser.ParseFromString(output, &dest)); in TEST() 3355 MapTestUtil::ExpectMapFieldsSet(dest); in TEST()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | wpa.c | 43 * @dest: Destination address for the frame 51 int ver, const u8 *dest, u16 proto, in wpa_eapol_key_send() 59 MAC2STR(dest), ver, (int) mic_len, sm->key_mgmt); in wpa_eapol_key_send() 60 if (is_zero_ether_addr(dest) && is_zero_ether_addr(sm->bssid)) { in wpa_eapol_key_send() 70 dest = sm->bssid; in wpa_eapol_key_send() 74 MAC2STR(dest)); in wpa_eapol_key_send() 161 ret = wpa_sm_ether_send(sm, dest, proto, msg, msg_len); in wpa_eapol_key_send() 50 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/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_link_varyings.c | 2105 nir_ssa_undef(b, intrin->dest.ssa.num_components, in replace_unused_interpolate_at_with_undef() 2106 intrin->dest.ssa.bit_size); in replace_unused_interpolate_at_with_undef() 2107 nir_ssa_def_rewrite_uses(&intrin->dest.ssa, undef); in replace_unused_interpolate_at_with_undef()
|
/third_party/nghttp2/src/ |
H A D | shrpx_http3_upstream.cc | 198 void rand(uint8_t *dest, size_t destlen, const ngtcp2_rand_ctx *rand_ctx) { in rand() argument 199 util::random_bytes(dest, dest + destlen, in rand()
|
/third_party/python/Objects/ |
H A D | abstract.c | 621 int PyObject_CopyData(PyObject *dest, PyObject *src) in PyObject_CopyData() argument 628 if (!PyObject_CheckBuffer(dest) || in PyObject_CopyData() 636 if (PyObject_GetBuffer(dest, &view_dest, PyBUF_FULL) != 0) return -1; in PyObject_CopyData()
|
/third_party/skia/dm/ |
H A D | DMSrcSink.cpp | 1228 SkRect dest = SkRect::MakeXYWH(x, y, kTileSize, kTileSize); in draw() local 1233 canvas->clipRect(dest, true); in draw() 1234 canvas->concat(SkMatrix::RectToRect(SkRect::MakeSize(animation->size()), dest, in draw()
|
/third_party/python/Modules/ |
H A D | _elementtree.c | 2548 PyObject **dest, _Py_Identifier *name) in treebuilder_extend_element_text_or_tail() 2552 PyObject *dest_obj = JOIN_OBJ(*dest); in treebuilder_extend_element_text_or_tail() 2554 *dest = JOIN_SET(*data, PyList_CheckExact(*data)); in treebuilder_extend_element_text_or_tail() 2559 else if (JOIN_GET(*dest)) { in treebuilder_extend_element_text_or_tail() 2547 treebuilder_extend_element_text_or_tail(PyObject *element, PyObject **data, PyObject **dest, _Py_Identifier *name) treebuilder_extend_element_text_or_tail() argument
|