Searched refs:uint32_t (Results 126 - 150 of 10153) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBLineNumber.h20 virtual uint32_t getLineNumber() const = 0;
21 virtual uint32_t getLineNumberEnd() const = 0;
22 virtual uint32_t getColumnNumber() const = 0;
23 virtual uint32_t getColumnNumberEnd() const = 0;
24 virtual uint32_t getAddressSection() const = 0;
25 virtual uint32_t getAddressOffset() const = 0;
26 virtual uint32_t getRelativeVirtualAddress() const = 0;
28 virtual uint32_t getLength() const = 0;
29 virtual uint32_t getSourceFileId() const = 0;
30 virtual uint32_t getCompilandI
[all...]
/netbsd-current/sys/dev/ic/
H A Drndisreg.h107 uint32_t rm_type;
108 uint32_t rm_len;
118 uint32_t rm_type;
119 uint32_t rm_len;
120 uint32_t rm_dataoffset;
121 uint32_t rm_datalen;
122 uint32_t rm_oobdataoffset;
123 uint32_t rm_oobdatalen;
124 uint32_t rm_oobdataelements;
125 uint32_t rm_pktinfooffse
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Dsmu8_hwmgr.h47 uint32_t soft_min_clk;
48 uint32_t hard_min_clk;
49 uint32_t soft_max_clk;
50 uint32_t hard_max_clk;
54 uint32_t bootup_uma_clock;
55 uint32_t bootup_engine_clock;
56 uint32_t dentist_vco_freq;
57 uint32_t nb_dpm_enable;
58 uint32_t nbp_memory_clock[SMU8_NUM_NBPMEMORYCLOCK];
59 uint32_t nbp_n_cloc
[all...]
H A Dsmu7_hwmgr.h49 uint32_t offset;
50 uint32_t mask;
51 uint32_t shift;
52 uint32_t value;
57 uint32_t memory_clock;
58 uint32_t engine_clock;
70 uint32_t vclk;
71 uint32_t dclk;
75 uint32_t evclk;
76 uint32_t eccl
[all...]
/netbsd-current/external/bsd/unbound/dist/util/
H A Drfc_1982.c45 compare_1982(uint32_t a, uint32_t b)
48 const uint32_t cutoff = ((uint32_t) 1 << (32 - 1));
59 uint32_t
60 subtract_1982(uint32_t a, uint32_t b)
63 const uint32_t cutoff = ((uint32_t) 1 << (32 - 1));
71 return ((uint32_t)
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeLineNumber.h23 uint32_t ColumnNumber, uint32_t Length,
24 uint32_t Section, uint32_t Offset,
25 uint32_t SrcFileId, uint32_t CompilandId);
27 uint32_t getLineNumber() const override;
28 uint32_t getLineNumberEnd() const override;
29 uint32_t getColumnNumber() const override;
30 uint32_t getColumnNumberEn
[all...]
/netbsd-current/usr.sbin/fstyp/
H A Dhfsplus.c46 typedef uint32_t hfsp_cat_nodeid;
49 uint32_t ex_startBlock;
50 uint32_t ex_blockCount;
55 uint32_t fd_clumpSz;
56 uint32_t fd_totalBlocks;
63 uint32_t hp_attributes;
64 uint32_t hp_lastMounted;
65 uint32_t hp_journalInfoBlock;
68 uint32_t hp_create;
69 uint32_t hp_modif
[all...]
/netbsd-current/external/bsd/iscsi/dist/include/
H A Dosd_ops.h60 int osd_create_group(void *, int (*)(void *, osd_args_t *, OSD_OPS_MEM *), uint32_t *);
61 int osd_remove_group(void *, uint32_t , int (*)(void *, osd_args_t *, OSD_OPS_MEM *));
62 int osd_create(void *, uint32_t , int (*)(void *, osd_args_t *, OSD_OPS_MEM *), uint64_t *);
63 int osd_remove(void *, uint32_t , uint64_t , int (*)(void *, osd_args_t *, OSD_OPS_MEM *));
64 int osd_write(void *, uint32_t , uint64_t , uint64_t , uint64_t , const void *, int , int (*)(void *, osd_args_t *, OSD_OPS_MEM *));
65 int osd_read(void *, uint32_t , uint64_t , uint64_t , uint64_t , void *, int , int (*)(void *, osd_args_t *, OSD_OPS_MEM *));
66 int osd_set_one_attr(void *, uint32_t , uint64_t , uint32_t , uint32_t , uint32_t , voi
[all...]
/netbsd-current/sys/dev/acpi/
H A Dacpi_srat.h35 typedef uint32_t acpisrat_nodeid_t;
39 uint32_t apicid;
40 uint32_t sapiceid;
41 uint32_t flags;
48 uint32_t clockdomain;
55 uint32_t flags;
60 uint32_t ncpus; /* Number of cpus in this node */
62 uint32_t nmems; /* Number of memory ranges in this node */
72 uint32_t acpisrat_nodes(void);
73 uint32_t acpisrat_node_cpu
[all...]
H A Dapei_interp.h42 bool (*)(struct acpi_whea_header *, uint32_t, uint32_t),
44 uint32_t *, uint32_t));
47 void apei_interp_pass1_load(struct apei_interp *, uint32_t,
49 void apei_interp_pass2_verify(struct apei_interp *, uint32_t,
52 void apei_interp_pass4_assemble(struct apei_interp *, uint32_t,
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gfx_v9.h27 void kgd_gfx_v9_program_sh_mem_settings(struct kgd_dev *kgd, uint32_t vmid,
28 uint32_t sh_mem_config,
29 uint32_t sh_mem_ape1_base, uint32_t sh_mem_ape1_limit,
30 uint32_t sh_mem_bases);
33 int kgd_gfx_v9_init_interrupts(struct kgd_dev *kgd, uint32_t pipe_id);
34 int kgd_gfx_v9_hqd_load(struct kgd_dev *kgd, void *mqd, uint32_t pipe_id,
35 uint32_t queue_id, uint32_t __user *wptr,
36 uint32_t wptr_shif
[all...]
/netbsd-current/lib/libintl/
H A Dlibintl_local.h43 uint32_t mo_magic; /* determines endian */
44 uint32_t mo_revision; /* file format revision: 0 */
45 uint32_t mo_nstring; /* N: number of strings */
46 uint32_t mo_otable; /* O: original text table offset */
47 uint32_t mo_ttable; /* T: translated text table offset */
48 uint32_t mo_hsize; /* S: size of hashing table */
49 uint32_t mo_hoffset; /* H: offset of hashing table */
52 uint32_t mo_sysdep_nsegs; /* number of sysdep segments */
53 uint32_t mo_sysdep_segoff; /* offset of sysdep segment table */
54 uint32_t mo_sysdep_nstrin
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/include/
H A Di2caux_interface.h46 uint32_t address;
47 uint32_t length;
57 uint32_t defer_delay;
66 uint32_t defer_delay;
69 uint32_t max_defer_write_retry;
76 uint32_t ALLOW_AUX_WHEN_HPD_LOW:1;
78 uint32_t raw;
/netbsd-current/sys/sys/
H A Drndio.h47 uint32_t entropy;
48 uint8_t data[RND_SAVEWORDS * sizeof(uint32_t)];
54 uint32_t poolsize;
55 uint32_t threshold;
56 uint32_t maxentropy;
58 uint32_t added;
59 uint32_t curentropy;
60 uint32_t removed;
61 uint32_t discarded;
62 uint32_t generate
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libhsail-rt/rt/
H A Dmultimedia.c30 uint32_t
31 __hsail_bitalign (uint64_t lower, uint64_t upper, uint32_t shift_amount)
38 uint32_t
39 __hsail_bytealign (uint64_t lower, uint64_t upper, uint32_t shift_amount)
46 uint32_t
47 __hsail_lerp (uint32_t a, uint32_t b, uint32_t c)
49 uint32_t e3
53 uint32_t e
[all...]
/netbsd-current/lib/libukfs/
H A Dukfs_int_disklabel.h49 #define UKFS_DISKMAGIC ((uint32_t)0x82564557) /* The disk magic number */
52 uint32_t d_magic; /* the magic number */
77 uint32_t d_secsize; /* # of bytes per sector */
78 uint32_t d_nsectors; /* # of data sectors per track */
79 uint32_t d_ntracks; /* # of tracks per cylinder */
80 uint32_t d_ncylinders; /* # of data cylinders per unit */
81 uint32_t d_secpercyl; /* # of data sectors per cylinder */
82 uint32_t d_secperunit; /* # of data sectors per unit */
96 uint32_t d_acylinders; /* # of alt. cylinders per unit */
119 uint32_t d_headswitc
[all...]
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dxmss_hash_address.c14 void setLayerADRS(uint32_t adrs[8], uint32_t layer){
18 void setTreeADRS(uint32_t adrs[8], uint64_t tree){
19 adrs[1] = (uint32_t) (tree >> 32);
20 adrs[2] = (uint32_t) tree;
23 void setType(uint32_t adrs[8], uint32_t type){
31 void setKeyAndMask(uint32_t adrs[8], uint32_t keyAndMask){
37 void setOTSADRS(uint32_t adr
[all...]
/netbsd-current/sys/dev/iscsi/
H A Discsi_pdu.h123 uint32_t ExpectedDataTransferLength;
124 uint32_t CmdSN;
125 uint32_t ExpStatSN;
133 uint32_t SNACKTag;
134 uint32_t StatSN;
135 uint32_t ExpCmdSN;
136 uint32_t MaxCmdSN;
137 uint32_t ExpDataSN;
138 uint32_t ReadResidualCount;
139 uint32_t ResidualCoun
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
H A Dclk_mgr.h85 uint32_t dcfclk;
86 uint32_t dcf_deep_sleep_divider;
87 uint32_t dcf_deep_sleep_allow;
88 uint32_t dprefclk;
89 uint32_t dispclk;
90 uint32_t dppclk;
92 uint32_t dppclk_bypass;
93 uint32_t dcfclk_bypass;
94 uint32_t dprefclk_bypass;
95 uint32_t dispclk_bypas
[all...]
/netbsd-current/sys/external/bsd/drm/dist/shared-core/
H A Ddrm_mode.h86 uint32_t clock;
90 uint32_t vrefresh; /* vertical refresh * 1000 */
92 uint32_t flags;
93 uint32_t type;
102 uint32_t count_fbs;
103 uint32_t count_crtcs;
104 uint32_t count_connectors;
105 uint32_t count_encoders;
106 uint32_t min_width, max_width;
107 uint32_t min_heigh
[all...]
/netbsd-current/sys/arch/amd64/include/
H A Dnetbsd32_machdep.h30 #define NETBSD32_POINTER_TYPE uint32_t
39 uint32_t sc_gs;
40 uint32_t sc_fs;
41 uint32_t sc_es;
42 uint32_t sc_ds;
43 uint32_t sc_edi;
44 uint32_t sc_esi;
45 uint32_t sc_ebp;
46 uint32_t sc_ebx;
47 uint32_t sc_ed
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_dsc.h37 uint32_t min_kbps; /* Bandwidth if min_target_bpp_x16 is used */
38 uint32_t min_target_bpp_x16;
39 uint32_t max_kbps; /* Bandwidth if max_target_bpp_x16 is used */
40 uint32_t max_target_bpp_x16;
41 uint32_t stream_kbps; /* Uncompressed stream bandwidth */
54 uint32_t max_target_bpp;
55 uint32_t min_target_bpp;
65 const uint32_t dsc_min_slice_height_override,
66 const uint32_t min_bpp,
67 const uint32_t max_bp
[all...]
/netbsd-current/external/public-domain/xz/dist/src/liblzma/lz/
H A Dlz_encoder_hash.h20 extern const uint32_t lzma_lz_hash_table[256];
42 const uint32_t hash_value = *(const uint16_t *)(cur)
45 const uint32_t hash_value \
46 = (uint32_t)(cur[0]) | ((uint32_t)(cur[1]) << 8)
50 const uint32_t temp = hash_table[cur[0]] ^ cur[1]; \
51 const uint32_t hash_2_value = temp & HASH_2_MASK; \
52 const uint32_t hash_value \
53 = (temp ^ ((uint32_t)(cur[2]) << 8)) & mf->hash_mask
56 const uint32_t tem
[all...]
/netbsd-current/sys/arch/xen/include/
H A Dxenio_gntdev.h40 uint32_t domid;
42 uint32_t ref;
55 uint32_t count;
56 uint32_t pad;
77 uint32_t count;
78 uint32_t pad;
103 uint32_t count;
104 uint32_t pad;
118 uint32_t count;
/netbsd-current/sys/arch/x68k/stand/xxboot/
H A Dxxboot.h31 extern int raw_read(uint32_t, uint32_t, void *);
34 extern uint32_t BOOT_INFO; /* result of IOCS(__BOOTINF) */
35 extern uint32_t SCSI_ID; /* target SCSI ID */
36 extern uint32_t SCSI_PARTTOP; /* top sector # of this partition */
37 extern uint32_t SCSI_BLKLEN; /* sector length index */
39 uint32_t total_blocks;
40 uint32_t blocksize;
64 extern uint32_t startregs[16];

Completed in 372 milliseconds

1234567891011>>