| /openbsd-src/gnu/gcc/gcc/config/frv/ |
| H A D | frv-abi.h | 28 #define RENAME_LIBRARY(OLD,NEW) \ argument 29 __asm__ (".globl\t_" #NEW "\n" \ 30 "_" #NEW "=_" #OLD "\n" \ 31 "\t.type\t_" #NEW ",@function\n"); 34 #define RENAME_LIBRARY(OLD,NEW) \ argument 35 __asm__ (".globl\t" #NEW "\n" \ 36 #NEW "=" #OLD "\n" \ 37 "\t.type\t" #NEW ",@function\n"); 40 #define CREATE_DOUBLE_SHIFT(OLD,NEW) \ argument 42 "\t.globl\t" #NEW "\n" \ [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/ |
| H A D | frv-abi.h | 28 #define RENAME_LIBRARY(OLD,NEW) \ argument 29 __asm__ (".globl\t_" #NEW "\n" \ 30 "_" #NEW "=_" #OLD "\n" \ 31 "\t.type\t_" #NEW ",@function\n"); 34 #define RENAME_LIBRARY(OLD,NEW) \ argument 35 __asm__ (".globl\t" #NEW "\n" \ 36 #NEW "=" #OLD "\n" \ 37 "\t.type\t" #NEW ",@function\n"); 40 #define CREATE_DOUBLE_SHIFT(OLD,NEW) \ argument 42 "\t.globl\t" #NEW "\n" \ [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Text-Tabs/t/ |
| H A D | Tabs-ElCid.t | 15 NEW => { BYTES => 92, CHARS => 80, CHUNKS => 68, WORDS => 7, TABS => 0 }, 19 NEW => { BYTES => 65, CHARS => 63, CHUNKS => 61, WORDS => 6, TABS => 0 }, 23 NEW => { BYTES => 64, CHARS => 62, CHUNKS => 60, WORDS => 7, TABS => 0 }, 27 NEW => { BYTES => 69, CHARS => 67, CHUNKS => 65, WORDS => 7, TABS => 0 }, 31 NEW => { BYTES => 105, CHARS => 84, CHUNKS => 63, WORDS => 7, TABS => 0 }, 35 NEW => { BYTES => 76, CHARS => 74, CHUNKS => 72, WORDS => 8, TABS => 0 }, 39 NEW => { BYTES => 65, CHARS => 63, CHUNKS => 61, WORDS => 7, TABS => 0 }, 43 NEW => { BYTES => 87, CHARS => 72, CHUNKS => 59, WORDS => 9, TABS => 0 }, 47 NEW => { BYTES => 63, CHARS => 61, CHUNKS => 61, WORDS => 7, TABS => 0 }, 70 if ( $DATA[$i]{NEW}{TAB [all...] |
| H A D | Wrap-JLB.t | 19 NEW => { BYTES => 44, CHARS => 44, CHUNKS => 44, WORDS => 7, TABS => 3, LINES => 4 }, 23 NEW => { BYTES => 1766, CHARS => 1635, CHUNKS => 1507, WORDS => 275, TABS => 0, LINES => 24 }, 27 NEW => { BYTES => 157, CHARS => 148, CHUNKS => 139, WORDS => 27, TABS => 0, LINES => 3 }, 31 NEW => { BYTES => 30, CHARS => 25, CHUNKS => 24, WORDS => 3, TABS => 4, LINES => 1 }, 54 if ( $DATA[$i]{NEW}{uc $item} != $DATA[$i]{OLD}{uc $item} ) { 118 $bad++ unless check($byte_count, $., "NEW", "BYTES"); 119 $bad++ unless check($char_count, $., "NEW", "CHARS"); 120 $bad++ unless check($chunk_count, $., "NEW", "CHUNKS"); 121 $bad++ unless check($word_count, $., "NEW", "WORDS"); 122 $bad++ unless check($tab_count, $., "NEW", "TAB [all...] |
| /openbsd-src/sbin/restore/ |
| H A D | restore.c | 89 ep->e_flags |= NEW; in addfile() 97 ep->e_flags |= NEW; in addfile() 115 ep->e_flags &= ~NEW; in deletefile() 309 ep->e_flags |= NEW|KEEP; in nodeupdates() 346 ep->e_flags |= NEW; in nodeupdates() 363 ep->e_flags |= NEW|KEEP; in nodeupdates() 413 ip->e_flags |= NEW|KEEP; in nodeupdates() 594 ep->e_flags &= ~(NEW|EXTRACT); in createleaves() 614 if ((ep->e_flags & (NEW|EXTRACT)) == 0) in createleaves() 626 ep->e_flags &= ~(NEW|EXTRACT); in createleaves() [all …]
|
| H A D | utilities.c | 73 ep->e_flags |= NEW|KEEP; in pathcheck() 231 if (ep->e_flags & (NEW|EXTRACT)) in lowerbnd() 249 if (ep->e_flags & (NEW|EXTRACT)) in upperbnd() 297 if (ep->e_flags & NEW) in flagvalues()
|
| H A D | restore.h | 91 #define NEW 0x0002 /* a new entry to be extracted */ macro
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/ |
| H A D | ia64intrin.h | 14 #define __sync_val_compare_and_swap(PTR, OLD, NEW) \ argument 17 __sync_val_compare_and_swap_si((int *)(PTR),(int)(OLD),(int)(NEW)) \ 19 __sync_val_compare_and_swap_di((long *)(PTR),(long)(OLD),(long)(NEW))) 23 #define __sync_bool_compare_and_swap(PTR, OLD, NEW) \ argument 25 ? __sync_bool_compare_and_swap_si((int *)(PTR),(int)(OLD),(int)(NEW)) \ 26 : __sync_bool_compare_and_swap_di((long *)(PTR),(long)(OLD),(long)(NEW)))
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-remark-size-diff.rst | 67 Suppose you are comparing two remark files OLD and NEW. 69 For each function with a **changed instruction count** in OLD and NEW, 79 Which of OLD and NEW the ``function_name`` is present in. 81 * ``++``: Only in NEW. ("Added") 132 Suppose we are comparing two files, OLD and NEW. 140 "B": "path/to/NEW" 198 * ``INST_COUNT_B``: Instruction count in NEW. 204 * ``STACK_BYTES_B``: Stack bytes in NEW.
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | Cuda.cpp | 40 {"", CudaVersion::NEW, llvm::VersionTuple(std::numeric_limits<int>::max())}, 212 return CudaVersion::NEW; in MaxVersionForCudaArch() 223 return CudaVersion::NEW; in MaxVersionForCudaArch()
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | securitycerts | 5 0 search/1 -----BEGIN\ NEW\ CERTIFICATE RFC1421 Security Certificate Signing Request text
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | javaop.def | 65 OPERAND_VALUE is NEW, CHECKCAST, or INSTANCEOF. 99 OPERAND_VALUE is LOAD, STORE, LENGTH, or NEW. 296 JAVAOP (new, 187, OBJECT, PTR, NEW) 297 JAVAOP (newarray, 188, ARRAY, NUM, NEW) 298 JAVAOP (anewarray, 189, ARRAY, PTR, NEW) 306 JAVAOP (multianewarray,197, ARRAY, MULTI, NEW)
|
| /openbsd-src/share/misc/ |
| H A D | countrycodes | 171 NC:NEW CALEDONIA 181 NZ:NEW ZEALAND 186 PG:PAPUA NEW GUINEA
|
| /openbsd-src/gnu/llvm/llvm/cmake/modules/ |
| H A D | LLVMCheckLinkerFlag.cmake | 16 cmake_policy(SET CMP0056 NEW)
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | README | 21 ADDING A NEW FILE 55 ADDING A NEW CONFIGURATION
|
| /openbsd-src/gnu/usr.bin/cvs/diff/ |
| H A D | ifdef.c | 71 format = deletes ? group_format[CHANGED] : group_format[NEW]; 187 print_ifdef_lines (doit, line_format[NEW], &groups[1]);
|
| H A D | diff.c | 649 if (!group_format[NEW]) 650 group_format[NEW] 656 group_format[NEW], "");
|
| /openbsd-src/gnu/usr.bin/texinfo/lib/ |
| H A D | xalloc.h | 78 # define NEW(type, var) type *var = xmalloc (sizeof (type)) macro
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | jv-exp.y | 183 %token SUPER NEW 392 NEW ClassType '(' ArgumentList_opt ')' 411 NEW PrimitiveType DimExprs Dims_opt 414 | NEW ClassOrInterfaceType DimExprs Dims_opt 1182 return NEW; in yylex()
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | gnu.texi | 11 ``guh-NEW''@.) Variants of the GNU operating system, which use the
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | gnu.texi | 11 ``guh-NEW''@.) Variants of the GNU operating system, which use the
|
| /openbsd-src/usr.bin/yacc/ |
| H A D | mkpar.c | 113 temp = NEW(action); in get_shifts() 169 temp = NEW(action); in add_reduce()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Cuda.h | 43 NEW = 10000, // Too new. Issue a warning, but allow using it. enumerator
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/ |
| H A D | allkeys.txt | 6648 1F311 ; [*1478.0020.0002] # NEW MOON SYMBOL 6657 1F31A ; [*1481.0020.0002] # NEW MOON WITH FACE 9294 20AA ; [.1F81.0020.0002] # NEW SHEQEL SIGN 9341 19D0 ; [.1F98.0020.0002] # NEW TAI LUE DIGIT ZERO 9425 19D1 ; [.1F99.0020.0002] # NEW TAI LUE DIGIT ONE 9426 19DA ; [.1F99.0020.0002] # NEW TAI LUE THAM DIGIT ONE 9634 19D2 ; [.1F9A.0020.0002] # NEW TAI LUE DIGIT TWO 9795 19D3 ; [.1F9B.0020.0002] # NEW TAI LUE DIGIT THREE 9936 19D4 ; [.1F9C.0020.0002] # NEW TAI LUE DIGIT FOUR 10072 19D5 ; [.1F9D.0020.0002] # NEW TAI LUE DIGIT FIVE [all …]
|
| /openbsd-src/gnu/usr.bin/cvs/doc/ |
| H A D | cvs.info-3 | 1155 The examples below assume that the file OLD is renamed to NEW. 1169 The normal way to move a file is to copy OLD to NEW, and then issue 1170 the normal CVS commands to remove OLD from the repository, and add NEW 1173 $ mv OLD NEW 1175 $ cvs add NEW 1176 $ cvs commit -m "Renamed OLD to NEW" OLD NEW 1184 When NEW is committed its revision numbers will start again, usually 1198 $ mv OLD,v NEW,v 1209 file will show up as NEW even in revisions from the time before it 1229 $ cp OLD,v NEW,v [all …]
|