HomeSort by: relevance | last modified time | path
    Searched defs:sink (Results 1 - 25 of 25) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
expr_binary_trad.c 13 struct incompatible sink; variable in typeref:struct:incompatible
25 sink = (char *)0 + 0;
28 sink = 0 + (char *)0;
31 sink = 1 + 1;
34 sink = 0.0 + 0;
36 sink = 0 + 0.0;
38 sink = 0.0 + (float)0.0;
40 sink = (float)0.0 + 0.0;
47 sink = (float)0.0 + 0;
49 sink = 0 + (float)0.0
    [all...]
msg_086.c 12 int sink; variable
23 sink = variable;
24 sink = parameter;
25 sink = err;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_sink.c 41 static void dc_sink_destruct(struct dc_sink *sink)
43 if (sink->dc_container_id) {
44 kfree(sink->dc_container_id);
45 sink->dc_container_id = NULL;
49 static bool dc_sink_construct(struct dc_sink *sink, const struct dc_sink_init_data *init_params)
57 sink->sink_signal = init_params->sink_signal;
58 sink->link = link;
59 sink->ctx = link->ctx;
60 sink->dongle_max_pix_clk = init_params->dongle_max_pix_clk;
61 sink->converter_disable_audio = init_params->converter_disable_audio
82 struct dc_sink *sink = container_of(kref, struct dc_sink, refcount); local
94 struct dc_sink *sink = kzalloc(sizeof(*sink), GFP_KERNEL); local
    [all...]
amdgpu_dc_link.c 211 * dc_link_detect_sink() - Determine if there is a sink connected
387 * Read GPIO: DP sink is present if both clock and data pins are zero
412 * Detect output sink type
635 * Therefore, just after dc_create, link->sink is not
639 * Need check ->sink usages in case ->sink = NULL
745 * dc_link_detect() - Detect if a sink is attached to a given link
763 struct dc_sink *sink = NULL; local
921 sink = dc_sink_create(&sink_init_data);
922 if (!sink) {
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_atomic_test.cc 24 static ValAndMagic<T> *sink; member in struct:__sanitizer::ValAndMagic
28 ValAndMagic<T> *ValAndMagic<T>::sink; member in class:__sanitizer::ValAndMagic
35 ValAndMagic<T>::sink = &val; member in class:__sanitizer::ValAndMagic
  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
sink_40.c 156 dns_rdata_sink_t *sink = source; local
159 REQUIRE(sink != NULL);
160 REQUIRE(sink->common.rdtype == type);
161 REQUIRE(sink->common.rdclass == rdclass);
167 RETERR(uint8_tobuffer(sink->meaning, target));
170 RETERR(uint8_tobuffer(sink->coding, target));
173 RETERR(uint8_tobuffer(sink->subcoding, target));
176 return mem_tobuffer(target, sink->data, sink->datalen);
181 dns_rdata_sink_t *sink = target local
213 dns_rdata_sink_t *sink = (dns_rdata_sink_t *)source; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
sink_40.c 157 dns_rdata_sink_t *sink = source; local
160 REQUIRE(sink != NULL);
161 REQUIRE(sink->common.rdtype == type);
162 REQUIRE(sink->common.rdclass == rdclass);
168 RETERR(uint8_tobuffer(sink->meaning, target));
171 RETERR(uint8_tobuffer(sink->coding, target));
174 RETERR(uint8_tobuffer(sink->subcoding, target));
177 return (mem_tobuffer(target, sink->data, sink->datalen));
182 dns_rdata_sink_t *sink = target local
229 dns_rdata_sink_t *sink = (dns_rdata_sink_t *)source; local
    [all...]
  /src/games/sail/
dr_2.c 97 char explode, sink; local
103 sink = sp->file->sink;
104 if (explode != 1 && sink != 1)
108 if (sink == 1) {
117 if (sink != 1) {
extern.h 164 char sink; /* 234 */ member in struct:File
  /src/crypto/external/apache2/openssl/dist/apps/lib/
s_socket.c 406 char sink[64]; local
456 && readsocket(sock, sink, sizeof(sink)) > 0);
  /src/crypto/external/bsd/openssl/dist/apps/lib/
s_socket.c 363 char sink[64]; local
415 && readsocket(sock, sink, sizeof(sink)) > 0);
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_socket.c 334 char sink[64]; local
380 && readsocket(sock, sink, sizeof(sink)) > 0);
  /src/lib/libwrap/
tcpd.h 32 void (*sink)(int); /* datagram sink function or 0 */ member in struct:request_info
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_dp.c 237 u8 sink[2]; local
243 /* Intersect misc. capabilities of the OR and sink. */
278 /* Set desired link configuration on the sink. */
279 sink[0] = ior->dp.bw;
280 sink[1] = ior->dp.nr;
282 sink[1] |= DPCD_LC01_ENHANCED_FRAME_EN;
284 ret = nvkm_wraux(dp->aux, DPCD_LC00_LINK_BW_SET, sink, 2);
367 * link training fails at higher rates (or even if the sink
376 /* Try to respect sink limits too when selecting
391 /* Ensure sink is not in a low-power state. *
    [all...]
  /src/external/bsd/wpa/dist/src/drivers/
ndis_events.c 25 IWbemObjectSink sink; member in struct:ndis_events_data
442 IWbemServices_CancelAsyncCall(events->pSvc, &events->sink);
443 IWbemObjectSink_Release(&events->sink);
712 wpa_printf(MSG_ERROR, "Could not allocate sink for events.");
782 pSink = &events->sink;
  /src/bin/rcp/
rcp.c 90 void sink(int, char *[]);
165 sink(argc, argv);
324 sink(1, argv + argc - 1);
483 sink(int argc, char *argv[]) function
639 sink(1, vect);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_mst_types.c 524 struct dc_sink *sink; member in struct:dsc_mst_fairness_params
554 params[i].sink->ctx->dc->res_pool->dscs[0],
555 &params[i].sink->sink_dsc_caps.dsc_dec_caps,
556 params[i].sink->ctx->dc->debug.dsc_min_slice_height_override,
575 param.sink->ctx->dc->res_pool->dscs[0],
576 &param.sink->sink_dsc_caps.dsc_dec_caps,
577 param.sink->ctx->dc->debug.dsc_min_slice_height_override,
770 params[count].sink = stream->sink;
773 params[count].compression_possible = stream->sink->sink_dsc_caps.dsc_dec_caps.is_dsc_supported
    [all...]
amdgpu_dm.c 1533 struct dc_sink *sink = NULL; local
1590 sink = dc_sink_create(&sink_init_data);
1591 if (!sink) {
1592 DC_ERROR("Failed to create sink!\n");
1597 link->local_sink = sink;
1602 sink);
1781 struct dc_sink *sink; local
1788 sink = aconnector->dc_link->local_sink;
1789 if (sink)
1790 dc_sink_retain(sink);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_stream.h 129 // sink is deprecated, new code should not reference
131 struct dc_sink *sink; member in struct:dc_stream_state
393 * Create a new default stream for the requested sink
399 void update_stream_signal(struct dc_stream_state *stream, struct dc_sink *sink);
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
GCOV.cpp 283 GCOVBlock &sink = local
285 auto arc = std::make_unique<GCOVArc>(sink, src, GCOV_ARC_ON_TREE);
286 sink.addDstEdge(arc.get());
  /src/crypto/external/bsd/openssh/dist/
scp.c 417 void sink(int, char *[], const char *);
633 sink(argc, argv, NULL);
1263 sink(1, argv + argc - 1, src);
1623 sink(int argc, char **argv, const char *src) function
1684 fmprintf(stderr, "Sink: %s", buf);
1828 sink(1, vect, src);
2106 * Notes a sink error for sending at the end of a file transfer. Returns 0 if
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LICM.cpp 26 // we can hoist it or sink it like any other instruction.
159 static bool sink(Instruction &I, LoopInfo *LI, DominatorTree *DT,
365 // Don't sink stores from loops with coroutine suspend instructions.
366 // LICM would sink instructions into the default destination of
407 // us to sink instructions in one pass, without iteration. After sinking
421 // Don't sink stores from loops without dedicated block exits. Exits
522 /// definitions, allowing us to sink a loop body in one pass without iteration.
567 // Check to see if we can sink this instruction to the exit blocks
577 if (sink(I, LI, DT, BFI, CurLoop, SafetyInfo, MSSAU, ORE)) {
842 << "failed to sink or hoist instruction because containing block
1655 static bool sink(Instruction &I, LoopInfo *LI, DominatorTree *DT, function
    [all...]
  /src/external/mit/isl/dist/
isl_flow.c 41 isl_set *sink; member in struct:isl_restriction
85 * based on the given source and sink restrictions.
103 restr->sink = sink_restr;
145 isl_set_free(restr->sink);
168 * - a sink
170 * - a function for determining the relative order of sources and sink
176 * domain_map is an auxiliary map that maps the sink access relation
186 struct isl_labeled_map sink; member in struct:isl_access_info
201 * - a wrapped subset of the sink for which definitely no source could be found
202 * - a wrapped subset of the sink for which possibly no source could be foun
2693 isl_union_map *sink; local
2748 struct isl_scheduled_access *sink; member in struct:isl_compute_flow_schedule_data
    [all...]
isl_scheduler.c 2818 * in distinct SCCs, then record the source and sink SCC as this may
3142 * That is, construct a map expressing that source and sink
3354 isl_union_set *source, *sink; local
3357 sink = isl_union_set_empty(isl_space_params_alloc(ctx, 0));
3381 sink = isl_union_set_union(sink, uset);
3390 return unconditionalize_adjacent_validity(graph, source, sink);
3393 isl_union_set_free(sink);
3397 isl_union_set_free(sink);
5518 isl_union_set *source, *sink; local
    [all...]
isl_test.c 4719 isl_union_map *sink, *source, *dep; local
4764 sink = isl_union_map_read_from_str(ctx, str);
4765 access = isl_union_access_info_from_sink(sink);

Completed in 65 milliseconds