HomeSort by relevance Sort by last modified time
    Searched full:uint32 (Results 676 - 700 of 2805) sorted by null

<<21222324252627282930>>

  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp 62 inline uint32 UserDict::get_dict_file_size(UserDictInfo * info) {
75 uint32 ori_freq = extract_score_freq(raw_score);
178 inline void UserDict::set_lemma_flag(uint32 offset, uint8 flag) {
183 inline char UserDict::get_lemma_flag(uint32 offset) {
188 inline char UserDict::get_lemma_nchar(uint32 offset) {
193 inline uint16 * UserDict::get_lemma_spell_ids(uint32 offset) {
198 inline uint16 * UserDict::get_lemma_word(uint32 offset) {
373 uint32 i = 0;
393 uint32 i = 0;
413 uint32 i = 0
    [all...]
  /external/clearsilver/util/
skiplist.c 32 UINT32 locks; /* count of locks on value */
33 UINT32 key; /* item's key */
50 UINT32 cached; /* number of cached deleted items */
53 UINT32 readers; /* number of current readers */
63 UINT32 flushLimit; /* max number of cached deleted items before flush */
150 static NEOERR *skipAllocItem(skipItem *item, UINT32 level, UINT32 key,
239 static skipItem skipFind(skipList list, UINT32 key) {
264 void *skipSearch(skipList list, UINT32 key, void **plock) {
284 void *skipNext(skipList list, UINT32 *pkey, void **plock)
    [all...]
  /external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.c 43 uint32 proL = ptrA->maxRadiusE;
44 uint32 pwoL = ( proL << 1 ) + 1;
47 uint32 woL = ptrA->maxImageWidthE;
48 uint32 hoL = ptrA->maxImageHeightE;
96 oArrL[ kL++ ] = ( ( uint32 )iArrL[ idxL ] +
124 arrL[ kL++ ] = ( ( uint32 )arrL[ idxL ] +
140 uint32 iL;
152 uint32 iL, jL;
154 uint32 proL = ptrA->bitParamE.outerRadiusE;
155 uint32 priL = ptrA->bitParamE.innerRadiusE
    [all...]
  /external/opencore/oscl/oscl/osclutil/src/
oscl_bin_stream.h 109 void Attach(void * buffer, uint32 l_length);
117 void Attach(const uint32 numFragments, const OsclMemoryFragment * fragPtr);
125 uint32 tellg();
131 void Seek(uint32 absPosition);
137 uint32 PositionInBlock();
159 bool ReserveSpace(uint32 size);
161 bool HaveRoomInCurrentBlock(uint32 size);
179 uint32 length;
267 //! This method reads a uint32 from the stream and stores it in 'data'.
268 OsclBinIStreamLittleEndian & operator>>(uint32 & data)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_bmp.c 55 Uint32 Rmask;
56 Uint32 Gmask;
57 Uint32 Bmask;
64 Uint32 bfSize;
67 Uint32 bfOffBits;
70 Uint32 biSize;
75 Uint32 biCompression;
76 Uint32 biSizeImage;
79 Uint32 biClrUsed;
80 Uint32 biClrImportant
    [all...]
  /external/opencore/protocols/rtp_payload_parser/util/src/
latmpayloadparser.cpp 35 static uint32 BufferShowBits(uint8 *inbuf, uint32 pos1, uint32 pos2);
36 static uint32 BufferReadBits(uint8 *inbuf, uint32 *pos1, int32 len);
124 OSCL_TRY_NO_TLS(iOsclErrorTrapImp, errcode, mediaDataImpl = iMediaDataSimpleAlloc.allocate((uint32)memFragIn.getMemFrag().len));
235 OSCL_EXPORT_REF uint8 PV_LATM_Parser::compose(uint8* aData, uint32 aDataLen, uint32 aTimestamp, uint32 aSeqNum, uint32 aMbit
    [all...]
  /development/ide/xcode/ports/
SkOSWindow_Mac.cpp 104 static void getparam(EventRef inEvent, OSType name, OSType type, UInt32 size, void* data)
107 UInt32 actualSize;
137 static SkKey raw2key(UInt32 raw)
140 UInt32 fRaw;
195 UInt32 wClass = GetEventClass(inEvent);
196 UInt32 wKind = GetEventKind(inEvent);
224 UInt32 raw;
230 UInt32 raw;
  /external/dbus/test/data/valid-messages/
recursive-types.message 17 # first dict entry is an array of array of uint32
22 TYPE UINT32
  /external/dnsmasq/dbus/
DBus-interface 46 represented as a UINT32 (in network byte order) and IPv6 addresses
53 UINT32: <address1>
61 UINT32 <address1>
62 UINT32 <address2>
69 UINT32 <address1>
70 UINT32 <address2>
72 UINT32 <address3>
85 UINT32: <0.0.0.0>
  /external/opencore/baselibs/threadsafe_callback_ao/src/
threadsafe_mempool.h 42 OSCL_IMPORT_REF static ThreadSafeMemPoolFixedChunkAllocator *Create(const uint32 numchunk = 1, const uint32 chunksize = 0, Oscl_DefAlloc* gen_alloc = NULL);
55 OSCL_IMPORT_REF virtual OsclAny* allocate(const uint32 n);
98 OSCL_IMPORT_REF ThreadSafeMemPoolFixedChunkAllocator(const uint32 numchunk = 1, const uint32 chunksize = 0, Oscl_DefAlloc* gen_alloc = NULL);
112 uint32 iNumChunk;
113 uint32 iChunkSize;
114 uint32 iChunkSizeMemAligned;
  /external/opencore/codecs_v2/utilities/colorconvert/src/
ccyuv420toyuv420semi.cpp 87 uint32 *inY, *outYUV420SEMI;
88 uint32 temp, tempU, tempV;
91 if (((uint32)rgbBuf)&0x3 || ((uint32)yuvBuf[0])&0x3) /* address is not word align */
96 inY = (uint32*) yuvBuf[0];
99 outYUV420SEMI = (uint32 *)rgbBuf;
146 if (((uint32)rgbBuf)&0x3 || ((uint32)yuvBuf)&0x3) /* address is not word align */
  /external/opencore/doc/oscl_html/
classOsclFileStatsItem.html 17 <tr><td nowrap align=right valign=top>uint32&nbsp;</td><td valign=bottom><a class="el" href="classOsclFileStatsItem.html#m0">iOpCount</a></td></tr>
18 <tr><td nowrap align=right valign=top>uint32&nbsp;</td><td valign=bottom><a class="el" href="classOsclFileStatsItem.html#m1">iParam</a></td></tr>
20 <tr><td nowrap align=right valign=top>uint32&nbsp;</td><td valign=bottom><a class="el" href="classOsclFileStatsItem.html#m3">iStartTick</a></td></tr>
21 <tr><td nowrap align=right valign=top>uint32&nbsp;</td><td valign=bottom><a class="el" href="classOsclFileStatsItem.html#m4">iTotalTicks</a></td></tr>
30 <td class="md" nowrap valign="top"> uint32 OsclFileStatsItem::iOpCount
52 <td class="md" nowrap valign="top"> uint32 OsclFileStatsItem::iParam
96 <td class="md" nowrap valign="top"> uint32 OsclFileStatsItem::iStartTick
118 <td class="md" nowrap valign="top"> uint32 OsclFileStatsItem::iTotalTicks
classSendParam.html 19 <tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classSendParam.html#a0">SendParam</a> (const uint8 *&amp;aPtr, uint32 aLen, uint32 aFlags)</td></tr>
22 <tr><td nowrap align=right valign=top>uint32&nbsp;</td><td valign=bottom><a class="el" href="classSendParam.html#m1">iFlags</a></td></tr>
23 <tr><td nowrap align=right valign=top>uint32&nbsp;</td><td valign=bottom><a class="el" href="classSendParam.html#m2">iXferLen</a></td></tr>
43 <td class="md" nowrap>uint32&nbsp;</td>
49 <td class="md" nowrap>uint32&nbsp;</td>
102 <td class="md" nowrap valign="top"> uint32 SendParam::iFlags
124 <td class="md" nowrap valign="top"> uint32 SendParam::iXferLen
  /external/opencore/fileformats/mp4/parser/src/
amrsampleentry.cpp 36 AMRSampleEntry::AMRSampleEntry(MP4_FF_FILE *fp, uint32 size, uint32 type)
67 uint32 atom_type = UNKNOWN_ATOM;
68 uint32 atom_size = 0;
89 for (uint32 i = 0; i < 16; i++)
126 for (uint32 i = 0; i < _pAMRDecSpecInfoArray->size(); i++)
141 AMRSampleEntry::getDecoderSpecificInfo(uint32 index)
144 (index >= (uint32)(_pAMRDecSpecInfoArray->size())))
mediaatom.cpp 38 uint32 size,
39 uint32 type,
41 uint32 parsingMode)
50 uint32 mediaType = 0;
51 uint32 handlerType;
57 uint32 minf_fp = 0;
59 uint32 atomType = UNKNOWN_ATOM;
60 uint32 atomSize = 0;
  /external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_outport.h 84 , uint32 aInCapacity
85 , uint32 aInReserve
86 , uint32 aInThreshold
87 , uint32 aOutCapacity
88 , uint32 aOutReserve
89 , uint32 aOutThreshold);
163 uint32 getCapabilityMetric(PvmiMIOSession aSession)
179 uint32 iNumFramesGenerated; //number of source frames generated.
  /external/opencore/nodes/streaming/streamingmanager/include/
pvmf_sm_node_events.h 216 uint32 iPlaylistUrlLen;
218 uint32 iPlaylistIndex;
219 uint32 iPlaylistOffsetSec;
220 uint32 iPlaylistOffsetMillsec;
222 uint32 iPlaylistNPTSec;
223 uint32 iPlaylistNPTMillsec;
226 uint32 iPlaylistMediaNameLen;
231 uint32 iPlaylistUserDataLen;
  /external/opencore/protocols/rtsp_client_engine/src/
pvrtsp_client_engine_port.h 103 , uint32 aInCapacity
104 , uint32 aInReserve
105 , uint32 aInThreshold
106 , uint32 aOutCapacity
107 , uint32 aOutReserve
108 , uint32 aOutThreshold);
137 uint32 iChannelID;
146 uint32 iNumFramesConsumed; //number of frames consumed & discarded.
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_timer.h 46 extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
49 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
52 typedef Uint32 (SDLCALL *SDL_TimerCallback)(Uint32 interval);
82 extern DECLSPEC int SDLCALL SDL_SetTimer(Uint32 interval, SDL_TimerCallback callback);
94 typedef Uint32 (SDLCALL *SDL_NewTimerCallback)(Uint32 interval, void *param);
102 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval, SDL_NewTimerCallback callback, void *param);
  /external/qemu/distrib/sdl-1.2.12/src/audio/disk/
SDL_diskaudio.h 37 Uint32 mixlen;
38 Uint32 write_delay;
  /external/qemu/distrib/sdl-1.2.12/src/audio/macosx/
SDL_coreaudio.h 36 UInt32 bufferOffset;
37 UInt32 bufferSize;
  /external/qemu/distrib/sdl-1.2.12/src/thread/dc/
SDL_systhread.c 47 Uint32 SDL_ThreadID(void)
49 return (Uint32)thd_get_current();
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
3dfx_mmio.h 31 #define tdfx_in32(reg) *(volatile Uint32 *)(mapped_io + (reg))
34 #define tdfx_out32(reg,v) *(volatile Uint32 *)(mapped_io + (reg)) = v;
matrox_mmio.h 31 #define mga_in32(reg) *(volatile Uint32 *)(mapped_io + (reg))
34 #define mga_out32(reg,v) *(volatile Uint32 *)(mapped_io + (reg)) = v;
  /external/v8/src/
bytecodes-irregexp.h 67 V(CHECK_4_CHARS, 23, 12) /* bc8 pad24 uint32 addr32 */ \
69 V(CHECK_NOT_4_CHARS, 25, 12) /* bc8 pad24 uint32 addr32 */ \
71 V(AND_CHECK_4_CHARS, 27, 16) /* bc8 pad24 uint32 uint32 addr32 */ \
72 V(AND_CHECK_CHAR, 28, 12) /* bc8 pad8 uint16 uint32 addr32 */ \
73 V(AND_CHECK_NOT_4_CHARS, 29, 16) /* bc8 pad24 uint32 uint32 addr32 */ \
74 V(AND_CHECK_NOT_CHAR, 30, 12) /* bc8 pad8 uint16 uint32 addr32 */ \

Completed in 602 milliseconds

<<21222324252627282930>>