HomeSort by relevance Sort by last modified time
    Searched defs:uint (Results 76 - 100 of 105) sorted by null

1 2 34 5

  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/sys/
types.h 104 typedef unsigned int uint; typedef
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
types.h 142 typedef unsigned int uint; typedef
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
types.h 104 typedef unsigned int uint; typedef
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
types.h 104 typedef unsigned int uint; typedef
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
types.h 104 typedef unsigned int uint; typedef
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
types.h 104 typedef unsigned int uint; typedef
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
types.h 104 typedef unsigned int uint; typedef
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
types.h 104 typedef unsigned int uint; typedef
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
types.h 104 typedef unsigned int uint; typedef
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_shader.c 211 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->zero
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
protypes.h 51 * 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/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 211 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->zero
    [all...]
  /external/qemu/util/
qemu-option.c 512 uint64_t uint; member in union:QemuOpt::__anon33976
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/zlib/src/examples/
gzlog.c 242 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)1 << (8 - log->back++))) == 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
types.h 153 typedef unsigned int uint; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
types.h 153 typedef unsigned int uint; typedef
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.h 71 UINT wMsgFilterMin, UINT wMsgFilterMax) {
77 UINT wMsgFilterMin, UINT wMsgFilterMax) {
172 typedef unsigned int uint; typedef in namespace:google::protobuf
671 LogMessage& operator<<(uint value);
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 127 typedef unsigned int uint; typedef in namespace:google::protobuf
625 LogMessage& operator<<(uint value);
    [all...]
  /external/tcpdump/
tcpdump.c 56 #define uint UINT macro
141 static UINT timer_id;
142 static void CALLBACK verbose_stats_dump(UINT, UINT, DWORD_PTR, DWORD_PTR, DWORD_PTR);
    [all...]
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 139 static UInt
144 UInt ret = 0;
188 static UInt
196 UInt ret = 0;
197 UInt p = (UInt)pL;
249 UInt vprintf_wrk ( void(*send)(HChar), const HChar *format, va_list vargs )
251 UInt ret = 0;
326 (ULong)(va_arg (vargs, UInt)));
341 (ULong)(va_arg (vargs, UInt)));
431 typedef unsigned int uint; typedef
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 31 typedef unsigned int uint; typedef
57 typedef unsigned int UInt;
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 70 typedef uint32_t uint; typedef
    [all...]
  /external/chromium_org/third_party/libevent/
evdns.c 135 typedef unsigned int uint; typedef
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 323 typedef unsigned int uint; typedef
1203 typedef unsigned int UInt;
1263 static UInt
1268 UInt ret = 0;
1312 static UInt
1320 UInt ret = 0;
1321 UInt p = (UInt)pL;
1373 UInt vprintf_wrk ( )
1397 static UInt vex_printf ( const char *format, ...
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2379 uint = c_uint variable
    [all...]

Completed in 1623 milliseconds

1 2 34 5