| /src/games/random/ |
| random.c | 66 int ch, random_exit, selected, unbuffer_output; local 122 selected = (arc4random_uniform(denom) == 0); 124 if (selected) 132 selected = (arc4random_uniform(denom) == 0);
|
| /src/sys/net/agr/ |
| ieee8023ad_lacp_sm_mux.c | 57 enum lacp_selected selected = lp->lp_selected; local 68 if (selected != LACP_UNSELECTED) { 75 if (selected == LACP_SELECTED && la->la_pending == 0) { 77 } else if (selected == LACP_UNSELECTED) { 82 if (selected == LACP_SELECTED && p_sync) { 84 } else if (selected != LACP_SELECTED) { 89 if (selected == LACP_SELECTED && p_sync && p_collecting) { 91 } else if (selected != LACP_SELECTED || !p_sync) { 96 if (selected != LACP_SELECTED || !p_sync || !p_collecting) {
|
| /src/external/gpl3/binutils/dist/binutils/ |
| objdump.h | 29 /* TRUE if the option is selected. Automatically set and cleared by 31 unsigned int selected; member in struct:objdump_private_option 43 options whose SELECTED field is set. */
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| objdump.h | 29 /* TRUE if the option is selected. Automatically set and cleared by 31 unsigned int selected; member in struct:objdump_private_option 43 options whose SELECTED field is set. */
|
| /src/sys/arch/hppa/dev/ |
| sti_pci_machdep.c | 156 bus_addr_t selected, offs, suboffs; local 189 selected = (bus_addr_t)-1; 264 if (selected == (bus_addr_t)-1) 265 selected = offs; 270 if (selected == (bus_addr_t)-1) 271 selected = offs; 278 DPRINTF("%s\n", selected == offs ? " -> SELECTED" : ""); 281 if (selected == (bus_addr_t)-1) { 295 offs = selected [all...] |
| /src/sys/arch/arm/xscale/ |
| pxa2x0_i2s.c | 160 int selected = -1; local 164 selected = 0; 166 selected = n - 1; 168 for (i = 0; selected == -1 && i < n; i++) { 170 selected = i; 172 KASSERT(selected != -1); 174 sc->sc_sadiv = speed_table[selected].div;
|
| /src/sys/dev/pci/ |
| sti_pci.c | 146 bus_addr_t selected, offs, suboffs; local 179 selected = (bus_addr_t)-1; 254 if (selected == (bus_addr_t)-1) 255 selected = offs; 260 if (selected == (bus_addr_t)-1) 261 selected = offs; 270 DPRINTF(("%s\n", selected == offs ? " -> SELECTED" : "")); 273 if (selected == (bus_addr_t)-1) { 287 offs = selected [all...] |
| /src/bin/df/ |
| df.c | 72 static int selected(const char *, size_t); 241 (!selected(mntbuf[mntcount].f_fstypename, 306 selected(const char *type, size_t len) function 310 /* If no type specified, it's always selected. */ 378 if (!selected(mntbuf[i].f_fstypename,
|
| /src/common/lib/libc/gen/ |
| rpst.c | 273 struct rpst_node *selected; local 280 selected = NULL; 286 if (selected == NULL || (c != NULL && c->n_y < selected->n_y)) { 287 selected = c; 298 * A selected 302 *where = selected; 303 if (selected == NULL) { 307 * swap selected->n_children and cur->n_children. 309 memcpy(tmp, selected->n_children, sizeof(tmp)) [all...] |
| /src/sbin/fsck/ |
| fsck.c | 83 static int selected(const char *); 256 if (!selected(fs->fs_vfstype)) 404 selected(const char *type) function 408 /* If no type specified, it's always selected. */ 422 /* If no type specified, it's always selected. */
|
| /src/usr.sbin/sysinst/arch/mac68k/ |
| md.h | 85 int selected; /* current partition selection in mblk */ member in struct:__anon8571
|
| /src/external/bsd/ntp/dist/sntp/unity/ |
| unity_fixture.c | 51 static int selected(const char * filter, const char * name) function 60 return selected(UnityFixture.NameFilter, test); 65 return selected(UnityFixture.GroupFilter, group);
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| msggrep.c | 75 /* Selected source files. */ 78 /* Selected domain names. */ 424 /* Verify selected options. */ 536 A message is selected if it comes from one of the specified source files,\n\ 544 When more than one selection criterion is specified, the set of selected\n\ 545 messages is the union of the selected messages of each criterion.\n\ 689 /* Test whether one of mp->filepos[] is selected. */ 728 bool selected; local 747 selected = is_string_selected (3, total_comment, length); 751 if (selected) 763 bool selected; local [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| epiphany-desc.c | 1977 /* MAX_HW is only an upper bound on the number of selected entries. 1980 const CGEN_HW_ENTRY **selected = local 1985 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *)); 1990 selected[init[i].type] = &init[i]; 1991 cd->hw_table.entries = selected; 2011 /* MAX_OPERANDS is only an upper bound on the number of selected entries. 2014 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local 2018 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *)); 2023 selected[init[i].type] = &init[i] [all...] |
| fr30-desc.c | 1454 /* MAX_HW is only an upper bound on the number of selected entries. 1457 const CGEN_HW_ENTRY **selected = local 1462 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *)); 1467 selected[init[i].type] = &init[i]; 1468 cd->hw_table.entries = selected; 1488 /* MAX_OPERANDS is only an upper bound on the number of selected entries. 1491 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local 1495 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *)); 1500 selected[init[i].type] = &init[i] [all...] |
| ip2k-desc.c | 883 /* MAX_HW is only an upper bound on the number of selected entries. 886 const CGEN_HW_ENTRY **selected = local 891 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *)); 896 selected[init[i].type] = &init[i]; 897 cd->hw_table.entries = selected; 917 /* MAX_OPERANDS is only an upper bound on the number of selected entries. 920 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local 924 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *)); 929 selected[init[i].type] = &init[i] [all...] |
| iq2000-desc.c | 1888 /* MAX_HW is only an upper bound on the number of selected entries. 1891 const CGEN_HW_ENTRY **selected = local 1896 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *)); 1901 selected[init[i].type] = &init[i]; 1902 cd->hw_table.entries = selected; 1922 /* MAX_OPERANDS is only an upper bound on the number of selected entries. 1925 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local 1929 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *)); 1934 selected[init[i].type] = &init[i] [all...] |
| lm32-desc.c | 870 /* MAX_HW is only an upper bound on the number of selected entries. 873 const CGEN_HW_ENTRY **selected = local 878 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *)); 883 selected[init[i].type] = &init[i]; 884 cd->hw_table.entries = selected; 904 /* MAX_OPERANDS is only an upper bound on the number of selected entries. 907 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local 911 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *)); 916 selected[init[i].type] = &init[i] [all...] |
| m32r-desc.c | 1233 /* MAX_HW is only an upper bound on the number of selected entries. 1236 const CGEN_HW_ENTRY **selected = local 1241 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *)); 1246 selected[init[i].type] = &init[i]; 1247 cd->hw_table.entries = selected; 1267 /* MAX_OPERANDS is only an upper bound on the number of selected entries. 1270 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local 1274 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *)); 1279 selected[init[i].type] = &init[i] [all...] |
| mt-desc.c | 1014 /* MAX_HW is only an upper bound on the number of selected entries. 1017 const CGEN_HW_ENTRY **selected = local 1022 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *)); 1027 selected[init[i].type] = &init[i]; 1028 cd->hw_table.entries = selected; 1048 /* MAX_OPERANDS is only an upper bound on the number of selected entries. 1051 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local 1055 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *)); 1060 selected[init[i].type] = &init[i] [all...] |
| or1k-desc.c | 1910 /* MAX_HW is only an upper bound on the number of selected entries. 1913 const CGEN_HW_ENTRY **selected = local 1918 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *)); 1923 selected[init[i].type] = &init[i]; 1924 cd->hw_table.entries = selected; 1944 /* MAX_OPERANDS is only an upper bound on the number of selected entries. 1947 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local 1951 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *)); 1956 selected[init[i].type] = &init[i] [all...] |
| xstormy16-desc.c | 1185 /* MAX_HW is only an upper bound on the number of selected entries. 1188 const CGEN_HW_ENTRY **selected = local 1193 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *)); 1198 selected[init[i].type] = &init[i]; 1199 cd->hw_table.entries = selected; 1219 /* MAX_OPERANDS is only an upper bound on the number of selected entries. 1222 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local 1226 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *)); 1231 selected[init[i].type] = &init[i] [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| epiphany-desc.c | 1977 /* MAX_HW is only an upper bound on the number of selected entries. 1980 const CGEN_HW_ENTRY **selected = local 1985 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *)); 1990 selected[init[i].type] = &init[i]; 1991 cd->hw_table.entries = selected; 2011 /* MAX_OPERANDS is only an upper bound on the number of selected entries. 2014 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local 2018 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *)); 2023 selected[init[i].type] = &init[i] [all...] |
| fr30-desc.c | 1454 /* MAX_HW is only an upper bound on the number of selected entries. 1457 const CGEN_HW_ENTRY **selected = local 1462 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *)); 1467 selected[init[i].type] = &init[i]; 1468 cd->hw_table.entries = selected; 1488 /* MAX_OPERANDS is only an upper bound on the number of selected entries. 1491 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local 1495 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *)); 1500 selected[init[i].type] = &init[i] [all...] |
| ip2k-desc.c | 883 /* MAX_HW is only an upper bound on the number of selected entries. 886 const CGEN_HW_ENTRY **selected = local 891 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *)); 896 selected[init[i].type] = &init[i]; 897 cd->hw_table.entries = selected; 917 /* MAX_OPERANDS is only an upper bound on the number of selected entries. 920 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local 924 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *)); 929 selected[init[i].type] = &init[i] [all...] |