Searched refs:uint32_t (Results 276 - 300 of 3808) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/sys/netinet/
H A Dip_dummynet.h56 uint32_t id; /* generic id */
135 uint32_t fs_nr; /* the flowset number */
136 uint32_t flags; /* userland flags */
139 uint32_t buckets; /* buckets used for the queue hash table */
142 uint32_t sched_nr; /* the scheduler we attach to */
174 uint32_t length; /* Queue lenght, in packets */
175 uint32_t len_bytes; /* Queue lenght, in bytes */
176 uint32_t drops;
186 uint32_t sched_nr; /* N, scheduler number */
187 uint32_t bucket
[all...]
/freebsd-9.3-release/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c20 static uint32_t
21 get_literal_price(const lzma_coder *const coder, const uint32_t pos,
22 const uint32_t prev_byte, const bool match_mode,
23 uint32_t match_byte, uint32_t symbol)
29 uint32_t price = 0;
34 uint32_t offset = 0x100;
40 const uint32_t match_bit = match_byte & offset;
41 const uint32_t subcoder_index
43 const uint32_t bi
[all...]
/freebsd-9.3-release/sys/sys/
H A Dpmclog.h90 uint32_t pl_header; \
91 uint32_t pl_ts_sec; \
92 uint32_t pl_ts_nsec;
107 uint32_t pl_pid;
108 uint32_t pl_pmcid;
109 uint32_t pl_cpuflags;
129 uint32_t pl_version; /* driver version */
130 uint32_t pl_cpu; /* enum pmc_cputype */
135 uint32_t pl_pid;
142 uint32_t pl_pi
[all...]
/freebsd-9.3-release/contrib/xz/src/common/
H A Dtuklib_integer.h112 ( (((uint32_t)(num) << 24) ) \
113 | (((uint32_t)(num) << 8) & UINT32_C(0x00FF0000)) \
114 | (((uint32_t)(num) >> 8) & UINT32_C(0x0000FF00)) \
115 | (((uint32_t)(num) >> 24) ) )
136 # define conv32be(num) ((uint32_t)(num))
164 # define conv32le(num) ((uint32_t)(num))
192 static inline uint32_t
195 uint32_t num = *(const uint32_t *)buf;
200 static inline uint32_t
[all...]
/freebsd-9.3-release/contrib/llvm/tools/lli/
H A DRemoteTargetExternal.cpp37 SendLoadSection(Address, Data, (uint32_t)Size, false);
43 SendLoadSection(Address, Data, (uint32_t)Size, true);
60 void RemoteTargetExternal::SendAllocateSpace(uint32_t Alignment, uint32_t Size) {
62 uint32_t MsgType = (uint32_t)LLI_AllocateSpace;
66 uint32_t DataSize = 8;
79 uint32_t Size,
82 uint32_t MsgType = IsCode ? LLI_LoadCodeSection : LLI_LoadDataSection;
86 uint32_t DataSiz
[all...]
/freebsd-9.3-release/contrib/xz/src/liblzma/lz/
H A Dlz_encoder_mf.c21 extern uint32_t
22 lzma_mf_find(lzma_mf *mf, uint32_t *count_ptr, lzma_match *matches)
27 const uint32_t count = mf->find(mf, matches);
31 uint32_t len_best = 0;
36 for (uint32_t i = 0; i < count; ++i) {
56 uint32_t limit = mf_avail(mf) + 1;
115 const uint32_t subvalue
119 const uint32_t count = mf->hash_size_sum + mf->sons_count;
120 uint32_t *hash = mf->hash;
122 for (uint32_t
[all...]
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_mode.h112 uint32_t mask_clk_reg;
113 uint32_t mask_data_reg;
114 uint32_t a_clk_reg;
115 uint32_t a_data_reg;
116 uint32_t en_clk_reg;
117 uint32_t en_data_reg;
118 uint32_t y_clk_reg;
119 uint32_t y_data_reg;
120 uint32_t mask_clk_mask;
121 uint32_t mask_data_mas
[all...]
H A Dr600_blit_shaders.h41 __pure uint32_t int2float(uint32_t x);
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211.h78 uint32_t numStepsInLadder;
79 uint32_t defaultStepNum;
84 uint32_t currStepNum;
85 uint32_t currGain;
86 uint32_t targetGain;
87 uint32_t loTrig;
88 uint32_t hiTrig;
89 uint32_t active;
115 uint32_t ah_maskReg; /* copy of AR_IMR */
116 uint32_t ah_txOkInterruptMas
[all...]
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Ddarwin-fallback.c51 uint32_t *pc = (uint32_t *)_Unwind_GetIP (context);
52 uint32_t cr;
55 uint32_t *invalid_address = NULL;
96 uint32_t ins = *pc++;
109 uint32_t mask = 0xF << ((ins >> 21 & 0x1C) ^ 0x1C);
143 uint32_t *p = (uint32_t *)(src + (int16_t) ins);
151 uint32_t *p = (uint32_t *)(gpr
[all...]
/freebsd-9.3-release/sys/dev/mwl/
H A Dmwlhal.h79 uint32_t mh_imask; /* interrupt mask */
128 mwl_hal_getisr(struct mwl_hal *mh, uint32_t *status)
132 uint32_t cause;
151 void mwl_hal_intrset(struct mwl_hal *mh, uint32_t mask);
176 uint32_t FreqBand : 6,
191 uint32_t channel;
207 uint32_t fwReleaseNumber; /* firmware release number */
208 uint32_t wcbBase0;
209 uint32_t rxDescRead;
210 uint32_t rxDescWrit
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/arithmetic/
H A Dtst.compnarrowassign.d27 uint32_t y;
/freebsd-9.3-release/contrib/wpa/src/utils/
H A Dradiotap_iter.h29 uint32_t *next_bitmap;
30 uint32_t bitmap_shifter;
/freebsd-9.3-release/lib/libc/mips/
H A D_fpmath.h54 (a)[0] = (uint32_t)(u).bits.manl; \
55 (a)[1] = (uint32_t)(u).bits.manh; \
/freebsd-9.3-release/lib/libc/powerpc/
H A D_fpmath.h47 (a)[0] = (uint32_t)(u).bits.manl; \
48 (a)[1] = (uint32_t)(u).bits.manh; \
/freebsd-9.3-release/lib/libc/powerpc64/
H A D_fpmath.h47 (a)[0] = (uint32_t)(u).bits.manl; \
48 (a)[1] = (uint32_t)(u).bits.manh; \
/freebsd-9.3-release/lib/libmd/
H A Dsha256.h35 uint32_t state[8];
36 uint32_t count[2];
/freebsd-9.3-release/sbin/geom/class/mountver/
H A Dgeom_mountver.c38 uint32_t lib_version = G_LIB_VERSION;
39 uint32_t version = G_MOUNTVER_VERSION;
/freebsd-9.3-release/sys/arm/xscale/pxa/
H A Dpxavar.h57 uint32_t pxa_gpio_get_function(int);
58 uint32_t pxa_gpio_set_function(int, uint32_t);
68 uint32_t ddadr;
69 uint32_t dsadr;
70 uint32_t dtadr;
71 uint32_t dcmd;
86 bus_addr_t, bus_addr_t, uint32_t);
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_ioctl.h83 uint32_t target_id; /* Passed in to CTL */
84 uint32_t lun_id; /* Passed in to CTL */
85 uint32_t num_entries; /* Returned from CTL */
128 uint32_t target_id;
129 uint32_t lun_id;
132 uint32_t delay_secs;
147 uint32_t target_id; /* passed to kernel */
148 uint32_t lun_id; /* passed to kernel */
165 uint32_t targ_port;
176 uint32_t blocksiz
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-gmx.h77 static inline int cvmx_gmx_set_backpressure_override(uint32_t interface, uint32_t port_mask)
/freebsd-9.3-release/sys/dev/ath/ath_hal/
H A Dah_decode.h32 uint32_t op : 8,
34 uint32_t val;
/freebsd-9.3-release/sys/dev/iwn/
H A Dif_iwnvar.h94 uint32_t *desc;
105 uint32_t ridx[256];
120 uint32_t noise[3];
121 uint32_t rssi[3];
122 uint32_t ofdm_x1;
123 uint32_t ofdm_mrc_x1;
124 uint32_t ofdm_x4;
125 uint32_t ofdm_mrc_x4;
126 uint32_t cck_x4;
127 uint32_t cck_mrc_x
[all...]
/freebsd-9.3-release/sys/dev/sound/usb/
H A Duaudio.h46 uint32_t blocksize);
48 uint32_t blocksize, uint32_t blockcount);
50 uint32_t speed);
54 uint32_t format);
56 uint32_t format);
64 extern uint32_t uaudio_mixer_setrecsrc(struct uaudio_softc *sc, uint32_t src);
/freebsd-9.3-release/sys/dev/vge/
H A Dif_vgevar.h142 uint32_t rx_frames;
143 uint32_t rx_good_frames;
144 uint32_t rx_fifo_oflows;
145 uint32_t rx_runts;
146 uint32_t rx_runts_errs;
147 uint32_t rx_pkts_64;
148 uint32_t rx_pkts_65_127;
149 uint32_t rx_pkts_128_255;
150 uint32_t rx_pkts_256_511;
151 uint32_t rx_pkts_512_102
[all...]

Completed in 171 milliseconds

<<11121314151617181920>>