| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | msgunfmt.cs | 129 b.Append("__UESCAPED__"); in ConstructClassName() 138 b.Append('_'); in ConstructClassName() 139 b.Append('U'); in ConstructClassName() 140 b.Append(hexdigit[(uc >> 28) & 0x0f]); in ConstructClassName() 141 b.Append(hexdigit[(uc >> 24) & 0x0f]); in ConstructClassName() 142 b.Append(hexdigit[(uc >> 20) & 0x0f]); in ConstructClassName() 143 b.Append(hexdigit[(uc >> 16) & 0x0f]); in ConstructClassName() 144 b.Append(hexdigit[(uc >> 12) & 0x0f]); in ConstructClassName() 145 b.Append(hexdigit[(uc >> 8) & 0x0f]); in ConstructClassName() 146 b.Append(hexdigit[(uc >> 4) & 0x0f]); in ConstructClassName() [all …]
|
| H A D | msgfmt.cs | 42 b.Append((char)c); in ReadString()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl-csharp/ |
| H A D | intl.cs | 131 b.Append("__UESCAPED__"); in ConstructClassName() 140 b.Append('_'); in ConstructClassName() 141 b.Append('U'); in ConstructClassName() 142 b.Append(hexdigit[(uc >> 28) & 0x0f]); in ConstructClassName() 143 b.Append(hexdigit[(uc >> 24) & 0x0f]); in ConstructClassName() 144 b.Append(hexdigit[(uc >> 20) & 0x0f]); in ConstructClassName() 145 b.Append(hexdigit[(uc >> 16) & 0x0f]); in ConstructClassName() 146 b.Append(hexdigit[(uc >> 12) & 0x0f]); in ConstructClassName() 147 b.Append(hexdigit[(uc >> 8) & 0x0f]); in ConstructClassName() 148 b.Append(hexdigit[(uc >> 4) & 0x0f]); in ConstructClassName() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | InputFile.cpp | 123 static void formatInternal(LinePrinter &Printer, bool Append, Args &&... args) { in formatInternal() argument 124 if (Append) in formatInternal() 213 bool Append) const { in formatFromFileName() 216 formatInternal(Printer, Append, "- (no checksum) {0}", File); in formatFromFileName() 220 formatInternal(Printer, Append, "- ({0}: {1}) {2}", in formatFromFileName() 227 bool Append) const { in formatFromChecksumsOffset() 229 formatInternal(Printer, Append, "(unknown file name offset {0})", Offset); in formatFromChecksumsOffset() 235 formatInternal(Printer, Append, "(unknown file name offset {0})", Offset); in formatFromChecksumsOffset() 242 formatInternal(Printer, Append, "(unknown file name offset {0})", Offset); in formatFromChecksumsOffset() 247 formatInternal(Printer, Append, "{0} (no checksum)", *ExpectedFile); in formatFromChecksumsOffset() [all …]
|
| H A D | InputFile.h | 97 bool Append = false) const; 100 bool Append = false) const;
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
| H A D | segmented_array_test.cc | 37 ASSERT_NE(data.Append(TestData{0, 0}), nullptr); in TEST() 38 ASSERT_NE(data.Append(TestData{1, 1}), nullptr); in TEST() 46 ASSERT_NE(data.Append(TestData{0, 1}), nullptr); in TEST() 58 ASSERT_NE(data.Append(TestData{I, I + 1}), nullptr); in TEST() 206 auto P = Data.Append({i, &Dummy}); in TEST() 243 auto P = Data->Append({i, &Dummy}); in TEST() 265 auto P = Data->Append({i, &Dummy}); in TEST() 282 auto P = Data->Append({i, &Dummy}); in TEST() 304 auto P = Data->Append({i, &Dummy}); in TEST() 321 ASSERT_NE(A.Append(&I), nullptr); in TEST() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_stoptheworld_mac.cc | 37 void Append(thread_t thread); 69 suspended_threads_list.Append(threads[i]); in RunThread() 130 void SuspendedThreadsListMac::Append(thread_t thread) { in Append() function in __sanitizer::SuspendedThreadsListMac
|
| H A D | sanitizer_stoptheworld_netbsd_libcdep.cc | 58 void Append(tid_t tid); 136 suspended_threads_list_.Append(pl.pl_lwpid); in SuspendAllThreads() 333 void SuspendedThreadsListNetBSD::Append(tid_t tid) { in Append() function in __sanitizer::SuspendedThreadsListNetBSD
|
| H A D | sanitizer_stoptheworld_linux_libcdep.cc | 110 void Append(tid_t tid); 197 suspended_threads_list_.Append(tid); in SuspendThread() 557 void SuspendedThreadsListLinux::Append(tid_t tid) { in Append() function in __sanitizer::SuspendedThreadsListLinux
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_stoptheworld_mac.cc | 39 void Append(thread_t thread); 71 suspended_threads_list.Append(threads[i]); in RunThread() 132 void SuspendedThreadsListMac::Append(thread_t thread) { in Append() function in __sanitizer::SuspendedThreadsListMac
|
| H A D | sanitizer_stoptheworld_linux_libcdep.cc | 96 void Append(tid_t tid); 183 suspended_threads_list_.Append(tid); in SuspendThread() 531 void SuspendedThreadsListLinux::Append(tid_t tid) { in Append() function in __sanitizer::SuspendedThreadsListLinux
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_stoptheworld_mac.cpp | 38 void Append(thread_t thread); 70 suspended_threads_list.Append(threads[i]); in RunThread() 132 void SuspendedThreadsListMac::Append(thread_t thread) { in Append() function in __sanitizer::SuspendedThreadsListMac
|
| H A D | sanitizer_stoptheworld_netbsd_libcdep.cpp | 58 void Append(tid_t tid); 136 suspended_threads_list_.Append(pl.pl_lwpid); in SuspendAllThreads() 333 void SuspendedThreadsListNetBSD::Append(tid_t tid) { in Append() function in __sanitizer::SuspendedThreadsListNetBSD
|
| H A D | sanitizer_stoptheworld_linux_libcdep.cpp | 95 void Append(tid_t tid); 182 suspended_threads_list_.Append(tid); in SuspendThread() 551 void SuspendedThreadsListLinux::Append(tid_t tid) { in Append() function in __sanitizer::SuspendedThreadsListLinux
|
| /netbsd-src/external/gpl3/gcc/dist/libcody/ |
| H A D | cody.hh | 106 void Append (char const *str, bool maybe_quote = false, 113 Append (Detail::S2C(u8" ")); in Space() 124 Append (str, maybe_quote, len); in AppendWord() 140 void Append (char c);
|
| H A D | buffer.cc | 50 void MessageBuffer::Append (char const *str, bool quote, size_t len) in Append() function in Cody::Detail::MessageBuffer 142 void MessageBuffer::Append (char c) in Append() function in Cody::Detail::MessageBuffer
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| H A D | xray_profile_collector.cc | 175 DFSStack.Append(R); in populateRecords() 189 Record->Path.Append(N->FId); in populateRecords() 193 DFSStack.Append(C.NodePtr); in populateRecords() 298 auto B = ProfileBuffers->Append({}); in serialize()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 462 static void Append(char *Start, char *End, char *&Buffer, unsigned &BufferSize, in Append() function 491 Append(reinterpret_cast<char *>(&Raw), in SaveSourceLocation() 499 Append(reinterpret_cast<char *>(&Ptr), in SavePointer() 518 Append(Other.Buffer, Other.Buffer + Other.BufferSize, Buffer, BufferSize, in NestedNameSpecifierLocBuilder() 556 Append(Other.Buffer, Other.Buffer + Other.BufferSize, Buffer, BufferSize, in operator =()
|
| /netbsd-src/distrib/sets/ |
| H A D | makesums | 35 -A Append to possible existing checksum files
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | glob.hin | 78 #define GLOB_APPEND 0x0001 /* Append to output from previous call. */ 81 #define GLOB_MARK 0x0008 /* Append / to matching directories. */
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-test-part.cc | 62 void TestPartResultArray::Append(const TestPartResult& result) { in Append() function in testing::TestPartResultArray
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest-test-part.h | 134 void Append(const TestPartResult& result);
|
| /netbsd-src/external/gpl2/dtc/dist/tests/ |
| H A D | multilabel_merge.dts | 50 /* Append labels (also changes property content) */
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | tdtags | 27 -a Append the tags to an existing tags file. 67 -a Append newly generated tags to those already in an existing
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | CGProfile.cpp | 45 M.addModuleFlag(Module::Append, "CG Profile", MDNode::get(Context, Nodes)); in addModuleFlags()
|