Home
last modified time | relevance | path

Searched refs:duplicates (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/
H A Dmsguniq.texi11 duplicates are invalid input for other programs like @code{msgfmt},
12 @code{msgmerge} or @code{msgcat}. By default, duplicates are merged
13 together. When using the @samp{--repeated} option, only duplicates are
17 will be cumulated. When using the @samp{--unique} option, duplicates are
59 Print only duplicates.
65 Print only unique messages, discard duplicates.
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/functions/
H A Dsort7 ."and includes some duplicates. Make should sort all of the elements\n"
8 ."remove all duplicates\n";
H A Dsuffix6 ."in the list. The long strings are sorted to remove duplicates.\n";
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_gem.c178 struct list_head list, duplicates; in amdgpu_gem_object_close() local
185 INIT_LIST_HEAD(&duplicates); in amdgpu_gem_object_close()
193 r = ttm_eu_reserve_buffers(&ticket, &list, false, &duplicates); in amdgpu_gem_object_close()
598 struct list_head list, duplicates; in amdgpu_gem_va_ioctl() local
639 INIT_LIST_HEAD(&duplicates); in amdgpu_gem_va_ioctl()
659 r = ttm_eu_reserve_buffers(&ticket, &list, true, &duplicates); in amdgpu_gem_va_ioctl()
H A Damdgpu_amdkfd_gpuvm.c585 struct list_head list, duplicates; /* BO lists */ member
616 INIT_LIST_HEAD(&ctx->duplicates); in reserve_bo_and_vm()
630 false, &ctx->duplicates); in reserve_bo_and_vm()
667 INIT_LIST_HEAD(&ctx->duplicates); in reserve_bo_and_cond_vms()
703 false, &ctx->duplicates); in reserve_bo_and_cond_vms()
1789 struct list_head resv_list, duplicates; in validate_invalid_user_pages() local
1809 INIT_LIST_HEAD(&duplicates); in validate_invalid_user_pages()
1826 ret = ttm_eu_reserve_buffers(&ticket, &resv_list, false, &duplicates); in validate_invalid_user_pages()
1827 WARN(!list_empty(&duplicates), "Duplicates should be empty"); in validate_invalid_user_pages()
1998 INIT_LIST_HEAD(&ctx.duplicates); in amdgpu_amdkfd_gpuvm_restore_process_bos()
H A Damdgpu_cs.c524 struct list_head duplicates; in amdgpu_cs_parser_bos() local
555 INIT_LIST_HEAD(&duplicates); in amdgpu_cs_parser_bos()
595 &duplicates); in amdgpu_cs_parser_bos()
614 r = amdgpu_cs_list_validate(p, &duplicates); in amdgpu_cs_parser_bos()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DEVP_PKEY_CTX_new.pod38 lifetime of the returned B<EVP_PKEY_CTX> or of any of its duplicates. Read
45 returned B<EVP_PKEY_CTX> or any of its duplicates.
52 EVP_PKEY_CTX_dup() duplicates the context I<ctx>. It is not supported for a
H A DDSA_dup_DH.pod23 DSA_dup_DH() duplicates DSA parameters/keys as DH parameters/keys. q
/netbsd-src/external/mpl/dhcp/dist/keama/tests/
H A Dclassbadmatch.err5 match option server.duplicates = 0;
H A Dclassbadmatchif.err5 match if option server.duplicates;
/netbsd-src/share/i18n/csmapper/BIG5/
H A DBig5EXT@IBM%UCS.src63 # 0xA15A SPACING UNDERSCORE duplicates A1C4
66 # 0xA1FE LT DIAG UP RIGHT TO LOW LEFT duplicates A2AC
67 # 0xA240 LT DIAG UP LEFT TO LOW RIGHT duplicates A2AD
72 # It is also possible to map these characters to their duplicates, or to
H A DUCS%Big5EXT@IBM.src63 # 0xA15A SPACING UNDERSCORE duplicates A1C4
66 # 0xA1FE LT DIAG UP RIGHT TO LOW LEFT duplicates A2AC
67 # 0xA240 LT DIAG UP LEFT TO LOW RIGHT duplicates A2AD
72 # It is also possible to map these characters to their duplicates, or to
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_object.c554 struct list_head duplicates; in radeon_bo_list_validate() local
559 INIT_LIST_HEAD(&duplicates); in radeon_bo_list_validate()
560 r = ttm_eu_reserve_buffers(ticket, head, true, &duplicates); in radeon_bo_list_validate()
612 list_for_each_entry(lobj, &duplicates, tv.head) { in radeon_bo_list_validate()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DDSA_dup_DH.pod15 DSA_dup_DH() duplicates DSA parameters/keys as DH parameters/keys. q
H A DEVP_PKEY_CTX_new.pod26 EVP_PKEY_CTX_dup() duplicates the context B<ctx>.
/netbsd-src/external/gpl3/autoconf/dist/tests/
H A Dstatesave.m425 # The sed script duplicates uniq functionality (thanks to 'info sed
/netbsd-src/external/bsd/openldap/dist/
H A DCHANGES30 Fixed slapd slap_op_time to avoid duplicates across restarts (ITS#9537)
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DExtensions.rst95 Duplicates are discarded, but the linker issues an error if any duplicates
99 Links the largest section from among the duplicates.
102 Links the newest section from among the duplicates.
/netbsd-src/external/gpl3/binutils.old/dist/ld/scripttempl/
H A Delf32cr16.sc50 eliminates duplicates, which are named like ".gnu.linkonce.d.foo".
H A Delf32crx.sc46 eliminates duplicates, which are named like ".gnu.linkonce.d.foo".
H A Dvisium.sc12 # eliminates duplicates, which are named like ".gnu.linkonce.d.foo".
/netbsd-src/external/gpl3/binutils/dist/ld/scripttempl/
H A Delf32crx.sc46 eliminates duplicates, which are named like ".gnu.linkonce.d.foo".
H A Delf32cr16.sc50 eliminates duplicates, which are named like ".gnu.linkonce.d.foo".
/netbsd-src/external/bsd/unbound/dist/doc/
H A Drequirements.txt84 o rfc2181 discourages duplicates RRs in RRsets. unbound does not create
85 duplicates, but when presented with duplicates on the wire from the
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A DChangeLog-000198 second call. Remove errind as it now duplicates last_optind.
289 * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
294 * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
296 * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
297 * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
298 * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
300 * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
301 * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
304 * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
305 * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
[all …]

12345678910>>...15