Home
last modified time | relevance | path

Searched refs:given (Results 1 – 25 of 842) sorted by relevance

12345678910>>...34

/freebsd-12.1/contrib/binutils/opcodes/
H A Darm-dis.c1766 imm = (given & 0xf) | ((given & 0xe0) >> 1); in print_insn_coprocessor()
2021 value = ((given >> 16) & 0xf0) | (given & 0xf); in print_insn_coprocessor()
2095 imm5 = ((given & 0x100) >> 4) | (given & 0xf); in print_insn_coprocessor()
2420 int raw_reg = (given & 0xf) | ((given >> 1) & 0x10); in print_insn_neon()
2719 int offset = ((given & 0xf00) >> 4) | (given & 0xf); in print_insn_arm()
2978 imm = (given & 0xf) | ((given & 0xfff00) >> 4); in print_insn_arm()
3759 long given) in print_insn_data() argument
4118 given = b[i] | (given << 8); in print_insn()
4121 given = b[i] | (given << 8); in print_insn()
4163 given = (b[0]) | (b[1] << 8) | (given << 16); in print_insn()
[all …]
H A Dscore-dis.c103 int disp = ((given & 0x01ff8000) >> 5) | (given & 0x3fe); in print_insn_score32()
248 given &= 0xffff; in print_insn_score16()
257 given &= 0xffff; in print_insn_score16()
396 long given; in print_insn() local
444 else if ((given & 0x8000) == 0x8000) in print_insn()
458 given = b[0] | (b[1] << 8); in print_insn()
462 given = (b[0] << 8) | b[1]; in print_insn()
472 other = given & 0xFFFF; in print_insn()
473 given = (given & 0xFFFF0000) >> 16; in print_insn()
485 ridparity = (given & 0x7FFF); in print_insn()
[all …]
/freebsd-12.1/contrib/libdivsufsort/include/
H A Ddivsufsort.h.cmake68 * Constructs the suffix array of a given string.
71 * @param n The length of the given string.
83 * @param n The length of the given string.
104 * @param n The length of the given string.
115 * Inverse BW-transforms a given BWTed string.
119 * @param n The length of the given string.
130 * Checks the correctness of a given suffix array.
133 * @param n The length of the given string.
144 * @param Tsize The length of the given string.
148 * @param SAsize The length of the given suffix array.
[all …]
/freebsd-12.1/contrib/dialog/
H A Dmixedgauge.c50 status_string(char *given, char **freeMe) in status_string() argument
55 if (isdigit(UCH(*given))) { in status_string()
56 switch (*given) { in status_string()
91 } else if (*given == '-') { in status_string()
92 size_t need = strlen(++given); in status_string()
95 sprintf(temp, "%3s%%", given); in status_string()
97 } else if (!isspace(UCH(*given))) { in status_string()
98 result = given; in status_string()
/freebsd-12.1/sys/powerpc/powerpc/
H A Dmmu_if.m156 * @brief Clear the 'modified' bit on the given physical page
167 * @brief Clear the write and modified bits in each of the given
297 * @brief Reverse map the given virtual address, returning the
299 * vm_page_hold) if the page protection matches the given protection
425 * given object to try and eliminate a cascade of on-demand faults as
475 * @brief Count the number of managed mappings to the given physical
481 * given physical page
515 * range to the given value.
619 * of addresses in the given pmap.
647 * for a given size (multiples of 512 bytes for 4k pages).
[all …]
/freebsd-12.1/crypto/openssl/doc/man3/
H A DOSSL_STORE_SEARCH.pod49 objects through other names than just the URI that's given to OSSL_STORE_open().
56 criterion, and that can be given to an OSSL_STORE context with
61 OSSL_STORE_close() has been called for the OSSL_STORE context it was given
81 OSSL_STORE_SEARCH_get_type() returns the criterion type for the given
144 OSSL_STORE_SEARCH_get_type() returns the criterion type of the given
149 or B<NULL> when the given B<OSSL_STORE_SEARCH> was of a different type.
152 or B<NULL> when the given B<OSSL_STORE_SEARCH> was of a different type.
155 sets B<*length> to the strings length on success, or B<NULL> when the given
159 or B<NULL> when the given B<OSSL_STORE_SEARCH> was of a different type.
H A DBIO_ADDRINFO.pod63 BIO_ADDRINFO_family() returns the family of the given
67 BIO_ADDRINFO_socktype() returns the socket type of the given
71 BIO_ADDRINFO_protocol() returns the protocol id of the given
76 of the given B<BIO_ADDRINFO>.
79 from the given one.
82 with the given one.
H A DBIO_ADDR.pod49 therefore ignored) and populates the given B<BIO_ADDR> with them.
55 BIO_ADDR_family() returns the protocol family of the given
60 BIO_ADDR_rawaddress() will write the raw address of the given
72 BIO_ADDR_rawport() returns the raw port of the given B<BIO_ADDR>.
76 hostname of the given B<BIO_ADDR>. If B<numeric> is 1, the string
83 service name of the port of the given B<BIO_ADDR>. If B<numeric>
90 of the given B<BIO_ADDR>. This only works for B<BIO_ADDR> of the
H A DUI_new.pod89 A UI can contain more than one prompt, which are performed in the given
102 UI_new_method() creates a new UI using the given UI method. When done with
119 sizes of the result, not counting the final NUL character. The given
128 for no. A set of characters that can be used to cancel the prompt is given
130 descriptive text (given through the I<prompt> argument) and one describing
131 the possible answers (given through the I<action_desc> argument).
163 with the one given as argument.
172 UI_get0_user_data() retrieves the data that has last been given to the
191 UI_set_default_method() changes the default UI method to the one given.
197 UI_get_method() returns the UI method associated with a given UI.
[all …]
H A DCTLOG_STORE_get0_log_by_id.pod24 in a CTLOG_STORE that has a given LogID.
28 B<CTLOG_STORE_get0_log_by_id> returns a CTLOG with the given LogID, if it
29 exists in the given CTLOG_STORE, otherwise it returns NULL.
H A DX509_STORE_set_verify_cb_func.pod133 certificate that verifies the given certificate B<x>.
139 X509_STORE_set_check_issued() sets the function to check that a given
154 X509_STORE_set_get_crl() sets the function to get the crl for a given
162 the given B<crl>.
168 status of the given certificate B<x> against the given B<crl>.
181 given name B<nm>.
/freebsd-12.1/contrib/libxo/doc/
H A Dxopo.rst16 either standard input or a file given by the "-f" option, and the
17 output is either standard output or a file given by the "-o" option.
19 In the second mode, a simple message given using the "-s" option on
27 -f <file> Use the given .po file as input
H A Dxohtml.rst13 `xohtml` is given a command, either on the command line or via the "-c"
14 option. If not command is given, standard input is used. The
17 the file given in the "-f" option. The "-b" option can be used to
/freebsd-12.1/crypto/openssl/doc/man1/
H A Dstoreutl.pod32 as the case may be) fetched from the given URIs.
78 Only select the certificates, keys or CRLs from the given URI.
95 Search for an object having the given issuer name and serial number.
104 Search for an object having the given alias.
108 Search for an object having the given fingerprint.
112 The digest that was used to compute the fingerprint given with B<-fingerprint>.
/freebsd-12.1/contrib/googletest/googletest/cmake/
H A Dinternal_utils.cmake203 # creates a named C++ executable that depends on the given libraries and
204 # is built from the given source files with the given compiler flags.
230 # creates a named target that depends on the given libs and is built
231 # from the given source files. dir/name.cc is implicitly included in
243 # creates a named C++ test that depends on the given libs and is built
244 # from the given source files with the given compiler flags.
252 # creates a named test target that depends on the given libs and is
253 # built from the given source files. Unlike cxx_test_with_flags,
262 # creates a Python test with the given name whose main module is in
/freebsd-12.1/contrib/bmake/
H A Dconfigure.in24 yes) AC_MSG_ERROR(bad value ${withval} given for bmake DEFSHELL) ;;
40 *) AC_MSG_ERROR(bad value ${withval} given for meta) ;;
48 *) AC_MSG_ERROR(bad value ${withval} given for filemon) ;;
266 yes) AC_MSG_ERROR(bad value ${withval} given for bmake MACHINE) ;;
292 yes) AC_MSG_ERROR(bad value ${withval} given for bmake MACHINE_ARCH) ;;
310 yes) AC_MSG_ERROR(bad value ${withval} given for bmake _PATH_DEFSYSPATH) ;;
321 yes) AC_MSG_ERROR(bad value ${withval} given for bmake _PATH_OBJDIRPREFIX) ;;
333 *) AC_MSG_ERROR(bad value ${enableval} given for pwd-override option) ;;
344 *) AC_MSG_ERROR(bad value ${enableval} given for check-make-chdir option) ;;
354 AC_MSG_ERROR(bad value ${withval} given for mksrc cannot find install-mk)
/freebsd-12.1/usr.bin/ncal/tests/
H A Dregress.f-3gy-nhl.out1 ncal: -3 together with a given year but no given month is not supported.
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.opt80 Generate code for given CPU
84 Use given assembler dialect
92 Data greater than given threshold will go into .ldata section in x86-64 medium model
96 Use given x86-64 code model
114 Generate floating point mathematics using given instruction set
242 Use given thread-local storage dialect
250 Schedule code for given CPU
/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.opt32 Generate code for given CPU
80 Emit extra code in the function prologue in order to trap if the stack size exceeds the given limit
84 Schedule code for given CPU
96 Warn if a single function's framesize exceeds the given framesize
/freebsd-12.1/contrib/atf/atf-sh/
H A Dlibatf-sh.subr64 # Adds the given test case to the list of test cases that form the test
77 # Executes atf-check with given arguments and automatically calls
107 # defined, prints the given default value.
127 # Returns a boolean indicating if the given configuration variable is
230 # Makes the test case report an expected failure with the given error
243 # Makes the test case fail with the given error message. Multiple
311 # Checks that the given program name (either provided as an absolute
442 # Prints the given error message (which can be composed of multiple
461 # Prints the given warning message (which can be composed of multiple
498 # Returns true if the given test case exists.
[all …]
/freebsd-12.1/share/examples/ppp/
H A Dppp.secret.sample15 # If an IP address or address range is given as the third field, it
20 # If a label is given as the forth field, it is used when reading
25 # If a phone number or list of phone numbers is given as the fifth
/freebsd-12.1/contrib/libdivsufsort/
H A DREADME.md9 … construct a suffix array and a Burrows-Wheeler transformed string from a given string over a cons…
54 * Constructs the suffix array of a given string.
57 * @param n The length of the given string.
64 * Constructs the burrows-wheeler transformed string of a given string.
68 * @param n The length of the given string.
/freebsd-12.1/contrib/netbsd-tests/lib/libusbhid/
H A Dtest_usb_hid_usages8 # a usage with the last given page.
10 # is a printf formatting string that will be given the usage number.
/freebsd-12.1/contrib/ntp/scripts/ntptrace/
H A Dntptrace-opts.def47 the chain of NTP servers from a given host back to the primary time source. For
51 If given no arguments, ntptrace starts with localhost. Here is an example of
64 ID. All times are given in seconds. Note that the stratum is the server hop
/freebsd-12.1/release/picobsd/floppy.tree/etc/ppp/
H A Dppp.secret.sample8 # If an IP address is given, it will be assigned to the peer.
10 # If an entry exists for your local machine (as given by the

12345678910>>...34