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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
rtasm_ppc.h 57 uint num_inst;
58 uint max_inst;
70 extern uint ppc_num_instructions(const struct ppc_function *p);
94 ppc_vaddfp(struct ppc_function *p,uint vD, uint vA, uint vB);
98 ppc_vsubfp(struct ppc_function *p, uint vD, uint vA, uint vB);
102 ppc_vminfp(struct ppc_function *p, uint vD, uint vA, uint vB)
    [all...]
rtasm_ppc.c 49 uint i;
82 uint
107 uint i;
300 emit_vx(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB,
333 emit_vxr(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_ppc.h 57 uint num_inst;
58 uint max_inst;
70 extern uint ppc_num_instructions(const struct ppc_function *p);
94 ppc_vaddfp(struct ppc_function *p,uint vD, uint vA, uint vB);
98 ppc_vsubfp(struct ppc_function *p, uint vD, uint vA, uint vB);
102 ppc_vminfp(struct ppc_function *p, uint vD, uint vA, uint vB)
    [all...]
rtasm_ppc.c 49 uint i;
82 uint
107 uint i;
300 emit_vx(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB,
333 emit_vxr(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB
    [all...]
  /external/chromium_org/third_party/mesa/src/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 47 struct pipe_resource *vbuf, uint offset,
48 uint num_attribs, uint num_verts, uint prim_type);
52 uint prim_type, uint num_verts, uint num_attribs);
u_gen_mipmap.h 57 uint layer, uint baseLevel, uint lastLevel, uint filter);
u_draw.h 52 util_draw_arrays(struct pipe_context *pipe, uint mode, uint start, uint count)
68 uint mode, uint start, uint count)
84 uint mode, uint start, uint count,
85 uint start_instance
    [all...]
  /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 47 struct pipe_resource *vbuf, uint offset,
48 uint num_attribs, uint num_verts, uint prim_type);
52 uint prim_type, uint num_verts, uint num_attribs);
u_gen_mipmap.h 57 uint layer, uint baseLevel, uint lastLevel, uint filter);
u_draw.h 52 util_draw_arrays(struct pipe_context *pipe, uint mode, uint start, uint count)
68 uint mode, uint start, uint count)
84 uint mode, uint start, uint count,
85 uint start_instance
    [all...]
  /external/oprofile/module/ia64/
op_ia64_model.h 18 uint high;
19 uint low;
23 uint * addrs;
  /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/oprofile/module/
op_dcache.h 22 extern uint op_dname_top;
28 uint do_hash(struct dentry * dentry, struct vfsmount * vfsmnt, struct dentry * root, struct vfsmount * rootmnt);
30 inline static uint alloc_in_pool(char const * str, uint len);
31 inline static int add_hash_entry(struct op_hash_index * entry, uint parent, char const * name, uint len);
32 inline static uint name_hash(char const * name, uint len, uint parent);
34 inline static uint name_hash(char const * name, uint len, uint parent
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/shaders/compiled/
buffertotexture11_ps_4ui.h 20 // TEXCOORD 0 x 1 NONE uint x
27 // SV_Target 0 xyzw 0 TARGET uint xyzw
30 dcl_resource_buffer (uint,uint,uint,uint) t0
  /external/oprofile/gui/
oprof_start_config.h 24 uint count;
25 uint umask;
40 uint buffer_size;
41 uint note_table_size;
49 uint callgraph_depth;
50 uint buffer_watershed;
51 uint cpu_buffer_size;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_info.h 82 uint opcode;
86 tgsi_get_opcode_info( uint opcode );
89 tgsi_get_opcode_name( uint opcode );
92 tgsi_get_processor_name( uint processor );
104 tgsi_opcode_infer_src_type( uint opcode );
107 tgsi_opcode_infer_dst_type( uint opcode );
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_info.h 82 uint opcode;
86 tgsi_get_opcode_info( uint opcode );
89 tgsi_get_opcode_name( uint opcode );
92 tgsi_get_processor_name( uint processor );
104 tgsi_opcode_infer_src_type( uint opcode );
107 tgsi_opcode_infer_dst_type( uint opcode );
  /external/oprofile/module/x86/
op_x86_model.h 17 uint high;
18 uint low;
22 uint * addrs;
34 uint const num_counters;
35 uint const num_controls;
38 void (*check_ctrs)(uint const cpu,
  /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/dexmaker/src/dx/java/com/android/dx/util/
Uint.java 22 public final class Uint implements Comparable<Uint> {
25 public Uint(int value) {
29 public int compareTo(Uint uint) {
30 return Unsigned.compare(intValue, uint.intValue);
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_dump_state.c 78 trace_dump_member(uint, templat, last_level);
79 trace_dump_member(uint, templat, usage);
80 trace_dump_member(uint, templat, bind);
81 trace_dump_member(uint, templat, flags);
99 trace_dump_member(uint, box, x);
100 trace_dump_member(uint, box, y);
101 trace_dump_member(uint, box, z);
102 trace_dump_member(uint, box, width);
103 trace_dump_member(uint, box, height);
104 trace_dump_member(uint, box, depth)
    [all...]

Completed in 1789 milliseconds

1 2 3 4 5 6 7 8 91011>>