/third_party/alsa-lib/src/alisp/ |
H A D | alisp_local.h | 24 #include "list.h" 56 struct list_head list; member 113 struct list_head list; member
|
/third_party/alsa-lib/include/ |
H A D | pcm_extplug.h | 183 int snd_pcm_extplug_set_param_list(snd_pcm_extplug_t *extplug, int type, unsigned int num_list, const unsigned int *list); 185 int snd_pcm_extplug_set_slave_param_list(snd_pcm_extplug_t *extplug, int type, unsigned int num_list, const unsigned int *list);
|
/third_party/libuv/tools/ |
H A D | make_dist_html.py | 85 return list(map(int, re.match('^v(\d+)\.(\d+)\.(\d+)', tag).groups())) 118 groups = [group_for(list(g)) for _, g in itertools.groupby(tags, major_minor)]
|
/third_party/jinja2/ |
H A D | visitor.py | 63 if isinstance(old_value, list): 85 can be used to enforce a list as return value. 89 if not isinstance(rv, list):
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_llvm_helper.cpp | 26 #include <list> 73 /* we have to store a linked list per thread due to the possiblity of multiple gpus being required */ 74 static thread_local std::list<radv_llvm_per_thread_info> radv_llvm_per_thread_list;
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_queue.c | 65 cl_emit(rcl, MULTICORE_RENDERING_TILE_LIST_SET_BASE, list) { in job_emit_noop() 66 list.address = v3dv_cl_address(job->tile_alloc, 0); in job_emit_noop()
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-plugins.c | 93 pin = pin->list; in lws_plat_dlopen() 104 pin->list = *pplugin; in lws_plat_dlopen()
|
/third_party/libwebsockets/lib/system/async-dns/ |
H A D | private-lib-async-dns.h | 40 lws_dll2_t list; member 59 lws_dll2_t list; member
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_memorypool.cpp | 35 #include <list> 49 std::list<void *> m_data;
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | visitor.py | 54 if isinstance(old_value, list): 76 can be used to enforce a list as return value. 79 if not isinstance(rv, list):
|
/third_party/node/deps/v8/tools/testrunner/testproc/ |
H A D | filter.py | 62 self._globs = defaultdict(list) 73 for s, globs in list(self._globs.items()):
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | visitor.py | 60 if isinstance(old_value, list): 82 can be used to enforce a list as return value. 85 if not isinstance(rv, list):
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | test-unssa.c | 58 static int compile(struct symbol_list *list) in compile() argument 61 FOR_EACH_PTR(list, sym) { in compile()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-list-format.h | 32 #include "torque-generated/src/objects/js-list-format-tq.inc" 49 Handle<FixedArray> list); 54 Handle<FixedArray> list); 75 // Type: identifying the list of types used.
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | property.h | 39 /* Free a parsed property list */ 42 /* Get a property from a property list */ 44 ossl_property_find_property(const OSSL_PROPERTY_LIST *list, 93 const OSSL_PROPERTY_LIST *list, char *buf,
|
/third_party/node/deps/uv/tools/ |
H A D | make_dist_html.py | 85 return list(map(int, re.match('^v(\d+)\.(\d+)\.(\d+)', tag).groups())) 118 groups = [group_for(list(g)) for _, g in itertools.groupby(tags, major_minor)]
|
/third_party/python/Tools/demo/ |
H A D | vector.py | 42 self.v = list(v) 46 if not isinstance(v, list):
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | json_validate.py | 79 print(list(error.path)) 81 print(list(suberror.path), suberror.message, sep="\n")
|
/third_party/openssl/include/internal/ |
H A D | property.h | 39 /* Free a parsed property list */ 42 /* Get a property from a property list */ 44 ossl_property_find_property(const OSSL_PROPERTY_LIST *list, 93 const OSSL_PROPERTY_LIST *list, char *buf,
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | visitor.py | 54 if isinstance(old_value, list): 76 can be used to enforce a list as return value. 79 if not isinstance(rv, list):
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | fttypes.h | 520 * handle to a single list element. 531 * A handle to a list record (see @FT_ListRec). 542 * A structure used to hold a single list element. 546 * The previous element in the list. `NULL` if first. 549 * The next element in the list. `NULL` if last. 569 * A structure used to hold a simple doubly-linked list. These are used 574 * The head (first element) of doubly-linked list. 577 * The tail (last element) of doubly-linked list. 589 #define FT_IS_EMPTY( list ) ( (list) [all...] |
/third_party/protobuf/python/ |
H A D | stubout.py | 72 mro = list(inspect.getmro(obj.__class__)) 74 mro = list(inspect.getmro(obj))
|
/third_party/python/Lib/turtledemo/ |
H A D | minimal_hanoi.py | 12 is derived from the built-in type list. 30 class Tower(list): 31 "Hanoi tower, a subclass of built-in type list" 40 d = list.pop(self)
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-mpath.c | 39 struct list_head list; member 57 struct list_head list; member 182 list_for_each_entry_safe(pgpath, tmp, pgpaths, list) { in free_pgpaths() 183 list_del(&pgpath->list); in free_pgpaths() 258 list_for_each_entry_safe(pg, tmp, &m->priority_groups, list) { in free_multipath() 259 list_del(&pg->list); in free_multipath() 327 list_for_each_entry(pgpath, &m->current_pg->pgpaths, list) { in __pg_init_all_paths() 438 list_for_each_entry(pg, &m->priority_groups, list) { in choose_pgpath() 1038 list_add_tail(&pgpath->list, &pg->pgpaths); in parse_priority_group() 1237 list_add_tail(&pg->list, in multipath_ctr() [all...] |
/kernel/linux/linux-5.10/net/smc/ |
H A D | smc_llc.c | 157 struct list_head list; member 254 if (list_empty(&lgr->list)) in smc_llc_flow_initiate() 265 rc = wait_event_timeout(lgr->llc_flow_waiter, (list_empty(&lgr->list) || in smc_llc_flow_initiate() 282 if (!list_empty(&lgr->list) && lgr->delayed_event && in smc_llc_flow_stop() 302 list_empty(&lgr->list)), in smc_llc_wait() 305 (lnk && !smc_link_usable(lnk)) || list_empty(&lgr->list)) { in smc_llc_wait() 662 struct smc_buf_desc, list); in _smc_llc_get_next_rmb() 677 if (!buf_pos || list_is_last(&buf_pos->list, &lgr->rmbs[*buf_lst])) { in smc_llc_get_next_rmb() 681 buf_next = list_next_entry(buf_pos, list); in smc_llc_get_next_rmb() 1261 if (list_empty(&lgr->list)) { in smc_llc_add_link_work() [all...] |