Home
last modified time | relevance | path

Searched full:part (Results 1 – 25 of 7672) sorted by relevance

12345678910>>...307

/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormattedStatus.rst6 ….part { background-color: #FFCC99; height: 20px; display: inline-block; width: 120px; text-align: …
11 .. role:: part
36 - :part:`66%`
51 - :part:`80%`
66 - :part:`35%`
71 - :part:`46%`
76 - :part:`42%`
101 - :part:`50%`
136 - :part:`60%`
171 - :part:`25%`
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DDXContainer.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
45 // number of parts and part data itself is not required to be padded. in readInteger()
62 Error DXContainer::parseDXILHeader(StringRef Part) { in parseDXILHeader() argument
64 return parseFailed("More than one DXIL part is present in the file"); in parseDXILHeader()
65 const char *Current = Part.begin(); in parseDXILHeader()
67 if (Error Err = readStruct(Part, Current, Header)) in parseDXILHeader()
74 Error DXContainer::parseShaderFlags(StringRef Part) { in parseShaderFlags() argument
76 return parseFailed("More than one SFI0 part is present in the file"); in parseShaderFlags()
78 if (Error Err = readInteger(Part, Part.begin(), FlagValue)) in parseShaderFlags()
84 Error DXContainer::parseHash(StringRef Part) { in parseHash() argument
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
193 unsigned Part) { in generateInstruction() argument
198 Value *A = State.get(getOperand(0), Part); in generateInstruction()
199 Value *B = State.get(getOperand(1), Part); in generateInstruction()
202 State.set(this, V, Part); in generateInstruction()
208 Value *A = State.get(getOperand(0), Part); in generateInstruction()
210 State.set(this, V, Part); in generateInstruction()
214 Value *IV = State.get(getOperand(0), Part); in generateInstruction()
215 Value *TC = State.get(getOperand(1), Part); in generateInstruction()
217 State.set(this, V, Part); in generateInstruction()
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dmoneypunct_byname.cc5 // This file is part of the GNU ISO C++ Library. This library is free
32 typedef money_base::part part; in test01() typedef
82 VERIFY(static_cast<part>(pos1.field[0]) == static_cast<part>(pos2.field[0])); in test01()
83 VERIFY(static_cast<part>(pos1.field[1]) == static_cast<part>(pos2.field[1])); in test01()
84 VERIFY(static_cast<part>(pos1.field[2]) == static_cast<part>(pos2.field[2])); in test01()
85 VERIFY(static_cast<part>(pos1.field[3]) == static_cast<part>(pos2.field[3])); in test01()
87 VERIFY(static_cast<part>(neg1.field[0]) == static_cast<part>(neg2.field[0])); in test01()
88 VERIFY(static_cast<part>(neg1.field[1]) == static_cast<part>(neg2.field[1])); in test01()
89 VERIFY(static_cast<part>(neg1.field[2]) == static_cast<part>(neg2.field[2])); in test01()
90 VERIFY(static_cast<part>(neg1.field[3]) == static_cast<part>(neg2.field[3])); in test01()
H A Dmoneypunct_members_wchar_t.cc5 // This file is part of the GNU ISO C++ Library. This library is free
33 typedef money_base::part part; in test01() typedef
98 VERIFY(static_cast<part>(pos1.field[0]) != static_cast<part>(pos2.field[0])); in test01()
99 VERIFY(static_cast<part>(pos1.field[1]) != static_cast<part>(pos2.field[1])); in test01()
100 VERIFY(static_cast<part>(pos1.field[2]) != static_cast<part>(pos2.field[2])); in test01()
101 VERIFY(static_cast<part>(pos1.field[3]) != static_cast<part>(pos2.field[3])); in test01()
103 VERIFY(static_cast<part>(neg1.field[0]) != static_cast<part>(neg2.field[0])); in test01()
104 VERIFY(static_cast<part>(neg1.field[1]) != static_cast<part>(neg2.field[1])); in test01()
105 VERIFY(static_cast<part>(neg1.field[2]) != static_cast<part>(neg2.field[2])); in test01()
106 VERIFY(static_cast<part>(neg1.field[3]) != static_cast<part>(neg2.field[3])); in test01()
H A Dmoneypunct_members_char.cc5 // This file is part of the GNU ISO C++ Library. This library is free
32 typedef money_base::part part; in test01() typedef
97 VERIFY(static_cast<part>(pos1.field[0]) != static_cast<part>(pos2.field[0])); in test01()
98 VERIFY(static_cast<part>(pos1.field[1]) != static_cast<part>(pos2.field[1])); in test01()
99 VERIFY(static_cast<part>(pos1.field[2]) != static_cast<part>(pos2.field[2])); in test01()
100 VERIFY(static_cast<part>(pos1.field[3]) != static_cast<part>(pos2.field[3])); in test01()
102 VERIFY(static_cast<part>(neg1.field[0]) != static_cast<part>(neg2.field[0])); in test01()
103 VERIFY(static_cast<part>(neg1.field[1]) != static_cast<part>(neg2.field[1])); in test01()
104 VERIFY(static_cast<part>(neg1.field[2]) != static_cast<part>(neg2.field[2])); in test01()
105 VERIFY(static_cast<part>(neg1.field[3]) != static_cast<part>(neg2.field[3])); in test01()
/openbsd-src/regress/usr.bin/mandoc/roff/ds/
H A Dappend.out_ascii7 first part: first part
8 with second part: first part second part
9 with third part: first part second part third part
H A Dappend.in10 first part: \*[foo]
12 .as foo " second part
13 with second part: \*[foo]
15 .as foo " third part
16 with third part: \*[foo]
/openbsd-src/gnu/lib/libiberty/src/
H A Dpartition.c5 This file is part of GNU CC.
47 partition part = (partition) in partition_new() local
50 part->num_elements = num_elements; in partition_new()
53 part->elements[e].class_element = e; in partition_new()
54 part->elements[e].next = &(part->elements[e]); in partition_new()
55 part->elements[e].class_count = 1; in partition_new()
58 return part; in partition_new()
64 partition_delete (partition part) in partition_delete() argument
66 free (part); in partition_delete()
70 of partition PART. If ELEM1 and ELEM2 are already in the same
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dgenconfig.c6 This file is part of GCC.
67 walk_insn_part (rtx part, int recog_p, int non_pc_set_src) in walk_insn_part() argument
73 if (part == 0) in walk_insn_part()
76 code = GET_CODE (part); in walk_insn_part()
84 if (XINT (part, 0) > max_recog_operands) in walk_insn_part()
85 max_recog_operands = XINT (part, 0); in walk_insn_part()
94 if (XINT (part, 0) > max_recog_operands) in walk_insn_part()
95 max_recog_operands = XINT (part, 0); in walk_insn_part()
101 if (GET_CODE (XEXP (part, 0)) == MATCH_OPERAND in walk_insn_part()
102 || GET_CODE (XEXP (part, 0)) == MATCH_DUP) in walk_insn_part()
[all …]
/openbsd-src/sys/dev/fdt/
H A Dqcsmem.c162 struct qcsmem_partition *part; in qcsmem_attach() local
206 part = &sc->sc_global_partition; in qcsmem_attach()
209 part = &sc->sc_partitions[pte->host[1]]; in qcsmem_attach()
212 part = &sc->sc_partitions[pte->host[0]]; in qcsmem_attach()
215 if (part->phdr != NULL) in qcsmem_attach()
241 part->phdr = phdr; in qcsmem_attach()
242 part->size = pte->size; in qcsmem_attach()
243 part->cacheline = pte->cacheline; in qcsmem_attach()
261 qcsmem_alloc_private(struct qcsmem_softc *sc, struct qcsmem_partition *part, in qcsmem_alloc_private() argument
265 struct qcsmem_partition_header *phdr = part->phdr; in qcsmem_alloc_private()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenconfig.c6 This file is part of GCC.
65 walk_insn_part (part, recog_p, non_pc_set_src) in walk_insn_part() argument
66 rtx part; in walk_insn_part()
74 if (part == 0)
77 code = GET_CODE (part);
85 if (XINT (part, 0) > max_recog_operands)
86 max_recog_operands = XINT (part, 0);
95 if (XINT (part, 0) > max_recog_operands)
96 max_recog_operands = XINT (part, 0);
102 if (GET_CODE (XEXP (part, 0)) == MATCH_OPERAND)
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/
H A Dtruncate.pl60 my $part = substr($compressed, 0, $i);
63 writeFile($name, $part);
68 $input = \$part;
78 is $gz->read($buff, 5000), length($part) ;
79 ok $buff eq $part ;
100 my $part = substr($compressed, 0, $i);
103 writeFile($name, $part);
108 $input = \$part;
130 my $part = substr($compressed, 0, $header_size);
132 $part .= "\xFF" x 100 ;
[all …]
/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A Dfilesystem.bench.cpp14 for (auto& Part : in) in BM_PathConstructString() local
15 PP /= Part; in BM_PathConstructString()
32 for (auto& Part : in) in BM_PathConstructCStr() local
33 PP /= Part; in BM_PathConstructCStr()
50 for (auto& Part : in) in BM_PathConstructIter() local
51 PP /= Part; in BM_PathConstructIter()
82 for (auto& Part : in) in BM_PathIterateMultipleTimes() local
83 PP /= Part; in BM_PathIterateMultipleTimes()
102 for (auto& Part : in) in BM_PathIterateOnce() local
103 PP /= Part; in BM_PathIterateOnce()
[all …]
/openbsd-src/gnu/llvm/llvm/utils/split-file/
H A Dsplit-file.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
10 // the specified part.
64 struct Part { struct
72 DenseMap<StringRef, Part> partToBegin; in handle()
85 error(input, lineNo, "empty part name"); in handle()
89 error(input, lineNo, "part name cannot have leading or trailing space"); in handle()
101 Part &cur = res.first->second; in handle()
105 // that the extracted part preserves line numbers. in handle()
111 fatal(input, "no part separator was found"); in handle()
130 Part &part = keyValue.second; in handle() local
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
9 // This file is a part of ThreadSanitizer (TSan), a race detector.
80 TracePart* part = nullptr; in TracePartAlloc() local
87 part = ctx->trace_part_recycle.PopFront(); in TracePartAlloc()
88 DPrintf("#%d: TracePartAlloc: part=%p\n", thr->tid, part); in TracePartAlloc()
89 if (part && part->trace) { in TracePartAlloc()
90 Trace* trace1 = part->trace; in TracePartAlloc()
92 part->trace = nullptr; in TracePartAlloc()
94 CHECK_EQ(part, part1); in TracePartAlloc()
107 if (!part) in TracePartAlloc()
[all …]
/openbsd-src/sys/arch/luna88k/stand/boot/
H A Ddevopen.c86 int dev, unit, part; in devopen() local
91 if (make_device(fname, &dev, &unit, &part, file) != 0) in devopen()
96 devsw[dev].dv_name, unit, part, *file); in devopen()
99 error = (*dp->dv_open)(f, unit, part); in devopen()
103 devsw[dev].dv_name, unit, part, *file, strerror(error)); in devopen()
123 bootdev = MAKEBOOTDEV(dev, 0, unit / 10, 6 - unit % 10, part); in devopen()
133 int major, unit = 0, part = 0; in make_device() local
177 part = part * 10 + *cp - '0'; in make_device()
179 if (part < 0 || part >= MAXPARTITIONS) { in make_device()
181 printf("%s: invalid partition number (%d)\n", __func__, part); in make_device()
[all …]
/openbsd-src/usr.sbin/installboot/
H A Dmacppc_installboot.c76 int part; in md_prepareboot() local
88 part = findmbrfat(devfd, &dl); in md_prepareboot()
89 if (part != -1) { in md_prepareboot()
90 create_filesystem(&dl, (char)part); in md_prepareboot()
99 int part; in md_installboot() local
111 part = findmbrfat(devfd, &dl); in md_installboot()
112 if (part != -1) { in md_installboot()
113 write_filesystem(&dl, (char)part); in md_installboot()
119 create_filesystem(struct disklabel *dl, char part) in create_filesystem() argument
126 /* Newfs <duid>.<part> as msdos filesystem. */ in create_filesystem()
[all …]
H A Docteon_installboot.c76 int part; in md_prepareboot() local
88 part = findmbrfat(devfd, &dl); in md_prepareboot()
89 if (part != -1) { in md_prepareboot()
90 create_filesystem(&dl, (char)part); in md_prepareboot()
99 int part; in md_installboot() local
111 part = findmbrfat(devfd, &dl); in md_installboot()
112 if (part != -1) { in md_installboot()
113 write_filesystem(&dl, (char)part); in md_installboot()
119 create_filesystem(struct disklabel *dl, char part) in create_filesystem() argument
126 /* Newfs <duid>.<part> as msdos filesystem. */ in create_filesystem()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
30 // │ Part
32 // │ Part
80 // Structure is followed by part offsets: uint32_t PartOffset[PartCount];
81 // The offset is to a PartHeader, which is followed by the Part Data.
84 /// Use this type to describe the size and type of a DXIL container part.
93 // Structure is followed directly by part data: uint8_t PartData[PartSize].
130 #define CONTAINER_PART(Part) Part, argument
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dvstrings.t35 [ Decimal2 => 1.2, qr/^$/, '2-part Decimal' ],
36 [ Decimal2String => '1.2', qr/^$/, '2-part Decimal String' ],
37 [ Decimal2Underscore => '1.02_03', qr/^$/, '2-part Underscore String' ],
38 [ Decimal3String => '1.2.3', qr/^$/, '3-part Decimal String', $UNPARSABLERE ],
39 [ BareV2String => v1.2, qr/^$/, '2-part bare v-string', $UNPARSABLERE ],
40 [ BareV3String => v1.2.3, qr/^$/, '3-part bare V-string', $UNPARSABLERE ],
41 [ V2DecimalString => 'v1.2', qr/^$/, '2-part v-decimal string', $UNPARSABLERE ],
42 [ V3DecimalString => 'v1.2.3', qr/^$/, '3-part v-Decimal String', $UNPARSABLERE ],
96 if "$]" <= 5.008 && $pkg eq 'BareV2String' && $descrip =~ m!^2-part!;
/openbsd-src/gnu/usr.bin/cvs/diff/
H A Danalyze.c4 This file is part of GNU DIFF.
78 Set PART->(XMID,YMID) to the midpoint (XMID,YMID). The diagonal number
85 Set PART->LEFT_MINIMAL to nonzero iff the minimal edit script for the
86 left half of the partition is known; similarly for PART->RIGHT_MINIMAL.
98 diag (xoff, xlim, yoff, ylim, minimal, part) in diag() argument
100 struct partition *part;
144 part->xmid = x;
145 part->ymid = y;
146 part->lo_minimal = part->hi_minimal = 1;
171 part->xmid = x;
[all …]
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Ddarwin-ldouble-format6 -0.0). The most significant part is required to be the value of the
8 Inf values, the least significant part is required to be one of +0.0
10 represented as (1.0, +0.0) or (1.0, -0.0), and the low part of a NaN
27 +0.0 and two that represent -0.0. The sign of the high part is the
28 sign of the long double, and the sign of the low part is ignored.
38 nonzero but the low part represents a value which has a bit set below
55 A double can be converted to a long double by adding a zero low part.
57 A long double can be converted to a double by removing the low part.
/openbsd-src/lib/libfido2/src/
H A Dtpm.c17 /* Part 1, 4.89: TPM_GENERATED_VALUE */
20 /* Part 2, 6.3: TPM_ALG_ID */
26 /* Part 2, 6.4: TPM_ECC_CURVE */
29 /* Part 2, 6.9: TPM_ST_ATTEST_CERTIFY */
32 /* Part 2, 8.3: TPMA_OBJECT */
40 /* Part 2, 10.4.2: TPM2B_DIGEST */
47 /* Part 2, 10.4.3: TPM2B_DATA */
54 /* Part 2, 10.5.3: TPM2B_NAME */
62 /* Part 2, 10.11.1: TPMS_CLOCK_INFO */
71 /* Part 2, 10.12.8 TPMS_ATTEST */
[all …]
/openbsd-src/sys/arch/macppc/macppc/
H A Ddisksubr.c106 struct part_map_entry *part; in readdpmelabel() local
114 part = (struct part_map_entry *)bp->b_data; in readdpmelabel()
116 if (part->pmSig != PART_ENTRY_MAGIC) in readdpmelabel()
118 part_cnt = part->pmMapBlkCnt; in readdpmelabel()
129 part = (struct part_map_entry *)bp->b_data; in readdpmelabel()
131 for (s = part->pmPartType; *s; s++) in readdpmelabel()
135 if (strcmp(part->pmPartType, PART_TYPE_OPENBSD) == 0) { in readdpmelabel()
136 hfspartoff = part->pmPyPartStart; in readdpmelabel()
137 hfspartend = hfspartoff + part->pmPartBlkCnt; in readdpmelabel()
154 if (strcmp(part->pmPartType, PART_TYPE_MAC) == 0) { in readdpmelabel()
[all …]

12345678910>>...307