Searched defs:Kernel (Results 1 – 13 of 13) sorted by relevance
437 struct Kernel { struct465 // owner of all EntryKernels, which may be referened by the other argument483 // within parent. Protected by the ScopedKernelLock. argument487 // Think of it as the inverse of EntryKernel's AttachmentMetadata Records. argument509 KernelShareInfoStatus info_status; argument516 PersistedKernelInfo persisted_info; argument538 EntryKernel* GetEntryById(const Id& id, ScopedKernelLock* const lock); argument
70 Directory::Kernel::Kernel( in Kernel() function in syncer::syncable::Directory::Kernel
532 Data Layout552 Target Intrinsics573 Address Spaces596 Kernel Metadata
23 function Kernel(model) { class37 Kernel.prototype = { class
45 module Kernel module
158 module Kernel module in String
30 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator
37 | Kernel Constructor
42 | Kernel Constructor
94 GLubyte Kernel[16]; /* Dither kernel */ member
2289 class Kernel : public detail::Wrapper<cl_kernel> class2294 Kernel() { } in Kernel() function in cl::Kernel2296 Kernel(const Kernel& kernel) : detail::Wrapper<cl_type>(kernel) { } in Kernel() function in cl::Kernel