Searched refs:part (Results 126 - 150 of 220) sorted by relevance

123456789

/freebsd-11-stable/contrib/binutils/bfd/
H A Dieee.c8 This file is part of BFD, the Binary File Descriptor library.
660 /* Find the first part of the ieee file after HERE. */
665 int part;
670 for (part = 0; part < N_W_VARIABLES; part++)
671 if (ieee->w.offset[part] > here && after > ieee->w.offset[part])
672 after = ieee->w.offset[part];
812 (_("%B: unexpected ATN type %d in external part"),
663 int part; local
1784 unsigned int part; local
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dautodep.mk20 # dependencies are normally updated as part of compilation.
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Denv.cpp6 This file is part of groff.
2407 node *part[3]; local
2409 part[0] = part[1] = part[2] = 0;
2413 read_title_parts(part, part_width);
2428 node *p = part[2];
2439 p = part[1];
2447 p = part[0];
2534 // must not be R or C or L or a legitimate part o
[all...]
/freebsd-11-stable/stand/usb/
H A Dusbcore.mk10 # ("CTSRD"), as part of the DARPA CRASH research programme.
/freebsd-11-stable/usr.sbin/bhyve/
H A Dsmbiostbl.c214 uint8_t part; /* part number string */ member in struct:smbios_table_type4
268 uint8_t part; /* part number string */ member in struct:smbios_table_type17
403 6, /* part number string */
417 "None", /* part number string */
457 6, /* part number string */
472 "None", /* part number string */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc265 // reduce the size, some other part of the process might need a larger stack
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp203 for (const auto &part : components)
204 if (Properties::IsSettingExperimental(part))
/freebsd-11-stable/contrib/mdocml/
H A Dtbl_layout.c286 tbl->part = TBL_PART_DATA;
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dlabel.y6 This file is part of groff.
135 int part;
140 : unary_expr(e), part(pt), func(f) { }
702 switch (part) {
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_common.c302 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part, argument
312 data.pwd_auth_fail.part = part;
/freebsd-11-stable/contrib/gcc/
H A Dexpmed.c7 This file is part of GCC.
518 /* Get appropriate low part of the value being stored. */
595 from STR_RTX to the first word or byte containing part of the field. */
993 rtx part, word;
1020 part = GEN_INT (((unsigned HOST_WIDE_INT) (INTVAL (value))
1024 /* The args are chosen so that the last part includes the
1027 part = extract_fixed_bit_field (word_mode, value, 0, thissize,
1035 part = GEN_INT (((unsigned HOST_WIDE_INT) (INTVAL (value))
1039 part = extract_fixed_bit_field (word_mode, value, 0, thissize,
1067 thispos, part);
990 rtx part, word; local
2071 rtx part, word; local
[all...]
H A Djump.c6 This file is part of GCC.
1278 rtx part = XVECEXP (pat, 0, i);
1280 if (GET_CODE (part) == SET
1281 && SET_DEST (part) != reg)
1737 the comparison code. Otherwise, swap the THEN-part and ELSE-part
1267 rtx part = XVECEXP (pat, 0, i); local
H A Dbasic-block.h5 This file is part of GCC.
349 #define BB_SET_PARTITION(bb, part) do { \
352 | (part)); \
1027 back when we find we can't match an insn, or if we want to match part
H A Dlocal-alloc.c6 This file is part of GCC.
853 rtx part = XVECEXP (PATTERN (insn), 0, i);
854 if (part != set)
855 note_stores (part, no_equiv, NULL);
847 rtx part = XVECEXP (PATTERN (insn), 0, i); local
/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh627 # running *-p[0-9]+, strip off the last part; if the
891 # strip off the last part; if the user is running
2006 The following files will be removed as part of updating to
2015 The following files will be added as part of updating to
2024 The following files will be updated as part of updating to
2239 # which isn't part of the release.
2248 kernel configuration distributed as part of FreeBSD ${RELNUM}.
2311 kernel configuration distributed as part of FreeBSD ${RELNUM}.
2312 As part of upgrading to FreeBSD ${RELNUM}, this kernel will be
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb-events.sh8 # This file is part of GDB.
121 This file is part of GDB.
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.c7 This file is part of GCC.
243 specific part of struct function. */
679 int part = s390_single_part (XEXP (*op0, 1), local
681 if (part >= 0)
684 inner = adjust_address_nv (inner, QImode, part);
1035 /* Return the part of op which has a value different from def.
1036 The size of the part is determined by mode.
1038 contains such a part. */
1065 part of mode PART_MODE unequal to DEF, return the number of that
1066 part
1078 int i, part = -1; local
1275 int part; local
2031 int part, part_goal; local
[all...]
/freebsd-11-stable/sys/conf/
H A Dkern.post.mk3 # Part of a unified Makefile for building kernels. This part includes all
5 # and ones that act like they are part of %RULES.
/freebsd-11-stable/stand/lua/
H A Dcore.lua182 loader.setenv("kern.geom.part.check_integrity", "0")
190 loader.unsetenv("kern.geom.part.check_integrity")
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp520 // bit and alignment become part of the ABI. In addition to that, if the
521 // symbol has aliases, the aliases become part of the ABI. That's subtle,
542 // part of the ABI.
1008 Partition &part = isec->getPartition(); local
1016 if (part.relrDyn && isec->alignment >= 2 && offsetInSec % 2 == 0) {
1018 part.relrDyn->relocs.push_back({isec, offsetInSec});
1021 part.relaDyn->addReloc(target->relativeRel, isec, offsetInSec, sym, addend,
1179 // For the static linking part, we just return a plt expr and everything
1535 // thunk is needed for a particular call. The more difficult part is that
H A DSyntheticSections.h218 // Returns the symbol which corresponds to the first entry of the global part
221 // Returns nullptr if the global part is empty.
224 // Returns the number of entries in the local part of GOT including
232 // MIPS GOT consists of three parts: local, global and tls. Each part
235 // - Page entries | Local part
238 // - Normal global entries || Global part
240 // - TLS entries ||| TLS part
1152 template <typename ELFT> void writeEhdr(uint8_t *buf, Partition &part);
1153 template <typename ELFT> void writePhdrs(uint8_t *buf, Partition &part);
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex123 by part of the kernel from OF. For \kexec, the userland
206 included as part of the \dtc (see \S\ref{sec:dtc}) git tree,
478 addressing the part of the blob with the node or property in question.
549 in part by running the source file through CPP before compiling with
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrtbegin.asm4 This file is part of GCC.
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_prtn_config.c641 static struct part_conf part; local
642 struct part_conf *conf = &part;
/freebsd-11-stable/stand/
H A Ddefs.mk89 # also uses it. It's part of loader, but isn't a loader so we can't

Completed in 433 milliseconds

123456789