Home
last modified time | relevance | path

Searched refs:it (Results 101 – 125 of 1489) sorted by relevance

12345678910>>...60

/dragonfly/contrib/binutils-2.27/
H A DCOPYING7 of this license document, but changing it is not allowed.
12 freedom to share and change it. By contrast, the GNU General Public
18 the GNU Library General Public License instead.) You can apply it to
25 if you want it, that you can change the software or use pieces of it
31 distribute copies of the software, or if you modify it.
67 that is to say, a work containing the Program or a portion of it,
80 source code as you receive it, in any medium, provided that you
91 of it, thus forming a work based on the Program, and copy and
104 when run, you must cause it, when started running for such
187 the Program or works based on it.
[all …]
/dragonfly/contrib/xz/
H A DCOPYING.GPLv27 of this license document, but changing it is not allowed.
12 freedom to share and change it. By contrast, the GNU General Public
18 the GNU Lesser General Public License instead.) You can apply it to
25 if you want it, that you can change the software or use pieces of it
31 distribute copies of the software, or if you modify it.
67 that is to say, a work containing the Program or a portion of it,
80 source code as you receive it, in any medium, provided that you
91 of it, thus forming a work based on the Program, and copy and
104 when run, you must cause it, when started running for such
187 the Program or works based on it.
[all …]
/dragonfly/contrib/binutils-2.27/gold/
H A Dicf.cc664 for (it = key_range.first; it != key_range.second; ++it) in match_sections()
666 unsigned int kept_section = it->second; in match_sections()
678 if (it == key_range.second) in match_sections()
831 Uniq_secn_id_map::iterator it = this->section_id_.find(secn); in unfold_section() local
832 if (it == this->section_id_.end()) in unfold_section()
834 unsigned int section_num = it->second; in unfold_section()
848 Uniq_secn_id_map::iterator it = this->section_id_.find(secn); in is_section_folded() local
849 if (it == this->section_id_.end()) in is_section_folded()
851 unsigned int section_num = it->second; in is_section_folded()
863 gold_assert(it != this->section_id_.end()); in get_folded_section()
[all …]
/dragonfly/sys/netgraph7/bluetooth/hci/
H A DTODO11 it should be fine as long as Netgraph is SMP safe. Just need to
12 verify it.
16 Some code exists, but i have no idea how it should work. Will
18 it does not support QoS.
23 Host Controller flow control (not sure if it is required).
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddiagnostic.def5 GCC is free software; you can redistribute it and/or modify it under
10 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
19 /* DK_UNSPECIFIED must be first so it has a value of zero. We never
27 /* If a diagnostic is set to DK_IGNORED, it won't get reported at all.
28 This is used by the diagnostic machinery when it wants to disable a
29 diagnostic without disabling the option which causes it. */
H A Dstab.def5 The GNU C Library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Library General Public License as
10 The GNU C Library is distributed in the hope that it will be useful,
30 Desc is supposedly starting line number, but GCC doesn't set it
31 and DBX seems not to miss it. */
61 /* New stab from Solaris. I don't know what it means, but it
65 /* New stab from Solaris. I don't know what it means, but it
73 /* Modula-2 compilation unit. Can someone say what info it contains? */
92 of the definition file. Other is nonzero if it is imported with the
107 can be caught here. If Desc is 0, it means all exceptions are caught
[all …]
H A Ddbgcnt.def6 GCC is free software; you can redistribute it and/or modify it under
11 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
25 What is it used for ?
33 How does it work ?
39 dbg_cnt () returns true if it is at or below threshold, and false if above.
55 How to use it ?
60 (although it still counts the event).
78 produce unpredictable results as it will try to find an upper bound
81 When dbgcnt does hits the limit, it writes a comment in the current
87 it is making, this pinpoints the exact position in the log file
/dragonfly/tools/regression/bin/sh/expansion/
H A Dlength4.03 # The construct ${#?} is ambiguous in POSIX.1-2008: it could be the length
4 # of $? or it could be $# giving an error in the (impossible) case that it
6 # We use the former interpretation; it seems more useful.
/dragonfly/games/fortune/datfiles/
H A Dfortunes15016 if it were so, it would be; but as it isn't, it ain't. That's logic!"
25964 and the irony of it is that if it is comfort or money it values more, it
26488 If it smells it's chemistry, if it crawls it's biology, if it doesn't work
30319 It's is not, it isn't ain't, and it's it's, not its, if you mean it is.
30815 not seek it, study it, or name it. To find yourself on it, open
32130 Life, loathe it or ignore it, you can't like it.
32834 If it jams -- force it.
33989 glove it or leave it.
39375 "Try it; it works"
56953 Whip it, whip it good!
[all …]
H A Dstartrek30 "And make them spend it on life."
113 A man either lives life as it happens to him, meets it head-on and
114 licks it, or he turns his back on it and starts to wither away.
160 But it's real. And if it's real it can be affected ... we may not be
162 dent in it.
270 they see it is easier than trading. And it has its pleasures. I feel
421 it's still the same song.
426 instead of saving it.
495 pattern. We don't fear it as you do.
629 War isn't a good life, but it's life.
[all …]
/dragonfly/share/termcap/
H A DREADME8 probably put your own terminal in it.
11 list built in to it. The changes will be evident from looking at the
23 because it makes it easier to diff it from newer distributed versions.
28 if you aren't a super user change the cp command to put it where you can.
35 please!) to me at one of the addresses below, so it can be incorporated
37 there is a good reason not to, but I reserve the right to redo it differently.
/dragonfly/contrib/cryptsetup/luks/
H A Dpbkdf.c245 struct itimerval it; in PBKDF2_performance_check() local
258 it.it_interval.tv_usec = 0; in PBKDF2_performance_check()
259 it.it_interval.tv_sec = 0; in PBKDF2_performance_check()
260 it.it_value.tv_usec = 0; in PBKDF2_performance_check()
261 it.it_value.tv_sec = 1; in PBKDF2_performance_check()
262 if (setitimer (ITIMER_VIRTUAL, &it, NULL) < 0) { in PBKDF2_performance_check()
/dragonfly/test/interbench/
H A Dreadme14 What does it do?
22 How does it work?
70 cpu usage and frame rate of it on the hardware you are testing.
100 available ram and moving it around and freeing it. You need to have some
107 load is it is not unusual for an out-of-memory kill to occur which will
114 What is measured and what does it mean?
117 it) of deadlines met during the test period.
146 jerky movement, in audio it would be a skip, and in video it would be a dropped
166 How to use it?
179 install it simply copy the interbench binary wherever you like.
[all …]
/dragonfly/contrib/file/magic/Magdir/
H A Dclipper15 # I shall assume it's ANDing the field with the first value and
16 # comparing it with the second, and rewrite it as:
24 # sort, nor does SunOS 4.x, so either it's something Intergraph added
26 # somebody else thought was a good idea; it's not documented in the
27 # man page for this version of "magic", nor does it appear to be
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dgty.texi83 option takes no parameter, it is acceptable either to omit the
189 it discriminates. Use @code{%1} to mean the structure containing it.
216 Sometimes it's convenient to define some data structure to work on
254 this (it could, it just doesn't yet), so it's necessary to tell it that
307 object. Sometimes for abstraction purposes it's convenient to have
337 the precompiled header machinery needs to change that ordering, it
410 Here is an example of how to use it:
464 definition. Or, if the variable is only used in one file, make it
500 that use it.
507 file, it needs to be included by the same file that includes
[all …]
H A Dcpp.texi66 @c override it.
849 system, if you do not instruct it otherwise, it will look for headers
998 but it is not recognized by all preprocessors, so you cannot rely on it
1351 of parentheses after it. If you write just the name, it is left alone.
1573 @code{s} is stringified when it is used in @code{str}, so it is not
1833 decimal integer constant. While we call it a predefined macro, it's
2710 statement with no need for a semicolon to end it. However, since it
2711 looks like a function call, it minimizes confusion if you can use it
3854 replacement text, but it careful to do it in such a way that the
4015 reliance on behavior described here, as it is possible that it will
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddbgcnt.def6 GCC is free software; you can redistribute it and/or modify it under
11 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
25 What is it used for ?
33 How does it work ?
39 dbg_cnt () returns true if it is at or below threshold, and false if above.
55 How to use it ?
60 (although it still counts the event).
78 produce unpredictable results as it will try to find an upper bound
81 When dbgcnt does hits the limit, it writes a comment in the current
87 it is making, this pinpoints the exact position in the log file
H A Dreg-notes.def7 GCC is free software; you can redistribute it and/or modify it under
12 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
32 passes use a literal 0 for it. */
35 /* The value in REG dies in this insn (i.e., it is not needed past
43 /* Describes the insn as a whole; it says that the insn sets a
48 from the source of the SET although it has the same value. A
55 equal to the specified rtx. Therefore, it cannot be used for
56 substitution; but it can be used for cse. */
99 taken branch. For calls, it is the probability that this call
161 to the argument, if it is a MEM, it is ignored. */
[all …]
H A Dstab.def5 The GNU C Library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Library General Public License as
10 The GNU C Library is distributed in the hope that it will be useful,
30 Desc is supposedly starting line number, but GCC doesn't set it
31 and DBX seems not to miss it. */
61 /* New stab from Solaris. I don't know what it means, but it
65 /* New stab from Solaris. I don't know what it means, but it
73 /* Modula-2 compilation unit. Can someone say what info it contains? */
92 of the definition file. Other is nonzero if it is imported with the
107 can be caught here. If Desc is 0, it means all exceptions are caught
[all …]
/dragonfly/contrib/cryptsetup/
H A DINSTALL5 unlimited permission to copy, distribute and modify it.
16 definitions. Finally, it creates a shell script `config.status' that
32 may remove or edit it.
36 `configure.ac' if you want to change it or regenerate `configure' using
47 Running `configure' takes awhile. While running, it prints some
48 messages telling which features it is checking for.
63 for the package's developers. If you use it, you may have to get
144 a message saying it cannot guess the machine type, give it the
173 `configure' looks for `PREFIX/share/config.site' if it exists, then
174 `PREFIX/etc/config.site' if it exists. Or, you can set the
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
H A Dinsert_fn_imps.hpp81 modify(point_iterator it, const_reference r_new_val) in modify() argument
84 remove_node(it.m_p_nd); in modify()
85 it.m_p_nd->m_value = r_new_val; in modify()
86 push_imp(it.m_p_nd); in modify()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
H A Dinsert_fn_imps.hpp81 modify(point_iterator it, const_reference r_new_val) in modify() argument
84 remove_node(it.m_p_nd); in modify()
85 it.m_p_nd->m_value = r_new_val; in modify()
86 push_imp(it.m_p_nd); in modify()
/dragonfly/contrib/gcc-4.7/libobjc/
H A Daccessors.m7 GCC is free software; you can redistribute it and/or modify it under the
11 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
42 same property of the same object) and use it to protect access to
113 returned value. The programmer should do it if it is
116 to the object and whether it needs to be RETAINed or not,
117 so it makes sense to leave the decision to him/her. This
239 objc_getPropertyStruct and objc_setPropertyStruct. We include it
242 the compiler never generates calls to it with the GNU runtime.
243 This function is clumsy because it requires two locks instead of
254 local stack and we really wouldn't want to lock it (our
[all …]
/dragonfly/usr.sbin/cron/doc/
H A DCONVERSION15 Leave the original /usr/lib/crontab! This cron doesn't use it, so you may
16 as well keep it around for a while in case something goes wakko with this
26 I say `how about' and `perhaps' because it really doesn't matter to anyone
29 after the user whose crontab it is. If you want to examine, replace, or
69 to put the `crontab.src' (or whatever you want to call it) file for that
70 user, put the cron commands into it, and install it using the `crontab'
75 current one does, barring the extra steps in installing or changing it.
84 UNEXPECTED output, it will be mailed to you. This takes a while to get
85 right, but it's amazingly convenient. Trust me.
/dragonfly/games/fortune/
H A DNotes5 haphazardly from a cacophony of sources, in number so huge it
9 are not published, it falls under fair use, as we understand it.
11 this, they will need to double check it all, and nobody not involved
22 database, and "fortunes.dat" is the data file which describes it. See
34 To create a new, potentially offensive database, use caesar to rotate it,
36 program automatically decrypts the text when it prints entries from such
38 Anything which would not make it onto network prime time programming
57 we should be able to get by without it.
77 which time it will be worth absolutely nothing.
97 Make it possible for programmers to write in English and
[all …]

12345678910>>...60