/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | quarantine.h | 75 void enqueue(Callback Cb, void *Ptr, uptr Size) { in enqueue() argument 78 reinterpret_cast<QuarantineBatch *>(Cb.allocate(sizeof(*B))); in enqueue() 201 void put(CacheT *C, Callback Cb, Node *Ptr, uptr Size) { in put() argument 202 C->enqueue(Cb, Ptr, Size); in put() 204 drain(C, Cb); in put() 207 void NOINLINE drain(CacheT *C, Callback Cb) EXCLUDES(CacheMutex) { in drain() argument 216 recycle(atomic_load_relaxed(&MinSize), Cb); in drain() 219 void NOINLINE drainAndRecycle(CacheT *C, Callback Cb) EXCLUDES(CacheMutex) { in drainAndRecycle() argument 225 recycle(0, Cb); in drainAndRecycle() 256 void NOINLINE recycle(uptr MinSize, Callback Cb) RELEASE(RecycleMutex) in recycle() argument [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CheckerContext.h | 277 const NoteTag *getNoteTag(NoteTag::Callback &&Cb, bool IsPrunable = false) { 278 return Eng.getDataTags().make<NoteTag>(std::move(Cb), IsPrunable); 289 *getNoteTag(std::function<std::string(PathSensitiveBugReport &)> &&Cb, 292 [Cb](BugReporterContext &, 293 PathSensitiveBugReport &BR) { return Cb(BR); }, 304 const NoteTag *getNoteTag(std::function<std::string()> &&Cb, 306 return getNoteTag([Cb](BugReporterContext &, 307 PathSensitiveBugReport &) { return Cb(); }, 332 std::function<void(PathSensitiveBugReport &BR, llvm::raw_ostream &OS)> &&Cb, 335 [Cb](PathSensitiveBugReport &BR) -> std::string { [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporter.h | 787 const Callback Cb; variable 790 NoteTag(Callback &&Cb, bool IsPrunable) in NoteTag() argument 791 : DataTag(&Kind), Cb(std::move(Cb)), IsPrunable(IsPrunable) {} in NoteTag() 800 std::string Msg = Cb(BRC, R); in generateMessage()
|
/freebsd/crypto/openssl/test/ |
H A D | testrsapss.pem | 3 Cb/Ie5P5GfNto2etu2L90qrewOJKZ4CQ49D8QEKzjnFJhagj/i5MNdWHeTCrDAsQ
|
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | guarded_pool_allocator.h | 74 // Execute the callback Cb for every allocation the lies in [Base, Base + in shouldSample() 77 void iterate(void *Base, size_t Size, iterate_callback Cb, void *Arg); in shouldSample()
|
H A D | guarded_pool_allocator.cpp | 133 void GuardedPoolAllocator::iterate(void *Base, size_t Size, iterate_callback Cb, in iterate() argument 140 Cb(Meta.Addr, Meta.RequestedSize, Arg); in iterate()
|
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | tda1997x.txt | 7 - YUV444 8bit per color (24 bits total): Y[11:4] Cr[11:4] Cb[11:4] 17 - YUV444 12bit per color (36 bits total): Y[11:0] Cb[11:0] Cr[11:0]
|
/freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/ |
H A D | dsa-threecolumn.pem | 272 4Cb
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Module.cpp | 682 VisibleCallback Vis, ConflictCallback Cb) { in setVisible() argument 721 Cb(Path, C.Other, C.Message); in setVisible()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 1197 for (const auto &Cb : Callbacks) in setUmbrellaHeaderAsWritten() local 1198 Cb->moduleMapAddUmbrellaHeader(UmbrellaHeader); in setUmbrellaHeaderAsWritten() 1305 for (const auto &Cb : Callbacks) in addHeader() local 1306 Cb->moduleMapAddHeader(Header.Entry.getName()); in addHeader() 3160 for (const auto &Cb : Callbacks) in parseModuleMapFile() local 3161 Cb->moduleMapFileRead(Start, File, IsSystem); in parseModuleMapFile()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Module.h | 860 ConflictCallback Cb = [](ArrayRef<Module *>, Module *,
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps.hpux11 | 247 #%Lb Cb S Lb 296 #%Lb Cb S Lb 330 #%Lb Cb S Lb 358 #%Lb Cb S Lb 763 #%Lb Cb S Lb 821 #%Lb Cb S Lb
|
H A D | Caps | 247 #%Lb Cb S Lb 295 #%Lb Cb S Lb 328 #%Lb Cb S Lb 356 #%Lb Cb S Lb 755 #%Lb Cb S Lb 811 #%Lb Cb S Lb
|
H A D | Caps.keys | 250 #%Lb Cb S Lb 298 #%Lb Cb S Lb 331 #%Lb Cb S Lb 359 #%Lb Cb S Lb 846 #%Lb Cb S Lb 902 #%Lb Cb S Lb
|
H A D | Caps.aix4 | 247 #%Lb Cb S Lb 295 #%Lb Cb S Lb 328 #%Lb Cb S Lb 356 #%Lb Cb S Lb 857 #%Lb Cb S Lb 913 #%Lb Cb S Lb
|
H A D | Caps.uwin | 247 #%Lb Cb S Lb 288 #%Lb Cb S Lb 317 #%Lb Cb S Lb
|
H A D | Caps.osf1r5 | 247 #%Lb Cb S Lb 295 #%Lb Cb S Lb 339 #%Lb Cb S Lb
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchInstrInfo.td | 1207 defvar Cb = !add(1, !shl(1, Idx0)); 1208 defvar CImm = !add(Cb, !shl(Cb, Idx1)); 1230 defvar Cb = !add(1, !shl(1, Idx0)); 1231 defvar CImm = !add(Cb, !shl(Cb, Idx1));
|