HomeSort by relevance Sort by last modified time
    Searched refs:uint (Results 151 - 175 of 1506) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/rs/script_api/include/
rs_io.rsh 83 rsSendToClient(int cmdID, const void* data, uint len);
105 rsSendToClientBlocking(int cmdID, const void* data, uint len);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
miniopt.h 56 uint uval; /* strtol translation of valstr */
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug237.go 11 var indent uint = 10
15 const n = uint(len(dots))
bug276.go 15 a := (x & 1) << uint(1-i)
17 s := uint(1-i)
bug421.go 13 println(int(1) == uint(1)) // ERROR "types"
15 var y uint = 1
  /prebuilts/go/darwin-x86/test/ken/
shift.go 12 var uans [18]uint;
30 testu(u uint, t1,t2,t3 int) {
41 var u,c uint;
58 testu(uint(5678) << 0, 2,0,0);
59 testu(uint(5678) >> 0, 2,0,1);
60 testu(uint(5678) << 5, 2,1,0);
61 testu(uint(5678) >> 5, 2,1,1);
68 for t1:=0; t1<3; t1++ { // +int, -int, uint
  /prebuilts/go/linux-x86/test/fixedbugs/
bug237.go 11 var indent uint = 10
15 const n = uint(len(dots))
bug276.go 15 a := (x & 1) << uint(1-i)
17 s := uint(1-i)
bug421.go 13 println(int(1) == uint(1)) // ERROR "types"
15 var y uint = 1
  /prebuilts/go/linux-x86/test/ken/
shift.go 12 var uans [18]uint;
30 testu(u uint, t1,t2,t3 int) {
41 var u,c uint;
58 testu(uint(5678) << 0, 2,0,0);
59 testu(uint(5678) >> 0, 2,0,1);
60 testu(uint(5678) << 5, 2,1,0);
61 testu(uint(5678) >> 5, 2,1,1);
68 for t1:=0; t1<3; t1++ { // +int, -int, uint
  /prebuilts/sdk/renderscript/include/
rs_io.rsh 83 rsSendToClient(int cmdID, const void* data, uint len);
105 rsSendToClientBlocking(int cmdID, const void* data, uint len);
  /external/arm-neon-tests/
ref_vqshrun_n.c 44 Set_Neon_Cumulative_Sat(0, VECT_VAR(vector_res, uint, W2, N)); \
45 VECT_VAR(vector_res, uint, W2, N) = \
48 vst1_u##W2(VECT_VAR(result, uint, W2, N), \
49 VECT_VAR(vector_res, uint, W2, N)); \
69 DECL_VARIABLE(vector_res, uint, 8, 8);
70 DECL_VARIABLE(vector_res, uint, 16, 4);
71 DECL_VARIABLE(vector_res, uint, 32, 2);
ref_vldX_lane.c 79 DECL_VLDX_LANE(uint, 8, 8, X); \
80 DECL_VLDX_LANE(uint, 16, 4, X); \
81 DECL_VLDX_LANE(uint, 32, 2, X); \
86 DECL_VLDX_LANE(uint, 16, 8, X); \
87 DECL_VLDX_LANE(uint, 32, 4, X); \
112 TEST_VLDX_LANE(, uint, u, 8, 8, X, 4); \
113 TEST_VLDX_LANE(, uint, u, 16, 4, X, 3); \
114 TEST_VLDX_LANE(, uint, u, 32, 2, X, 1); \
119 TEST_VLDX_LANE(q, uint, u, 16, 8, X, 5); \
120 TEST_VLDX_LANE(q, uint, u, 32, 4, X, 0);
    [all...]
ref_vstX_lane.c 82 DECL_VSTX_LANE(uint, 8, 8, X); \
83 DECL_VSTX_LANE(uint, 16, 4, X); \
84 DECL_VSTX_LANE(uint, 32, 2, X); \
90 DECL_VSTX_LANE(uint, 16, 8, X); \
91 DECL_VSTX_LANE(uint, 32, 4, X); \
110 TEST_VSTX_LANE(, uint, u, 8, 8, X, 4); \
111 TEST_VSTX_LANE(, uint, u, 16, 4, X, 3); \
112 TEST_VSTX_LANE(, uint, u, 32, 2, X, 1); \
117 TEST_VSTX_LANE(q, uint, u, 16, 8, X, 5); \
118 TEST_VSTX_LANE(q, uint, u, 32, 4, X, 0);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.h 45 uint num_tokens;
65 uint file_mask[TGSI_FILE_COUNT]; /**< bitmask of declared registers */
66 uint file_count[TGSI_FILE_COUNT]; /**< number of declared registers */
81 uint immediate_count; /**< number of immediates declared */
82 uint num_instructions;
83 uint num_memory_instructions; /**< sampler, buffer, and image instructions */
85 uint opcode_count[TGSI_OPCODE_LAST]; /**< opcode histogram */
tgsi_exec.h 314 uint CondStackTop;
315 uint LoopStackTop;
316 uint ContStackTop;
319 uint ReturnAddr;
325 uint mask; /**< execution mask */
327 uint defaultMask; /**< non-execute mask for default case */
393 uint NonHelperMask; /**< non-helpers */
395 uint CondMask; /**< For IF/ELSE/ENDIF */
396 uint LoopMask; /**< For BGNLOOP/ENDLOOP */
397 uint ContMask; /**< For loop CONT statements *
    [all...]
  /external/lzma/CS/7zip/Common/
InBuffer.cs 8 uint m_Pos;
9 uint m_Limit;
10 uint m_BufferSize;
15 public InBuffer(uint bufferSize)
37 m_Limit = (uint)aNumProcessedBytes;
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
histogram.rs 29 void RS_KERNEL pass1(int in, uint x, uint y) {
48 int RS_KERNEL pass2(uint x) {
78 uchar4 RS_KERNEL draw(uint x, uint y) {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
divbyzero.go 23 func a(i uint, s []int) int {
24 return s[i%uint(len(s))]
28 func b(i uint, j uint) uint {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
divbyzero.go 23 func a(i uint, s []int) int {
24 return s[i%uint(len(s))]
28 func b(i uint, j uint) uint {
  /external/flatbuffers/net/FlatBuffers/
ByteBuffer.cs 78 static public uint ReverseBytes(uint input)
194 PutUint(offset, (uint)value);
197 public unsafe void PutUint(int offset, uint value)
199 AssertOffsetAndLength(offset, sizeof(uint));
202 *(uint*)(ptr + offset) = BitConverter.IsLittleEndian
235 *(uint*)(ptr + offset) = ReverseBytes(*(uint*)(&value));
276 public void PutUint(int offset, uint value)
278 AssertOffsetAndLength(offset, sizeof(uint));
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vertex.h 69 uint num_attribs;
70 uint hwfmt[4]; /**< hardware format info for this format */
71 uint size; /**< total vertex size in dwords */
112 static inline uint
117 const uint n = vinfo->num_attribs;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tile_cache.h 68 uint color32[TILE_SIZE][TILE_SIZE];
69 uint depth32[TILE_SIZE][TILE_SIZE];
72 uint colorui128[TILE_SIZE][TILE_SIZE][4];
92 uint *clear_flags;
93 uint clear_flags_size;
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.h 152 boolean condition, uint mode);
230 cso_draw_arrays_instanced(struct cso_context *cso, uint mode,
231 uint start, uint count,
232 uint start_instance, uint instance_count);
235 cso_draw_arrays(struct cso_context *cso, uint mode, uint start, uint count);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 66 uint timeInc; /* VOP time increment (relative to last mtb) */
85 uint timeIncrementResolution;/* VOL time increment */
87 uint timeInc_offset; /* timeInc offset for multiple VOP in a packet */
103 uint bitsPerPixel;
108 uint quantType; /* MPEG-4 or H.263 Quantization Type */
160 uint last;
161 uint run;
163 uint sign;
234 uint mbnum_row;

Completed in 767 milliseconds

1 2 3 4 5 67 8 91011>>