Searched defs:uint (Results 1 - 25 of 27) sorted by relevance

12

/external/clang/test/Index/
H A Dnested-binaryoperators.cpp1 typedef unsigned int uint; typedef
2 int foo(uint c) {
164 // CHECK: 1:22: TypedefDecl=uint:1:22 (Definition) Extent=[1:1 - 1:26]
167 // CHECK: 2:9: TypeRef=uint:1:22 Extent=[2:9 - 2:13]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
H A Dutfdef.h17 #define uint _utfuint macro
24 typedef unsigned int uint; typedef
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DUint.java29 public int compareTo(Uint uint) { argument
30 return Unsigned.compare(intValue, uint.intValue);
/external/emma/core/java12/com/vladium/jcd/lib/
H A DUDataOutputStream.java36 public final void writeU2 (final int uint) throws IOException argument
38 writeShort ((short) uint); // this narrowing cast is Ok
/external/libutf/
H A Dutfdef.h3 #define uint _utfuint macro
10 typedef unsigned int uint; typedef
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFLocationDescription.cpp57 uint64_t uint; local
72 uint = data.GetULEB128(offset_ptr);
74 s.Printf("%" PRIu64 " %" PRIi64, uint, sint);
164 case 1: uint = data.GetU8(offset_ptr); s.Printf("0x%2.2" PRIx64, uint); break;
165 case 2: uint = data.GetU16(offset_ptr); s.Printf("0x%4.4" PRIx64, uint); break;
166 case 4: uint = data.GetU32(offset_ptr); s.Printf("0x%8.8" PRIx64, uint); break;
167 case 8: uint
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_compiler.h71 typedef unsigned int uint; typedef
/external/mesa3d/src/gallium/include/pipe/
H A Dp_compiler.h71 typedef unsigned int uint; typedef
/external/chromium_org/third_party/re2/util/
H A Dutil.h78 typedef unsigned int uint; typedef in namespace:re2
/external/regex-re2/util/
H A Dutil.h77 typedef unsigned int uint; typedef in namespace:re2
/external/lldb/include/lldb/Core/
H A DRegisterValue.h219 operator = (uint8_t uint) argument
222 m_data.uint8 = uint;
226 operator = (uint16_t uint) argument
229 m_data.uint16 = uint;
233 operator = (uint32_t uint) argument
236 m_data.uint32 = uint;
240 operator = (uint64_t uint) argument
243 m_data.uint64 = uint;
248 operator = (__uint128_t uint) argument
251 m_data.uint128 = uint;
276 SetUInt8(uint8_t uint) argument
283 SetUInt16(uint16_t uint) argument
290 SetUInt32(uint32_t uint, Type t = eTypeUInt32) argument
297 SetUInt64(uint64_t uint, Type t = eTypeUInt64) argument
305 SetUInt128(__uint128_t uint) argument
[all...]
H A DScalar.h45 Scalar(unsigned int v) : m_type(e_uint), m_data() { m_data.uint = v; }
271 unsigned int uint; member in union:lldb_private::Scalar::ValueData
/external/opencv/otherlibs/highgui/
H A Dgrfmt_exr.cpp67 #undef uint macro
68 #define uint unsigned macro
365 uint *ui = (uint *)buffer;
368 uint t = ui[x];
416 ((uint *)data)[(yre + i) * ystep + (xre + n) * xstep] = ((uint *)data)[y * ystep + x * xstep];
436 ((uint *)data)[(xre + n) * xstep] = ((uint *)data)[x * xstep];
458 ((uint *)dat
[all...]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
H A Dprotypes.h51 * It is trickier to define uint, int8, uint8, int16, uint16,
77 * SVR4 typedef of uint is commonly found on UNIX machines.
92 * uint
97 typedef PRUintn uint; typedef
/external/lldb/source/Core/
H A DRegisterValue.cpp1001 RegisterValue::SetUInt (uint64_t uint, uint32_t byte_size) argument
1005 SetUInt64 (uint);
1009 SetUInt8 (uint);
1013 SetUInt16 (uint);
1017 SetUInt32 (uint);
1021 SetUInt64 (uint);
1026 SetUInt128 (uint);
/external/zlib/src/examples/
H A Dgzlog.c242 typedef unsigned int uint; typedef
278 #define PULL2(p) ((p)[0]+((uint)((p)[1])<<8))
296 uint stored; /* bytes currently in last stored block */
503 uint put;
519 put = (uint)len;
611 uint got, max;
638 deflateSetDictionary(&strm, buf, (uint)dict);
654 max = (((uint)0 - 1) >> 1) + 1; /* in case int smaller than size_t */
656 strm.avail_in = len > max ? max : (uint)len;
683 while ((*buf & ((uint)
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c211 struct lp_build_context * uint = &si_shader_ctx->radeon_bld.soa.bld_base.uint_bld; local
233 "llvm.SI.vs.load.buffer.index", uint->elem_type, NULL, 0,
387 struct lp_build_context *uint = local
421 args[4] = uint->one;
433 args[4] = uint->zero;
444 args[1] = uint->zero;
447 args[2] = uint->zero;
463 struct lp_build_context * uint = local
563 last_args[4] = uint->zero;
566 last_args[5]= uint
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c211 struct lp_build_context * uint = &si_shader_ctx->radeon_bld.soa.bld_base.uint_bld; local
233 "llvm.SI.vs.load.buffer.index", uint->elem_type, NULL, 0,
387 struct lp_build_context *uint = local
421 args[4] = uint->one;
433 args[4] = uint->zero;
444 args[1] = uint->zero;
447 args[2] = uint->zero;
463 struct lp_build_context * uint = local
563 last_args[4] = uint->zero;
566 last_args[5]= uint
[all...]
/external/qemu/util/
H A Dqemu-option.c512 uint64_t uint; member in union:QemuOpt::__anon30258
562 return opt->value.uint;
572 return opt->value.uint;
586 return parse_option_number(opt->name, opt->str, &opt->value.uint);
588 return parse_option_size(opt->name, opt->str, &opt->value.uint);
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.h172 typedef unsigned int uint; typedef in namespace:google::protobuf
671 LogMessage& operator<<(uint value);
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h127 typedef unsigned int uint; typedef in namespace:google::protobuf
625 LogMessage& operator<<(uint value);
/external/tcpdump/
H A Dtcpdump.c56 #define uint UINT macro
/external/valgrind/main/VEX/switchback/
H A Dtest_emfloat.c431 typedef unsigned int uint; typedef
/external/chromium_org/third_party/libevent/
H A Devdns.c135 typedef unsigned int uint; typedef
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c323 typedef unsigned int uint; typedef

Completed in 7786 milliseconds

12