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

1 2 34

  /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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
types.h 76 typedef unsigned int uint; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
types.h 153 typedef unsigned int uint; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
types.h 76 typedef unsigned int uint; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
types.h 153 typedef unsigned int uint; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
types.h 76 typedef unsigned int uint; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
types.h 153 typedef unsigned int uint; typedef
  /external/tcpdump/
tcpdump.c 56 #define uint UINT macro
122 static UINT timer_id;
123 static void CALLBACK verbose_stats_dump(UINT, UINT, DWORD_PTR, DWORD_PTR, DWORD_PTR);
1366 void CALLBACK verbose_stats_dump (UINT timer_id _U_, UINT msg _U_, DWORD_PTR arg _U_,
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.h 66 UINT wMsgFilterMin, UINT wMsgFilterMax) {
72 UINT wMsgFilterMin, UINT wMsgFilterMax) {
167 typedef unsigned int uint; typedef in namespace:google::protobuf
672 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/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
760 ELEMENT_AT(uint, RS_TYPE_UNSIGNED_32, 1)
    [all...]
  /external/chromium/third_party/libevent/
evdns.c 135 typedef unsigned int 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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2379 uint = c_uint variable
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 3449 function uint(value) { function
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 5657 milliseconds

1 2 34