Home
last modified time | relevance | path

Searched refs:end (Results 1 – 21 of 21) sorted by relevance

/RvlSDK-3.2/build/libraries/os/src/
DOSAlloc.c292 static BOOL DLOverlap(Cell* list, void* start, void* end) in DLOverlap() argument
298 if (RangeOverlap(cell, (char*) cell + cell->size, start, end)) in DLOverlap()
446 void* end = (void*) ROUND(*rend, ALIGNMENT); in OSAllocFixed() local
449 ASSERTMSG(start < end, OS_ERR_ALLOCFIXED_INVRANGE); in OSAllocFixed()
450 ASSERTMSG(RangeSubset(start, end, ArenaStart, ArenaEnd), in OSAllocFixed()
459 if (DLOverlap(hd->allocated, start, end)) in OSAllocFixed()
463 start, end); in OSAllocFixed()
490 if ((char*) end <= (char*) cell) in OSAllocFixed()
493 if (InRange(cell, (char*) start - HEADERSIZE, end) && in OSAllocFixed()
494 InRange((char*) cellEnd, start, (char*) end + MINOBJSIZE)) in OSAllocFixed()
[all …]
/RvlSDK-3.2/X86/bin/
Dsetsmem2size.bat7 goto end
13 goto end
45 goto end
66 goto end
70 goto end
78 :end label
Dsetinitialcode.bat9 goto end
23 goto end
30 :end label
Dsetcompanycode.bat9 goto end
23 goto end
30 :end label
Dsetcountrycode.bat11 goto end
16 goto end
23 goto end
84 goto end
91 :end label
/RvlSDK-3.2/build/libraries/mem/src/
Dmem_expHeap.c54 void* end; member
391 region->end = GetMBlockEndAddr_(block); in GetRegionOfMBlock_()
529 block->blockSize = GetOffsetFromPtr( GetMemPtrForMBlock_(block), pRegion->end ); in InitMBlock_()
590 region.end = pHeapHd->heapEnd; in InitExpHeap_()
630 freeRgnB.end = freeRgnT.end; in AllocUsedBlockFromFreeBlock_()
632 freeRgnT.end = SubU32ToPtr( mblock, sizeof(MEMiExpHeapMBlockHead) ); in AllocUsedBlockFromFreeBlock_()
637 …if ( ( GetOffsetFromPtr(freeRgnT.start, freeRgnT.end) < sizeof(MEMiExpHeapMBlockHead) + MIN_FREE_B… in AllocUsedBlockFromFreeBlock_()
640 freeRgnT.end = freeRgnT.start; // include the alignment value for the block being used in AllocUsedBlockFromFreeBlock_()
648 …if ( ( GetOffsetFromPtr(freeRgnB.start, freeRgnB.end) < sizeof(MEMiExpHeapMBlockHead) + MIN_FREE_B… in AllocUsedBlockFromFreeBlock_()
651 freeRgnB.start= freeRgnB.end; // include the block being used in AllocUsedBlockFromFreeBlock_()
[all …]
/RvlSDK-3.2/include/revolution/os/
DOSReset.h219 void OSGetSaveRegion ( void** start, void** end );
220 void OSGetSavedRegion ( void** start, void** end );
221 void OSSetSaveRegion ( void* start, void* end );
DOSAlloc.h84 void* end);
90 void* end);
/RvlSDK-3.2/build/demos/wpaddemo/src/
Dmemory.c63 OSTime end[WPAD_MAX_CONTROLLERS]; variable
158 end[chan] = OSGetTime(); in ReadCallback()
159 ms = OSTicksToMilliseconds(OSDiffTick(end[chan], start[chan])); in ReadCallback()
190 end[chan] = OSGetTime(); in WriteCallback()
191 ms = OSTicksToMilliseconds(OSDiffTick(end[chan], start[chan])); in WriteCallback()
/RvlSDK-3.2/build/demos/darchdemo/src/
Ddarchdemo.c191 OSTime start, end; in main() local
212 end = OSGetTime(); in main()
215 OSReport(" DARCHCreate()Time : %d us\n", OSTicksToMicroseconds(end - start)); in main()
/RvlSDK-3.2/build/demos/gddemo/src/
Dgd-light-create.c38 static void SendPartOfTorus ( u32 start, u32 end );
163 static void SendPartOfTorus ( u32 start, u32 end ) in SendPartOfTorus() argument
169 for ( i = start ; i < end ; i++ ) in SendPartOfTorus()
/RvlSDK-3.2/include/revolution/
Dseq.h58 u8 *end; // pointer to end of track member
80 u32 end; // flag end of sequence member
/RvlSDK-3.2/build/libraries/mem/include/
DheapCommoni.h105 GetOffsetFromPtr( const void* start, const void* end ) in GetOffsetFromPtr() argument
107 return GetUIntPtr(end) - GetUIntPtr(start); in GetOffsetFromPtr()
/RvlSDK-3.2/build/libraries/seq/src/
Dseq.c231 sequence->end = 1; in __SEQTrackEnd()
360 if (track->current >= track->end) in __SEQRunEvent()
392 track->end = p + bytes; in __SEQInitTracks()
567 if (sequence->end) in SEQRunAudioFrame()
709 sequence->end = 0; in SEQSetState()
/RvlSDK-3.2/build/demos/videmo/src/
Dviewer.c148 BOOL end; member
259 ip->end = FALSE; in idle()
266 ip->end = TRUE; in idle()
419 if (ip.end) in printOneLevel()
/RvlSDK-3.2/build/demos/hio2demo/HioIf/include/
DHio2IfErr.str36 // end of HioUsbIfErr.str
/RvlSDK-3.2/build/libraries/demo/src/
DDEMOPuts.c667 char* end; in DEMORFPutsEx() local
686 end = string + length; in DEMORFPutsEx()
688 while (*string && string < end) in DEMORFPutsEx()
/RvlSDK-3.2/build/tools/dspadpcm/src/
Dmain.c199 BYTE *end; in findext() local
205 end = ptr; in findext()
210 return(end); in findext()
/RvlSDK-3.2/build/tools/TexConv/sample/
Dsample.tcs27 ; end the path with a '/'
/RvlSDK-3.2/
Dreadme-RVL_SDK-3_2.txt86 …To use all or part of the data from an application, you must comply with an end-user license agree…
88 The end-user license agreement is found in the following directory.
Dreadme-RVL_SDK-3_2-patch2.txt85 …To use all or part of the data from an application, you must comply with an end-user license agree…
87 The end-user license agreement is found in the following directory.