| /src/crypto/external/cpl/trousers/dist/src/include/ |
| tcsem.h | 30 struct event_wrapper **lists; member in struct:event_log
|
| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| command-def-selftests.c | 137 static std::map<cmd_list_element **, const char *> lists; variable 139 /* Store each command list in lists, associated with the prefix to reach it. A 151 auto dupl = lists.find (list); 152 if (dupl != lists.end ()) 164 lists.insert ({list, prefix}); 213 lists.clear ();
|
| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| command-def-selftests.c | 129 static std::map<cmd_list_element **, const char *> lists; variable 131 /* Store each command list in lists, associated with the prefix to reach it. A 143 auto dupl = lists.find (list); 144 if (dupl != lists.end ()) 156 lists.insert ({list, prefix}); 205 lists.clear ();
|
| /src/external/bsd/pcc/dist/pcc/driver/ |
| path.c | 47 struct strlist *lists[] = { &crtdirs, &sysincdirs, &incdirs, local 54 assert(sizeof(lists) / sizeof(lists[0]) == 57 for (i = 0; lists[i] != NULL; ++i) { 58 STRLIST_FOREACH(s, lists[i]) {
|
| /src/sys/net/ |
| pfil.c | 64 pfil_list_t *active; /* lists[0] or lists[1] */ 65 pfil_list_t lists[2]; member in struct:__anon7085 107 pflistset->active = &pflistset->lists[0]; 200 if (phlistset->active == &phlistset->lists[0]) { 201 oldlist = &phlistset->lists[0]; 202 newlist = &phlistset->lists[1]; 204 oldlist = &phlistset->lists[1]; 205 newlist = &phlistset->lists[0]; 324 if (phlistset->active == &phlistset->lists[0]) [all...] |
| if_l2tp.c | 108 struct pslist_head *lists; member in struct:__anon7015 111 .lists = NULL, 1123 l2tp_hash.lists = hashinit(L2TP_ID_HASH_SIZE, HASH_PSLIST, true, 1135 if (PSLIST_WRITER_FIRST(&l2tp_hash.lists[i], struct l2tp_softc, 1142 PSLIST_DESTROY(&l2tp_hash.lists[i]); 1146 hashdone(l2tp_hash.lists, HASH_PSLIST, l2tp_hash.mask); 1187 PSLIST_WRITER_INSERT_HEAD(&l2tp_hash.lists[idx], sc, l2tp_hash); 1232 PSLIST_READER_FOREACH(sc, &l2tp_hash.lists[idx], struct l2tp_softc,
|
| if_vlan.c | 229 struct pslist_head *lists; member in struct:__anon7031 232 .lists = NULL, 526 PSLIST_WRITER_INSERT_HEAD(&ifv_hash.lists[idx], ifv, ifv_hash); 685 ifv_hash.lists = hashinit(VLAN_TAG_HASH_SIZE, HASH_PSLIST, true, 697 if (PSLIST_WRITER_FIRST(&ifv_hash.lists[i], struct ifvlan, 705 PSLIST_DESTROY(&ifv_hash.lists[i]); 709 hashdone(ifv_hash.lists, HASH_PSLIST, ifv_hash.mask); 711 ifv_hash.lists = NULL; 764 PSLIST_READER_FOREACH(sc, &ifv_hash.lists[idx], struct ifvlan,
|
| /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/ |
| output_test_helper.cc | 30 static TestCaseList lists[TC_NumID]; local 31 return lists[ID];
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| selftest_workarounds.c | 66 reference_lists_init(struct intel_gt *gt, struct wa_lists *lists) 71 memset(lists, 0, sizeof(*lists)); 73 wa_init_start(&lists->gt_wa_list, "GT_REF", "global"); 74 gt_init_workarounds(gt->i915, &lists->gt_wa_list); 75 wa_init_finish(&lists->gt_wa_list); 78 struct i915_wa_list *wal = &lists->engine[id].wa_list; 85 &lists->engine[id].ctx_wa_list, 91 reference_lists_fini(struct intel_gt *gt, struct wa_lists *lists) 97 intel_wa_list_free(&lists->engine[id].wa_list) 1139 struct wa_lists lists; local 1186 struct wa_lists lists; local [all...] |
| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/ |
| output_test_helper.cc | 34 static TestCaseList lists[TC_NumID]; local 35 return lists[ID];
|
| /src/external/bsd/pcc/dist/pcc/cc/driver/ |
| driver.c | 141 struct strlist *lists[] = { &crtdirs, &sysincdirs, &incdirs, local 148 assert(sizeof(lists) / sizeof(lists[0]) == 151 for (i = 0; lists[i] != NULL; ++i) { 152 STRLIST_FOREACH(s, lists[i]) {
|
| /src/external/gpl2/groff/dist/src/libs/libbib/ |
| index.cpp | 65 int *lists; member in class:index_search_item 214 lists = (int *)(tags + header.tags_size); 215 table = (int *)(lists + header.lists_size); 227 if (lists[header.lists_size - 1] >= 0) 235 for (int *ptr = lists + li; *ptr >= 0; ptr++) { 499 return li < 0 ? &minus_one : lists + li;
|
| /src/sbin/ifconfig/ |
| ieee80211.c | 133 static struct pkw lists = PKW_INITIALIZER(&lists, "ieee80211 lists", NULL, variable in typeref:struct:pkw 148 , {.k_word = "list", .k_nextparser = &lists.pk_parser}
|
| /src/sys/kern/ |
| vfs_vnode.c | 197 * There are three lru lists: one holds vnodes waiting for async release, 199 * which do (i.e. v_holdcnt is non-zero). We put the lists into a single, 640 * One pass through the LRU lists to keep the number of allocated 646 int ix, lists[] = { LRU_FREE, LRU_HOLD }; local 654 for (ix = 0; ix < __arraycount(lists); ix++) { 655 for (vip = lru_iter_first(lists[ix], &iter); vip != NULL;
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/ |
| log.c | 1112 void *lists; local 1125 lists = isc_mem_get(lctx->mctx, bytes); 1127 if (lists == NULL) 1130 memset(lists, 0, bytes); 1135 memcpy(lists, lcfg->channellists, bytes); 1139 lcfg->channellists = lists;
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| msgmerge.c | 613 /* A list of message lists. The first comes from def.po, the other ones 616 message_list_list_ty *lists; member in struct:definitions_ty 630 definitions->lists = message_list_list_alloc (); 631 message_list_list_append (definitions->lists, NULL); 633 message_list_list_append_list (definitions->lists, compendiums); 648 /* Combine all the compendium message lists into a single one. Don't 674 return definitions->lists->item[0]; 681 definitions->lists->item[0] = mlp; 689 return message_list_list_search (definitions->lists, msgctxt, msgid); 725 message_list_list_free (definitions->lists, 2) [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| log.c | 986 void *lists; local 1000 lists = isc_mem_get(lctx->mctx, bytes); 1002 memset(lists, 0, bytes); 1007 memmove(lists, lcfg->channellists, bytes); 1011 lcfg->channellists = lists;
|
| /src/external/bsd/pcc/dist/pcc/cc/cc/ |
| cc.c | 1538 struct strlist *lists[] = { &crtdirs, &sysincdirs, &incdirs, local 1545 assert(sizeof(lists) / sizeof(lists[0]) == 1548 for (i = 0; lists[i] != NULL; ++i) { 1549 STRLIST_FOREACH(s, lists[i]) {
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| gp-display-text.cc | 1593 char **lists[]) 1604 size_t len = strlen (lists[i][j]); 1634 // write lists 1638 fprintf (out_file, fmt[i], lists[i][j]); 1649 char **lists[MAX_NUM_HEADER]; local 1661 lists[0] = new char*[size]; 1662 lists[1] = new char*[size]; 1663 lists[2] = new char*[size]; 1664 lists[3] = new char*[size]; 1667 lists[0][index] = dbe_sprintf (NTXT ("%d"), index + 1) 1739 char **lists[MAX_NUM_HEADER]; local 1807 char **lists[MAX_NUM_HEADER]; local 1863 char **lists[MAX_NUM_HEADER]; local [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| gp-display-text.cc | 1593 char **lists[]) 1604 size_t len = strlen (lists[i][j]); 1634 // write lists 1638 fprintf (out_file, fmt[i], lists[i][j]); 1649 char **lists[MAX_NUM_HEADER]; local 1661 lists[0] = new char*[size]; 1662 lists[1] = new char*[size]; 1663 lists[2] = new char*[size]; 1664 lists[3] = new char*[size]; 1667 lists[0][index] = dbe_sprintf (NTXT ("%d"), index + 1) 1739 char **lists[MAX_NUM_HEADER]; local 1807 char **lists[MAX_NUM_HEADER]; local 1863 char **lists[MAX_NUM_HEADER]; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| gfortran.h | 1200 /* Formal argument lists are lists of symbols. */ 1217 for type parameter specification lists. */ 1556 gfc_omp_namelist *lists[OMP_LIST_NUM]; member in struct:gfc_omp_clauses 1763 /* gfc_interface()-- Interfaces are lists of symbols strung together. */ 2047 /* Lists of rename info for the USE statement. */ 2398 /* Structures representing intrinsic symbols and their arguments lists. */ 2439 argument lists of intrinsic functions. fX with X an integer refer 2698 /* Used to store PDT expression lists associated with expressions. */ 2812 lists of CASEs at the same time. The singe linked list along the NEX [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| gfortran.h | 1190 /* Formal argument lists are lists of symbols. */ 1207 for type parameter specification lists. */ 1504 gfc_omp_namelist *lists[OMP_LIST_NUM]; member in struct:gfc_omp_clauses 1716 /* gfc_interface()-- Interfaces are lists of symbols strung together. */ 1968 /* Lists of rename info for the USE statement. */ 2308 /* Structures representing intrinsic symbols and their arguments lists. */ 2349 argument lists of intrinsic functions. fX with X an integer refer 2608 /* Used to store PDT expression lists associated with expressions. */ 2719 lists of CASEs at the same time. The singe linked list along the NEX [all...] |