Home
last modified time | relevance | path

Searched defs:flags (Results 3076 - 3100 of 5394) sorted by relevance

1...<<121122123124125126127128129130>>...216

/third_party/libuv/src/unix/
H A Dstream.c403 int uv__stream_open(uv_stream_t* stream, int fd, int flags) { in uv__stream_open() argument
[all...]
H A Dsunos.c515 uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, const char* path, unsigned int flags) uv_fs_event_start() argument
604 uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, const char* filename, unsigned int flags) uv_fs_event_start() argument
/third_party/libuv/src/win/
H A Dtcp.c146 int uv_tcp_init_ex(uv_loop_t* loop, uv_tcp_t* handle, unsigned int flags) { in uv_tcp_init_ex() argument
282 uv__tcp_try_bind(uv_tcp_t* handle, const struct sockaddr* addr, unsigned int addrlen, unsigned int flags) uv__tcp_try_bind() argument
469 DWORD bytes, flags; uv__tcp_queue_read() local
972 DWORD bytes, flags, err; uv__process_tcp_read_req() local
1523 uv__tcp_bind(uv_tcp_t* handle, const struct sockaddr* addr, unsigned int addrlen, unsigned int flags) uv__tcp_bind() argument
1571 DWORD flags; uv_socketpair() local
[all...]
/third_party/mesa3d/include/drm-uapi/
H A Dpanfrost_drm.h98 __u32 flags; member
128 __u32 flags; member
/third_party/mesa3d/src/amd/common/
H A Dac_perfcounter.h116 unsigned flags; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_win32.h29 VkWin32SurfaceCreateFlagsKHR flags; member
123 VkSemaphoreImportFlags flags; member
175 VkFenceImportFlags flags; member
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrelemlib.h240 VOID SetConfigFlags(ConfigFlags flags) in SetConfigFlags() argument
/third_party/libdrm/include/drm/
H A Dmsm_drm.h104 __u32 flags; /* in, mask of MSM_BO_x */ member
114 __u32 flags; /* in - combination of MSM_INFO_* flags */ member
195 __u32 flags; /* in, mask of MSM_SUBMIT_BO_x */ member
217 __u32 flags; /* MSM_PIPE_x | MSM_SUBMIT_x */ member
271 __u32 flags; /* in, MSM_SUBMITQUEUE_x */ member
H A Dsavage_drm.h131 unsigned int flags; member
208 unsigned int flags; member
/third_party/libdrm/nouveau/
H A Dnouveau.c635 nouveau_bo_new(struct nouveau_device *dev, uint32_t flags, uint32_t align, in nouveau_bo_new() argument
H A Dnouveau.h131 uint32_t flags; member
163 uint32_t flags; member
199 uint32_t flags; member
206 uint32_t flags; member
H A Dpushbuf.c148 pushbuf_kref(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t flags) pushbuf_kref() argument
220 pushbuf_krel(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t data, uint32_t flags, uint32_t vor, uint32_t tor) pushbuf_krel() argument
746 nouveau_pushbuf_reloc(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t data, uint32_t flags, uint32_t vor, uint32_t tor) nouveau_pushbuf_reloc() argument
763 uint32_t flags = 0; nouveau_pushbuf_refd() local
[all...]
/third_party/libbpf/src/
H A Dnetlink.c41 __u32 flags; member
49 __u64 flags; member
106 static int netlink_recvmsg(int sock, struct msghdr *mhdr, int flags) in netlink_recvmsg() argument
322 int bpf_xdp_attach(int ifindex, int prog_fd, __u32 flags, cons argument
286 __bpf_set_link_xdp_fd_replace(int ifindex, int fd, int old_fd, __u32 flags) __bpf_set_link_xdp_fd_replace() argument
339 bpf_xdp_detach(int ifindex, __u32 flags, const struct bpf_xdp_attach_opts *opts) bpf_xdp_detach() argument
506 bpf_xdp_query_id(int ifindex, int flags, __u32 *prog_id) bpf_xdp_query_id() argument
582 tc_qdisc_modify(struct bpf_tc_hook *hook, int cmd, int flags) tc_qdisc_modify() argument
720 __u32 protocol, bpf_flags, handle, priority, parent, prog_id, flags; bpf_tc_attach() local
796 __u32 protocol = 0, handle, priority, parent, prog_id, flags; __bpf_tc_detach() local
867 __u32 protocol, handle, priority, parent, prog_id, flags; bpf_tc_query() local
[all...]
/third_party/libdrm/amdgpu/
H A Damdgpu.h174 uint64_t flags; member
190 uint64_t flags; member
296 uint64_t flags; member
332 uint64_t flags; member
[all...]
/third_party/lzma/CPP/Windows/
H A DFileDir.cpp1103 const int flags = 0; // follow link in SetDirTime() local
/third_party/jerryscript/jerry-main/
H A Dmain-unix.c434 init_engine (jerry_init_flag_t flags, /**< initialized flags for the engine */ in init_engine() argument
485 jerry_init_flag_t flags = JERRY_INIT_EMPTY; in main() local
[all...]
H A Dmain-unix-snapshot.c255 jerry_init_flag_t flags = JERRY_INIT_EMPTY; in process_generate() local
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-array-object.c948 ecma_op_array_object_set_length(ecma_object_t *object_p, ecma_value_t new_value, uint32_t flags) ecma_op_array_object_set_length() argument
1083 uint32_t flags = 0; ecma_op_array_object_define_own_property() local
[all...]
H A Decma-promise-object.c873 uint16_t flags = ecma_promise_get_flags (promise_obj_p); in ecma_promise_do_then() local
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11_dri3.c90 egl_dri3_flush_drawable(struct loader_dri3_drawable *draw, unsigned flags) in egl_dri3_flush_drawable() argument
H A Dplatform_drm.c255 unsigned flags = surf->base.v0.flags; in get_back_bo() local
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_kgsl.c72 tu_bo_init_new(struct tu_device *dev, struct tu_bo **out_bo, uint64_t size, enum tu_bo_alloc_flags flags) tu_bo_init_new() argument
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3.c408 reg_create(struct ir3 *shader, int num, int flags) in reg_create() argument
586 ir3_src_create(struct ir3_instruction *instr, int num, int flags) ir3_src_create() argument
598 ir3_dst_create(struct ir3_instruction *instr, int num, int flags) ir3_dst_create() argument
851 cp_flags(unsigned flags) cp_flags() argument
861 ir3_valid_flags(struct ir3_instruction *instr, unsigned n, unsigned flags) ir3_valid_flags() argument
[all...]
/third_party/mesa3d/src/asahi/lib/
H A Ddecode.c177 unsigned flags = group.resource_flags[j]; in agxdecode_decode_segment_list() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_rt_common.c403 hit_is_opaque(nir_builder *b, nir_ssa_def *sbt_offset_and_flags, nir_ssa_def *flags, in hit_is_opaque() argument

Completed in 27 milliseconds

1...<<121122123124125126127128129130>>...216