Home
last modified time | relevance | path

Searched refs:bundle (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/netbsd-src/external/apache2/llvm/dist/llvm/utils/textmate/
H A DREADME1 This directory contains a "bundle" for doing syntax highlighting of TableGen
3 by the TextMate "C" bundle. Currently, keywords, comments, and strings are
6 To install this bundle, copy it to the per user area:
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Drevision12 # Type: Git bundles (git-bundle)
14 0 string #\ v2\ git\ bundle\n Git bundle
53 0 string HG10 Mercurial bundle,
65 0 string #\ Bazaar\ revision\ bundle\ v Bazaar Bundle
H A Dmach254 >12 belong 8 bundle
255 # normally name extension bundle; but exceptions like: AMDil_r700.dylib
256 !:ext bundle/dylib/
259 >12 belong 11 kext bundle
/netbsd-src/usr.sbin/certctl/
H A Dcertctl.sh418 local vcert cert certbase hash counter bundle vbundle
491 bundle=$certsdir/ca-certificates.crt
492 vbundle=$(printf '%s' "$bundle" | vis -M)
495 (umask 0022; cat <$tmpfile >${bundle}.tmp)
496 mv -f -- "${bundle}.tmp" "$bundle"
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangOffloadBundler.rst27 A bundled code object may also be used to bundle just the offloaded code
47 Number Of Bundle Entries integer 8 Number of bundle entries.
52 1st Bundle Entry ID Length integer 8 Character length of bundle
57 :ref:`clang-bundle-entry-id`.
71 .. _clang-bundle-entry-id:
77 :ref:`clang-bundled-code-object-layout`) has a bundle entry ID that indicates
84 <bundle-entry-id> ::== <offload-kind> "-" <target-triple> [ "-" <target-id> ]
105 ``clang-offload-bundler`` is used to bundle code objects as
130 Each entry of a bundled code object must have a different bundle entry ID. There
149 It is also used as part of the bundle entry ID to identify the code object. See
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
H A Dnouveau_nvkm_engine_gr_ctxgk20a.c67 gf100_gr_icmd(gr, gr->bundle); in gk20a_grctx_generate_main()
69 grctx->bundle(info); in gk20a_grctx_generate_main()
76 .bundle = gk104_grctx_generate_bundle,
H A Dnouveau_nvkm_engine_gr_ctxgm20b.c70 gf100_gr_icmd(gr, gr->bundle); in gm20b_grctx_generate_main()
72 grctx->bundle(info); in gm20b_grctx_generate_main()
79 .bundle = gm107_grctx_generate_bundle,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DCFBundle.cpp95 if (CFBundleRef bundle = get()) in GetIdentifier() local
96 return ::CFBundleGetIdentifier(bundle); in GetIdentifier()
102 if (CFBundleRef bundle = get()) in GetValueForInfoDictionaryKey() local
103 return ::CFBundleGetValueForInfoDictionaryKey(bundle, key); in GetValueForInfoDictionaryKey()
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-tilepro.texi54 A bundle can span multiple lines. If you want to put multiple
55 instructions on a line, whether in a bundle or not, you need to
58 A bundle may contain one or more instructions, up to the limit
60 specified than the hardware supports in a bundle, the assembler
64 within the bundle, putting the first instruction in a lower-numbered
71 assignment. If there is no way to bundle the instructions together,
74 The assembler does not yet auto-bundle (automatically combine multiple
75 instructions into one bundle), but it reserves the right to do so in
77 it in a bundle explicitly with curly braces and use @code{nop}
79 that bundle.
[all …]
H A Dc-tilegx.texi70 A bundle can span multiple lines. If you want to put multiple
71 instructions on a line, whether in a bundle or not, you need to
74 A bundle may contain one or more instructions, up to the limit
76 specified than the hardware supports in a bundle, the assembler
80 within the bundle, putting the first instruction in a lower-numbered
87 assignment. If there is no way to bundle the instructions together,
90 The assembler does not yet auto-bundle (automatically combine multiple
91 instructions into one bundle), but it reserves the right to do so in
93 it in a bundle explicitly with curly braces and use @code{nop}
95 that bundle.
[all …]
H A Dc-kvx.texi44 Check that each bundle does not use more resources than available. This is the
49 Do not check that each bundle does not use more resources than available.
53 For debugging purposes only. In order to properly work, the bundle is sorted
55 will not sort the bundle instructions and illegal bundles might be formed unless
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-tilepro.texi54 A bundle can span multiple lines. If you want to put multiple
55 instructions on a line, whether in a bundle or not, you need to
58 A bundle may contain one or more instructions, up to the limit
60 specified than the hardware supports in a bundle, the assembler
64 within the bundle, putting the first instruction in a lower-numbered
71 assignment. If there is no way to bundle the instructions together,
74 The assembler does not yet auto-bundle (automatically combine multiple
75 instructions into one bundle), but it reserves the right to do so in
77 it in a bundle explicitly with curly braces and use @code{nop}
79 that bundle.
[all …]
H A Dc-tilegx.texi70 A bundle can span multiple lines. If you want to put multiple
71 instructions on a line, whether in a bundle or not, you need to
74 A bundle may contain one or more instructions, up to the limit
76 specified than the hardware supports in a bundle, the assembler
80 within the bundle, putting the first instruction in a lower-numbered
87 assignment. If there is no way to bundle the instructions together,
90 The assembler does not yet auto-bundle (automatically combine multiple
91 instructions into one bundle), but it reserves the right to do so in
93 it in a bundle explicitly with curly braces and use @code{nop}
95 that bundle.
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang-tools-extra/clangd/xpc/framework/
H A DBUILD.gn5 # bundle and the clangd.xpc bundle within it in a single action.
11 # clangd.xpc bundle
81 # .framework bundle symlinks:
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dia64-dis.c77 bfd_byte bundle[16]; in print_insn_ia64() local
93 status = (*info->read_memory_func) (memaddr, bundle, sizeof (bundle), info); in print_insn_ia64()
100 t0 = bfd_getl64 (bundle); in print_insn_ia64()
101 t1 = bfd_getl64 (bundle + 8); in print_insn_ia64()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dia64-dis.c77 bfd_byte bundle[16]; in print_insn_ia64() local
93 status = (*info->read_memory_func) (memaddr, bundle, sizeof (bundle), info); in print_insn_ia64()
100 t0 = bfd_getl64 (bundle); in print_insn_ia64()
101 t1 = bfd_getl64 (bundle + 8); in print_insn_ia64()
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/interrupts/
H A DIpipe-fr400.cgs26 bundle: add.p gr1,gr1,gr1
33 test_spr_addr bundle,epcr0
/netbsd-src/sys/arch/ia64/ia64/
H A Ddb_interface.c439 struct asm_bundle bundle; in db_disasm() local
447 if (asm_decode((uintptr_t)buf, &bundle)) { in db_disasm()
448 i = bundle.b_inst + slot; in db_disasm()
449 tmpl = bundle.b_templ + slot; in db_disasm()
450 if (*tmpl == ';' || (slot == 2 && bundle.b_templ[1] == ';')) in db_disasm()
H A Dtrap.c294 struct asm_bundle bundle; in trap_decode_break() local
298 if (!asm_decode(tf->tf_special.iip, &bundle)) in trap_decode_break()
303 inst = bundle.b_inst + slot; in trap_decode_break()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/
H A DAppController.m66 NSBundle *bundle = [NSBundle mainBundle];
68 fp = [bundle pathForResource: @"Info-project" ofType: @"plist"];
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c6362 } *bundle; in amdgpu_dm_commit_planes() local
6364 bundle = kzalloc(sizeof(*bundle), GFP_KERNEL); in amdgpu_dm_commit_planes()
6366 if (!bundle) { in amdgpu_dm_commit_planes()
6404 bundle->surface_updates[planes_count].surface = dc_plane; in amdgpu_dm_commit_planes()
6406 bundle->surface_updates[planes_count].gamma = dc_plane->gamma_correction; in amdgpu_dm_commit_planes()
6407 bundle->surface_updates[planes_count].in_transfer_func = dc_plane->in_transfer_func; in amdgpu_dm_commit_planes()
6411 &bundle->scaling_infos[planes_count]); in amdgpu_dm_commit_planes()
6413 bundle->surface_updates[planes_count].scaling_info = in amdgpu_dm_commit_planes()
6414 &bundle->scaling_infos[planes_count]; in amdgpu_dm_commit_planes()
6454 &bundle->plane_infos[planes_count], in amdgpu_dm_commit_planes()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Ddsymutil.rst17 ``.dSYM`` bundle with the same name as the executable.
95 Specifies an alternate ``path`` to place the dSYM bundle. The default dSYM
96 bundle path is created by appending ``.dSYM`` to the executable name.
135 Embed the toolchain in the dSYM bundle's property list.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Ddarwin.opt116 bundle
118 Generate a Mach-O bundle (file type MH_BUNDLE).
122 …Treat <executable> (that will be loading this bundle) as if it was one of the dynamic libraries th…
206 -image_base <address> Specify <address> as the base address for a dylib or bundle.
277 (Obsolete) Allowed linking to proceed with \"-flat_namespace\" when a linked bundle contained a sym…
/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin.opt120 bundle
122 Generate a Mach-O bundle (file type MH_BUNDLE).
126 …Treat <executable> (that will be loading this bundle) as if it was one of the dynamic libraries th…
210 -image_base <address> Specify <address> as the base address for a dylib or bundle.
281 (Obsolete) Allowed linking to proceed with \"-flat_namespace\" when a linked bundle contained a sym…
/netbsd-src/external/bsd/unbound/dist/testdata/tls_reuse.tdir/
H A Dtls_reuse.conf13 tls-cert-bundle: "unbound_server.pem"

12345678910>>...15