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

1 23 4 5 6 7 8 91011>>

  /external/chromium/base/
bits.h 18 inline int Log2Floor(uint32 n) {
22 uint32 value = n;
25 uint32 x = value >> shift;
36 inline int Log2Ceiling(uint32 n) {
  /external/chromium/third_party/libjingle/source/talk/base/
byteorder.h 60 inline void SetBE32(void* memory, uint32 v) {
80 inline uint32 GetBE32(const void* memory) {
81 return (static_cast<uint32>(Get8(memory, 0)) << 24)
82 | (static_cast<uint32>(Get8(memory, 1)) << 16)
83 | (static_cast<uint32>(Get8(memory, 2)) << 8)
84 | (static_cast<uint32>(Get8(memory, 3)) << 0);
101 inline void SetLE32(void* memory, uint32 v) {
121 inline uint32 GetLE32(const void* memory) {
122 return (static_cast<uint32>(Get8(memory, 3)) << 24)
123 | (static_cast<uint32>(Get8(memory, 2)) << 16
    [all...]
messagequeue.h 119 const uint32 MQID_ANY = static_cast<uint32>(-1);
120 const uint32 MQID_DISPOSE = static_cast<uint32>(-2);
128 inline bool Match(MessageHandler* handler, uint32 id) const {
133 uint32 message_id;
135 uint32 ts_sensitive;
145 DelayedMessage(int delay, uint32 trigger, uint32 num, const Message& msg)
154 uint32 msTrigger_
    [all...]
  /external/libyuv/files/source/
video_common.cc 21 uint32 alias;
22 uint32 canonical;
38 uint32 CanonicalFourCC(uint32 fourcc) {
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
mp4def.h 156 #define ZERO_OUT_64BYTES(x) { *((uint32*)x) = *(((uint32*)(x))+1) = \
157 *(((uint32*)(x))+2) = *(((uint32*)(x))+3) = \
158 *(((uint32*)(x))+4) = *(((uint32*)(x))+5) = \
159 *(((uint32*)(x))+6) = *(((uint32*)(x))+7) = \
160 *(((uint32*)(x))+8) = *(((uint32*)(x))+9) =
    [all...]
  /external/chromium/chrome/browser/debugger/
devtools_netlog_observer.h 72 ResourceInfo* GetResourceInfo(uint32 id);
75 typedef base::hash_map<uint32, scoped_refptr<ResourceInfo> > RequestToInfoMap;
76 typedef base::hash_map<uint32, int> RequestToEncodedDataLengthMap;
77 typedef base::hash_map<uint32, uint32> HTTPStreamJobToSocketMap;
78 typedef base::hash_map<uint32, uint32> SocketToRequestMap;
  /external/expat/amiga/
stdlib.c 31 uint32 size = sizeof(uint32) + len;
33 uint32 *mem = AllocMem(size, MEMF_SHARED);
59 uint32 mem_size = *(((uint32*)mem) - 1);
70 uint32 * size_ptr = ((uint32*)mem) - 1;
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_test_bad_identifiers.proto 74 optional uint32 uint32 = 16;
81 optional uint32 cached_size = 22;
82 optional uint32 extensions = 23;
83 optional uint32 bit = 24;
84 optional uint32 bits = 25;
85 optional uint32 offsets = 26;
86 optional uint32 reflection = 27;
95 optional uint32 int = 30;
96 optional uint32 friend = 31
    [all...]
  /external/srec/portable/src/
pmemblock.c 48 uint32 currentNumberOfPools;
68 uint32 sCurrentAllocationSize;
69 uint32 sMaximumAllocationSize;
70 uint32 sTotalAllocationSize;
72 uint32 sCurrentAllocRealSize;
73 uint32 sMaximumAllocRealSize;
74 uint32 sTotalAllocRealSize;
76 uint32 sCurrentAllocationNumber;
77 uint32 sMaximumAllocationNumber;
78 uint32 sTotalAllocationNumber
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_m4v_config_parser.h 64 uint32 numBytes;
65 uint32 bytePos;
66 uint32 bitBuf;
67 uint32 dataBitPos;
68 uint32 bitPos;
75 uint32 *pulOutData
86 uint32 *pulOutData
125 uint32 *entropy_coding_mode_flag);
133 int32 DecodePPS(mp4StreamType *psBits, uint32 *entropy_coding_mode_flag);
135 void ue_v(mp4StreamType *psBits, uint32 *codeNum)
    [all...]
ti_video_config_parser.h 32 uint32 inBytes;
38 uint32 width;
39 uint32 height;
40 uint32 profile;
41 uint32 level;
  /external/chromium/net/tools/flip_server/
output_ordering.h 24 typedef std::map<uint32, PriorityRing> PriorityMap;
34 typedef std::map<uint32, PriorityMapPointer> StreamIdToPriorityMap;
39 uint32 first_data_senders_threshold_; // when you've passed this, you're no
47 bool ExistsInPriorityMaps(uint32 stream_id);
74 void RemoveStreamId(uint32 stream_id);
  /external/neven/Embedded/common/src/b_ImageEm/
UInt16BytePyrImage.h 55 * Use function uint16* bim_UInt16BytePyrImage_arrPtr( uint32 levelA ) to obtain adress of image at given depth level
61 uint32 widthE;
64 uint32 heightE;
67 uint32 depthE;
70 uint32 typeE;
87 uint32 widthA, uint32 heightA,
88 uint32 depthA,
112 uint32 levelA );
115 uint32 bim_UInt16BytePyrImage_heapSize( struct bbs_Context* cpA
    [all...]
Functions.h 57 uint32 srcImageWidthA,
58 uint32 srcImageHeightA,
61 uint32 dstWidthA,
62 uint32 dstHeightA,
64 uint32 scaleThresholdA );
77 uint32 srcImageWidthA,
78 uint32 srcImageHeightA,
81 uint32 dstWidthA,
82 uint32 dstHeightA,
84 uint32 scaleThresholdA )
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
trxhdr.h 36 uint32 magic; /* "HDR0" */
37 uint32 len; /* Length of file including header */
38 uint32 crc32; /* 32-bit CRC from flag_version to end of file */
39 uint32 flag_version; /* 0:15 flags, 16:31 version */
40 uint32 offsets[TRX_MAX_OFFSET]; /* Offsets of partitions from start of header */
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
trxhdr.h 36 uint32 magic; /* "HDR0" */
37 uint32 len; /* Length of file including header */
38 uint32 crc32; /* 32-bit CRC from flag_version to end of file */
39 uint32 flag_version; /* 0:15 flags, 16:31 version */
40 uint32 offsets[TRX_MAX_OFFSET]; /* Offsets of partitions from start of header */
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.h 113 bool RemoveStream(uint32 ssrc);
147 void Send(uint32 id, talk_base::MessageData *pdata = NULL);
148 void Post(uint32 id, talk_base::MessageData *pdata = NULL);
149 void PostDelayed(int cmsDelay, uint32 id = 0,
151 void Clear(uint32 id = talk_base::MQID_ANY,
178 StreamMessageData(uint32 s1, uint32 s2) : ssrc1(s1), ssrc2(s2) {}
179 uint32 ssrc1;
180 uint32 ssrc2;
182 virtual void RemoveStream_w(uint32 ssrc) = 0
    [all...]
  /external/liblzf/cs/
CLZF.cs 50 UInt32 []crc_32_tab = new UInt32[256]
106 public UInt32 crc32(UInt32 OldCRC,byte NewData)
116 UInt32 HLOG=14;
117 UInt32 HSIZE=(1<<14);
125 UInt32 MAX_LIT=(1 << 5);
126 UInt32 MAX_OFF=(1 << 13);
127 UInt32 MAX_REF=((1 << 8) + (1 << 3));
129 UInt32 FRST(byte[] Array,UInt32 ptr)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_endian.h 93 static __inline__ Uint32 SDL_Swap32(Uint32 x)
99 static __inline__ Uint32 SDL_Swap32(Uint32 x)
105 static __inline__ Uint32 SDL_Swap32(Uint32 x)
107 Uint32 result;
115 static __inline__ Uint32 SDL_Swap32(Uint32 x)
121 static __inline__ Uint32 SDL_Swap32(Uint32 x)
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_endian.h 93 static __inline__ Uint32 SDL_Swap32(Uint32 x)
99 static __inline__ Uint32 SDL_Swap32(Uint32 x)
105 static __inline__ Uint32 SDL_Swap32(Uint32 x)
107 Uint32 result;
115 static __inline__ Uint32 SDL_Swap32(Uint32 x)
121 static __inline__ Uint32 SDL_Swap32(Uint32 x)
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_endian.h 93 static __inline__ Uint32 SDL_Swap32(Uint32 x)
99 static __inline__ Uint32 SDL_Swap32(Uint32 x)
105 static __inline__ Uint32 SDL_Swap32(Uint32 x)
107 Uint32 result;
115 static __inline__ Uint32 SDL_Swap32(Uint32 x)
121 static __inline__ Uint32 SDL_Swap32(Uint32 x)
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_endian.h 93 static __inline__ Uint32 SDL_Swap32(Uint32 x)
99 static __inline__ Uint32 SDL_Swap32(Uint32 x)
105 static __inline__ Uint32 SDL_Swap32(Uint32 x)
107 Uint32 result;
115 static __inline__ Uint32 SDL_Swap32(Uint32 x)
121 static __inline__ Uint32 SDL_Swap32(Uint32 x)
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_endian.h 95 static __inline__ Uint32 SDL_Swap32(Uint32 x)
101 static __inline__ Uint32 SDL_Swap32(Uint32 x)
107 static __inline__ Uint32 SDL_Swap32(Uint32 x)
109 Uint32 result;
117 static __inline__ Uint32 SDL_Swap32(Uint32 x)
123 static __inline__ Uint32 SDL_Swap32(Uint32 x)
    [all...]
  /external/chromium/net/disk_cache/
addr.h 126 static const uint32 kInitializedMask = 0x80000000;
127 static const uint32 kFileTypeMask = 0x70000000;
128 static const uint32 kFileTypeOffset = 28;
129 static const uint32 kNumBlocksMask = 0x03000000;
130 static const uint32 kNumBlocksOffset = 24;
131 static const uint32 kFileSelectorMask = 0x00ff0000;
132 static const uint32 kFileSelectorOffset = 16;
133 static const uint32 kStartBlockMask = 0x0000FFFF;
134 static const uint32 kFileNameMask = 0x0FFFFFFF;
  /external/chromium/net/websockets/
websocket_handshake.h 95 uint32 (*rand)(uint32 min, uint32 max));
96 void GenerateSecWebSocketKey(uint32* number, std::string* key);
99 uint32 number_1_;
100 uint32 number_2_;
105 static uint32 (*rand_)(uint32 min, uint32 max);

Completed in 1860 milliseconds

1 23 4 5 6 7 8 91011>>