Searched refs:uint32_t (Results 26 - 50 of 10147) sorted by relevance

1234567891011>>

/netbsd-current/sys/netcan/
H A Dcan_link.h41 uint32_t cltc_prop_min; /* prop seg, in tq */
42 uint32_t cltc_prop_max;
43 uint32_t cltc_ps1_min; /* phase1 seg, in tq */
44 uint32_t cltc_ps1_max;
45 uint32_t cltc_ps2_min; /* phase 2 seg, in tq */
46 uint32_t cltc_ps2_max;
47 uint32_t cltc_sjw_max; /* Synchronisation Jump Width */
48 uint32_t cltc_brp_min; /* bit-rate prescaler */
49 uint32_t cltc_brp_max;
50 uint32_t cltc_brp_in
[all...]
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dxmss_hash_address.h12 void setLayerADRS(uint32_t adrs[8], uint32_t layer);
14 void setTreeADRS(uint32_t adrs[8], uint64_t tree);
16 void setType(uint32_t adrs[8], uint32_t type);
18 void setKeyAndMask(uint32_t adrs[8], uint32_t keyAndMask);
22 void setOTSADRS(uint32_t adrs[8], uint32_t ots);
24 void setChainADRS(uint32_t adr
[all...]
/netbsd-current/external/bsd/unbound/dist/util/storage/
H A Dlookup3.h48 * @param k: the key, an array of uint32_t values
53 uint32_t hashword(const uint32_t *k, size_t length, uint32_t initval);
62 uint32_t hashlittle(const void *k, size_t length, uint32_t initval);
69 void hash_set_raninit(uint32_t v);
/netbsd-current/external/bsd/nsd/dist/
H A Dlookup3.h48 * @param k: the key, an array of uint32_t values
53 uint32_t hashword(const uint32_t *k, size_t length, uint32_t initval);
62 uint32_t hashlittle(const void *k, size_t length, uint32_t initval);
69 void hash_set_raninit(uint32_t v);
/netbsd-current/sys/arch/mips/include/
H A Dkcore.h40 uint32_t sysmapsize; /* size of Sysmap */
41 uint32_t archlevel; /* MIPS architecture level */
42 uint32_t pg_shift; /* PTE page frame num shift */
43 uint32_t pg_frame; /* PTE page frame num mask */
44 uint32_t pg_v; /* PTE valid bit */
45 uint32_t nmemsegs; /* Number of RAM segments */
/netbsd-current/sys/sys/
H A Ddisklabel_rdb.h42 #define RDBNULL ((uint32_t)0xffffffff)
50 uint32_t id; /* 'RDSK' */
51 uint32_t nsumlong; /* number of long words in check sum */
52 uint32_t chksum; /* simple additive with wrap checksum */
53 uint32_t hostid; /* scsi target of host */
54 uint32_t nbytes; /* size of disk blocks */
55 uint32_t flags;
56 uint32_t badbhead; /* linked list of badblocks */
57 uint32_t partbhead; /* linked list of partblocks */
58 uint32_t fsbhea
[all...]
/netbsd-current/sys/arch/sgimips/include/
H A Dsysconf.h78 void (*intr0)(vaddr_t, uint32_t, uint32_t);
79 void (*intr1)(vaddr_t, uint32_t, uint32_t);
80 void (*intr2)(vaddr_t, uint32_t, uint32_t);
81 void (*intr3)(vaddr_t, uint32_t, uint32_t);
82 void (*intr4)(vaddr_t, uint32_t, uint32_t);
[all...]
/netbsd-current/sys/arch/arc/dti/
H A Dbtlvar.h36 uint32_t (*bc_kvtophys)(uint32_t);
37 uint32_t (*bc_phystokv)(uint32_t);
/netbsd-current/sys/arch/powerpc/ibm4xx/dev/
H A Dmalvar.h31 int mal_start(int, uint32_t, uint32_t);
/netbsd-current/sys/dev/acpi/
H A Dacpi_slit.h49 uint32_t acpislit_cpus(void);
52 uint32_t acpislit_distance(uint32_t, uint32_t);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/remarks-shlib/
H A Dlibremarks.cpp15 extern uint32_t LLVMRemarkVersion(void) {
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/
H A Dsparccap.c4 uint32_t OPENSSL_rdtsc(void)
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc/
H A Dsparccap.c4 uint32_t OPENSSL_rdtsc(void)
/netbsd-current/sys/arch/i386/stand/efiboot/
H A Deficpufunc.h37 uint8_t inb(uint32_t);
38 void outb(uint32_t, uint8_t);
/netbsd-current/usr.bin/mkubootimage/
H A Dcrc32.h27 uint32_t crc32(const void *, size_t);
28 uint32_t crc32v(const struct iovec *, int);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTF.h54 enum : uint32_t { MAGIC = 0xeB9F, VERSION = 1 };
79 uint32_t HdrLen; ///< Length of this header
82 uint32_t TypeOff; ///< Offset of type section
83 uint32_t TypeLen; ///< Length of type section
84 uint32_t StrOff; ///< Offset of string section
85 uint32_t StrLen; ///< Length of string section
88 enum : uint32_t {
101 uint32_t NameOff;
110 uint32_t Info;
119 uint32_t Siz
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/include/
H A Dgrph_object_ctrl_defs.h69 uint32_t enum_id:16; /* 1 based enum */
75 uint32_t clk_mask_register_index;
76 uint32_t clk_en_register_index;
77 uint32_t clk_y_register_index;
78 uint32_t clk_a_register_index;
79 uint32_t data_mask_register_index;
80 uint32_t data_en_register_index;
81 uint32_t data_y_register_index;
82 uint32_t data_a_register_index;
84 uint32_t clk_mask_shif
[all...]
/netbsd-current/sys/arch/ews4800mips/include/
H A Dpdinfo.h42 uint32_t cylinders_per_drive; /* 24 */
43 uint32_t tracks_per_cylinder; /* 28 */
44 uint32_t sectors_per_track; /* 32 */
45 uint32_t bytes_per_sector; /* 36 */
50 uint32_t errorlog_sector; /* 44 */
51 uint32_t errorlog_size_byte; /* 48 */
52 uint32_t mfg_sector; /* 52 */
53 uint32_t mfg_size_byte; /* 56 */
54 uint32_t defect_sector; /* 60 */
55 uint32_t defect_size_byt
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.h27 uint32_t VGPRBlocks = 0;
28 uint32_t SGPRBlocks = 0;
29 uint32_t Priority = 0;
30 uint32_t FloatMode = 0;
31 uint32_t Priv = 0;
32 uint32_t DX10Clamp = 0;
33 uint32_t DebugMode = 0;
34 uint32_t IEEEMode = 0;
35 uint32_t WgpMode = 0; // GFX10+
36 uint32_t MemOrdere
[all...]
/netbsd-current/lib/libc/citrus/
H A Dcitrus_db_file.h70 uint32_t dhx_num_entries;
71 uint32_t dhx_entry_offset;
75 uint32_t dex_hash_value;
76 uint32_t dex_next_offset;
77 uint32_t dex_key_offset;
78 uint32_t dex_key_size;
79 uint32_t dex_data_offset;
80 uint32_t dex_data_size;
/netbsd-current/sys/arch/evbarm/stand/gzboot/
H A Dgzboot.h41 extern const uint32_t md_root_loadaddr;
42 extern const uint32_t md_root_size;
/netbsd-current/sys/arch/x68k/stand/libsa/
H A Dsdcdvar.h33 uint32_t start; /* in blocks */
34 uint32_t size; /* in blocks */
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderMapTypes.h23 uint32_t Key; // Offset (into strings) of key.
24 uint32_t Prefix; // Offset (into strings) of value prefix.
25 uint32_t Suffix; // Offset (into strings) of value suffix.
29 uint32_t Magic; // Magic word, also indicates byte order.
32 uint32_t StringsOffset; // Offset to start of string pool.
33 uint32_t NumEntries; // Number of entries in the string table.
34 uint32_t NumBuckets; // Number of buckets (always a power of 2).
35 uint32_t MaxValueLength; // Length of longest result path (excluding nul).
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_gds.h33 uint32_t gds_size;
34 uint32_t gws_size;
35 uint32_t oa_size;
36 uint32_t gds_compute_max_wave_id;
40 uint32_t mem_base;
41 uint32_t mem_size;
42 uint32_t gws;
43 uint32_t oa;
/netbsd-current/common/lib/libc/atomic/
H A Datomic_sub_32_cas.c34 uint32_t fetch_and_sub_4(volatile uint32_t *, uint32_t, ...)
36 uint32_t sub_and_fetch_4(volatile uint32_t *, uint32_t, ...)
39 uint32_t
40 fetch_and_sub_4(volatile uint32_t *addr, uint32_t val, ...)
42 uint32_t ol
[all...]

Completed in 398 milliseconds

1234567891011>>