Home
last modified time | relevance | path

Searched refs:Callers (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DLinuxMallocProfiling.cpp34 MallocMap *Callers; variable
37 if (Callers != nullptr && !InAllocatorFunction) { in internalAllocator()
39 ++(*Callers)[caller]; in internalAllocator()
74 Callers = new MallocMap(); in LinuxMallocProfiling()
78 if (Callers == nullptr) { in ~LinuxMallocProfiling()
81 for (const auto &C : *Callers) { in ~LinuxMallocProfiling()
93 delete Callers; in ~LinuxMallocProfiling()
94 Callers = nullptr; in ~LinuxMallocProfiling()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUOpenCLEnqueuedBlockLowering.cpp80 static void collectCallers(Function *F, DenseSet<Function *> &Callers) { in collectCallers() argument
84 if (Callers.insert(Caller).second) in collectCallers()
85 collectCallers(Caller, Callers); in collectCallers()
106 DenseSet<Function *> Callers; in runOnModule() local
133 collectFunctionUsers(UU, Callers); in runOnModule()
144 for (auto F : Callers) { in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp401 DenseMap<const GlobalValue *, SmallVector<const GlobalValue *, 4>> Callers; member in __anondcdf58c00211::StackSafetyDataFlowAnalysis
495 for (auto &CallerID : Callers[Callee]) in updateOneNode()
503 Callers.clear(); in runDataFlow()
521 Callers[Callee].push_back(F.first); in runDataFlow()
/third_party/libinput/doc/user/
Dwheel-api.rst23 generated for the same device but are independent event streams. Callers
26 event and vice versa. Callers should not handle both events.
Dtablet-support.rst104 and calculate the delta themselves. Callers that require exact physical
293 into a sequential button range on the pad. Callers should use external
299 switch between modes, see :ref:`tablet-pad-modes`. Callers should use
Dgestures.rst291 **hold begin** followed by a **hold end** event. Callers **must not** use
/third_party/tzdata/
Dnewctime.3.txt65 The ctime function is deprecated starting in C23. Callers can use
80 Callers can use strftime instead.
/third_party/libuv/docs/src/
Dthreading.rst163 1. Callers should be prepared to deal with spurious wakeups on :c:func:`uv_cond_wait`
/third_party/python/Doc/c-api/
Dtype.rst114 Callers will typically cast the result pointer into the appropriate
/third_party/openGLES/extensions/NV/
DNV_draw_vulkan_image.txt45 the contents of a two-dimensional Vulkan VkImage. Callers specify a
DNV_draw_texture.txt45 the contents of a two-dimensional or rectangle texture. Callers specify a
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_draw_vulkan_image.txt45 the contents of a two-dimensional Vulkan VkImage. Callers specify a
DNV_draw_texture.txt45 the contents of a two-dimensional or rectangle texture. Callers specify a
/third_party/openssl/doc/man3/
DOPENSSL_LH_COMPFUNC.pod249 Callers that only have "const" access to data they're indexing in a
/third_party/libffi/
DREADME.md207 Callers must promote these types themselves.
/third_party/skia/modules/canvaskit/
DCHANGELOG.md406 - `SkSurface.captureFrameAsSkPicture` will be removed in a future release. Callers can simply
634 identity matrix. Callers must determine what behavior would be appropriate in this situation.
/third_party/icu/icu4c/source/test/depstest/
Ddependencies.txt766 group: utrie # Callers should use ucptrie instead.
/third_party/node/deps/v8/tools/
Dtickprocessor.mjs950 …print(` Callers occupying less than ${TickProcessor.CALL_PROFILE_CUTOFF_PCT.toFixed(1)}% are not …
/third_party/rust/crates/aho-corasick/
DDESIGN.md418 searching isolated to a single type. Callers may query whether the automaton
/third_party/python/Doc/whatsnew/
D3.9.rst1064 :exc:`ImportError` where it previously raised :exc:`ValueError`. Callers
/third_party/python/Doc/faq/
Dprogramming.rst372 # Callers can only provide two parameters and optionally pass _cache by keyword
/third_party/ffmpeg/doc/
DAPIchanges947 Callers should set AVCodecContext.hw_frames_ctx instead.
/third_party/icu/docs/userguide/dev/
Dcodingguidelines.md76 Note: *Callers* (as opposed to implementers) of ICU APIs can simplify their code
/third_party/pulseaudio/po/
Dde_CH.po3629 #~ msgstr "Autorisierung des Callers konnte nicht sichergestellt werden: %s"
/third_party/skia/third_party/externals/libjpeg-turbo/
Dlibjpeg.txt2685 by the caller using free() when the memory region is no longer needed. Callers