/third_party/musl/src/unistd/ |
H A D | access.c | 5 int access(const char *filename, int amode) in access() function
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_create_addr_space.tex | [all...] |
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | access.cc | 20 std::ostream& operator<<(std::ostream& out, Access access) { in operator <<() argument
|
H A D | pointer.h | 62 ast::Access const access; member in tint::ast::Pointer::ast
|
H A D | pointer.cc | 39 out << ", " << access; in FriendlyName() local
|
H A D | storage_texture.cc | 157 out << "texture_storage_" << dim << "<" << format << ", " << access << ">"; in FriendlyName() local
|
/third_party/alsa-utils/axfer/ |
H A D | frame-cache.h | 17 snd_pcm_access_t access; member
|
H A D | frame-cache.c | 48 int frame_cache_init(struct frame_cache *cache, snd_pcm_access_t access, in frame_cache_init() argument
|
H A D | mapper.c | 71 mapper_context_pre_process(struct mapper_context *mapper, snd_pcm_access_t access, unsigned int bytes_per_sample, unsigned int samples_per_frame, unsigned int frames_per_buffer, struct container_context *cntrs) mapper_context_pre_process() argument
|
H A D | mapper.h | 39 snd_pcm_access_t access; member
|
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_validate.h | 41 enum rogue_register_access access; member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_vdpau.h | 52 st_vdpau_map_surface(struct gl_context *ctx, GLenum target, GLenum access, in st_vdpau_map_surface() argument 57 st_vdpau_unmap_surface(struct gl_context *ctx, GLenum target, GLenum access, in st_vdpau_unmap_surface() argument
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_variable_qualifier_test.cc | 25 ast::Access access; member
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | pointer_type.cc | 25 Pointer(const Type* subtype, ast::StorageClass storage_class, ast::Access access) Pointer() argument
|
H A D | reference_type.cc | 24 Reference(const Type* subtype, ast::StorageClass storage_class, ast::Access access) Reference() argument
|
H A D | storage_texture_type.cc | 24 StorageTexture(ast::TextureDimension dim, ast::ImageFormat format, ast::Access access, sem::Type* subtype) StorageTexture() argument
|
H A D | storage_texture_type.h | 53 ast::Access access() const { return access_; } in access() function in tint::sem::StorageTexture
|
H A D | variable.cc | 31 Variable(const ast::Variable* declaration, const sem::Type* type, ast::StorageClass storage_class, ast::Access access, Constant constant_value) Variable() argument 44 LocalVariable(const ast::Variable* declaration, const sem::Type* type, ast::StorageClass storage_class, ast::Access access, const sem::Statement* statement, Constant constant_value) LocalVariable() argument 55 GlobalVariable(const ast::Variable* declaration, const sem::Type* type, ast::StorageClass storage_class, ast::Access access, Constant constant_value, sem::BindingPoint binding_point) GlobalVariable() argument 66 Parameter(const ast::Variable* declaration, uint32_t index, const sem::Type* type, ast::StorageClass storage_class, ast::Access access, const ParameterUsage usage ) Parameter() argument
|
/third_party/skia/docs/examples/ |
H A D | Canvas_accessTopLayerPixels_b.cpp | 17 uint32_t* access = (uint32_t*) canvas->accessTopLayerPixels(&imageInfo, &rowBytes, &origin); in REG_FIDDLE() local
|
/third_party/lwip/src/include/lwip/apps/ |
H A D | snmp_scalar.h | 56 snmp_access_t access; member 79 snmp_access_t access; member
|
/third_party/node/deps/v8/src/base/ |
H A D | virtual-address-space-page-allocator.cc | 14 AllocatePages( void* hint, size_t size, size_t alignment, PageAllocator::Permission access) AllocatePages() argument 54 SetPermissions( void* address, size_t size, PageAllocator::Permission access) SetPermissions() argument
|
/third_party/node/deps/v8/src/base/sanitizer/ |
H A D | lsan-page-allocator.cc | 24 AllocatePages(void* hint, size_t size, size_t alignment, PageAllocator::Permission access) AllocatePages() argument
|
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
H A D | SystemInfo_libpci.cpp | 98 pci_access *access = pci.Alloc(); in GetPCIDevicesWithLibPCI() local
|
/third_party/skia/src/core/ |
H A D | SkMipmapAccessor.cpp | 103 auto* access = alloc->make<SkMipmapAccessor>(as_IB(image), inv, mipmap); in Make() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Buffer.cpp | 86 void* Buffer::mapRange(GLintptr offset, GLsizeiptr length, GLbitfield access) in mapRange() argument
|