Home
last modified time | relevance | path

Searched defs:attr (Results 1176 - 1200 of 1537) sorted by relevance

1...<<41424344454647484950>>...62

/third_party/exfatprogs/lib/
H A Dexfat_dir.c573 exfat_build_file_dentry_set(struct exfat *exfat, const char *name, unsigned short attr, struct exfat_dentry **dentry_set, int *dentry_count) exfat_build_file_dentry_set() argument
901 exfat_create_file(struct exfat *exfat, struct exfat_inode *parent, const char *name, unsigned short attr) exfat_create_file() argument
/third_party/ffmpeg/libavcodec/
H A Dvaapi_encode.c1887 VAConfigAttrib attr = { VAConfigAttribMaxFrameSize }; in vaapi_encode_init_max_frame_size() local
1944 VAConfigAttrib attr = { VAConfigAttribEncMaxRefFrames }; in vaapi_encode_init_gop_structure() local
2170 VAConfigAttrib attr[3] = { { VAConfigAttribEncMaxSlices }, vaapi_encode_init_slice_structure() local
2262 VAConfigAttrib attr = { VAConfigAttribEncPackedHeaders }; vaapi_encode_init_packed_headers() local
2323 VAConfigAttrib attr = { VAConfigAttribEncQualityRange }; vaapi_encode_init_quality() local
2370 VAConfigAttrib attr = { VAConfigAttribEncROI }; vaapi_encode_init_roi() local
[all...]
/third_party/ffmpeg/libavformat/
H A Drtpdec.c971 char attr[256]; in ff_parse_fmtp() local
964 ff_parse_fmtp(AVFormatContext *s, AVStream *stream, PayloadContext *data, const char *p, int (*parse_fmtp)(AVFormatContext *s, AVStream *stream, PayloadContext *data, const char *attr, const char *value)) ff_parse_fmtp() argument
/third_party/curl/packages/OS400/
H A Dos400sys.c661 Curl_ldap_get_values_len_a(void *ld, LDAPMessage *entry, const char *attr) in Curl_ldap_get_values_len_a() argument
/third_party/alsa-lib/modules/mixer/simple/
H A Dpython.c92 static void *get_C_ptr(PyObject *obj, const char *attr) in get_C_ptr() argument
114 static int pcall(struct pymelem *pymelem, const char *attr, PyObject *args, PyObject **_res) in pcall() argument
193 get_x_range_ops(snd_mixer_elem_t *elem, int dir, long *min, long *max, const char *attr) get_x_range_ops() argument
246 get_x_ops(snd_mixer_elem_t *elem, int dir, long channel, long *value, const char *attr) get_x_ops() argument
[all...]
/third_party/alsa-utils/topology/
H A Dpre-process-object.c346 static bool tplg_object_is_attribute_min_max_valid(snd_config_t *attr, snd_config_t *obj_attr, in tplg_object_is_attribute_min_max_valid() argument
429 tplg_object_is_attribute_valid(struct tplg_pre_processor *tplg_pp, snd_config_t *attr, snd_config_t *obj_attr) tplg_object_is_attribute_valid() argument
539 tplg_pp_add_object_tuple_section(struct tplg_pre_processor *tplg_pp, snd_config_t *class_cfg, snd_config_t *attr, char *data_name, const char *token_ref, const char *array_name) tplg_pp_add_object_tuple_section() argument
806 snd_config_t *attr, *new; tplg_object_add_attributes() local
1167 snd_config_t *attr, *new, *first_cfg; tplg_object_copy_and_add_param() local
1248 snd_config_t *attr; tplg_object_update() local
1471 tplg_set_attribute_value(snd_config_t *attr, const char *value) tplg_set_attribute_value() argument
[all...]
/third_party/alsa-utils/alsactl/
H A Dinit_parse.c218 static const char *cardinfo_get(struct space *space, const char *attr) in cardinfo_get() argument
527 static const char *elemid_get(struct space *space, const char *attr) in elemid_get() argument
748 elemid_set(struct space *space, const char *attr, const char *value) elemid_set() argument
945 char *attr; get_key_attribute() local
969 char *attr = NULL; get_format_attribute() local
1008 char *head, *tail, *pos, *cpos, *attr, *rest; apply_format() local
1291 char *key, *value, *attr, *temp; parse_line() local
[all...]
/third_party/cups-filters/filter/
H A Dimagetopdf.c152 ppd_attr_t *attr; in emitJCLOptions() local
695 ppd_attr_t *attr; main() local
1555 ppd_attr_t *attr; main() local
[all...]
/third_party/NuttX/fs/nfs/
H A Dnfs_adapter.c499 pthread_mutexattr_t attr; in nfs_bind() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcoll.cpp265 UColAttribute attr; member
H A Dudat.cpp428 udat_getBooleanAttribute(const UDateFormat* fmt, UDateFormatBooleanAttribute attr, UErrorCode* status) udat_getBooleanAttribute() argument
438 udat_setBooleanAttribute(UDateFormat *fmt, UDateFormatBooleanAttribute attr, UBool newValue, UErrorCode* status) udat_setBooleanAttribute() argument
H A Ducal.cpp340 ucal_getAttribute( const UCalendar* cal, UCalendarAttribute attr) ucal_getAttribute() argument
367 ucal_setAttribute( UCalendar* cal, UCalendarAttribute attr, int32_t newValue) ucal_setAttribute() argument
/third_party/libuv/src/win/
H A Dprocess.c86 SECURITY_ATTRIBUTES attr; in uv__init_global_job_handle() local
/third_party/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.cpp1271 CReparseAttr attr; in FillFixedReparse() local
/third_party/libbpf/src/
H A Dgen_loader.c266 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 Dbpf.c72 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 Dcoap_resource.c213 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 D7zMain.c690 char attr[8], s[32], t[32]; in main() local
/third_party/mesa3d/src/freedreno/rnn/
H A Drnn.c81 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 Dxm_api.c1066 XWindowAttributes attr; in XMesaCreateWindowBuffer() local
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_genX_exec.h329 const gl_varying_slot attr = VARYING_SLOT_VAR0 + i; in blorp_emit_input_varying_data() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir.c274 int attr = nir_intrinsic_base(intrin); in brw_nir_lower_vs_inputs() local
/third_party/node/src/
H A Dinspector_agent.cc99 pthread_attr_t attr; in StartDebugSignalHandler() local
/third_party/ntfs-3g/libntfs-3g/
H A Dindex.c2008 INDEX_ROOT *ntfs_index_root_get(ntfs_inode *ni, ATTR_RECORD *attr) in ntfs_index_root_get() argument
[all...]
H A Drunlist.c783 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...]

Completed in 42 milliseconds

1...<<41424344454647484950>>...62