| /third_party/libuv/src/win/ |
| H A D | process.c | 86 SECURITY_ATTRIBUTES attr; in uv__init_global_job_handle() local
|
| /third_party/lzma/CPP/7zip/UI/Common/ |
| H A D | EnumDirItems.cpp | 1271 CReparseAttr attr;
in FillFixedReparse() local
|
| /third_party/libbpf/src/ |
| H A D | gen_loader.c | 266 static void emit_sys_bpf(struct bpf_gen *gen, int cmd, int attr, int attr_size) in emit_sys_bpf() argument 422 union bpf_attr attr; in bpf_gen__load_btf() local 457 union bpf_attr attr; in bpf_gen__map_create() local 941 union bpf_attr attr; bpf_gen__prog_load() local 1039 union bpf_attr attr; bpf_gen__map_update_elem() local 1086 union bpf_attr attr; bpf_gen__populate_outer_map() local 1112 union bpf_attr attr; bpf_gen__map_freeze() local [all...] |
| H A D | bpf.c | 72 static inline int sys_bpf(enum bpf_cmd cmd, union bpf_attr *attr, in sys_bpf() argument 78 static inline int sys_bpf_fd(enum bpf_cmd cmd, union bpf_attr *attr, in sys_bpf_fd() argument 87 int sys_bpf_prog_load(union bpf_attr *attr, unsigned int size, int attempts) in sys_bpf_prog_load() argument 114 union bpf_attr attr; in probe_memcg_account() local 173 union bpf_attr attr; bpf_map_create() local 241 union bpf_attr attr; bpf_prog_load() local 384 union bpf_attr attr; bpf_map_update_elem() local 400 union bpf_attr attr; bpf_map_lookup_elem() local 415 union bpf_attr attr; bpf_map_lookup_elem_flags() local 431 union bpf_attr attr; bpf_map_lookup_and_delete_elem() local 446 union bpf_attr attr; bpf_map_lookup_and_delete_elem_flags() local 462 union bpf_attr attr; bpf_map_delete_elem() local 476 union bpf_attr attr; bpf_map_delete_elem_flags() local 491 union bpf_attr attr; bpf_map_get_next_key() local 506 union bpf_attr attr; bpf_map_freeze() local 522 union bpf_attr attr; bpf_map_batch_common() local 578 union bpf_attr attr; bpf_obj_pin_opts() local 607 union bpf_attr attr; bpf_obj_get_opts() local 638 union bpf_attr attr; bpf_prog_attach_opts() local 676 union bpf_attr attr; bpf_prog_detach_opts() local 724 union bpf_attr attr; bpf_link_create() local 872 union bpf_attr attr; bpf_link_detach() local 886 union bpf_attr attr; bpf_link_update() local 911 union bpf_attr attr; bpf_iter_create() local 925 union bpf_attr attr; bpf_prog_query_opts() local 972 union bpf_attr attr; bpf_prog_test_run_opts() local 1007 union bpf_attr attr; bpf_obj_get_next_id() local 1044 union bpf_attr attr; bpf_prog_get_fd_by_id_opts() local 1067 union bpf_attr attr; bpf_map_get_fd_by_id_opts() local 1090 union bpf_attr attr; bpf_btf_get_fd_by_id_opts() local 1113 union bpf_attr attr; bpf_link_get_fd_by_id_opts() local 1135 union bpf_attr attr; bpf_obj_get_info_by_fd() local 1172 union bpf_attr attr; bpf_raw_tracepoint_open() local 1186 union bpf_attr attr; bpf_btf_load() local 1238 union bpf_attr attr; bpf_task_fd_query() local 1262 union bpf_attr attr; bpf_enable_stats() local 1276 union bpf_attr attr; bpf_prog_bind_map() local [all...] |
| /third_party/libcoap/src/ |
| H A D | coap_resource.c | 213 coap_attr_t *attr; local 390 coap_attr_t *attr; local 424 coap_attr_t *attr; global() local 439 coap_attr_get_value(coap_attr_t *attr) global() argument 446 coap_delete_attr(coap_attr_t *attr) global() argument 467 coap_attr_t *attr, *tmp; global() local 619 coap_attr_t *attr; global() local [all...] |
| /third_party/lzma/C/Util/7z/ |
| H A D | 7zMain.c | 690 char attr[8], s[32], t[32];
in main() local
|
| /third_party/mesa3d/src/freedreno/rnn/ |
| H A D | rnn.c | 81 static char *getcontent (xmlNode *attr) { in getcontent() argument 111 static char *getattrib (struct rnndb *db, char *file, int line, xmlAttr *attr) { in getattrib() argument 124 static int getboolattrib (struct rnndb *db, char *file, int line, xmlAttr *attr) { in getboolattrib() argument 134 static uint64_t getnum(struct rnndb *db, char *file, int line, xmlAttr *attr, cha argument 148 getnumattrib(struct rnndb *db, char *file, int line, xmlAttr *attr) getnumattrib() argument 181 trytypeattr(struct rnndb *db, char *file, xmlNode *node, xmlAttr *attr, struct rnntypeinfo *ti) trytypeattr() argument 223 xmlAttr *attr = node->properties; parsevalue() local 258 xmlAttr *attr = node->properties; parsespectype() local 289 xmlAttr *attr = node->properties; parseenum() local 360 xmlAttr *attr = node->properties; parsebitfield() local 394 xmlAttr *attr = node->properties; parsebitset() local 467 xmlAttr *attr = node->properties; trydelem() local 488 xmlAttr *attr = node->properties; trydelem() local 578 xmlAttr *attr = node->properties; trydelem() local 626 xmlAttr *attr = node->properties; parsegroup() local 666 xmlAttr *attr = node->properties; parsedomain() local 743 xmlAttr *attr = node->properties; parsecopyright() local 827 xmlAttr *attr = node->properties; trytop() local 871 xmlAttrPtr attr = database->properties; validate_doc() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
| H A D | xm_api.c | 1066 XWindowAttributes attr; in XMesaCreateWindowBuffer() local
|
| /third_party/mesa3d/src/intel/blorp/ |
| H A D | blorp_genX_exec.h | 329 const gl_varying_slot attr = VARYING_SLOT_VAR0 + i; in blorp_emit_input_varying_data() local
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_nir.c | 274 int attr = nir_intrinsic_base(intrin); in brw_nir_lower_vs_inputs() local
|
| /third_party/node/src/ |
| H A D | inspector_agent.cc | 99 pthread_attr_t attr; in StartDebugSignalHandler() local
|
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | index.c | 2008 INDEX_ROOT *ntfs_index_root_get(ntfs_inode *ni, ATTR_RECORD *attr) in ntfs_index_root_get() argument [all...] |
| H A D | runlist.c | 783 ntfs_mapping_pairs_decompress_i(const ntfs_volume *vol, const ATTR_RECORD *attr, runlist_element *old_rl) ntfs_mapping_pairs_decompress_i() argument 1024 ntfs_mapping_pairs_decompress(const ntfs_volume *vol, const ATTR_RECORD *attr, runlist_element *old_rl) ntfs_mapping_pairs_decompress() argument [all...] |
| H A D | reparse.c | 145 FILE_NAME_ATTR attr; in ntfs_fix_file_name() member
|
| /third_party/ntfs-3g/ntfsprogs/ |
| H A D | ntfsdecrypt.c | 130 ATTR_TYPES attr; /* Attribute type to display */ member 1369 ntfs_attr *attr; in ntfs_cat_decrypt() local 1438 ntfs_attr *attr; ntfs_feed_encrypt() local [all...] |
| H A D | ntfsundelete.c | 1150 FILE_NAME_ATTR *attr; in get_filenames() local 2223 ntfs_attr *attr; scan_disk() local [all...] |
| H A D | ntfsusermap.c | 307 static unsigned int get2l(const unsigned char *attr, int p) in get2l() argument 318 static unsigned long get4l(const unsigned char *attr, int p) in get4l() argument 329 static unsigned long long get6h(const unsigned char *attr, int p) in get6h() argument 520 static void listaclusers(const char *accname, const unsigned char *attr, in listaclusers() argument 531 &attr[off + x + 8], 2); in listaclusers() local 539 unsigned char attr[MAXATTRSZ]; account() local [all...] |
| /third_party/musl/porting/liteos_m/user/hook/ |
| H A D | los_usr_libc.c | 40 int pthread_attr_init(pthread_attr_t *attr) in pthread_attr_init() argument 45 int pthread_attr_destroy(pthread_attr_t *attr) in pthread_attr_destroy() argument 50 int pthread_attr_setdetachstate(pthread_attr_t *attr, int detachState) in pthread_attr_setdetachstate() argument 55 int pthread_attr_getdetachstate(const pthread_attr_t *attr, int *detachState) in pthread_attr_getdetachstate() argument 60 int pthread_attr_setscope(pthread_attr_t *attr, int scope) in pthread_attr_setscope() argument 65 pthread_attr_getscope(const pthread_attr_t *attr, int *scope) pthread_attr_getscope() argument 70 pthread_attr_setinheritsched(pthread_attr_t *attr, int inherit) pthread_attr_setinheritsched() argument 75 pthread_attr_getinheritsched(const pthread_attr_t *attr, int *inherit) pthread_attr_getinheritsched() argument 80 pthread_attr_setschedpolicy(pthread_attr_t *attr, int policy) pthread_attr_setschedpolicy() argument 85 pthread_attr_getschedpolicy(const pthread_attr_t *attr, int *policy) pthread_attr_getschedpolicy() argument 90 pthread_attr_setschedparam(pthread_attr_t *attr, const struct sched_param *param) pthread_attr_setschedparam() argument 95 pthread_attr_getschedparam(const pthread_attr_t *attr, struct sched_param *param) pthread_attr_getschedparam() argument 110 pthread_attr_setstacksize(pthread_attr_t *attr, size_t stackSize) pthread_attr_setstacksize() argument 115 pthread_attr_getstacksize(const pthread_attr_t *attr, size_t *stackSize) pthread_attr_getstacksize() argument 130 pthread_create(pthread_t *thread, const pthread_attr_t *attr, void *(*startRoutine)(void *), void *arg) pthread_create() argument 226 pthread_condattr_init(pthread_condattr_t *attr) pthread_condattr_init() argument 231 pthread_condattr_destroy(pthread_condattr_t *attr) pthread_condattr_destroy() argument 236 pthread_condattr_setclock(pthread_condattr_t *attr, clockid_t clk) pthread_condattr_setclock() argument 241 pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr) pthread_cond_init() argument [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | coll.cpp | 266 UColAttribute attr; member
|
| H A D | udat.cpp | 429 udat_getBooleanAttribute(const UDateFormat* fmt, UDateFormatBooleanAttribute attr, UErrorCode* status) udat_getBooleanAttribute() argument 439 udat_setBooleanAttribute(UDateFormat *fmt, UDateFormatBooleanAttribute attr, UBool newValue, UErrorCode* status) udat_setBooleanAttribute() argument
|
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | genX_pipeline.c | 444 uint8_t attr = wm_prog_data->urb_setup_attribs[idx]; in emit_3dstate_sbe() local
|
| /third_party/mesa3d/src/util/ |
| H A D | xmlconfig.c | 649 parseDeviceAttr(struct OptConfData *data, const char **attr) in parseDeviceAttr() argument 679 parseAppAttr(struct OptConfData *data, const char **attr) parseAppAttr() argument 761 parseEngineAttr(struct OptConfData *data, const char **attr) parseEngineAttr() argument 798 parseOptConfAttr(struct OptConfData *data, const char **attr) parseOptConfAttr() argument 859 optConfStartElem(void *userData, const char *name, const char **attr) optConfStartElem() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_setup.c | 157 vert_attrib(struct gallivm_state *gallivm, LLVMValueRef vert, int attr, int elem, const char *name) vert_attrib() argument
|
| /third_party/icu/icu4c/source/test/perf/howExpensiveIs/ |
| H A D | howExpensiveIs.cpp | 342 AttrNumTest(const char *pat, const char *num, double expect, const char *FILE, int LINE, UNumberFormatAttribute attr, int32_t newValue) in AttrNumTest() argument
|
| /third_party/libfuse/example/ |
| H A D | passthrough_hp.cc | 220 struct stat attr; in sfs_getattr() local 231 static void do_setattr(fuse_req_t req, fuse_ino_t ino, struct stat *attr, in do_setattr() argument 307 sfs_setattr(fuse_req_t req, fuse_ino_t ino, struct stat *attr, int valid, fuse_file_info *fi) sfs_setattr() argument [all...] |