HomeSort by relevance Sort by last modified time
    Searched full:uint32 (Results 26 - 50 of 1433) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/net/tools/flip_server/
streamer_interface.h 47 virtual void SetStreamID(uint32 stream_id) {}
55 virtual void NewStream(uint32 stream_id, uint32 priority,
57 virtual void SendEOF(uint32 stream_id) {}
58 virtual void SendErrorNotFound(uint32 stream_id) {}
59 virtual void SendOKResponse(uint32 stream_id, std::string output) {}
60 virtual size_t SendSynStream(uint32 stream_id, const BalsaHeaders& headers);
61 virtual size_t SendSynReply(uint32 stream_id, const BalsaHeaders& headers);
62 virtual void SendDataFrame(uint32 stream_id, const char* data, int64 len,
63 uint32 flags, bool compress) {
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
Functions.h 48 /** writes a 32 bit word to memory; returns bbs_SIZEOF16( uint32 ) */
49 uint32 bbs_memWrite32( const void* ptrA,
52 /** reads a 32 bit word from memory; returns bbs_SIZEOF16( uint32 ) */
53 uint32 bbs_memRead32( void* ptrA,
57 uint32 bbs_memPeek32( const uint16* memPtrA );
60 uint32 bbs_memWrite16( const void* ptrA,
64 uint32 bbs_memRead16( void* ptrA,
67 /** writes a 32 bit word array to memory; sizeA specifies number of words in array; returns bbs_SIZEOF16( uint32 ) * sizeA */
68 uint32 bbs_memWrite32Arr( struct bbs_Context* cpA,
70 uint32 sizeA, uint16* memPtrA )
    [all...]
Math.h 57 uint16 bbs_sqrt32( uint32 valA );
68 uint16 bbs_fastSqrt32( uint32 valA );
73 uint32 bbs_invSqrt32( uint32 valA );
83 uint32 bbs_intLog2( uint32 valA );
90 uint32 bbs_pow2M1( uint32 valA );
97 uint32 bbs_pow2( int32 valA );
108 uint32 bbs_exp( int32 valA )
    [all...]
Functions.c 47 uint32 bbs_memWrite32( const void* ptrA,
50 uint32 valL = *( uint32* )ptrA;
61 return bbs_SIZEOF16( uint32 );
66 uint32 bbs_memRead32( void* ptrA,
69 uint32 valL = 0;
72 valL |= ( ( uint32 )bbs_swapBytes( *memPtrA++ ) << 0 );
73 valL |= ( ( uint32 )bbs_swapBytes( *memPtrA++ ) << 16 );
75 valL |= ( ( uint32 )*memPtrA++ << 0 );
76 valL |= ( ( uint32 )*memPtrA++ << 16 )
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
portallocator.h 45 const uint32 PORTALLOCATOR_DISABLE_UDP = 0x01;
46 const uint32 PORTALLOCATOR_DISABLE_STUN = 0x02;
47 const uint32 PORTALLOCATOR_DISABLE_RELAY = 0x04;
48 const uint32 PORTALLOCATOR_DISABLE_TCP = 0x08;
49 const uint32 PORTALLOCATOR_ENABLE_SHAKER = 0x10;
51 const uint32 kDefaultPortAllocatorFlags = 0;
55 explicit PortAllocatorSession(uint32 flags) : flags_(flags) {}
60 uint32 flags() const { return flags_; }
61 void set_flags(uint32 flags) { flags_ = flags; }
75 uint32 generation() { return generation_;
    [all...]
  /external/dbus/test/data/valid-messages/
dict.message 17 STRING 'uint32'
18 TYPE UINT32
19 UINT32 0x8765432
36 TYPE UINT32
standard-acquire-service.message 24 TYPE UINT32
25 UINT32 0
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_pixels_c.h 30 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
32 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
  /external/bluetooth/bluez/test/
service-record.dtd 3 <!ELEMENT attribute (sequence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|nil)+>
6 <!ELEMENT sequence (sequence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|uint128|int8|int16|int32|int64|int128|nil)+>
8 <!ELEMENT alternate (sequence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|uint128|int8|int16|int32|int64|int128|nil)+>
34 <!ELEMENT uint32 EMPTY>
35 <!ATTLIST uint32 value CDATA #REQUIRED>
36 <!ATTLIST uint32 name CDATA>
  /external/chromium/third_party/libjingle/source/talk/base/
md5.h 25 typedef long unsigned int uint32; typedef
31 uint32 buf[4];
32 uint32 bits[2];
33 uint32 in[16];
39 void MD5Transform(uint32 buf[4], uint32 const in[16]);
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_adv_b_add.cpp 91 uint32 pred_word, word1, word2;
99 tmp = (uint32)prev & 0x3;
106 *((uint32*)(pred_block += offset2)) = *((uint32*)prev);
107 *((uint32*)(pred_block += 4)) = *((uint32*)(prev + 4));
118 word1 = *((uint32*)prev); /* read 4 bytes, b4 b3 b2 b1 */
119 word2 = *((uint32*)(prev += 4)); /* read 4 bytes, b8 b7 b6 b5 */
122 *((uint32*)(pred_block += offset2)) = pred_word;
124 word1 = *((uint32*)(prev += 4)); /* b12 b11 b10 b9 *
    [all...]
  /external/clang/test/Analysis/
keychainAPI.m 8 typedef unsigned int UInt32;
24 UInt32 *length,
29 UInt32 serviceNameLength,
31 UInt32 accountNameLength,
33 UInt32 *passwordLength,
39 UInt32 serverNameLength,
41 UInt32 securityDomainLength,
43 UInt32 accountNameLength,
45 UInt32 pathLength,
50 UInt32 *passwordLength
    [all...]
  /external/chromium/chrome/browser/history/
in_memory_url_index_cache.proto 20 required uint32 word_count = 1;
30 required uint32 item_count = 1;
36 required uint32 item_count = 1;
41 required uint32 item_count = 1;
47 required uint32 item_count = 1;
52 required uint32 item_count = 1;
66 required uint32 item_count = 1;
  /external/chromium/third_party/libjingle/source/talk/session/phone/
rtpdump.h 52 RtpDumpFileHeader(uint32 start_ms, uint32 s, uint16 p);
57 uint32 start_sec; // start of recording, the seconds part.
58 uint32 start_usec; // start of recording, the microseconds part.
59 uint32 source; // network source (multicast address).
67 RtpDumpPacket(const void* d, size_t s, uint32 elapsed, bool rtcp)
78 bool GetRtpTimestamp(uint32* ts) const;
79 bool GetRtpSsrc(uint32* ssrc) const;
82 uint32 elapsed_time; // Milliseconds since the start of recording.
112 uint32 start_time_ms_
    [all...]
  /external/neven/Embedded/common/src/b_ImageEm/
Functions.c 40 uint32 srcWidthA,
41 uint32 effWidthA,
42 uint32 effHeightA )
44 uint32 wsL = srcWidthA;
45 uint32 w0L = effWidthA;
46 uint32 h0L = effHeightA;
47 uint32 w1L = w0L >> 1;
48 uint32 h1L = h0L >> 1;
53 uint32 iL, jL;
58 *dstL = ( ( uint32 )srcL[ 0 ] + srcL[ 1 ] + srcL[ wsL ] + srcL[ wsL + 1 ] + 2 ) >> 2
    [all...]
  /external/chromium/chrome/browser/
keychain_mock_mac.h 31 UInt32 *length, void **outData) const;
35 UInt32 length, const void *data) const;
49 UInt32 serverNameLength,
51 UInt32 securityDomainLength,
53 UInt32 accountNameLength,
55 UInt32 pathLength, const char *path,
58 UInt32 passwordLength,
62 UInt32 serviceNameLength,
64 UInt32 accountNameLength,
66 UInt32 *passwordLength
    [all...]
  /external/chromium/net/disk_cache/
hash.h 17 uint32 SuperFastHash(const char * data, int len);
19 inline uint32 Hash(const char* key, size_t length) {
23 inline uint32 Hash(const std::string& key) {
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.h 65 Uint32 red;
66 Uint32 green;
67 Uint32 blue;
68 Uint32 alpha;
69 Uint32 bpp;
87 Uint32 OGLFlags; /* OpenGL flags */
88 Uint32 OGLBPP; /* OpenGL bpp */
103 Uint32 current;
104 Uint32 flags;
116 Uint32 visualbpp; /* current visual bpp *
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_wave.h 45 Uint32 FMTchunk;
46 Uint32 fmtlen;
50 Uint32 frequency; /* One of 11025, 22050, or 44100 Hz */
51 Uint32 byterate; /* Average bytes per second */
58 Uint32 magic;
59 Uint32 length;
  /external/chromium/base/
sha1_portable.cc 53 uint32 A, B, C, D, E;
55 uint32 H[5];
58 uint32 W[80];
62 uint32 cursor;
63 uint32 l;
66 static inline uint32 f(uint32 t, uint32 B, uint32 C, uint32 D)
    [all...]
  /external/clang/test/SemaCXX/
neon-vector-types.cpp 10 typedef unsigned long UInt32;
22 const UInt32 len)
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
sad_mb_offset.h 53 x10 = *((uint32*)(ref += lx)); /* D C B A */
54 x11 = *((uint32*)(ref + 4)); /* H G F E */
55 x12 = *((uint32*)(ref + 8)); /* L K J I */
57 x10 = ((uint32)x10 >> SHIFT); /* 0 0 0 D */
59 x11 = ((uint32)x11 >> SHIFT); /* 0 0 0 H */
62 x12 = *((uint32*)(blk += 16));
63 x14 = *((uint32*)(blk + 4));
73 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
76 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
79 x10 = *((uint32*)(ref + 8)); /* D C B A *
    [all...]
  /external/chromium/chrome/browser/net/
load_timing_observer.h 33 uint32 connect_job_id;
34 uint32 socket_log_id;
42 uint32 socket_log_id;
65 URLRequestRecord* GetURLRequestRecord(uint32 source_id);
109 URLRequestRecord* CreateURLRequestRecord(uint32 source_id);
110 void DeleteURLRequestRecord(uint32 source_id);
112 typedef base::hash_map<uint32, URLRequestRecord> URLRequestToRecordMap;
113 typedef base::hash_map<uint32, HTTPStreamJobRecord> HTTPStreamJobToRecordMap;
114 typedef base::hash_map<uint32, ConnectJobRecord> ConnectJobToRecordMap;
115 typedef base::hash_map<uint32, SocketRecord> SocketToRecordMap
    [all...]
  /external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.h 64 uint32 currentWidthE;
67 uint32 currentHeightE;
70 uint32 workWidthE;
73 uint32 workHeightE;
79 uint32 origWidthE;
82 uint32 origHeightE;
111 uint32 patchWidthE;
114 uint32 patchHeightE;
117 uint32 scaleExpE;
120 uint32 maxImageWidthE
    [all...]
  /hardware/ril/mock-ril/src/cpp/
msgheader.pb.h 93 // required uint32 cmd = 1;
97 inline ::google::protobuf::uint32 cmd() const;
98 inline void set_cmd(::google::protobuf::uint32 value);
100 // required uint32 length_data = 2;
104 inline ::google::protobuf::uint32 length_data() const;
105 inline void set_length_data(::google::protobuf::uint32 value);
107 // optional uint32 status = 3;
111 inline ::google::protobuf::uint32 status() const;
112 inline void set_status(::google::protobuf::uint32 value);
126 ::google::protobuf::uint32 cmd_
    [all...]

Completed in 781 milliseconds

12 3 4 5 6 7 8 91011>>