Searched refs:part (Results 176 - 200 of 220) sorted by relevance

123456789

/freebsd-11-stable/sys/mips/mips/
H A Dfp.S1194 sll t2, t3, v0 # shift upper part
1199 sll t2, t2, v0 # shift upper part
1201 or t2, t2, t9 # and put into upper part
1207 or t8, t8, v1 # and put into upper part
1211 or t2, t2, v1 # and put into upper part
1506 * round result (t0 is sign, t2 is integer part, t3 is fractional part).
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c8 This file is part of GCC.
3229 routine gets called as part of the rtx cost estimation
3243 if we are being called as part of the cost-estimation
3256 if we are being called as part of the cost-estimation
3385 registers worth of fixed arguments(*). In this case r3 will be part of
8020 function; LOC is a pointer to the part of the insn which requires
8110 if we have load delay slots, or if one 32-bit part can be done with
8116 rtx part;
8124 part = gen_highpart_mode (SImode, mode, val);
8126 gcc_assert (GET_CODE (part)
8102 rtx part; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dexpr.c6 This file is part of GCC.
726 This can be done by referring to a part of X in place
740 This can be done by referring to a part of X in place
1494 /* Copy all or part of a value X into registers starting at REGNO.
1534 /* Copy all or part of a BLKmode value X out of registers starting at REGNO.
1944 /* If the first element of the vector is the low part
1964 /* If the first element wasn't the low part, try the last. */
2723 the real part if IMAG_P is false, and the imaginary part if its true. */
2768 rtx part
2759 rtx part = simplify_gen_subreg (imode, cplx, cmode, local
2796 tree part = imag_p ? TREE_IMAGPART (decl) : TREE_REALPART (decl); local
[all...]
H A Dreload.c6 This file is part of GCC.
79 Reloads of values used in memory addresses are often needed for only one part.
81 When this is so, reload_when_needed records which part needs the reload.
812 /* If the outer part is a word or smaller, INNER larger than a
1727 /* If there is a reload for part of the address of this operand, we would
2811 /* If we made a MEM to load (a part of) the stackslot of a pseudo
3924 now we are treating part of the operand as an input, so
4723 to mode MODE by reloading the part pointed to by PART into a
4727 maybe_memory_address_p (enum machine_mode mode, rtx ad, rtx *part)
4730 rtx tem = *part;
4713 maybe_memory_address_p(enum machine_mode mode, rtx ad, rtx *part) argument
[all...]
H A Dvarasm.c6 This file is part of GCC.
1198 /* Tell GNU LD that this is part of the static destructor set.
1248 /* Tell GNU LD that this is part of the static destructor set.
1837 /* If the decl is part of an object_block, make sure that the decl
2970 /* If the constant is part of an object block, make sure that the
3540 /* If the constant is part of an object_block, make sure that
4081 HOST_WIDE_INT part = tree_low_cst (TREE_OPERAND (exp, 1), 0);
4083 ASM_OUTPUT_FDESC (asm_out_file, decl, part);
4234 /* Nonzero means BYTE contains part of a byte, to be output. */
4447 (all part o
4056 HOST_WIDE_INT part = tree_low_cst (TREE_OPERAND (exp, 1), 0); local
[all...]
H A Dfold-const.c6 This file is part of GCC.
1389 commutative arithmetic operation. Store the constant part into *CONP,
1390 the literal in *LITP and return the variable part. If a part isn't
1392 return the entire tree as the variable part and the other parts as null.
5583 the machine has a multiply-accumulate insn or that this is part of an
7164 tree part;
7166 part = TREE_REALPART (expr);
7167 rsize = native_encode_expr (part, ptr, len);
7170 part
7129 tree part; local
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dlib1funcs.asm4 This file is part of GCC.
/freebsd-11-stable/sys/geom/part/
H A Dg_part.c28 __FBSDID("$FreeBSD: stable/11/sys/geom/part/g_part.c 365923 2020-09-20 05:57:23Z eugen $");
47 #include <geom/part/g_part.h>
133 SYSCTL_NODE(_kern_geom, OID_AUTO, part, CTLFLAG_RW, 0,
1943 * With that we become part of the topology. Optain read access
H A Dg_part_gpt.c28 __FBSDID("$FreeBSD: stable/11/sys/geom/part/g_part_gpt.c 365668 2020-09-12 18:42:14Z eugen $");
48 #include <geom/part/g_part.h>
/freebsd-11-stable/contrib/binutils/binutils/
H A Dresrc.c7 This file is part of GNU Binutils.
1918 wr_printcomment (e, "COFF information not part of RC");
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dzfsboot516 # Prune out mounted md(4) devices that may be part of the boot process
1145 sysctl kern.geom.part.mbr.enforce_chs=0
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h417 /// fraction part or not. Also setting this parameter to false forcing
565 integerPart part; member in union:llvm::detail::final::Significand
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c3530 /* Remove the accepting part */
4433 /* Make sure the host part is ok. */
4470 end_of_path(char *cp, enum uri_part part, unsigned flags) argument
4478 switch (part) {
4502 else if (*cp == '?' && part != PART_PATH)
4556 URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ]
4558 relative-ref = relative-part [ "?" query ] [ "#" fragment ]
4573 /* 2. Optionally, "//" then an 'authority' part. */
4619 /* If there was no scheme, the first part of the path (if any) must
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtransaction.c2095 /* The length of the linear part of a delta chain. (Delta chains use
3063 get_final_id(svn_fs_x__id_t *part,
3066 if (!svn_fs_x__is_revision(part->change_set))
3067 part->change_set = svn_fs_x__change_set_by_rev(revision);
3442 /* If this path has already been verified as part of a recursive
3062 get_final_id(svn_fs_x__id_t *part, svn_revnum_t revision) argument
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c2850 uni_print_entry(cx, "part", "%u", ie->u.aal1.part);
2979 if(ie->u.aal1.part == 0 || ie->u.aal1.part > 47)
3058 UNI_AAL_PART_ID, ie->u.aal1.part);
3172 ie->u.aal1.part = *msg->b_rptr++;
4279 * traffic IE's. The check function implements part of it.
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex269 % \get*marks macros below extract the needed part using \ifcase.
2233 \newif\ifmarkuptex % @tex (and part of @math, for now).
3538 % \parskip glue -- logically it's part of the @item we just started.
5040 % part of (the primitive) \par. Without it, a spurious underfull
5248 % Let's start with @part.
5249 \outer\parseargdef\part{\partzzz{#1}}
5257 \writetocentry{part}{#1}{}% but put it in the toc
5258 \headingsoff % no headline or footline on the part page
6138 % Parts, in the main contents. Replace the part number, which doesn't
7027 % we need only space for the part o
[all...]
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c5480 * Programs the selected part of the VI's RSS mapping table with the
8713 unsigned int part, manufacturer; local
8718 * Issue a Read ID Command to the Flash part. We decode supported
8733 for (part = 0; part < ARRAY_SIZE(supported_flash); part++)
8734 if (supported_flash[part].vendor_and_model_id == flashid) {
8736 supported_flash[part].size_mb;
8743 * Decode Flash part size. The code below looks repetative with
8809 /* If we didn't recognize the FLASH part, tha
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c495 * notions of time that are consumed by standard tools (e.g., as part of an
1158 * as part of validating the type of the input argument.
1406 * this is part of the printa() format string.
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c9 This file is part of GCC.
80 allocate and deallocate the top part of the frame.
500 REG is the register that contains the high part of the address,
1563 constants, with the high part being either a HIGH or a copy
1945 and is used to load the high part into a register. */
1977 high part to BASE and return the result. Just return BASE otherwise.
2154 /* See if the address can split into a high part and a LO_SUM. */
2768 endianness of certain registers. HIGH_P is true to select the high part,
2769 false to select the low part. */
3572 rtx part
3555 rtx part = adjust_address (src, BLKmode, offset); local
3567 rtx part = adjust_address (dest, BLKmode, offset); local
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp6 This file is part of groff.
5071 void read_title_parts(node **part, hunits *part_width) argument
5094 part[i] = curenv->extract_output_line();
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend87 sbin/geom/class/part \
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dlocale_facets.h6 // This file is part of the GNU ISO C++ Library. This library is free
22 // As a special exception, you may use this file as part of a free software
1747 * integer part of a number. Groupings indicate where thousands
1748 * separators should be inserted in the integer part of a number.
1832 * Returns a string representing groupings for the integer part of a
3517 * from the part enum. symbol, sign, and value must be present and the
3525 enum part { none, space, symbol, sign, value }; enum in class:money_base
3705 * integer part of an amount. Groupings indicate where thousands
3781 * fractional part of a money amount. It does so by returning
3784 * The fractional part o
[all...]
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2445 % \parskip glue -- logically it's part of the @item we just started.
3805 % part of (the primitive) \par. Without it, a spurious underfull
5495 % we need only space for the part of \box0 which exceeds it:
6020 % floats, there is an additional part, which is not written here:
6159 % This macro is called from \xrefX for the `[nodename]' part of xref
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex2344 % \parskip glue -- logically it's part of the @item we just started.
3703 % part of (the primitive) \par. Without it, a spurious underfull
5371 % we need only space for the part of \box0 which exceeds it:
5896 % floats, there is an additional part, which is not written here:
6033 % This macro is called from \xrefX for the `[nodename]' part of xref
/freebsd-11-stable/contrib/opie/
H A Dconfigure1819 of an if-expression whose if-part is not a constant expression */

Completed in 700 milliseconds

123456789