/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_dump_state.c | 74 trace_dump_member(uint, templat, last_level); in trace_dump_resource_template() 75 trace_dump_member(uint, templat, nr_samples); in trace_dump_resource_template() 76 trace_dump_member(uint, templat, nr_storage_samples); in trace_dump_resource_template() 77 trace_dump_member(uint, templat, usage); in trace_dump_resource_template() 78 trace_dump_member(uint, templat, bind); in trace_dump_resource_template() 79 trace_dump_member(uint, templat, flags); in trace_dump_resource_template() 124 trace_dump_member(uint, state, front_ccw); in trace_dump_rasterizer_state() 125 trace_dump_member(uint, state, cull_face); in trace_dump_rasterizer_state() 126 trace_dump_member(uint, state, fill_front); in trace_dump_rasterizer_state() 127 trace_dump_member(uint, stat in trace_dump_rasterizer_state() [all...] |
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
H A D | bool-simplify2.c | 1 typedef unsigned int uint; typedef 4 static uint ini(uint a) { return !a; } in ini() 5 static bool bni(uint a) { return !a; } in bni() 6 static uint ioii(uint a, uint b) { return a || b; } in ioii() 7 static uint iaii(uint a, uint in ioii() [all...] |
H A D | canonical-cmp.c | 2 typedef unsigned int uint; typedef 12 uint ueq(uint p, uint a) { return (123 == p) == (p == 123); } in ueq() 13 uint une(uint p, uint a) { return (123 != p) == (p != 123); } in une() 15 uint ubt(uint p, uint [all...] |
H A D | cast-kinds.c | 1 typedef unsigned int uint; typedef 4 static int uint_2_int(uint a) { return (int)a; } in uint_2_int() 11 static uint int_2_uint(int a) { return (uint)a; } in int_2_uint() 12 static uint long_2_uint(long a) { return (uint)a; } in long_2_uint() 13 static uint ulong_2_uint(ulong a) { return (uint)a; } in ulong_2_uint() 14 static uint vptr_2_uint(void *a) { return (uint) in ulong_2_uint() [all...] |
H A D | fact-and-shift.c | 1 typedef unsigned int uint; typedef 5 uint fact_and_shl(uint a, uint b, uint s) in fact_and_shl() 10 uint fact_and_lsr(uint a, uint b, uint s) in fact_and_lsr()
|
H A D | fact-xor-shift.c | 1 typedef unsigned int uint; typedef 5 uint fact_xor_shl(uint a, uint b, uint s) in fact_xor_shl() 10 uint fact_xor_lsr(uint a, uint b, uint s) in fact_xor_lsr()
|
H A D | fact-ior-shift.c | 1 typedef unsigned int uint; typedef 5 uint fact_ior_shl(uint a, uint b, uint s) in fact_ior_shl() 10 uint fact_ior_lsr(uint a, uint b, uint s) in fact_ior_lsr()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | siutils_priv.h | 110 uint coreid[SI_MAXCORES]; /**< id of each core */ 140 uint dev_coreid; /**< the core provides driver functions */ 151 uint varsz; 155 uint curidx; /**< current core index */ 156 uint numcores; /**< # discovered cores */ 165 uint chipnew; /**< new chip number */ 166 uint second_bar0win; /**< Backplane region */ 167 uint num_br; /**< # discovered bridges */ 173 uint axi_num_wrappers; 185 #define GOODIDX(idx) (((uint)id [all...] |
H A D | dhd_wlfc.h | 41 uint count; /* Poll interval msec counter */ 42 uint log_addr; /* Log struct address (fixed) */ 44 uint bufsize; /* Size of log buffer */ 46 uint last; /* Last buffer read index */ 83 uint varsz; /* Size of variables buffer */ 87 uint sdpcmrev; /* SDIO core revision */ 88 uint armrev; /* CPU core revision */ 89 uint ramrev; /* SOCRAM core revision */ 106 uint blocksize; /* Block size of SDIO transfers */ 107 uint roundu [all...] |
H A D | dhd_config.h | 26 extern uint dhd_rxbound; 27 extern uint dhd_txbound; 31 extern uint dhd_doflow; 32 extern uint dhd_slpauto; 55 uint chip; 56 uint chiprev; 165 uint devid; 166 uint chip; 167 uint chiprev; 169 uint svi [all...] |
H A D | siutils.c | 125 static si_info_t *si_doattach(si_info_t *sii, uint devid, osl_t *osh, volatile void *regs, 126 uint bustype, void *sdh, char **vars, uint *varsz); 127 static bool si_buscore_prep(si_info_t *sii, uint bustype, uint devid, void *sdh); 128 static bool si_buscore_setup(si_info_t *sii, chipcregs_t *cc, uint bustype, uint32 savewin, 129 uint *origidx, volatile void *regs); 131 static bool si_pmu_is_ilp_sensitive(uint32 idx, uint regoff); 171 si_attach(uint devid, osl_t *osh, volatile void *regs, in si_attach() 172 uint bustyp in si_attach() [all...] |
H A D | bcmwifi_channels.c | 207 uint 210 uint bw; in wf_bw_chspec_to_mhz() 220 center_chan_to_edge(uint bw) in center_chan_to_edge() 233 channel_low_edge(uint center_ch, uint bw) in channel_low_edge() 242 channel_to_sb(uint center_ch, uint primary_ch, uint bw) in channel_to_sb() 244 uint lowest = channel_low_edge(center_ch, bw); in channel_to_sb() 245 uint s in channel_to_sb() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_tile.h | 46 u_clip_tile(uint x, uint y, uint *w, uint *h, const struct pipe_box *box) in u_clip_tile() 66 uint x, uint y, uint w, uint h, 72 uint x, uint [all...] |
H A D | u_dump_state.c | 315 util_dump_member(stream, uint, state, width0); in util_dump_resource() 316 util_dump_member(stream, uint, state, height0); in util_dump_resource() 317 util_dump_member(stream, uint, state, depth0); in util_dump_resource() 318 util_dump_member(stream, uint, state, array_size); in util_dump_resource() 320 util_dump_member(stream, uint, state, last_level); in util_dump_resource() 321 util_dump_member(stream, uint, state, nr_samples); in util_dump_resource() 322 util_dump_member(stream, uint, state, nr_storage_samples); in util_dump_resource() 323 util_dump_member(stream, uint, state, usage); in util_dump_resource() 324 util_dump_member(stream, uint, state, bind); in util_dump_resource() 325 util_dump_member(stream, uint, stat in util_dump_resource() [all...] |
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
H A D | matrix_integer.hpp | 185 typedef tmat2x2<uint, highp> highp_umat2; 189 typedef tmat3x3<uint, highp> highp_umat3; 193 typedef tmat4x4<uint, highp> highp_umat4; 197 typedef tmat2x2<uint, highp> highp_umat2x2; 201 typedef tmat2x3<uint, highp> highp_umat2x3; 205 typedef tmat2x4<uint, highp> highp_umat2x4; 209 typedef tmat3x2<uint, highp> highp_umat3x2; 213 typedef tmat3x3<uint, highp> highp_umat3x3; 217 typedef tmat3x4<uint, highp> highp_umat3x4; 221 typedef tmat4x2<uint, high [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | siutils.h | 67 uint socitype; /**< SOCI_SB, SOCI_AI */ 69 uint bustype; /**< SI_BUS, PCI_BUS */ 70 uint buscoretype; /**< PCI_CORE_ID, PCIE_CORE_ID, PCMCIA_CORE_ID */ 71 uint buscorerev; /**< buscore rev */ 72 uint buscoreidx; /**< buscore index */ 78 uint boardtype; /**< board type */ 79 uint boardrev; /* board rev */ 80 uint boardvendor; /**< board vendor */ 81 uint boardflags; /**< board flags */ 82 uint boardflags [all...] |
H A D | bcmsdh.h | 42 extern const uint bcmsdh_msglevel; 116 extern uint8 bcmsdh_cfg_read(void *sdh, uint func, uint32 addr, int *err); 117 extern void bcmsdh_cfg_write(void *sdh, uint func, uint32 addr, uint8 data, int *err); 120 extern uint32 bcmsdh_cfg_read_word(void *sdh, uint fnc_num, uint32 addr, int *err); 121 extern void bcmsdh_cfg_write_word(void *sdh, uint fnc_num, uint32 addr, uint32 data, int *err); 130 extern int bcmsdh_cis_read(void *sdh, uint func, uint8 *cis, uint length); 131 extern int bcmsdh_cisaddr_read(void *sdh, uint func, uint8 *cisd, uint offset); 138 extern uint32 bcmsdh_reg_read(void *sdh, uintptr addr, uint siz [all...] |
H A D | bcmbloom.h | 44 typedef void* (*bcm_bloom_alloc_t)(void *ctx, uint size); 45 typedef void (*bcm_bloom_free_t)(void *ctx, void *buf, uint size); 46 typedef uint (*bcm_bloom_hash_t)(void* ctx, uint idx, const uint8 *tag, uint len); 50 bcm_bloom_free_t free_cb, void *callback_ctx, uint max_hash, 51 uint filter_size /* bytes */, bcm_bloom_filter_t **bloom); 57 int bcm_bloom_add_hash(bcm_bloom_filter_t *filter, bcm_bloom_hash_t hash, uint *idx); 60 int bcm_bloom_remove_hash(bcm_bloom_filter_t *filter, uint idx); 67 const uint8 *tag, uint tag_le [all...] |
H A D | bcmsdbus.h | 122 extern SDIOH_API_RC sdioh_request_byte(sdioh_info_t *si, uint rw, uint fnc, uint addr, uint8 *byte); 125 extern SDIOH_API_RC sdioh_request_word(sdioh_info_t *si, uint cmd_type, uint rw, uint fnc, 126 uint addr, uint32 *word, uint nbyte); 129 extern SDIOH_API_RC sdioh_request_buffer(sdioh_info_t *si, uint pio_dma, uint fix_in [all...] |
H A D | hndchipc.h | 38 typedef void (*si_serial_init_fn)(si_t *sih, void *regs, uint irq, uint baud_base, uint reg_shift); 40 typedef void (*si_serial_init_fn)(void *regs, uint irq, uint baud_base, uint reg_shift); 44 extern volatile void *hnd_jtagm_init(si_t *sih, uint clkd, bool exttap); 46 extern uint32 jtag_scan(si_t *sih, volatile void *h, uint irsz, uint32 ir0, uint32 ir1, 47 uint drsz, uint32 dr0, uint32 *dr1, bool rti); 48 extern uint32 jtag_read_128(si_t *sih, volatile void *h, uint irs [all...] |
/third_party/ltp/testcases/kernel/fs/doio/include/ |
H A D | write_log.h | 71 #ifndef uint 72 #define uint unsigned int macro 109 uint w_offset : 44; /* file offset */ 110 uint w_extra0 : 20; /* EXTRA BITS IN WORD 0 */ 113 uint w_offset : 32; /* file offset */ 114 uint w_extra0 : 32; /* EXTRA BITS IN WORD 0 */ 117 uint w_nbytes : 32; /* # bytes written */ 118 uint w_oflags : 32; /* low-order open() flags */ 120 uint w_pid : 17; /* pid doing the write */ 121 uint w_pathle [all...] |
/third_party/ltp/tools/sparse/sparse-src/validation/linear/ |
H A D | cast-constants.c | 1 typedef unsigned int uint; typedef 11 static uint int_2_uint(void) { return (uint)123; } in int_2_uint() 12 static uint long_2_uint(void) { return (uint)123L; } in long_2_uint() 13 static uint ulong_2_uint(void) { return (uint)123UL; } in ulong_2_uint() 14 static uint vptr_2_uint(void) { return (uint)((void*)123); } in vptr_2_uint() 15 static uint iptr_2_uin in vptr_2_uint() [all...] |
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | func_packing.hpp | 33 GLM_FUNC_DECL uint packUnorm2x16(vec2 const & v); 46 GLM_FUNC_DECL uint packSnorm2x16(vec2 const & v); 59 GLM_FUNC_DECL uint packUnorm4x8(vec4 const & v); 72 GLM_FUNC_DECL uint packSnorm4x8(vec4 const & v); 85 GLM_FUNC_DECL vec2 unpackUnorm2x16(uint p); 98 GLM_FUNC_DECL vec2 unpackSnorm2x16(uint p); 111 GLM_FUNC_DECL vec4 unpackUnorm4x8(uint p); 124 GLM_FUNC_DECL vec4 unpackSnorm4x8(uint p); 153 GLM_FUNC_DECL uint packHalf2x16(vec2 const & v); 163 GLM_FUNC_DECL vec2 unpackHalf2x16(uint [all...] |
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | integer.hpp | 55 GLM_FUNC_DECL uint pow(uint x, uint y); 59 GLM_FUNC_DECL uint sqrt(uint x); 63 GLM_FUNC_DECL uint mod(uint x, uint y); 67 GLM_FUNC_DECL uint nlz(uint [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_private.h | 307 uint num_vs_outputs; /**< convenience, from vertex_shader */ 308 uint position_output; 309 uint edgeflag_output; 310 uint clipvertex_output; 311 uint ccdistance_output[2]; 331 uint num_gs_outputs; /**< convenience, from geometry_shader */ 332 uint position_output; 333 uint clipvertex_output; 362 uint num_tes_outputs; /**< convenience, from tess_eval_shader */ 363 uint position_outpu [all...] |