/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_virtualvalues.cpp | 359 PRegister dummy = nullptr; 373 dummy = new Register (m_sel, 7, pin_none); 375 m_values[0] = new Element(*this, x ? x : dummy); 376 m_values[1] = new Element(*this, y ? y : dummy); 377 m_values[2] = new Element(*this, z ? z : dummy); 378 m_values[3] = new Element(*this, w ? w : dummy);
|
/third_party/elfutils/tests/ |
H A D | addrcfi.c | 141 // Point cfa_ops to dummy to match print_detail expectations. in handle_cfi() 143 Dwarf_Op dummy; in handle_cfi() local 144 Dwarf_Op *cfa_ops = &dummy; in handle_cfi()
|
/third_party/ffmpeg/libavformat/ |
H A D | libgme.c | 100 char dummy; in read_header_gme() local 116 if (avio_read(pb, &dummy, 1) == 1) { in read_header_gme()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_vs.c | 224 vs->dummy = TRUE; in r300_translate_vertex_shader() 246 vs->dummy = TRUE; in r300_translate_vertex_shader()
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_pointers.py | 159 dummy = [] 161 dummy.append(c_int(i))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPropagateAttributes.cpp | 269 ValueToValueMapTy dummy; in cloneWithFeatures() local 270 Function *NewF = CloneFunction(&F, dummy); in cloneWithFeatures()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_renderer_vtest.c | 119 char dummy; in vtest_receive_fd() local 123 .iov_base = &dummy, in vtest_receive_fd() 124 .iov_len = sizeof(dummy), in vtest_receive_fd() 185 /* send a dummy busy wait to avoid blocking in vtest_read in case ping in vtest_vcmd_ping_protocol_version() 197 uint32_t dummy; in vtest_vcmd_ping_protocol_version() local 200 /* consume the dummy busy wait result */ in vtest_vcmd_ping_protocol_version() 203 vtest_read(vtest, &dummy, sizeof(dummy)); in vtest_vcmd_ping_protocol_version() 208 vtest_read(vtest, &dummy, sizeof(dummy)); in vtest_vcmd_ping_protocol_version() [all...] |
/third_party/googletest/googlemock/test/ |
H A D | gmock-more-actions_test.cc | 290 std::tuple<int, int, double, std::string> dummy = in TEST() local 292 EXPECT_EQ(12, a1.Perform(dummy)); in TEST() 342 std::tuple<std::string, char> dummy = std::make_tuple(s, 'o'); in TEST() local 343 EXPECT_EQ("Hello", a.Perform(dummy)); in TEST() 1039 int dummy = 0; in TEST() local 1040 EXPECT_EQ(11, a1.Perform(std::make_tuple(5, Char(6), &dummy))); in TEST() 1120 int dummy; in TEST() local 1121 EXPECT_DOUBLE_EQ(6, a2.Perform(std::make_tuple(4.0f, &dummy))); in TEST() 1150 std::tuple<const std::string> dummy = std::make_tuple(re); in TEST() local 1151 EXPECT_EQ("retail", a1.Perform(dummy)); in TEST() 1193 std::tuple<const std::string> dummy = std::make_tuple(re); TEST() local [all...] |
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | template_util.h | 62 char dummy[2]; member
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_drawtext.c | 1328 Glyph dummy = { 0 }; in draw_glyphs() local 1336 dummy.code = code; in draw_glyphs() 1337 dummy.fontsize = s->fontsize; in draw_glyphs() 1338 glyph = av_tree_find(s->glyphs, &dummy, glyph_cmp, NULL); in draw_glyphs() 1399 Glyph dummy = { 0 }; in draw_text() local 1472 dummy.code = code; in draw_text() 1473 dummy.fontsize = s->fontsize; in draw_text() 1474 glyph = av_tree_find(s->glyphs, &dummy, glyph_cmp, NULL); in draw_text() 1510 dummy.code = code; in draw_text() 1511 dummy in draw_text() [all...] |
/third_party/backends/backend/ |
H A D | rts8891_low.c | 208 SANE_Word count, read, len, dummy; in rts8891_simple_scan() local 241 status = sanei_rts88xx_data_count (devnum, &dummy); in rts8891_simple_scan() 627 SANE_Int count, read, len, dummy; in read_data() local 706 status = sanei_rts88xx_data_count (dev->devnum, &dummy); in read_data()
|
H A D | epson2.c | 117 * source list need one dummy entry (save device settings is crashing). 1732 SANE_Bool dummy; in change_source() local 1759 deactivateOption(s, OPT_FILM_TYPE, &dummy); in change_source() 1762 activateOption(s, OPT_ADF_MODE, &dummy); in change_source() 1764 deactivateOption(s, OPT_ADF_MODE, &dummy); in change_source() 1787 activateOption(s, OPT_FILM_TYPE, &dummy); in change_source() 1789 deactivateOption(s, OPT_FILM_TYPE, &dummy); in change_source() 1795 deactivateOption(s, OPT_ADF_MODE, &dummy); in change_source() 1796 deactivateOption(s, OPT_EJECT, &dummy); in change_source() 1797 deactivateOption(s, OPT_AUTO_EJECT, &dummy); in change_source() [all...] |
/third_party/glfw/src/ |
H A D | x11_window.c | 129 char dummy[64]; in drainEmptyEvents() local 130 const ssize_t result = read(_glfw.x11.emptyEventPipe[0], dummy, sizeof(dummy)); in drainEmptyEvents() 141 XEvent dummy; in waitForVisibilityNotify() local 147 &dummy)) in waitForVisibilityNotify() 967 XEvent notification, dummy; in getSelectionString() local 988 &dummy, in getSelectionString() 1013 &dummy, in getSelectionString() 1513 Window dummy; in processEvent() local 1519 &dummy); in processEvent() 1654 Window dummy; processEvent() local 2157 Window dummy; _glfwGetWindowPosX11() local [all...] |
/third_party/libcoap/src/ |
H A D | coap_gnutls.c | 1498 /* If no extension provided, make it a dummy entry */ in post_client_hello_gnutls_psk() 1612 /* If no extension provided, make it a dummy entry */ in post_client_hello_gnutls_pki() 2970 coap_binary_t *dummy = NULL; in coap_crypto_hash() local 2985 dummy = coap_new_binary(hash_length); in coap_crypto_hash() 2986 if (!dummy) in coap_crypto_hash() 2988 gnutls_hash_output(digest_ctx, dummy->s); in coap_crypto_hash() 2990 *hash = (coap_bin_const_t *)(dummy); in coap_crypto_hash() 2995 coap_delete_binary(dummy); in coap_crypto_hash() 3206 coap_binary_t *dummy = NULL; in coap_crypto_hmac() local 3219 dummy in coap_crypto_hmac() 3246 dummy(void) { dummy() function [all...] |
H A D | coap_tinydtls.c | 1675 coap_binary_t *dummy; in coap_crypto_hmac() local 1685 dummy = coap_new_binary(DTLS_SHA256_DIGEST_LENGTH); in coap_crypto_hmac() 1686 if (dummy == NULL) in coap_crypto_hmac() 1691 num_bytes = dtls_hmac_finalize(&hmac_context, dummy->s); in coap_crypto_hmac() 1694 coap_delete_binary(dummy); in coap_crypto_hmac() 1697 *hmac = (coap_bin_const_t *)dummy; in coap_crypto_hmac() 1712 dummy(void) { in dummy() function
|
H A D | coap_time.c | 144 dummy(void) { in dummy() function
|
/third_party/elfutils/libdwfl/ |
H A D | debuginfod-client.c | 145 dwfl_get_debuginfod_client (Dwfl *dummy __attribute__ ((unused))) in dwfl_get_debuginfod_client()
|
/third_party/libunwind/libunwind/include/ |
H A D | libunwind-ia64.h | 79 long double dummy; /* dummy to force 16-byte alignment */ member
|
/third_party/node/test/parallel/ |
H A D | test-fs-stream-construct-compat-old-node.js | 82 const w = new WriteStream(`${tmpdir.path}/dummy`)
|
H A D | test-fs-stream-construct-compat-graceful-fs.js | 65 const w = new WriteStream(`${tmpdir.path}/dummy`)
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_signature.h | 118 } dummy; member 131 // struct { uint8_t dummy[2]; } fill;
|
/third_party/libexif/contrib/aolserver/ |
H A D | nsexif.c | 117 nsexif_interp_init (Tcl_Interp *interp, void *dummy) in nsexif_interp_init() argument
|
/third_party/typescript/tests/baselines/reference/ |
H A D | genericCallbacksAndClassHierarchy.js | 10 public dummy: any;
|
/third_party/rust/crates/serde/serde_derive/src/ |
H A D | lib.rs | 82 mod dummy; modules
|
/third_party/mesa3d/android/ |
H A D | mesa3d_cross.mk | 32 LOCAL_MODULE := meson.dummy.$(LOCAL_MULTILIB) 34 m_dummy := $(local-generated-sources-dir)/dummy.c 176 $(patsubst %dummy.o,, \
|