/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p_sd.c | 105 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list) { in p2p_decrease_sd_bc_queries() 902 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list) { in p2p_sd_request()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | mesh_rsn.c | 259 list)) != NULL) { in mesh_rsn_auth_init() 264 dl_list_del(&entry->list); in mesh_rsn_auth_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_gpsk.c | 235 const u8 **list, in eap_gpsk_process_csuite_list() 263 *list = pos; in eap_gpsk_process_csuite_list() 233 eap_gpsk_process_csuite_list(struct eap_sm *sm, struct eap_gpsk_data *data, const u8 **list, size_t *list_len, const u8 *pos, const u8 *end) eap_gpsk_process_csuite_list() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p_i.h | 12 #include "utils/list.h" 42 struct dl_list list; member 297 * the list 746 const struct wpa_freq_range_list *list);
|
H A D | p2p_sd.c | 105 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list) { in p2p_decrease_sd_bc_queries() 902 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list) { in p2p_sd_request()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | mesh_rsn.c | 270 list)) != NULL) { in mesh_rsn_auth_init() 275 dl_list_del(&entry->list); in mesh_rsn_auth_init()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vcn_dec.c | 628 //clear the dec->render list if it is not used as a reference in get_vp9_msg() 1605 list_for_each_entry_safe(struct rvcn_dec_dynamic_dpb_t2, d, &dec->dpb_ref_list, list) { in rvcn_dec_dynamic_dpb_t2_message() 1613 RVID_ERR("Ref list from application is incorrect, using dummy buffer instead.\n"); in rvcn_dec_dynamic_dpb_t2_message() 1624 list_del(&d->list); in rvcn_dec_dynamic_dpb_t2_message() 1625 list_addtail(&d->list, &dec->dpb_unref_list); in rvcn_dec_dynamic_dpb_t2_message() 1632 list_for_each_entry_safe(struct rvcn_dec_dynamic_dpb_t2, d, &dec->dpb_ref_list, list) { in rvcn_dec_dynamic_dpb_t2_message() 1640 list_for_each_entry_safe(struct rvcn_dec_dynamic_dpb_t2, d, &dec->dpb_ref_list, list) { in rvcn_dec_dynamic_dpb_t2_message() 1649 list_for_each_entry_safe(struct rvcn_dec_dynamic_dpb_t2, d, &dec->dpb_unref_list, list) { in rvcn_dec_dynamic_dpb_t2_message() 1650 list_del(&d->list); in rvcn_dec_dynamic_dpb_t2_message() 1672 list_addtail(&dpb->list, in rvcn_dec_dynamic_dpb_t2_message() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 43 #include <list> 244 static Error checkOverlappingElement(std::list<MachOElement> &Elements, in checkOverlappingElement() 281 std::list<MachOElement> &Elements) { in parseSegmentLoadCommand() 405 std::list<MachOElement> &Elements) { in checkSymtabCommand() 463 std::list<MachOElement> &Elements) { in checkDysymtabCommand() 596 std::list<MachOElement> &Elements, in checkLinkeditDataCommand() 634 std::list<MachOElement> &Elements) { in checkDyldInfoCommand() 828 std::list<MachOElement> &Elements) { in checkNoteCommand() 1196 std::list<MachOElement> &Elements) { in checkTwoLevelHintsCommand() 1288 std::list<MachOElemen in MachOObjectFile() [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | linearize.c | 281 static char *show_asm_constraints(char *buf, const char *sep, struct asm_constraint_list *list) in show_asm_constraints() argument 285 FOR_EACH_PTR(list, entry) { in show_asm_constraints() 793 struct pseudo_list **list = prev + hash; in value_pseudo() local 796 FOR_EACH_PTR(*list, pseudo) { in value_pseudo() 804 add_pseudo(list, pseudo); in value_pseudo() 2085 static void add_asm_rule(struct instruction *insn, struct asm_constraint_list **list, struct asm_operand *op, pseudo_t pseudo) in add_asm_rule() argument 2092 add_ptr_list(list, rule); in add_asm_rule()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_lowering_nv50.cpp | 254 std::list<Instruction *> *outWrites = in visit() 255 reinterpret_cast<std::list<Instruction *> *>(prog->targetPriv); in visit() 258 for (std::list<Instruction *>::iterator it = outWrites->begin(); in visit() 368 std::list<Instruction *> *outWrites; 379 reinterpret_cast<std::list<Instruction *> *>(prog->targetPriv); in NV50LegalizeSSA() 2272 prog->targetPriv = new std::list<Instruction *>(); in runLegalizePass() 2280 delete reinterpret_cast<std::list<Instruction *> *>(prog->targetPriv); in runLegalizePass()
|
/third_party/python/Lib/test/ |
H A D | test_patma.py | 51 class M3(collections.UserDict, C, list): 71 class S3(list, C, collections.abc.Mapping): 1488 case list(z): 1954 self.assertEqual(rest, list(range(2, 10))) 1965 self.assertEqual(rest, list(range(2, 100))) 1976 self.assertEqual(rest, list(range(2, 1000))) 2553 case list([({-0-0j: int(real=0+0j, imag=0-0j) | (1) as z},)]):
|
H A D | test_unicode.py | 2295 u = ''.join(map(chr, list(range(0, 0xd800)) + 2296 list(range(0xe000, 0x110000)))) 2663 return list(_string.formatter_parser(format)) 2696 items = list(_string.formatter_field_name_split(name)) 2697 items[1] = list(items[1]) 2723 self.assertEqual(list(o.__dict__), [name]) 2732 self.assertEqual(list(o.__dict__), [name, name2])
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/ |
H A D | drv_symc_v100.c | 43 symc_entry *entry_in; /* in node list */ 44 symc_entry *entry_out; /* out node list */ 56 CRYPTO_QUEUE_HEAD queue; /* queue list */ 65 /* dma memory of cipher node list. */ 209 /* initialize queue list. */ in drv_symc_register_interrupt() 321 symc_write(reg_chann_src_lst_saddr(chn), mmz_addr); /* node list must be mmz. */ in drv_symc_set_entry() 330 symc_write(reg_chann_dest_lst_saddr(chn), mmz_addr); /* node list must be mmz. */ in drv_symc_set_entry() 353 /* set total node list Num */ in drv_symc_set_entry() 354 hi_log_debug("set total node list Num\n"); in drv_symc_set_entry() 644 hi_log_info("symc entry list configur in drv_symc_enrty_init() 938 hi_u32 list; drv_symc_alloc_chn() local [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_drv.c | 179 list_add_tail(&sub_dev->list, &rockchip_drm_sub_dev_list); in rockchip_drm_register_sub_dev() 187 list_del(&sub_dev->list); in rockchip_drm_unregister_sub_dev() 198 list_for_each_entry(sub_dev, &rockchip_drm_sub_dev_list, list) in rockchip_drm_get_sub_dev() 217 list_for_each_entry(sub_dev, &rockchip_drm_sub_dev_list, list) in rockchip_drm_get_sub_dev_type()
|
/third_party/exfatprogs/fsck/ |
H A D | fsck.c | 1160 list_add_tail(&node->list, in read_children() 1261 list_add(&exfat->root->list, &exfat->dir_list); in exfat_filesystem_check() 1265 struct exfat_inode, list); in exfat_filesystem_check() 1283 list_del(&dir->list); in exfat_filesystem_check()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUResourceBundle.java | 549 * @return the list of available locales 558 * @return the list of available locales 566 * @return the list of available locales for the specified type 574 * @return the list of available locales 582 * @return the list of available locales 591 * @return the list of available locales 599 * @return the list of available locales 607 * @return the list of available locales 614 * Convert a list of ULocales to a list o [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | msgfmt.cpp | 97 0 /* empty string, used for default so that null can mark end of list */ 109 // NumberFormat modifier list, default, currency, percent or integer 131 // DateFormat modifier list, default, short, medium, long or full 1606 // (This is for the C API which needs the argTypes to read its va_arg list.) in cacheExplicitFormats() 1782 // Finds the string, s, in the string array, list. 1784 const UChar * const *list) in findKeyword() 1796 for (int32_t i = 0; list[i]; ++i) { in findKeyword() 1797 if (!buffer.compare(list[i], u_strlen(list[i]))) { in findKeyword() 1783 findKeyword(const UnicodeString& s, const UChar * const *list) findKeyword() argument
|
/third_party/jinja2/ |
H A D | compiler.py | 133 if type(value) in {tuple, list, set, frozenset}: 188 # is buffered this variable points to the name of the list used as 443 """Visit a list of nodes as block in a frame. If the current frame 635 # the argument list. However thankfully this was only really 638 # the argument list. 1039 elif isinstance(node.template.value, (tuple, list)): 1492 # body will be either a list of static data or a node to be 1514 if body and isinstance(body[-1], list): 1528 if isinstance(item, list):
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir.cpp | 901 * to the list in the ir_constant. in ir_constant() 1069 break; /* avoid downcasting a list sentinel */ in ir_constant() 2249 visit_exec_list(exec_list *list, ir_visitor *visitor) in visit_exec_list() argument 2251 foreach_in_list_safe(ir_instruction, node, list) { in visit_exec_list() 2287 reparent_ir(exec_list *list, void *mem_ctx) in reparent_ir() argument 2289 foreach_in_list(ir_instruction, node, list) { in reparent_ir()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | glx_api.c | 178 * configuration in our list of GLX visuals. 232 /* First check if a matching visual is already in the list */ in save_glx_visual() 255 /* Create a new visual and add it to the list. */ in save_glx_visual() 270 /* add xmvis to the list */ in save_glx_visual() 654 ext = dpy->ext_procs; /* new extension is at head of list */ in register_with_display() 718 * In either case, the attribute list is terminated with the value 'None'. 721 choose_visual( Display *dpy, int screen, const int *list, GLboolean fbConfig ) in choose_visual() argument 750 parselist = list; in choose_visual() 988 /* end of list */ in choose_visual() 1089 glXChooseVisual( Display *dpy, int screen, int *list ) in glXChooseVisual() [all...] |
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | gldrv.h | 34 void (APIENTRY *glNewList )( GLuint list, GLenum mode ); 36 void (APIENTRY *glCallList )( GLuint list ); 38 void (APIENTRY *glDeleteLists )( GLuint list, GLsizei range ); 321 GLboolean (APIENTRY *glIsList )( GLuint list );
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | compiler.py | 98 if type(value) in (tuple, list, set, frozenset): 155 # is buffered this variable points to the name of the list used as 375 """Visit a list of nodes as block in a frame. If the current frame 528 # the argument list. However thankfully this was only really 531 # the argument list. 929 elif isinstance(node.template.value, (tuple, list)): 1388 # body will be either a list of static data or a node to be 1410 if body and isinstance(body[-1], list): 1424 if isinstance(item, list):
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | msgfmt.cpp | 97 0 /* empty string, used for default so that null can mark end of list */ 109 // NumberFormat modifier list, default, currency, percent or integer 131 // DateFormat modifier list, default, short, medium, long or full 1607 // (This is for the C API which needs the argTypes to read its va_arg list.) in cacheExplicitFormats() 1783 // Finds the string, s, in the string array, list. 1785 const char16_t * const *list) in findKeyword() 1797 for (int32_t i = 0; list[i]; ++i) { in findKeyword() 1798 if (!buffer.compare(list[i], u_strlen(list[i]))) { in findKeyword() 1784 findKeyword(const UnicodeString& s, const char16_t * const *list) findKeyword() argument
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | Demo.java | 559 String[] list = {"Latin-ThaiLogical", "ThaiLogical-Latin", "Thai-ThaiLogical", "ThaiLogical-Thai"}; in printSources() 561 for (int i = 0; i < list.length; ++i) { in printSources() 562 Transliterator tr = Transliterator.getInstance(list[i]); in printSources() 564 System.out.println(list[i] + ": " + src.toPattern(true)); in printSources() 1289 * Get a sorted list of the system transliterators.
|
/third_party/node/deps/v8/src/objects/ |
H A D | feedback-vector.cc | 378 Handle<ArrayList> list = Handle<ArrayList>::cast( in AddToVectorsForProfilingTools() 380 list = ArrayList::Add(isolate, list, vector); in AddToVectorsForProfilingTools() 381 isolate->SetFeedbackVectorsForProfilingTools(*list); in AddToVectorsForProfilingTools()
|