Home
last modified time | relevance | path

Searched defs:attr (Results 451 - 475 of 1026) sorted by relevance

1...<<11121314151617181920>>...42

/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_create.c209 int __pthread_init_and_check_attr(const pthread_attr_t *restrict attrp, pthread_attr_t *attr) in __pthread_init_and_check_attr() argument
243 pthread_attr_t attr = { 0 }; in __pthread_create() local
[all...]
/third_party/musl/src/thread/
H A Dpthread_create.c255 pthread_attr_t attr = { 0 }; in __pthread_create() local
[all...]
/third_party/musl/src/thread/liteos_a/
H A Dpthread_create.c209 int __pthread_init_and_check_attr(const pthread_attr_t *restrict attrp, pthread_attr_t *attr) in __pthread_init_and_check_attr() argument
243 pthread_attr_t attr = { 0 }; in __pthread_create() local
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares__threads.c222 pthread_mutexattr_t attr; in ares__thread_mutex_create() local
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo.h134 } attr[VBO_ATTRIB_MAX]; member
/third_party/mesa3d/src/mesa/program/
H A Dprog_print.c219 GLint attr = ffs(inputs) - 1; in _mesa_print_vp_inputs() local
237 GLint attr = ffs(inputs) - 1; in _mesa_print_fp_inputs() local
H A Dprog_statevars.c170 const GLuint attr = (index / 2) * 4; in fetch_state() local
290 const float *attr = (float*)ctx->Texture.FixedFuncUnit[unit].EyePlane + in fetch_state() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_array.cpp101 const gl_vert_attrib attr = (gl_vert_attrib)u_bit_scan(&mask); in setup_arrays() local
168 const gl_vert_attrib attr = (gl_vert_attrib)u_bit_scan(&attrmask); in setup_arrays() local
225 const gl_vert_attrib attr = (gl_vert_attrib)u_bit_scan(&curmask); in st_setup_current() local
283 const gl_vert_attrib attr = (gl_vert_attrib)u_bit_scan(&curmask); st_setup_current_user() local
[all...]
H A Dst_program.h282 st_get_generic_varying_index(struct st_context *st, GLuint attr) in st_get_generic_varying_index() argument
/third_party/mesa3d/src/mesa/main/
H A Dattrib.c134 struct gl_enable_attrib_node *attr = &head->Enable; in _mesa_PushAttrib() local
672 struct gl_attrib_node *attr; _mesa_PopAttrib() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_gs_visitor.cpp58 attribute_to_hw_reg(int attr, brw_reg_type type, bool interleaved) in attribute_to_hw_reg() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vbo.c39 nv30_emit_vtxattr(struct nv30_context *nv30, struct pipe_vertex_buffer *vb, struct pipe_vertex_element *ve, unsigned attr) nv30_emit_vtxattr() argument
/third_party/libfuse/example/
H A Dpoll.c267 pthread_attr_t attr; in main() local
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/
H A Dhackbench.c187 pthread_attr_t attr; in create_worker() local
/third_party/ltp/testcases/kernel/syscalls/utimensat/
H A Dutimensat01.c51 int attr; member
181 int attr; in change_attr() local
[all...]
/third_party/ltp/testcases/kernel/sched/pthreads/
H A Dpth_str03.c71 pthread_attr_t attr; /* attributes for created threads */ variable
/third_party/ltp/include/lapi/
H A Dsched.h36 static inline int sched_setattr(pid_t pid, const struct sched_attr *attr, in sched_setattr() argument
42 static inline int sched_getattr(pid_t pid, struct sched_attr *attr, in sched_getattr() argument
/third_party/ltp/testcases/realtime/perf/latency/
H A Dpthread_cond_many.c104 pthread_attr_t attr; in create_thread_() local
/third_party/node/deps/v8/src/objects/
H A Dswiss-name-dictionary.cc262 PropertyAttributes attr = details.attributes(); in NumberOfEnumerableProperties() local
H A Dmodule.cc337 PropertyAttributes attr = DONT_DELETE; in GetModuleNamespace() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_stipple.c76 uint attr; in screen_interp() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_intr.c136 static LLVMAttribute lp_attr_to_llvm_attr(enum lp_func_attr attr) in lp_attr_to_llvm_attr() argument
153 static const char *attr_to_str(enum lp_func_attr attr) in attr_to_str() argument
224 enum lp_func_attr attr in lp_add_func_attributes() local
175 lp_add_function_attr(LLVMValueRef function_or_call, int attr_idx, enum lp_func_attr attr) lp_add_function_attr() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_att.c96 int CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr) in CMS_signed_add1_attr() argument
164 int CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr) in CMS_unsigned_add1_attr() argument
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_req.c141 X509_ATTRIBUTE *attr; in STACK_OF() local
218 X509_ATTRIBUTE *attr; in X509_REQ_delete_attr() local
230 int X509_REQ_add1_attr(X509_REQ *req, X509_ATTRIBUTE *attr) in X509_REQ_add1_attr() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_pkey.c190 int EVP_PKEY_add1_attr(EVP_PKEY *key, X509_ATTRIBUTE *attr) in EVP_PKEY_add1_attr() argument

Completed in 17 milliseconds

1...<<11121314151617181920>>...42