HomeSort by relevance Sort by last modified time
    Searched refs:uint (Results 1 - 25 of 1599) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/auxiliary/util/
u_tile.h 46 u_clip_tile(uint x, uint y, uint *w, uint *h, const struct pipe_box *box)
66 uint x, uint y, uint w, uint h,
72 uint x, uint y, uint w, uint h
    [all...]
u_draw_quad.h 46 struct pipe_resource *vbuf, uint vbuf_slot,
47 uint offset, uint prim_type, uint num_attribs,
48 uint num_verts);
52 uint prim_type, uint num_verts, uint num_attribs);
56 uint vbuf_slot,
u_gen_mipmap.h 43 enum pipe_format format, uint base_level, uint last_level,
44 uint first_layer, uint last_layer, uint filter);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
hndrte_cons.h 31 uint buf_size;
32 uint idx;
43 volatile uint vcons_in;
44 volatile uint vcons_out;
57 uint cbuf_idx;
dhdioctl.h 38 uint cmd; /* common ioctl definition */
40 uint len; /* length of user buffer */
42 uint used; /* bytes read or written (optional) */
43 uint needed; /* bytes needed (optional) */
44 uint driver; /* to identify target driver */
92 uint version; /* To allow structure change tracking */
93 uint freq; /* Max ticks between tx/rx attempts */
94 uint count; /* Test packets to send/rcv each attempt */
95 uint print; /* Print counts every <print> attempts */
96 uint total; /* Total packets (or bursts) *
    [all...]
  /external/flatbuffers/tests/FlatBuffers.Test/
Lcg.cs 24 private const uint InitialValue = 10000;
25 private uint _state;
32 public uint Next()
  /external/lzma/CS/7zip/Common/
CRC.cs 7 public static readonly uint[] Table;
11 Table = new uint[256];
12 const uint kPoly = 0xEDB88320;
13 for (uint i = 0; i < 256; i++)
15 uint r = i;
25 uint _value = 0xFFFFFFFF;
34 public void Update(byte[] data, uint offset, uint size)
36 for (uint i = 0; i < size; i++)
40 public uint GetDigest() { return _value ^ 0xFFFFFFFF; }
    [all...]
  /external/arm-neon-tests/
ref_v_comp_op.c 59 DECL_VARIABLE(vector, uint, 8, 8);
60 DECL_VARIABLE(vector, uint, 16, 4);
61 DECL_VARIABLE(vector, uint, 32, 2);
66 DECL_VARIABLE(vector, uint, 8, 16);
67 DECL_VARIABLE(vector, uint, 16, 8);
68 DECL_VARIABLE(vector, uint, 32, 4);
74 DECL_VARIABLE(vector2, uint, 8, 8);
75 DECL_VARIABLE(vector2, uint, 16, 4);
76 DECL_VARIABLE(vector2, uint, 32, 2);
81 DECL_VARIABLE(vector2, uint, 8, 16)
    [all...]
ref_vrshrn_n.c 51 DECL_VARIABLE(vector, uint, 16, 8);
52 DECL_VARIABLE(vector, uint, 32, 4);
53 DECL_VARIABLE(vector, uint, 64, 2);
58 DECL_VARIABLE(vector_res, uint, 8, 8);
59 DECL_VARIABLE(vector_res, uint, 16, 4);
60 DECL_VARIABLE(vector_res, uint, 32, 2);
68 VDUP(vector, q, uint, u, 16, 8, 0);
69 VDUP(vector, q, uint, u, 32, 4, 0);
70 VDUP(vector, q, uint, u, 64, 2, 0);
76 TEST_VRSHRN_N(uint, u, 16, 8, 8, 2)
    [all...]
ref_vrshr_n.c 60 TEST_VRSHR_N(, uint, u, 8, 8, 2);
61 TEST_VRSHR_N(, uint, u, 16, 4, 3);
62 TEST_VRSHR_N(, uint, u, 32, 2, 5);
63 TEST_VRSHR_N(, uint, u, 64, 1, 33);
69 TEST_VRSHR_N(q, uint, u, 8, 16, 2);
70 TEST_VRSHR_N(q, uint, u, 16, 8, 3);
71 TEST_VRSHR_N(q, uint, u, 32, 4, 5);
72 TEST_VRSHR_N(q, uint, u, 64, 2, 33);
82 VDUP(vector, , uint, u, 8, 8, 0xFF);
83 VDUP(vector, , uint, u, 16, 4, 0xFFFF)
    [all...]
ref_vmull_lane.c 49 DECL_VARIABLE(vector, uint, 16, 4);
50 DECL_VARIABLE(vector, uint, 32, 2);
53 DECL_VARIABLE(vector2, uint, 16, 4);
54 DECL_VARIABLE(vector2, uint, 32, 2);
58 DECL_VARIABLE(vector_res, uint, 32, 4);
59 DECL_VARIABLE(vector_res, uint, 64, 2);
66 VDUP(vector, , uint, u, 16, 4, 0x1000);
67 VDUP(vector, , uint, u, 32, 2, 0x1000);
72 VDUP(vector2, , uint, u, 16, 4, 0x4);
73 VDUP(vector2, , uint, u, 32, 2, 0x2)
    [all...]
ref_vshrn_n.c 51 DECL_VARIABLE(vector, uint, 16, 8);
52 DECL_VARIABLE(vector, uint, 32, 4);
53 DECL_VARIABLE(vector, uint, 64, 2);
58 DECL_VARIABLE(vector_res, uint, 8, 8);
59 DECL_VARIABLE(vector_res, uint, 16, 4);
60 DECL_VARIABLE(vector_res, uint, 32, 2);
67 VLOAD(vector, buffer, q, uint, u, 16, 8);
68 VLOAD(vector, buffer, q, uint, u, 32, 4);
69 VLOAD(vector, buffer, q, uint, u, 64, 2);
75 TEST_VSHRN_N(uint, u, 16, 8, 8, 2)
    [all...]
ref_vaba.c 51 DECL_VARIABLE(VAR, uint, 8, 8); \
52 DECL_VARIABLE(VAR, uint, 16, 4); \
53 DECL_VARIABLE(VAR, uint, 32, 2); \
57 DECL_VARIABLE(VAR, uint, 8, 16); \
58 DECL_VARIABLE(VAR, uint, 16, 8); \
59 DECL_VARIABLE(VAR, uint, 32, 4)
72 VLOAD(vector1, buffer, , uint, u, 8, 8);
73 VLOAD(vector1, buffer, , uint, u, 16, 4);
74 VLOAD(vector1, buffer, , uint, u, 32, 2);
78 VLOAD(vector1, buffer, q, uint, u, 8, 16)
    [all...]
ref_vabdl.c 50 DECL_VARIABLE(VAR, uint, 16, 8); \
51 DECL_VARIABLE(VAR, uint, 32, 4); \
52 DECL_VARIABLE(VAR, uint, 64, 2)
58 DECL_VARIABLE(VAR, uint, 8, 8); \
59 DECL_VARIABLE(VAR, uint, 16, 4); \
60 DECL_VARIABLE(VAR, uint, 32, 2)
72 VLOAD(vector1, buffer, , uint, u, 8, 8);
73 VLOAD(vector1, buffer, , uint, u, 16, 4);
74 VLOAD(vector1, buffer, , uint, u, 32, 2);
81 VDUP(vector2, , uint, u, 8, 8, 1)
    [all...]
ref_vrsra_n.c 62 VDUP(vector2, , uint, u, 8, 8, 0x55);
63 VDUP(vector2, , uint, u, 16, 4, 0x66);
64 VDUP(vector2, , uint, u, 32, 2, 0x77);
65 VDUP(vector2, , uint, u, 64, 1, 0x88);
71 VDUP(vector2, q, uint, u, 8, 16, 0x55);
72 VDUP(vector2, q, uint, u, 16, 8, 0x66);
73 VDUP(vector2, q, uint, u, 32, 4, 0x77);
74 VDUP(vector2, q, uint, u, 64, 2, 0x88);
81 TEST_VRSRA_N(, uint, u, 8, 8, 2);
82 TEST_VRSRA_N(, uint, u, 16, 4, 3)
    [all...]
ref_vabal.c 51 DECL_VARIABLE(VAR, uint, 16, 8); \
52 DECL_VARIABLE(VAR, uint, 32, 4); \
53 DECL_VARIABLE(VAR, uint, 64, 2)
59 DECL_VARIABLE(VAR, uint, 8, 8); \
60 DECL_VARIABLE(VAR, uint, 16, 4); \
61 DECL_VARIABLE(VAR, uint, 32, 2)
74 VLOAD(vector1, buffer, q, uint, u, 16, 8);
75 VLOAD(vector1, buffer, q, uint, u, 32, 4);
76 VLOAD(vector1, buffer, q, uint, u, 64, 2);
83 VDUP(vector2, , uint, u, 8, 8, 1)
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
func_packing.hpp 58 GLM_FUNC_DECL uint packUnorm2x16(vec2 const & v);
71 GLM_FUNC_DECL uint packSnorm2x16(vec2 const & v);
84 GLM_FUNC_DECL uint packUnorm4x8(vec4 const & v);
97 GLM_FUNC_DECL uint packSnorm4x8(vec4 const & v);
110 GLM_FUNC_DECL vec2 unpackUnorm2x16(uint const & p);
123 GLM_FUNC_DECL vec2 unpackSnorm2x16(uint const & p);
136 GLM_FUNC_DECL vec4 unpackUnorm4x8(uint const & p);
149 GLM_FUNC_DECL vec4 unpackSnorm4x8(uint const & p);
178 GLM_FUNC_DECL uint packHalf2x16(vec2 const & v);
188 GLM_FUNC_DECL vec2 unpackHalf2x16(uint const & v)
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
integer.hpp 85 GLM_FUNC_DECL uint pow(uint x, uint y);
89 GLM_FUNC_DECL uint sqrt(uint x);
93 GLM_FUNC_DECL uint mod(uint x, uint y);
97 GLM_FUNC_DECL uint nlz(uint x)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
func_packing.hpp 58 GLM_FUNC_DECL uint packUnorm2x16(vec2 const & v);
71 GLM_FUNC_DECL uint packSnorm2x16(vec2 const & v);
84 GLM_FUNC_DECL uint packUnorm4x8(vec4 const & v);
97 GLM_FUNC_DECL uint packSnorm4x8(vec4 const & v);
110 GLM_FUNC_DECL vec2 unpackUnorm2x16(uint const & p);
123 GLM_FUNC_DECL vec2 unpackSnorm2x16(uint const & p);
136 GLM_FUNC_DECL vec4 unpackUnorm4x8(uint const & p);
149 GLM_FUNC_DECL vec4 unpackSnorm4x8(uint const & p);
178 GLM_FUNC_DECL uint packHalf2x16(vec2 const & v);
188 GLM_FUNC_DECL vec2 unpackHalf2x16(uint const & v)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
integer.hpp 85 GLM_FUNC_DECL uint pow(uint x, uint y);
89 GLM_FUNC_DECL uint sqrt(uint x);
93 GLM_FUNC_DECL uint mod(uint x, uint y);
97 GLM_FUNC_DECL uint nlz(uint x)
    [all...]
  /external/ltp/testcases/kernel/fs/doio/include/
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_pathlen : 7; /* length of file path *
    [all...]
  /system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
flatbuffers_types.fbs 43 frequency_scanned_mhz:uint;
60 frequencies_to_scan_mhz:[uint];
61 disconnected_mode_scan_interval_ms:uint; // 0 means disable
85 time_spent_scanning_ms:uint;
86 num_channels_scanned:uint;
90 num_entries_aggregated:uint;
98 timestamp_chre_ms:uint; // See chreGetTime()
105 num_scans_requested_by_nanoapp:uint;
106 num_scans_serviced_by_hardware:uint;
107 num_scans_serviced_by_cache:uint;
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaBase.cs 7 public const uint kNumRepDistances = 4;
8 public const uint kNumStates = 12;
17 public uint Index;
25 public void UpdateMatch() { Index = (uint)(Index < 7 ? 7 : 10); }
26 public void UpdateRep() { Index = (uint)(Index < 7 ? 8 : 11); }
27 public void UpdateShortRep() { Index = (uint)(Index < 7 ? 9 : 11); }
34 // public const uint kDistTableSizeMax = kDicLogSizeMax * 2;
37 public const uint kNumLenToPosStates = 1 << kNumLenToPosStatesBits;
39 public const uint kMatchMinLen = 2;
41 public static uint GetLenToPosState(uint len)
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc.h 56 uint num_immediates;
57 uint immediates_map[I915_MAX_CONSTANT];
62 uint declarations[I915_PROGRAM_SIZE];
63 uint program[I915_PROGRAM_SIZE];
65 uint *csr; /**< Cursor, points into program. */
67 uint *decl; /**< Cursor, points into declarations. */
69 uint decl_s; /**< flags for which s regs need to be decl'd */
70 uint decl_t; /**< flags for which t regs need to be decl'd */
72 uint temp_flag; /**< Tracks temporary regs which are in use */
73 uint utemp_flag; /**< Tracks TYPE_U temporary regs which are in use *
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.h 46 uint flags,
51 tgsi_dump_to_file(const struct tgsi_token *tokens, uint flags, FILE *file);
56 uint flags );
70 uint instno,
77 uint instno );

Completed in 2110 milliseconds

1 2 3 4 5 6 7 8 91011>>