Home
last modified time | relevance | path

Searched full:assigns (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/freebsd/contrib/diff/
H A DAUTHORS26 Assigns diff (diff.c, initial version).
29 Assigns cmp.
33 Assigns changes to diff.
36 Assigns changes to diff.
39 Assigns diff3.
42 Assigns changes to GNU Diff.
45 Assigns changes to diff (for -D).
71 Assigns changes to diff.
85 Assigns wdiff and future changes submitted to the FSF.
89 Assigns changes (makefile.in, analyze.c, cmp.c, error.c, diff.c,
[all …]
/freebsd/share/man/man9/
H A Dbitset.9459 and assigns the result to
489 and assigns the result to
522 and assigns the result to
552 and assigns the result to
582 and assigns the result to
/freebsd/contrib/libcbor/src/cbor/
H A Dints.h59 /** Assigns the integer value
67 /** Assigns the integer value
75 /** Assigns the integer value
83 /** Assigns the integer value
H A Dfloats_ctrls.h172 /** Assigns a float value
179 /** Assigns a float value
186 /** Assigns a float value
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_asn1_octet_string_set1.pod21 referenced via the I<tgt> argument and assigns either a copy of
25 referenced via the I<tgt> argument and assigns either a copy of the given byte
/freebsd/contrib/ncurses/form/
H A Dfrm_hook.c60 | Description : Assigns an application defined initialization function
82 | Description : Assigns an application defined finalization function
104 | Description : Assigns an application defined initialization function
126 | Description : Assigns an application defined finalization function
/freebsd/share/man/man4/
H A Dscsi.4196 This assigns
208 This assigns
219 This assigns
243 This assigns the NVMe card at PCI bus 7 slot 0 function 1 to scbus 10.
H A Dsimplebus.454 node, instantiates newbus children and assigns resources to them, based on the
/freebsd/contrib/bsnmp/snmpd/
H A Dconfig.c126 static TAILQ_HEAD(assigns, assign) assigns = TAILQ_HEAD_INITIALIZER(assigns);
742 TAILQ_INSERT_TAIL(&assigns, tp, link); in handle_assignment()
1251 while ((tp = TAILQ_LAST(&assigns, assigns)) != NULL) { in do_rollback()
1252 TAILQ_REMOVE(&assigns, tp, link); in do_rollback()
1278 while ((tp = TAILQ_FIRST(&assigns)) != NULL) { in do_commit()
1279 TAILQ_REMOVE(&assigns, tp, link); in do_commit()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetCallingConv.td110 /// list that is still available. If so, it assigns the value to the first
124 /// CCAssignToStack - This action always matches: it assigns the value to a
153 /// CCPassByVal - This action always matches: it assigns the value to a stack
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegNumbering.cpp10 /// This file implements a pass which assigns WebAssembly register
54 "Assigns WebAssembly register numbers for virtual registers",
/freebsd/sys/tools/syscalls/core/
H A Dsyscall.lua39 -- Processes and assigns the appropriate thread flag for this system call.
49 -- Processes and assigns the appropriate capability flag for this system call.
241 -- Adds the argument(s) for this system call. Once addFunc() assigns a name
306 -- Assigns the correct args_size. Defaults to "0", except if there's arguments
/freebsd/contrib/byacc/test/yacc/
H A Derr_syntax24.error1 YACC: w - line 21 of "./err_syntax24.y", the default action for expr assigns an undefined value to …
/freebsd/contrib/byacc/test/btyacc/
H A Derr_syntax24.error1 YACC: w - line 21 of "./err_syntax24.y", the default action for expr assigns an undefined value to …
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_session_ticket_cb.pod57 SSL_SESSION_get0_ticket_appdata() assigns B<data> to the session ticket
58 application data and assigns B<len> to the length of the session ticket
H A DEVP_PKEY_get_group_name.pod18 and assigns I<*gname_len> the actual length of the name not including
H A DPKCS12_init.pod20 PKCS12_init_ex() creates an empty PKCS#12 structure and assigns the supplied
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h154 //// Assigns the SUnit to which this edge points.
224 /// Assigns the associated register for this edge. This is only valid on
360 /// Assigns the representative SDNode for this SUnit. This may be used
380 /// Assigns the instruction for the SUnit. This may be used during
500 //// Assigns the SUnit to which this edge points.
747 /// Assigns the topological index to the node n.
/freebsd/contrib/kyua/utils/
H A Doptional.ipp85 /// Explicitly assigns an optional object to the none value.
99 /// Assigns a new value to the optional object.
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h190 /// Assigns storage locations and values to all parameters, captures, global
304 /// Assigns `Loc` as the storage location of `D` in the environment.
318 /// Assigns `Loc` as the storage location of the glvalue `E` in the
490 /// Assigns `Val` as the value of `Loc` in the environment.
500 /// Assigns `Val` as the value of the prvalue `E` in the environment.
735 /// Assigns storage locations and values to all global variables, fields
/freebsd/usr.sbin/mptutil/
H A Dmptutil.8370 assigns one of the remaining 7 pools to each volume and
371 assigns dedicated drives to that pool.
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-assign-shell.mk3 # Tests for the variable modifier '::!=', which assigns the output of a shell
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp127 /// dbg.assigns for one variable fragment).
194 // Regardless of the position of dbg.assigns relative to stores, the in updateForNewPhi()
295 /// This assigns and keeps a per-bb relative ordering of load/store
381 /// A set of dbg.assigns to delete because they've been demoted to
432 /// Delete dbg.assigns that have been demoted to dbg.values.
609 // Remove dbg.assigns linked to the alloca as these are now redundant. in rewriteSingleStoreAlloca()
722 // Remove dbg.assigns linked to the alloca as these are now redundant. in promoteSingleBlockAlloca()
877 // Remove dbg.assigns linked to the alloca as these are now redundant. in run()
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dpci-ep.yaml47 If present this property assigns a fixed PCI domain number to a PCI
/freebsd/usr.sbin/setfmac/
H A Dsetfmac.844 utility assigns the specified MAC label to the specified files.

12345678910>>...12