Home
last modified time | relevance | path

Searched defs:list (Results 1426 - 1450 of 1794) sorted by relevance

1...<<51525354555657585960>>...72

/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h105 List list; member
205 List list; member
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp1730 std::vector<char*> list = {}; in TransformFeedbackVaryings() local
1751 std::vector<char*> list = {}; in GetUniformIndices() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dg2meet.c94 struct ePICPixListElem *list; member
771 ePICPixListElem *list, *prev = NULL; in epic_decode_from_cache() local
[all...]
H A Dlibaomenc.c282 static void coded_frame_add(void *list, struct FrameListData *cx_frame) in coded_frame_add() argument
298 static av_cold void free_frame_list(struct FrameListData *list) in free_frame_list() argument
H A Dlibvpxenc.c300 static void coded_frame_add(void *list, struct FrameListData *cx_frame) in coded_frame_add() argument
316 static av_cold void free_frame_list(struct FrameListData *list) in free_frame_list() argument
[all...]
H A Dh264_slice.c2330 fill_filter_caches_inter(const H264Context *h, H264SliceContext *sl, int mb_type, int top_xy, int left_xy[LEFT_MBS], int top_type, int left_type[LEFT_MBS], int mb_xy, int list) fill_filter_caches_inter() argument
[all...]
H A Dac3enc.c1962 validate_mix_level(void *log_ctx, const char *opt_name, float *opt_param, const float *list, int list_size, int default_value, int min_value, int *ctx_param) validate_mix_level() argument
H A Dvorbisdec.c91 vorbis_floor1_entry *list; member
[all...]
H A Dqdm2.c300 qdm2_search_subpacket_type_in_list(QDM2SubPNode *list, int type) qdm2_search_subpacket_type_in_list() argument
1089 process_synthesis_subpackets(QDM2Context *q, QDM2SubPNode *list) process_synthesis_subpackets() argument
[all...]
H A Dsvq3.c356 svq3_fetch_diagonal_mv(const SVQ3Context *s, const int16_t **C, int i, int list, int part_width) svq3_fetch_diagonal_mv() argument
377 svq3_pred_motion(const SVQ3Context *s, int n, int part_width, int list, int ref, int *const mx, int *const my) svq3_pred_motion() argument
[all...]
H A Dvorbisenc.c76 vorbis_floor1_entry *list; member
[all...]
/third_party/f2fs-tools/fsck/
H A Df2fs.h497 struct list_head list; /* list head */ member
/third_party/elfutils/src/
H A Dunstrip.c92 bool list; member
345 struct data_list *list = new_data_list; free_new_data() local
[all...]
/third_party/ffmpeg/libavdevice/
H A Ddecklink_dec.cpp629 auto& list = klv_packets[mid]; in handle_klv() local
666 auto& list = klv_packets[i]; in handle_klv() local
/third_party/glslang/glslang/MachineIndependent/
H A DSymbolTable.h495 void findFunctionNameList(const TString& name, TVector<const TFunction*>& list) in findFunctionNameList() argument
848 void findFunctionNameList(const TString& name, TVector<const TFunction*>& list, bool& builtIn) in findFunctionNameList() argument
[all...]
/third_party/gn/src/gn/
H A Dcommand_format.cc957 Sequence(SequenceStyle style, const std::vector<std::unique_ptr<PARSENODE>>& list, const ParseNode* end, bool force_multiline) Sequence() argument
1047 const auto& list = func_call->args()->contents(); FunctionCall() local
1212 ListWillBeMultiline( const std::vector<std::unique_ptr<PARSENODE>>& list, const ParseNode* end) ListWillBeMultiline() argument
[all...]
/third_party/glfw/src/
H A Dx11_window.c1579 const GLFWbool list = event->xclient.data.l[1] & 1; in processEvent() local
/third_party/backends/backend/
H A Depsonds.c2176 search_string_list(const SANE_String_Const *list, SANE_String value) in search_string_list() argument
H A Dmagicolor.c2625 search_string_list(const SANE_String_Const *list, SANE_String value) search_string_list() argument
[all...]
H A Dkodakaio.c3054 search_string_list(const SANE_String_Const *list, SANE_String value) search_string_list() argument
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_ladspa.c81 struct list_head list; member
101 struct list_head list; member
321 struct list_head *list, *pos, *pos1, *next1; in snd_pcm_ladspa_free_instances() local
613 struct list_head *list, *pos; snd_pcm_ladspa_allocate_instances() local
688 struct list_head *list, *pos, *pos1; snd_pcm_ladspa_allocate_memory() local
1021 snd_pcm_ladspa_plugins_dump(struct list_head *list, snd_output_t *out) snd_pcm_ladspa_plugins_dump() argument
1426 snd_pcm_ladspa_add_plugin(struct list_head *list, const char *path, snd_config_t *plugin, int reverse) snd_pcm_ladspa_add_plugin() argument
1528 snd_pcm_ladspa_build_plugins(struct list_head *list, const char *path, snd_config_t *plugins, int reverse) snd_pcm_ladspa_build_plugins() argument
[all...]
/third_party/alsa-lib/src/ucm/
H A Dparser.c1634 parse_dev_name_list(snd_use_case_mgr_t *uc_mgr, snd_config_t *cfg, struct list_head *list) parse_dev_name_list() argument
2892 const char **list, *d_name; uc_mgr_scan_master_configs() local
[all...]
H A Dmain.c94 static int list_count(struct list_head *list) in list_count() argument
105 static int alloc_str_list(struct list_head *list, int mult, char **result[]) in alloc_str_list() argument
153 int snd_use_case_free_list(const char *list[], int items) in snd_use_case_free_list() argument
1072 find0(struct list_head *list, unsigned long offset, unsigned long soffset, const char *match) find0() argument
1101 get_list0(struct list_head *list, const char **result[], unsigned long offset, unsigned long s1offset) get_list0() argument
1149 get_list20(struct list_head *list, const char **result[], unsigned long offset, unsigned long s1offset, unsigned long s2offset) get_list20() argument
1661 get_verb_list(snd_use_case_mgr_t *uc_mgr, const char **list[]) get_verb_list() argument
1674 get_device_list(snd_use_case_mgr_t *uc_mgr, const char **list[], char *verbname) get_device_list() argument
1697 get_modifier_list(snd_use_case_mgr_t *uc_mgr, const char **list[], char *verbname) get_modifier_list() argument
1720 get_supcon_device_list(snd_use_case_mgr_t *uc_mgr, const char **list[], char *name, enum dev_list_type type) get_supcon_device_list() argument
1774 get_supported_device_list(snd_use_case_mgr_t *uc_mgr, const char **list[], char *name) get_supported_device_list() argument
1786 get_conflicting_device_list(snd_use_case_mgr_t *uc_mgr, const char **list[], char *name) get_conflicting_device_list() argument
1794 struct list_head list; global() member
1805 myvalue_to_str_list(struct list_head *list, char ***res) myvalue_to_str_list() argument
1832 myvalue_list_free(struct list_head *list) myvalue_list_free() argument
1850 merge_value(struct list_head *list, const char *text) merge_value() argument
1874 add_identifiers(struct list_head *list, struct list_head *source) add_identifiers() argument
1896 add_values(struct list_head *list, const char *identifier, struct list_head *source) add_values() argument
1931 get_identifiers_list(snd_use_case_mgr_t *uc_mgr, const char **list[], char *name) get_identifiers_list() argument
1997 get_value_list(snd_use_case_mgr_t *uc_mgr, const char *identifier, const char **list[], char *verbname) get_value_list() argument
2051 get_enabled_device_list(snd_use_case_mgr_t *uc_mgr, const char **list[]) get_enabled_device_list() argument
2067 get_enabled_modifier_list(snd_use_case_mgr_t *uc_mgr, const char **list[]) get_enabled_modifier_list() argument
2077 snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr, const char *identifier, const char **list[]) snd_use_case_get_list() argument
[all...]
/third_party/backends/backend/pixma/
H A Dpixma.c530 const SANE_Word *list = sod->constraint.word_list; in select_value_from_list() local
/third_party/curl/lib/
H A Dmulti.c3151 struct Curl_llist *list = &d->state.timeoutlist; global() local
3689 struct Curl_llist *list = &data->state.timeoutlist; global() local
[all...]

Completed in 53 milliseconds

1...<<51525354555657585960>>...72