/openbsd-src/lib/libc/rpc/ |
H A D | xdr.3 | 153 is a filter primitive that translates between variable-length arrays 166 is an XDR filter that translates between 172 is a filter primitive that translates between booleans (C integers) 179 is a filter primitive that translates between counted byte 191 is a filter primitive that translates between C characters 213 is a filter primitive that translates between C 219 is a filter primitive that translates between the C 225 is a filter primitive that translates between the C 267 is a filter primitive that translates between C integers 272 is a filter primitive that translates between C [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | simd-1.c | 31 /* Casting between SIMDs of the same size. */ in hanneke() 40 /* Assignment between scalar and SIMD of different size. */ in hanneke() 43 /* Casted assignment between scalar and SIMD of same size. */ in hanneke() 46 /* Casted assignment between scalar and SIMD of different size. */ in hanneke() 47 …foo1 = (typeof (foo1)) foo2; /* { dg-error "can't convert between vector values of different size"… in hanneke() 57 a = b + c; /* { dg-error "can't convert between vector values of different size" } */ in hanneke() 58 a = b - c; /* { dg-error "can't convert between vector values of different size" } */ in hanneke() 59 a = b * c; /* { dg-error "can't convert between vector values of different size" } */ in hanneke() 60 a = b / c; /* { dg-error "can't convert between vector values of different size" } */ in hanneke()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/ |
H A D | comp-types-4.m | 1 /* Test warnings for assignments and comparisons between ObjC and C types. */ 47 if (obj == i) ; /* { dg-warning "comparison between pointer and integer" } */ 48 if (i == obj) ; /* { dg-warning "comparison between pointer and integer" } */ 52 if (obj_c == i) ; /*{ dg-warning "comparison between pointer and integer" }*/ 53 if (i == obj_c) ; /*{ dg-warning "comparison between pointer and integer" }*/ 57 if (obj_p == i) ; /*{ dg-warning "comparison between pointer and integer" }*/ 58 if (i == obj_p) ; /*{ dg-warning "comparison between pointer and integer" }*/ 62 if (obj_C == i) ; /*{ dg-warning "comparison between pointer and integer" }*/ 63 if (i == obj_C) ; /*{ dg-warning "comparison between pointer and integer" }*/
|
/openbsd-src/regress/usr.bin/mandoc/char/space/ |
H A D | zerowidth.out_html | 1 zero width space \& between A and B: AB 2 hyphenation allowed \% between A and B: AB 3 half-narrow (1/12) space \^ between A and B: AB 4 narrow space (1/6) \| between A and B: AB
|
H A D | zerowidth.in | 8 zero width space \e& between A and B: A\&B 9 hyphenation allowed \e% between A and B: A\%B 10 half-narrow (1/12) space \e^ between A and B: A\^B 11 narrow space (1/6) \e| between A and B: A\|B
|
H A D | zerowidth.out_ascii | 8 zero width space \& between A and B: AB 9 hyphenation allowed \% between A and B: AB 10 half-narrow (1/12) space \^ between A and B: AB 11 narrow space (1/6) \| between A and B: AB
|
H A D | zerowidth.out_utf8 | 8 zero width space \& between A and B: AB 9 hyphenation allowed \% between A and B: AB 10 half-narrow (1/12) space \^ between A and B: AB 11 narrow space (1/6) \| between A and B: AB
|
/openbsd-src/usr.bin/rcs/ |
H A D | rcsdiff.1 | 39 Differences between two specific revisions can be requested, 40 as well as differences between the current working file and 43 It is not possible to display differences between entire directories, 44 or differences between more than two files. 75 between two specific revisions. 77 diffing is done between that revision and
|
H A D | rcsmerge.1 | 36 program merges changes between two revisions of an RCS file into 63 between two specific revisions. 65 merging is done between that revision and 97 Merge differences between revision 1.4 and 1.8 of 103 Undo changes between revision 2.4 and 2.8 of
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | ODRDiagsEmitter.h | 26 /// Diagnose ODR mismatch between 2 FunctionDecl. 32 /// Diagnose ODR mismatch between 2 EnumDecl. 38 /// Diagnose ODR mismatch between 2 CXXRecordDecl. 48 /// Diagnose ODR mismatch between 2 RecordDecl that are not CXXRecordDecl. 54 /// Diagnose ODR mismatch between 2 ObjCInterfaceDecl. 61 /// Diagnose ODR mismatch between ObjCInterfaceDecl with different 70 /// Diagnose ODR mismatch between 2 ObjCProtocolDecl. 80 /// Diagnose ODR mismatch between ObjCProtocolDecl with different definitions.
|
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
H A D | 2001-04-16-DynamicCompilation.txt | 4 enable the best possible division of labor between static and dynamic 6 between these two complementary stages of compilation. We feel that 17 tradeoff between performance and portability. On a deeper level, however, 19 system somewhere in between these two extremes: Dynamic application 35 problems: First, there is a lag time between when a processor is introduced
|
/openbsd-src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/ |
H A D | 00version.t | 12 is( $Scalar::Util::VERSION, $List::Util::VERSION, "VERSION mismatch between Scalar/List"); 15 is( $List::Util::XS::VERSION, $xs_version, "VERSION mismatch between LU::XS and LU"); 16 is( $Sub::Util::VERSION, $Scalar::Util::VERSION, "VERSION mistmatch between Sub/Scalar"); 17 is( $Sub::Util::VERSION, $List::Util::VERSION, "VERSION mistmatch between Sub/List");
|
/openbsd-src/gnu/llvm/llvm/docs/DependenceGraphs/ |
H A D | index.rst | 11 between various program elements to help guide optimizations. The ideas 23 dependencies between individual instructions. Each node in such a graph 26 def-use dependency between them into larger nodes that contain multiple- 64 control-flow dependencies between program elements such as 81 The graph build algorithm considers dependencies between elements of 119 …- There are some similarities between DDG nodes and edges compared to PDG nodes and edges, but the… 133 …between nodes namely *loop dependency*, *flow-*, *anti-*, *output-*, and *input-* dependencies. In…
|
/openbsd-src/lib/libc/net/ |
H A D | htobe64.3 | 55 .Nd convert values between different byte orderings 101 These routines convert 16, 32 and 64-bit quantities between different 113 convert between host and big-endian (most significant byte first) order 116 convert between host and little-endian (least significant byte first) order 160 The perceived antagonism between
|
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/22_locale/ |
H A D | codecvt.html | 34 The standard class codecvt attempts to address conversions between 36 attempts to detail conversions between the implementation-defined wide 40 libstdc++-v3 implementation deals with the conversion between wide and 64 to multibyte characters, between wide character encodings such as 71 translations between other character sets should be handled by this 77 -2- The stateT argument selects the pair of codesets being mapped between. 92 all. codecvt<wchar_t,char,mbstate_t> converts between the native 94 mbstate_t perform conversion between encodings known to the library 155 The thought that all one needs to convert between two arbitrary 170 operating system allows bi-directional mapping between far more than [all …]
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/22_locale/ |
H A D | codecvt.html | 29 The standard class codecvt attempts to address conversions between 31 attempts to detail conversions between the implementation-defined wide 35 libstdc++-v3 implementation deals with the conversion between wide and 59 to multibyte characters, between wide character encodings such as 66 translations between other character sets should be handled by this 72 -2- The stateT argument selects the pair of codesets being mapped between. 87 all. codecvt<wchar_t,char,mbstate_t> converts between the native 89 mbstate_t perform conversion between encodings known to the library 150 The thought that all one needs to convert between two arbitrary 165 operating system allows bi-directional mapping between far more than [all …]
|
/openbsd-src/regress/usr.bin/mandoc/man/PP/ |
H A D | empty.in | 7 empty PP between two PPs: 10 empty PP between PP and IP: 13 empty PP between IP and PP:
|
H A D | empty.out_ascii | 7 empty PP between two PPs: 9 empty PP between PP and IP: 11 head empty PP between IP and PP:
|
/openbsd-src/share/man/man7/ |
H A D | man.7 | 113 .It Ic BI Ta alternate between boldface and italic fonts 114 .It Ic BR Ta alternate between boldface and roman fonts 115 .It Ic IB Ta alternate between italic and boldface fonts 116 .It Ic IR Ta alternate between italic and roman fonts 117 .It Ic RB Ta alternate between roman and boldface fonts 118 .It Ic RI Ta alternate between roman and italic fonts 148 Whitespace between arguments is omitted in output. 155 Whitespace between arguments is omitted in output. 210 Whitespace between arguments is omitted in output. 232 Whitespace between arguments is omitted in output. [all …]
|
/openbsd-src/usr.bin/lex/ |
H A D | ONEWS | 1 Changes between release 2.5.4 (11Sep96) and release 2.5.3: 12 Changes between release 2.5.3 (29May96) and release 2.5.2: 28 Changes between release 2.5.2 (25Apr95) and release 2.5.1: 95 Changes between release 2.5.1 (28Mar95) and release 2.4.7: 272 themselves must appear between the '[' and ']' of a character 511 - A broken example in documentation of the difference between 534 Changes between release 2.4.7 (03Aug94) and release 2.4.6: 550 Changes between release 2.4.6 (04Jan94) and release 2.4.5: 560 Changes between release 2.4.5 (11Dec93) and release 2.4.4: 587 Changes between release 2.4.4 (07Dec93) and release 2.4.3: [all …]
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/ |
H A D | assoc_container.hpp | 215 // value_types between first_it and last_it will be inserted into 222 // some policy objects. The value_types between first_it and 230 // some policy objects The value_types between first_it and 241 // some policy objects The value_types between first_it and 254 // some policy objects The value_types between first_it and 365 // value_types between first_it and last_it will be inserted into 372 // some policy objects. The value_types between first_it and 381 // some policy objects. The value_types between first_it and 392 // some policy objects. The value_types between first_it and 405 // some policy objects. The value_types between first_it and [all …]
|
/openbsd-src/gnu/usr.bin/perl/ext/POSIX/t/ |
H A D | math.t | 15 sub between { 24 between(3.14, acos(-1), 3.15, 'acos(-1)'); 25 between(1.57, acos(0), 1.58, 'acos(0)'); 31 between(0.785, atan(1), 0.786, 'atan(1)'); 32 between(-0.786, atan(-1), -0.785, 'atan(-1)'); 35 between(1.54, cosh(1), 1.55, 'cosh(1)'); 36 between(1.54, cosh(-1), 1.55, 'cosh(-1)'); 47 between(1.17, sinh(1), 1.18, 'sinh(1)'); 48 between(-1.18, sinh(-1), -1.17, 'sinh(-1)'); 50 between(1.5 [all...] |
/openbsd-src/gnu/usr.bin/perl/Porting/ |
H A D | newtests-perldelta.pl | 15 Output the added tests between the two last released versions of Perl 19 Output the added tests between the version tagged v5.11.1 44 warn "Finding newly added tests between $from..$to\n"; 51 die "No new tests found between $from and $to.";
|
/openbsd-src/gnu/usr.bin/perl/pod/ |
H A D | perl582delta.pod | 7 This document describes differences between the 5.8.1 release and 11 the L<perl58delta>, which describes differences between 5.6.0 and 12 5.8.0, and the L<perl581delta>, which describes differences between 18 binary compatibility was accidentally lost between 5.8.0 and 5.8.1. 44 Several memory leaks associated with variables shared between threads
|
/openbsd-src/lib/libmenu/ |
H A D | menu_spacing.3 | 37 \fBmenu_spacing\fP \- set and get spacing between menu items. 53 between an item name and an item description. 62 The menu system inserts the blank lines between item rows, these lines 65 the number of blanks between columns of items.
|