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

/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/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/ltp/include/old/
H A Dwrite_log.h71 #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...]
/external/mesa3d/src/gallium/include/pipe/
H A Dp_compiler.h71 typedef unsigned int uint; typedef
/external/vulkan-validation-layers/libs/glm/detail/
H A Dtype_int.hpp171 typedef unsigned int uint; typedef in namespace:glm
/external/regex-re2/util/
H A Dutil.h77 typedef unsigned int uint; typedef in namespace:re2
/external/clang/test/SemaTemplate/
H A Dinstantiate-exception-spec-cxx11.cpp67 U<int> uint; // ok member in namespace:dr1330_example
/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/protobuf/src/google/protobuf/stubs/
H A Dport.h99 typedef unsigned int uint; typedef in namespace:google::protobuf
/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/llvm/include/llvm/Object/
H A DELFTypes.h48 typedef typename std::conditional<Is64, uint64_t, uint32_t>::type uint; typedef in struct:llvm::object::ELFType
76 typedef packed<uint> Addr;
77 typedef packed<uint> Off;
/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/tcpdump/
H A Dtcpdump.c64 #define uint UINT macro
/external/clang/lib/Headers/
H A Dopencl-c.h40 typedef unsigned int uint; typedef
103 typedef uint uint2 __attribute__((ext_vector_type(2)));
104 typedef uint uint3 __attribute__((ext_vector_type(3)));
105 typedef uint uint4 __attribute__((ext_vector_type(4)));
106 typedef uint uint8 __attribute__((ext_vector_type(8)));
107 typedef uint uint16 __attribute__((ext_vector_type(16)));
327 char __ovld __cnfn convert_char_rte(uint);
328 char __ovld __cnfn convert_char_sat_rte(uint);
329 char __ovld __cnfn convert_char_rtz(uint);
330 char __ovld __cnfn convert_char_sat_rtz(uint);
[all...]
/external/valgrind/VEX/switchback/
H A Dtest_emfloat.c429 typedef unsigned int uint; typedef
/external/valgrind/perf/
H A Dtest_input_for_tinycc.c323 typedef unsigned int uint; typedef
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h3729 uint64_t uint; member in union:upb_fielddef::__anon16284
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h3049 uint64_t uint; member in union:upb_fielddef::__anon16226
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 737 milliseconds