Searched refs:duplicate (Results 1 - 25 of 57) sorted by relevance

123

/xsrc/external/mit/xorg-server/dist/test/
H A Dxfree86.c42 XF86OptionPtr duplicate; local in function:xfree86_option_list_duplicate
48 duplicate = xf86OptionListDuplicate(NULL);
49 assert(!duplicate);
58 duplicate = xf86OptionListDuplicate(options);
59 assert(duplicate);
62 val2 = xf86CheckStrOption(duplicate, o1, "2");
68 val2 = xf86CheckStrOption(duplicate, o2, "2");
74 b = xf86FindOption(duplicate, o_null);
/xsrc/external/mit/xauth/dist/
H A Dgethost.c265 struct addrlist *duplicate; local in function:get_address_info
307 for(duplicate = retval; duplicate != NULL; duplicate = duplicate->next) {
308 if(duplicate->family == family && duplicate->len == len &&
309 memcmp(duplicate->address, src, len) == 0) {
314 if (len > 0 && src != NULL && duplicate == NULL) {
/xsrc/external/mit/fontconfig/dist/fc-lang/
H A Dfc-lang.py211 # Find duplicate charsets
212 duplicate = [] variable
223 duplicate.append(dup_num)
228 if duplicate[i]:
270 if duplicate[i]:
271 j = duplicate[i]
293 if duplicate[i]:
315 if duplicate[i]:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_monitor.c210 * (ignoring duplicate query_counters).
234 bool duplicate = false; local in function:crocus_monitor_init_metrics
236 existing_group < group && !duplicate;
239 existing_counter < perf_cfg->queries[existing_group].n_counters && !duplicate;
246 duplicate = true;
250 if (duplicate)
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_large_constants.c33 bool duplicate; member in struct:var_info
316 info->duplicate = true;
335 if (!info->duplicate && info->is_constant) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.2.7.rst34 - ld.lld: error: duplicate symbol (mesa-19.3.0-rc1)
H A D10.6.1.rst53 - egl/x11: Remove duplicate call to dri2_x11_add_configs_for_visuals
H A D21.1.8.rst104 - meson: Remove duplicate xvmc in build summary.
H A D20.1.10.rst107 - glsl: don't duplicate state vars as uniforms in the NIR linker
H A D10.5.9.rst66 - egl/x11: Remove duplicate call to dri2_x11_add_configs_for_visuals
H A D20.0.2.rst109 - meson: Avoid duplicate symbols.
H A D20.2.1.rst155 - glsl: don't duplicate state vars as uniforms in the NIR linker
H A D21.1.6.rst83 - zink: remove duplicate format-mapping on little-endian
H A D11.2.2.rst76 - cherry-ignore: remove duplicate commit
H A D21.1.1.rst179 - vulkan: fix duplicate win32 def
H A D11.1.3.rst134 - nvc/ir: remove duplicate variable declaration
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
H A Dvmw_screen_svga.c140 boolean duplicate)
142 if (duplicate)
138 vmw_svga_winsys_fence_get_fd(struct svga_winsys_screen * sws,struct pipe_fence_handle * fence,boolean duplicate) argument
/xsrc/external/mit/iceauth/dist/
H A Dprocess.c872 * run down list freeing duplicate entries; if an entry is okay, then
879 int duplicate = 0; local in function:merge_entries
886 /* found a complete duplicate, ignore */
887 duplicate = 1;
892 /* found a duplicate, but auth data differs */
911 if (!duplicate && b) { /* if we didn't remove it */
916 if (duplicate)
1399 fprintf (stderr, "no records added - all duplicate\n");
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dttload.c428 FT_Bool duplicate; local in function:tt_face_load_font_dir
479 /* ignore duplicate tables – the first one wins */
480 duplicate = 0;
485 duplicate = 1;
489 if ( duplicate )
491 FT_TRACE2(( " (duplicate, ignored)\n" ));
/xsrc/external/mit/xf86-video-intel-old/dist/m4/
H A Ddolt.m489 dnl Avoid duplicate compiler output if also building shared objects.
/xsrc/external/mit/brotli/dist/c/tools/
H A Dbrotli.md53 Conflicting or duplicate _options_ are not allowed.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_winsys.h652 * \param duplicate duplicate the fd before returning it
657 boolean duplicate );
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_winsys.h676 * \param duplicate duplicate the fd before returning it
681 boolean duplicate );
/xsrc/external/mit/MesaLib.old/dist/src/intel/
H A DAndroid.vulkan.mk61 # duplicate symbols when linking the anv libraries.
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
H A Dvmw_screen_svga.c447 boolean duplicate)
449 if (duplicate)
445 vmw_svga_winsys_fence_get_fd(struct svga_winsys_screen * sws,struct pipe_fence_handle * fence,boolean duplicate) argument

Completed in 43 milliseconds

123