/third_party/backends/backend/ |
H A D | leo.c | 216 get_string_list_index (SANE_String_Const list[], SANE_String_Const name) in get_string_list_index() argument
|
H A D | kvs40xx_opt.c | 847 str_index (const SANE_String_Const * list, SANE_String_Const name) in str_index() argument
|
H A D | teco3.c | 229 get_string_list_index (SANE_String_Const list[], SANE_String_Const name) in get_string_list_index() argument
|
H A D | hp.c | 479 hp_device_list_add (HpDeviceList * list, HpDevice dev) in hp_device_list_add() argument 495 hp_device_list_remove (HpDeviceList * list, HpDevice dev) in hp_device_list_remove() argument 512 hp_handle_list_add(HpDeviceList * list, HpHandle h) hp_handle_list_add() argument 518 hp_handle_list_remove(HpDeviceList * list, HpHandle h) hp_handle_list_remove() argument [all...] |
/third_party/backends/sanei/ |
H A D | usb_manager.cpp | 92 void MemoryFreeDeviceList(usb_manager_device **list) in MemoryFreeDeviceList() argument 255 ssize_t usb_manager_get_device_list(usb_manager_context *ctx, usb_manager_device ***list) in usb_manager_get_device_list() argument 463 usb_manager_free_device_list(usb_manager_device **list, int unref_devices) usb_manager_free_device_list() argument [all...] |
/third_party/curl/lib/ |
H A D | easy.c | 388 struct socketmonitor *list; /* list of sockets to monitor */ member [all...] |
/third_party/alsa-lib/src/control/ |
H A D | hcontrol.c | 567 snd_ctl_elem_list_t list; snd_hctl_load() local [all...] |
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_extplug.c | 85 int snd_ext_parm_set_list(struct snd_ext_parm *parm, unsigned int num_list, const unsigned int *list) in snd_ext_parm_set_list() argument 111 int snd_interval_list(snd_interval_t *ival, int num_list, unsigned int *list) in snd_interval_list() argument 780 snd_pcm_extplug_set_slave_param_list(snd_pcm_extplug_t *extplug, int type, unsigned int num_list, const unsigned int *list) snd_pcm_extplug_set_slave_param_list() argument 828 snd_pcm_extplug_set_param_list(snd_pcm_extplug_t *extplug, int type, unsigned int num_list, const unsigned int *list) snd_pcm_extplug_set_param_list() argument [all...] |
/third_party/gn/src/gn/ |
H A D | ohos_components_checker.cc | 83 static void LoadAllDepsConfigWhitelist(const base::Value &list)
in LoadAllDepsConfigWhitelist() argument 90 static void LoadIncludesOverRangeWhitelist(const base::Value &list)
in LoadIncludesOverRangeWhitelist() argument 106 static void LoadInnerApiNotLibWhitelist(const base::Value &list)
in LoadInnerApiNotLibWhitelist() argument 113 static void LoadInnerApiNotDeclareWhitelist(const base::Value &list)
in LoadInnerApiNotDeclareWhitelist() argument [all...] |
H A D | parser.cc | 535 std::unique_ptr<ListNode> list = std::make_unique<ListNode>(); IdentifierOrCall() local 644 std::unique_ptr<ListNode> list = std::make_unique<ListNode>(); ParseList() local [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | icuplug.cpp | 80 static int32_t uplug_removeEntryAt(void *list, int32_t listSize, int32_t memberSize, int32_t itemToRemove) { in uplug_removeEntryAt() argument
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | list.h | 61 INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() argument 220 list_move(struct list_head *list, struct list_head *head) in list_move() argument 255 linux_list_splice(const struct list_head *list, struc argument 272 list_splice(const struct list_head *list, struct list_head *head) list_splice() argument 279 list_splice_tail(struct list_head *list, struct list_head *head) list_splice_tail() argument 286 list_splice_init(struct list_head *list, struct list_head *head) list_splice_init() argument 294 list_splice_tail_init(struct list_head *list, struct list_head *head) list_splice_tail_init() argument 398 __list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) __list_cut_position() argument 410 list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) list_cut_position() argument 424 list_is_first(const struct list_head *list, const struct list_head *head) list_is_first() argument 431 list_is_last(const struct list_head *list, const struct list_head *head) list_is_last() argument 438 list_count_nodes(const struct list_head *list) list_count_nodes() argument [all...] |
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | usbdev.h | 266 struct list_head list; member
|
/third_party/alsa-lib/aserver/ |
H A D | aserver.c | 163 struct list_head list; member 214 struct list_head list; member [all...] |
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
H A D | CollationPerformanceTest.java | 162 ArrayList list = null; field in CollationPerformanceTest [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
H A D | LanguageTestFmwk.java | 780 static Element[] list = new Element[11]; global() field in Element [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/ |
H A D | LanguageTestFmwk.java | 781 static Element[] list = new Element[11]; global() field in Element [all...] |
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/ |
H A D | TransliteratorInputMethod.java | 686 getListCellRendererComponent( JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) getListCellRendererComponent() argument
|
/third_party/libwebsockets/lib/misc/threadpool/ |
H A D | threadpool.c | 51 lws_dll2_t list; member [all...] |
/third_party/mesa3d/src/amd/common/ |
H A D | ac_rgp.h | 69 struct list_head list; member 90 struct list_head list; member 103 struct list_head list; member 145 struct list_head list; member 170 struct list_head list; member 182 struct list_head list; member
|
/third_party/libdrm/nouveau/ |
H A D | pushbuf.c | 56 struct nouveau_pushbuf_krec *list; member
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_clone.c | 193 clone_var_list(clone_state *state, struct exec_list *dst, const struct exec_list *list) clone_var_list() argument 227 clone_reg_list(clone_state *state, struct exec_list *dst, const struct exec_list *list) clone_reg_list() argument 607 clone_cf_list(clone_state *state, struct exec_list *dst, const struct exec_list *list) clone_cf_list() argument [all...] |
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
H A D | radv_amdgpu_bo.c | 260 struct list_head list; member
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | list.h | 351 exec_list_make_empty(struct exec_list *list) exec_list_make_empty() argument 360 exec_list_is_empty(const struct exec_list *list) exec_list_is_empty() argument 376 exec_list_is_singular(const struct exec_list *list) exec_list_is_singular() argument 383 exec_list_get_head_const(const struct exec_list *list) exec_list_get_head_const() argument 389 exec_list_get_head(struct exec_list *list) exec_list_get_head() argument 395 exec_list_get_head_raw_const(const struct exec_list *list) exec_list_get_head_raw_const() argument 401 exec_list_get_head_raw(struct exec_list *list) exec_list_get_head_raw() argument 407 exec_list_get_tail_const(const struct exec_list *list) exec_list_get_tail_const() argument 413 exec_list_get_tail(struct exec_list *list) exec_list_get_tail() argument 419 exec_list_get_tail_raw_const(const struct exec_list *list) exec_list_get_tail_raw_const() argument 425 exec_list_get_tail_raw(struct exec_list *list) exec_list_get_tail_raw() argument 431 exec_list_length(const struct exec_list *list) exec_list_length() argument 444 exec_list_push_head(struct exec_list *list, struct exec_node *n) exec_list_push_head() argument 454 exec_list_push_tail(struct exec_list *list, struct exec_node *n) exec_list_push_tail() argument 464 exec_list_push_degenerate_list_at_head(struct exec_list *list, struct exec_node *n) exec_list_push_degenerate_list_at_head() argument 475 exec_list_pop_head(struct exec_list *list) exec_list_pop_head() argument 485 exec_list_move_nodes_to(struct exec_list *list, struct exec_list *target) exec_list_move_nodes_to() argument 503 exec_list_append(struct exec_list *list, struct exec_list *source) exec_list_append() argument 539 exec_list_prepend(struct exec_list *list, struct exec_list *source) exec_list_prepend() argument 561 exec_list_validate(const struct exec_list *list) exec_list_validate() argument [all...] |
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/ |
H A D | main.c | 20 lws_dll2_t list; member 33 lws_dll2_t list; member 40 lws_dll2_t list; member 46 lws_dll2_t list; member 468 lws_dll2_t list; global() member 740 struct x { lws_dll2_t list; const char *sz; }; main() member [all...] |