Home
last modified time | relevance | path

Searched defs:accepted (Results 1 – 23 of 23) sorted by relevance

/third_party/rust/crates/rustix/tests/net/
Dconnect_bind_send.rs27 let accepted = rustix::net::accept(&listener).expect("accept"); in net_v4_connect_any() localVariable
66 let accepted = rustix::net::accept(&listener).expect("accept"); in net_v6_connect_any() localVariable
102 let accepted = rustix::net::accept(&listener).expect("accept"); in net_v4_connect() localVariable
145 let accepted = rustix::net::accept(&listener).expect("accept"); in net_v6_connect() localVariable
177 let accepted = rustix::net::accept(&listener).expect("accept"); in net_v4_bind_any() localVariable
216 let accepted = rustix::net::accept(&listener).expect("accept"); in net_v6_bind_any() localVariable
252 let accepted = rustix::net::accept(&listener).expect("accept"); in net_v4_sendto() localVariable
297 let accepted = rustix::net::accept(&listener).expect("accept"); in net_v6_sendto() localVariable
332 let accepted = rustix::net::accept(&listener).expect("accept"); in net_v4_sendto_any() localVariable
374 let accepted = rustix::net::accept(&listener).expect("accept"); in net_v6_sendto_any() localVariable
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_cull.c102 LLVMValueRef accepted = NULL; in ac_cull_face() local
164 LLVMValueRef accepted = ctx->i1true; in cull_bbox() local
347 LLVMValueRef accepted = options->cull_w ? w.w_accepted : ctx->i1true; in ac_cull_primitive() local
/third_party/mesa3d/src/amd/common/
Dac_nir_cull.c89 cull_bbox(nir_builder *b, nir_ssa_def *pos[3][4], nir_ssa_def *accepted, const position_w_info *w_i… in cull_bbox()
158 nir_ssa_def *accepted = initially_accepted; in ac_nir_cull_triangle() local
Dac_nir_lower_ngg.c1263 nir_ssa_def *accepted = ac_nir_cull_triangle(b, nir_imm_bool(b, true), pos); in add_deferred_attribute_culling() local
1284 …nir_ssa_def *accepted = nir_load_shared(b, 1, 8u, es_vertex_lds_addr, .base = lds_es_vertex_accept… in add_deferred_attribute_culling() local
/third_party/ltp/testcases/kernel/syscalls/getsockopt/
Dgetsockopt02.c17 static int socket_fd, accepted; variable
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fNegativeTextureApiTests.cpp75 … void getCompressedTexSubImage2DFormat(const vector<deInt32>& supported, vector<deInt32>& accepted) in getCompressedTexSubImage2DFormat()
/third_party/node/deps/npm/node_modules/negotiator/lib/
Dlanguage.js86 function getLanguagePriority(language, accepted, index) { argument
Dcharset.js82 function getCharsetPriority(charset, accepted, index) { argument
Dencoding.js98 function getEncodingPriority(encoding, accepted, index) { argument
DmediaType.js99 function getMediaTypePriority(type, accepted, index) { argument
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_intersection_shader.c232 nir_ssa_def *accepted = nir_load_var(b, commit_tmp); in brw_nir_lower_intersection_shader() local
/third_party/pcre2/pcre2/src/
Dpcre2_auto_possess.c551 BOOL accepted, invert_bits; in compare_opcodes() local
/third_party/node/lib/internal/cluster/
Dchild.js240 send({ ack: message.seq, accepted }); field
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_drv_ops.h229 const u8 *mac, int accepted, in hostapd_drv_set_radius_acl_auth()
Dieee802_11_auth.c33 int accepted; /* HOSTAPD_ACL_* */ member
/third_party/ntfs-3g/src/
Dntfs-3g_common.c696 BOOL accepted; local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11_auth.c33 int accepted; /* HOSTAPD_ACL_* */ member
Dap_drv_ops.h234 const u8 *mac, int accepted, in hostapd_drv_set_radius_acl_auth()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_shader_ngg.c881 static void gfx10_build_primitive_accepted(struct ac_llvm_context *ac, LLVMValueRef accepted, in gfx10_build_primitive_accepted()
1241 LLVMValueRef accepted = in gfx10_ngg_culling_build_end() local
2157 LLVMValueRef accepted = ac_build_alloca(&ctx->ac, ctx->ac.i32, ""); in gfx10_ngg_gs_build_end() local
/third_party/lwip/src/core/ipv6/
Dnd6.c432 u8_t accepted; in nd6_input() local
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp2792 bool accepted = false; in acceptMemberFunctionDefinition() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline_rt.c1025 nir_ssa_def *accepted = nir_load_var(b, commit_tmp); in nir_lower_intersection_shader() local
/third_party/lwip/src/api/
Dsockets.c509 alloc_socket(struct netconn *newconn, int accepted) in alloc_socket()