| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/ |
| hw_ddc.h | 37 const struct ddc_sh_mask *masks; member in struct:hw_ddc
|
| hw_generic.h | 38 const struct generic_sh_mask *masks; member in struct:hw_generic
|
| hw_hpd.h | 37 const struct hpd_sh_mask *masks; member in struct:hw_hpd
|
| /src/external/bsd/openldap/dist/libraries/liblunicode/ure/ |
| urestubs.c | 72 } masks[32] = { variable in typeref:struct:ucmaskmap 126 mask1 |= masks[i].mask1; 127 mask2 |= masks[i].mask2;
|
| /src/external/bsd/pdisk/dist/ |
| bitfield.c | 47 const uint32_t masks[] = { variable 84 m = masks[length]; 100 m = masks[length];
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
| dcn10_cm_common.h | 73 struct xfer_func_mask masks; member in struct:xfer_func_reg 88 struct cm_color_matrix_mask masks; member in struct:color_matrices_reg
|
| dcn10_hubbub.h | 299 const struct dcn_hubbub_mask *masks; member in struct:dcn10_hubbub
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
| dcn20_hubbub.h | 82 const struct dcn_hubbub_mask *masks; member in struct:dcn20_hubbub
|
| dcn20_vmid.h | 87 const struct dcn20_vmid_mask *masks; member in struct:dcn20_vmid
|
| /src/sys/arch/xen/x86/ |
| xen_ipi.c | 155 uint32_t masks = XEN_IPI_GENERIC | XEN_IPI_HVCB | XEN_IPI_XCALL | local 159 if (ipimask & ~masks) {
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/ |
| dce_audio.h | 130 const struct dce_audio_mask *masks; member in struct:dce_audio 138 const struct dce_audio_mask *masks);
|
| dce_mem_input.h | 337 const struct dce_mem_input_mask *masks; member in struct:dce_mem_input
|
| /src/sys/arch/dreamcast/dreamcast/ |
| sysasic.c | 209 volatile uint32_t *masks, *stats; local 224 masks = (volatile uint32_t *) SYSASIC_INTR_EN(syh->syh_idx); 237 masks[evmap] = syh->syh_events[evmap]; 240 masks[evmap] = syh->syh_events[evmap] & ~evbit;
|
| /src/sys/dev/microcode/aic7xxx/ |
| aicasm_symbol.c | 469 symlist_t masks; local 485 SLIST_INIT(&masks); 505 symlist_add(&masks, cursym, SYMLIST_SORT); 566 /* Fold in the masks and bits */ 567 while (SLIST_FIRST(&masks) != NULL) { 570 curnode = SLIST_FIRST(&masks); 571 SLIST_REMOVE_HEAD(&masks, links);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
| hw_sequencer_private.h | 151 const struct dce_hwseq_mask *masks; member in struct:dce_hwseq
|
| /src/sys/external/bsd/drm2/dist/drm/via/ |
| via_irq.c | 224 maskarray_t *masks; local 247 masks = dev_priv->irq_masks; 252 if (masks[real_irq][2] && !force_sequence) { 255 ((via_read(dev_priv, masks[irq][2]) & masks[irq][3]) == 256 masks[irq][4])); 266 if (masks[real_irq][2] && !force_sequence) { 268 ((via_read(dev_priv, masks[irq][2]) & masks[irq][3]) == 269 masks[irq][4])) [all...] |
| /src/sys/external/bsd/ipf/netinet/ |
| radix_ipf.h | 28 struct ipf_rdx_mask *masks; member in struct:ipf_rdx_node
|
| /src/external/bsd/ipf/dist/ |
| radix_ipf.h | 28 struct ipf_rdx_mask *masks; member in struct:ipf_rdx_node
|
| /src/external/bsd/unbound/dist/validator/ |
| val_nsec.c | 65 uint8_t masks[8] = {0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01}; local 85 return (int)(bitmap[mybyte] & masks[type_low&0x7]);
|
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| read.c | 369 static const uchar masks[6] = { 0x7F, 0x1F, 0x0F, 0x07, 0x02, 0x01 }; local 392 if ((c & ~masks[nb-1]) == patns[nb-1]) 397 c = (c & masks[nb-1]);
|
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| read.c | 356 static const uchar masks[6] = { 0x7F, 0x1F, 0x0F, 0x07, 0x02, 0x01 }; local 379 if ((c & ~masks[nb-1]) == patns[nb-1]) 384 c = (c & masks[nb-1]);
|
| /src/sys/arch/amiga/dev/ |
| aucc.c | 433 static int masks[4] = {1,3,7,15}; /* masks for n first channels */ variable 453 mask &= masks[sc->sc_channels - 1];
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| controls.c | 502 * Return a list of OIDs and operation masks for supported 511 slap_mask_t *masks; local 530 masks = (slap_mask_t *)SLAP_MALLOC( (n + 1) * sizeof(slap_mask_t) ); 531 if ( masks == NULL ) { 540 masks[n] = sc->sc_mask; 544 masks[n] = 0; 547 *ctrlmasks = masks;
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| charset.cc | 171 static const uchar masks[6] = { 0x7F, 0x1F, 0x0F, 0x07, 0x03, 0x01 }; local 193 if ((c & ~masks[nbytes-1]) == patns[nbytes-1]) 201 c = (c & masks[nbytes-1]); 230 static const uchar masks[6] = { 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC }; local 248 *--p = (c | masks[nbytes-1]);
|
| /src/sys/dev/marvell/ |
| if_gfe.c | 998 uint32_t masks[(GE_RXDESC_MAX + 31) / 32]; local 1011 memset(masks, 0, sizeof(masks)); 1019 masks[idx/32] |= 1 << (idx & 31); 1027 rxq->rxq_cmdsts, masks[0], masks[1]);
|