Home
last modified time | relevance | path

Searched defs:flags (Results 4651 - 4675 of 4708) sorted by relevance

1...<<181182183184185186187188189

/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/include/openssl/
H A Dx509v3.h96 int flags; member
697 int flags; member
957 int crit, unsigned long flags); variable
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/include/openssl/
H A Dx509v3.h96 int flags; member
697 int flags; member
957 int crit, unsigned long flags); variable
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dx509v3.h96 int flags; member
697 int flags; member
957 int crit, unsigned long flags); variable
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dx509v3.h96 int flags; member
697 int flags; member
957 int crit, unsigned long flags); variable
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dx509v3.h96 int flags; member
697 int flags; member
957 int crit, unsigned long flags); variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl.cpp3395 namedBufferStorage(BufferID buffer, GLsizeiptr size, const void *data, GLbitfield flags) namedBufferStorage() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp3241 getResultImpl(ContextVk *contextVk, const VkQueryResultFlags flags, QueryResult *resultOut) getResultImpl() argument
4530 initMemory(Context *context, bool hasProtectedContent, const MemoryProperties &memoryProperties, VkMemoryPropertyFlags flags) initMemory() argument
4557 initExternalMemory( Context *context, const MemoryProperties &memoryProperties, const VkMemoryRequirements &memoryRequirements, const VkSamplerYcbcrConversionCreateInfo *samplerYcbcrConversionCreateInfo, uint32_t extraAllocationInfoCount, const void **extraAllocationInfo, uint32_t currentQueueFamilyIndex, VkMemoryPropertyFlags flags) initExternalMemory() argument
[all...]
/third_party/openssl/ssl/
H A Dssl_local.h488 unsigned flags; member
638 uint32_t flags; global() member
1267 long flags; global() member
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c8596 int flags; member
8669 int flags; member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h499 uint32_t flags; member
509 uint32_t flags; global() member
529 uint32_t flags; global() member
543 uint32_t flags; global() member
555 uint32_t flags; global() member
569 uint32_t flags; global() member
742 flags:8; global() member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h508 uint32_t flags; member
518 uint32_t flags; global() member
538 uint32_t flags; global() member
552 uint32_t flags; global() member
564 uint32_t flags; global() member
578 uint32_t flags; global() member
755 uint32_t isym : 24, flags : 8; global() member
[all...]
/third_party/toybox/generated/
H A Dglobals.h105 unsigned long flags; member
534 unsigned flags; member
1055 uint8_t flags; member
/third_party/toybox/toys/pending/
H A Dbc.c445 BcVec flags; member
3068 uint16_t *fptr = NULL, flags = BC_PARSE_FLAG_ELSE; bc_parse_isDelimiter() local
3179 bc_parse_params(BcParse *p, uint8_t flags) bc_parse_params() argument
3208 bc_parse_call(BcParse *p, char *name, uint8_t flags) bc_parse_call() argument
3241 bc_parse_name(BcParse *p, BcInst *type, uint8_t flags) bc_parse_name() argument
3324 bc_parse_builtin(BcParse *p, BcLexType type, uint8_t flags, BcInst *prev) bc_parse_builtin() argument
3350 bc_parse_scale(BcParse *p, BcInst *type, uint8_t flags) bc_parse_scale() argument
3378 bc_parse_incdec(BcParse *p, BcInst *prev, size_t *nexs, uint8_t flags) bc_parse_incdec() argument
3609 uint16_t flags = BC_PARSE_TOP_FLAG(p); bc_parse_endBody() local
3621 bc_parse_startBody(BcParse *p, uint16_t flags) bc_parse_startBody() argument
3815 uint16_t flags; bc_parse_func() local
3999 uint16_t flags; bc_parse_stmt() local
4183 bc_parse_expr_err(BcParse *p, uint8_t flags, BcParseNext next) bc_parse_expr_err() argument
4452 bc_parse_expr_status(BcParse *p, uint8_t flags, BcParseNext next) bc_parse_expr_status() argument
5686 uint16_t *flags; bc_vm_process() local
[all...]
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc13832 FlagsUpdate flags = LeaveFlags; in Simulator() local
14682 Mmap( void* address, size_t length, int prot, int flags, int fd, off_t offset) Simulator() argument
[all...]
/third_party/python/Python/
H A Dcompile.c541 _PyAST_Compile(mod_ty mod, PyObject *filename, PyCompilerFlags *flags, in _PyAST_Compile() argument
2257 compiler_make_closure(struct compiler *c, PyCodeObject *co, Py_ssize_t flags, in compiler_make_closure() argument
4818 long flags in is_import_originated() local
7870 int flags = 0; compute_code_flags() local
7997 int flags = compute_code_flags(c); makecode() local
8177 int flags = compute_code_flags(c); insert_prefix_instructions() local
[all...]
/third_party/python/Modules/
H A D_testcapimodule.c7577 heapctypewithbuffer_getbuffer(HeapCTypeWithBufferObject *self, Py_buffer *view, int flags) in heapctypewithbuffer_getbuffer() argument
H A Dposixmodule.c1904 DWORD flags = FILE_FLAG_BACKUP_SEMANTICS; /* Allow opening directories. */ in win32_xstat_impl() local
3031 int flags = 0; in os_access_impl() local
3463 os_chflags_impl(PyObject *module, path_t *path, unsigned long flags, int follow_symlinks) os_chflags_impl() argument
3509 os_lchflags_impl(PyObject *module, path_t *path, unsigned long flags) os_lchflags_impl() argument
4786 int flags = is_replace ? MOVEFILE_REPLACE_EXISTING : 0; internal_rename() local
5306 int flags = follow_symlinks ? 0 : AT_SYMLINK_NOFOLLOW; utime_dir_fd() local
8676 os_pidfd_open_impl(PyObject *module, pid_t pid, unsigned int flags) os_pidfd_open_impl() argument
8925 DWORD flags = 0; os_symlink_impl() local
8974 flags &= ~(SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE); os_symlink_impl() local
9280 os_open_impl(PyObject *module, path_t *path, int flags, int mode, int dir_fd) os_open_impl() argument
9832 os_preadv_impl(PyObject *module, int fd, PyObject *buffers, Py_off_t offset, int flags) os_preadv_impl() argument
9940 os_sendfile_impl(PyObject *module, int out_fd, int in_fd, Py_off_t offset, Py_off_t sbytes, PyObject *headers, PyObject *trailers, int flags) os_sendfile_impl() argument
10168 os__fcopyfile_impl(PyObject *module, int in_fd, int out_fd, int flags) os__fcopyfile_impl() argument
10342 os_pipe2_impl(PyObject *module, int flags) os_pipe2_impl() argument
10473 os_pwritev_impl(PyObject *module, int fd, PyObject *buffers, Py_off_t offset, int flags) os_pwritev_impl() argument
10581 int flags = 0; os_copy_file_range_impl() local
10642 os_splice_impl(PyObject *module, int src, int dst, Py_ssize_t count, PyObject *offset_src, PyObject *offset_dst, unsigned int flags) os_splice_impl() argument
12989 os_setxattr_impl(PyObject *module, path_t *path, path_t *attribute, Py_buffer *value, int flags, int follow_symlinks) os_setxattr_impl() argument
13219 os_memfd_create_impl(PyObject *module, PyObject *name, unsigned int flags) os_memfd_create_impl() argument
13245 os_eventfd_impl(PyObject *module, unsigned int initval, int flags) os_eventfd_impl() argument
13516 DWORD flags; os_get_handle_inheritable_impl() local
13541 DWORD flags = inheritable ? HANDLE_FLAG_INHERIT : 0; os_set_handle_inheritable_impl() local
14634 os_getrandom_impl(PyObject *module, Py_ssize_t size, int flags) os_getrandom_impl() argument
[all...]
/third_party/python/Objects/
H A Dunicodeobject.c7438 DWORD flags = MB_ERR_INVALID_CHARS; in decode_code_page_strict() local
7490 DWORD flags = MB_ERR_INVALID_CHARS; in decode_code_page_errors() local
7734 const DWORD flags = encode_code_page_flags(code_page, NULL); encode_code_page_strict() local
7845 const DWORD flags = encode_code_page_flags(code_page, errors); encode_code_page_errors() local
14338 int flags; global() member
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_funcs.hpp223 getImageFormatProperties( VULKAN_HPP_NAMESPACE::Format format, VULKAN_HPP_NAMESPACE::ImageType type, VULKAN_HPP_NAMESPACE::ImageTiling tiling, VULKAN_HPP_NAMESPACE::ImageUsageFlags usage, VULKAN_HPP_NAMESPACE::ImageCreateFlags flags, Dispatch const & d ) const getImageFormatProperties() argument
957 mapMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory, VULKAN_HPP_NAMESPACE::DeviceSize offset, VULKAN_HPP_NAMESPACE::DeviceSize size, VULKAN_HPP_NAMESPACE::MemoryMapFlags flags, Dispatch const & d ) const mapMemory() argument
1917 getQueryPoolResults( VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, VULKAN_HPP_NAMESPACE::DeviceSize stride, VULKAN_HPP_NAMESPACE::QueryResultFlags flags, Dispatch const & d ) const getQueryPoolResults() argument
1945 getQueryPoolResult( VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, VULKAN_HPP_NAMESPACE::DeviceSize stride, VULKAN_HPP_NAMESPACE::QueryResultFlags flags, Dispatch const & d ) const getQueryPoolResult() argument
4074 resetCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool, VULKAN_HPP_NAMESPACE::CommandPoolResetFlags flags, Dispatch const & d ) const resetCommandPool() argument
4281 reset( VULKAN_HPP_NAMESPACE::CommandBufferResetFlags flags, Dispatch const & d ) const reset() argument
10668 getExternalImageFormatPropertiesNV( VULKAN_HPP_NAMESPACE::Format format, VULKAN_HPP_NAMESPACE::ImageType type, VULKAN_HPP_NAMESPACE::ImageTiling tiling, VULKAN_HPP_NAMESPACE::ImageUsageFlags usage, VULKAN_HPP_NAMESPACE::ImageCreateFlags flags, VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagsNV externalHandleType, Dispatch const & d ) const getExternalImageFormatPropertiesNV() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.c538 struct nl_msg * nl80211_cmd_msg(struct i802_bss *bss, int flags, uint8_t cmd) in nl80211_cmd_msg() argument
576 struct nl_msg * nl80211_drv_msg(struct wpa_driver_nl80211_data *drv, int flags, in nl80211_drv_msg() argument
583 struct nl_msg * nl80211_bss_msg(struct i802_bss *bss, int flags, uint8_t cmd) in nl80211_bss_msg() argument
520 nl80211_cmd(struct wpa_driver_nl80211_data *drv, struct nl_msg *msg, int flags, uint8_t cmd) nl80211_cmd() argument
557 nl80211_ifindex_msg(struct wpa_driver_nl80211_data *drv, int ifindex, int flags, uint8_t cmd) nl80211_ifindex_msg() argument
3907 nl80211_put_beacon_rate(struct nl_msg *msg, const u64 flags, struct wpa_driver_ap_params *params) nl80211_put_beacon_rate() argument
4452 sta_flags_nl80211(int flags) sta_flags_nl80211() argument
4878 struct nlattr *flags; nl80211_create_iface_once() local
5079 wpa_driver_nl80211_hapd_send_eapol( void *priv, const u8 *addr, const u8 *data, size_t data_len, int encrypt, const u8 *own_addr, u32 flags) wpa_driver_nl80211_hapd_send_eapol() argument
5151 struct nlattr *flags; wpa_driver_nl80211_sta_set_flags() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c680 struct nl_msg * nl80211_cmd_msg(struct i802_bss *bss, int flags, uint8_t cmd) in nl80211_cmd_msg() argument
725 struct nl_msg * nl80211_drv_msg(struct wpa_driver_nl80211_data *drv, int flags, in nl80211_drv_msg() argument
662 nl80211_cmd(struct wpa_driver_nl80211_data *drv, struct nl_msg *msg, int flags, uint8_t cmd) nl80211_cmd() argument
699 nl80211_ifindex_msg_build(struct wpa_driver_nl80211_data *drv, struct nl_msg *msg, int ifindex, int flags, uint8_t cmd) nl80211_ifindex_msg_build() argument
717 nl80211_ifindex_msg(struct wpa_driver_nl80211_data *drv, int ifindex, int flags, uint8_t cmd) nl80211_ifindex_msg() argument
732 nl80211_bss_msg(struct i802_bss *bss, int flags, uint8_t cmd) nl80211_bss_msg() argument
4530 nl80211_put_beacon_rate(struct nl_msg *msg, u64 flags, u64 flags2, struct wpa_driver_ap_params *params) nl80211_put_beacon_rate() argument
5256 sta_flags_nl80211(int flags) sta_flags_nl80211() argument
5696 struct nlattr *flags; nl80211_create_iface_once() local
5948 wpa_driver_nl80211_hapd_send_eapol( void *priv, const u8 *addr, const u8 *data, size_t data_len, int encrypt, const u8 *own_addr, u32 flags) wpa_driver_nl80211_hapd_send_eapol() argument
6026 struct nlattr *flags; wpa_driver_nl80211_sta_set_flags() local
8593 u16 num_modes, flags; global() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_supplicant_i.h439 unsigned int flags; member
1285 u16 flags; member
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.c3567 TrimCommandPoolKHR( VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) TrimCommandPoolKHR() argument
5251 CmdBeginQueryIndexedEXT( VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags, uint32_t index) CmdBeginQueryIndexedEXT() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dnull_functions.cpp326 GLenum INTERNAL_GL_APIENTRY glClientWaitSyncNULL(GLsync sync, GLbitfield flags, GLuint64 timeout) in glClientWaitSyncNULL() argument
792 GLsync INTERNAL_GL_APIENTRY glFenceSyncNULL(GLenum condition, GLbitfield flags) in glFenceSyncNULL() argument
3259 void INTERNAL_GL_APIENTRY glWaitSyncNULL(GLsync sync, GLbitfield flags, GLuint64 timeout) {} in glWaitSyncNULL() argument
196 glBufferStorageNULL(GLenum target, GLsizeiptr size, const void *data, GLbitfield flags) glBufferStorageNULL() argument
1807 glNamedBufferStorageNULL(GLuint buffer, GLsizeiptr size, const void *data, GLbitfield flags) glNamedBufferStorageNULL() argument
/third_party/libbpf/src/
H A Dlibbpf.c9155 int bpf_program__set_flags(struct bpf_program *prog, __u32 flags) argument
9967 int bpf_map__set_map_flags(struct bpf_map *map, __u32 flags) argument
10304 bpf_map__lookup_elem(const struct bpf_map *map, const void *key, size_t key_sz, void *value, size_t value_sz, __u64 flags) global() argument
10317 bpf_map__update_elem(const struct bpf_map *map, const void *key, size_t key_sz, const void *value, size_t value_sz, __u64 flags) global() argument
10330 bpf_map__delete_elem(const struct bpf_map *map, const void *key, size_t key_sz, __u64 flags) global() argument
10342 bpf_map__lookup_and_delete_elem(const struct bpf_map *map, const void *key, size_t key_sz, void *value, size_t value_sz, __u64 flags) global() argument
[all...]

Completed in 207 milliseconds

1...<<181182183184185186187188189