/external/chromium_org/third_party/lzma_sdk/ |
chromium.patch | 14 < static UInt32 CheckFlag(UInt32 flag) 52 < static void MyCPUID(UInt32 function, UInt32 *a, UInt32 *b, UInt32 *c, UInt32 *d) 58 < UInt32 a2, b2, c2, d2; 106 < static UInt32 kVendors[][3] = 118 < const UInt32 *v = kVendors[i] [all...] |
/external/marisa-trie/tests/ |
tail-test.cc | 17 ASSERT(tail.total_size() == sizeof(marisa::UInt32)); 24 ASSERT(tail.total_size() == sizeof(marisa::UInt32)); 27 marisa::Vector<marisa::UInt32> offsets; 33 ASSERT(tail.total_size() == (sizeof(marisa::UInt32) + tail.size())); 45 ASSERT(tail.total_size() == (sizeof(marisa::UInt32) + tail.size())); 55 ASSERT(tail.total_size() == (sizeof(marisa::UInt32) + tail.size())); 73 ASSERT(tail.total_size() == (sizeof(marisa::UInt32) + tail.size())); 80 ASSERT(tail.total_size() == (sizeof(marisa::UInt32) + tail.size())); 82 for (marisa::UInt32 i = 0; i < keys.size(); ++i) { 92 ASSERT(tail.total_size() == sizeof(marisa::UInt32)); [all...] |
/external/marisa-trie/v0_1_5/tests/ |
tail-test.cc | 17 ASSERT(tail.total_size() == sizeof(marisa_alpha::UInt32)); 24 ASSERT(tail.total_size() == sizeof(marisa_alpha::UInt32)); 27 marisa_alpha::Vector<marisa_alpha::UInt32> offsets; 33 ASSERT(tail.total_size() == (sizeof(marisa_alpha::UInt32) + tail.size())); 45 ASSERT(tail.total_size() == (sizeof(marisa_alpha::UInt32) + tail.size())); 55 ASSERT(tail.total_size() == (sizeof(marisa_alpha::UInt32) + tail.size())); 73 ASSERT(tail.total_size() == (sizeof(marisa_alpha::UInt32) + tail.size())); 80 ASSERT(tail.total_size() == (sizeof(marisa_alpha::UInt32) + tail.size())); 82 for (marisa_alpha::UInt32 i = 0; i < keys.size(); ++i) { 93 ASSERT(tail.total_size() == sizeof(marisa_alpha::UInt32)); [all...] |
/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...] |
/external/chromium_org/base/ |
bits.h | 17 inline int Log2Floor(uint32 n) { 21 uint32 value = n; 24 uint32 x = value >> shift; 35 inline int Log2Ceiling(uint32 n) {
|
/external/chromium_org/chrome/browser/media_galleries/linux/ |
snapshot_file_details.cc | 48 bool SnapshotFileDetails::AddBytesWritten(uint32 bytes_written) { 62 uint32 SnapshotFileDetails::BytesToRead() const { 64 static const uint32 kReadChunkSize = 1024 * 1024; 67 base::checked_numeric_cast<uint32>(file_info_.size) - bytes_written_);
|
/external/chromium_org/courgette/ |
disassembler_elf_32_arm.h | 55 static CheckBool Compress(ARM_RVA type, uint32 arm_op, RVA rva, 56 uint16* c_op /* out */, uint32* addr /* out */); 58 static CheckBool Decompress(ARM_RVA type, uint16 c_op, uint32 addr, 59 uint32* arm_op /* out */);
|
/external/chromium_org/gpu/command_buffer/client/ |
buffer_tracker.h | 30 uint32 shm_offset, 53 uint32 shm_offset() const { 73 uint32 transfer_ready_token() const { 84 uint32 shm_offset_;
|
/external/chromium_org/media/base/ |
pipeline_status.h | 49 uint32 audio_bytes_decoded; // Should be uint64? 50 uint32 video_bytes_decoded; // Should be uint64? 51 uint32 video_frames_decoded; 52 uint32 video_frames_dropped;
|
/external/chromium_org/media/cast/audio_receiver/ |
audio_decoder.h | 23 typedef std::map<uint32, uint32> FrameIdRtpTimestampMap; 40 uint32* rtp_timestamp); 63 uint32 last_played_out_timestamp_;
|
/external/chromium_org/media/cast/net/ |
cast_net_defines.h | 20 uint32 MapTo32bitsFrameId(const uint8 over_the_wire_frame_id) { 29 uint32 wrap_count = frame_id_wrap_count_; 70 static const uint32 kStartFrameId = GG_UINT32_C(0xffffffff); 73 uint32 frame_id_wrap_count_;
|
/external/chromium_org/ppapi/proxy/ |
plugin_array_buffer_var.h | 23 explicit PluginArrayBufferVar(uint32 size_in_bytes); 24 PluginArrayBufferVar(uint32 size_in_bytes, 31 virtual uint32 ByteLength() OVERRIDE; 44 uint32 size_in_bytes_;
|
/external/chromium_org/ui/base/ime/chromeos/ |
mock_ime_input_context_handler.h | 19 uint32 cursor_pos; 25 uint32 length; 33 uint32 cursor_pos, 35 virtual void DeleteSurroundingText(int32 offset, uint32 length) OVERRIDE;
|
/external/libnfc-nci/src/adaptation/ |
android_logmsg.cpp | 31 void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...); 43 void ScrLog (UINT32 trace_set_mask, const char *fmt_str, ...) 64 void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...) 68 UINT32 trace_type = trace_set_mask & 0x07; //lower 3 bits contain trace type
|
/external/libyuv/files/source/ |
video_common.cc | 22 uint32 alias; 23 uint32 canonical; 41 uint32 CanonicalFourCC(uint32 fourcc) {
|
/external/lzma/C/ |
Sha256.h | 15 UInt32 state[8];
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zHandler.h | 84 UInt32 _numThreads;
87 UInt32 _crcSize;
96 , UInt32 numThreads
106 bool IsEncrypted(UInt32 index2) const;
|
/external/lzma/CPP/7zip/Compress/ |
BcjCoder.h | 12 UInt32 _prevMask;
|
PpmdDecoder.h | 39 HRESULT CodeSpec(Byte *memStream, UInt32 size);
57 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
63 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
|
/external/lzma/CPP/Common/ |
IntToString.cpp | 7 void ConvertUInt64ToString(UInt64 value, char *s, UInt32 base)
45 void ConvertUInt32ToString(UInt32 value, char *s) { ConvertUInt64ToString(value, s); }
46 void ConvertUInt32ToString(UInt32 value, wchar_t *s) { ConvertUInt64ToString(value, s); }
68 void ConvertUInt32ToHexWithZeros(UInt32 value, char *s)
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_WasInit.3 | 22 Uint32 subsystem_init; 49 Uint32 subsystem_mask=SDL_INIT_VIDEO|SDL_INIT_AUDIO;
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_endian.h | 108 static __inline__ Uint32 SDL_Swap32(Uint32 x) 114 static __inline__ Uint32 SDL_Swap32(Uint32 x) 120 static __inline__ Uint32 SDL_Swap32(Uint32 x) 122 Uint32 result; 130 static __inline__ Uint32 SDL_Swap32(Uint32 x) 136 static __inline__ Uint32 SDL_Swap32(Uint32 x) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/timer/nds/ |
SDL_systimer.c | 42 Uint32 SDL_GetTicks(void) 47 void SDL_Delay(Uint32 ms) 49 Uint32 now; 51 while((Uint32)timers2ms(TIMER0_DATA, TIMER1_DATA)<now+ms);
|
/frameworks/av/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...] |