HomeSort by: relevance | last modified time | path
    Searched refs:old_context (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce112/
dce112_resource.h 45 struct dc_state *old_context);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
resource.h 144 struct dc_state *old_context, struct dc_stream_state *stream);
149 const struct dc_state *old_context,
  /src/external/apache2/mDNSResponder/dist/DSO/
dso.h 250 * @param old_context
259 void dso_update_outstanding_query_context(dso_state_t *dso, const void *old_context, void *new_context);
dso.c 574 void dso_update_outstanding_query_context(dso_state_t *const dso, const void *const old_context,
579 if (states->queries[i].context == old_context) {
  /src/external/gpl3/gcc.old/dist/gcc/d/
modules.cc 167 tree old_context = start_function (fd); local
170 finish_function (old_context);
357 tree old_context = start_function (fd); local
385 finish_function (old_context);
decl.cc 969 tree old_context = start_function (d); local
1075 finish_function (old_context);
2059 tree old_context = current_function_decl; local
2061 if (old_context)
2098 return old_context;
2106 finish_function (tree old_context)
2152 if (old_context)
2155 current_function_decl = old_context;
  /src/external/gpl3/gcc/dist/gcc/
tree-nested.cc 1564 tree old_context local
1588 = old_context;
1591 = old_context;
2349 tree old_context local
2363 = old_context;
2366 = old_context;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-nested.cc 1554 tree old_context local
1578 = old_context;
1581 = old_context;
2336 tree old_context local
2350 = old_context;
2353 = old_context;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_resource.c 1698 struct dc_state *old_context, struct dc_stream_state *stream)
1702 for (i = 0; i < old_context->stream_count; i++) {
1703 struct dc_stream_state *old_stream = old_context->streams[i];
1967 /*if (!resource_is_stream_unchanged(old_context, stream)) {
1968 if (stream != NULL && old_context->streams[i] != NULL) {
1970 old_context->streams[i]->bit_depth_params;
1971 stream->clamping = old_context->streams[i]->clamping;
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-decl.cc 6426 tree old_context; local
6431 old_context = current_function_decl;
6433 if (old_context)
6661 if (old_context)
6666 current_function_decl = old_context;
7672 tree old_context; local
7698 old_context = current_function_decl;
7700 if (old_context)
8022 if (old_context)
8027 current_function_decl = old_context;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-decl.cc 6210 tree old_context; local
6215 old_context = current_function_decl;
6217 if (old_context)
6445 if (old_context)
6450 current_function_decl = old_context;
7459 tree old_context; local
7485 old_context = current_function_decl;
7487 if (old_context)
7808 if (old_context)
7813 current_function_decl = old_context;
    [all...]

Completed in 39 milliseconds