rockbox/firmware/include
Thomas Martitz 5296af838c Buflib: Clarification about invalid handles
* Enhance allocation function comments to better state the return value and what an invalid value is
* Change clients to check for "< 0" instead of "<= 0" or "== 0"
* Return -1 or -2 depending on the exact failure in buflib_alloc_ex.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30469 a1c6a512-1295-4272-9138-f99709370657
2011-09-07 23:16:29 +00:00
..
_ansi.h
assert.h
buffer.h GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions. 2011-08-14 15:13:00 +00:00
buflib.h Buflib: Clarification about invalid handles 2011-09-07 23:16:29 +00:00
core_alloc.h GSoC/Buflib: Add buflib memory alocator to the core. 2011-08-30 14:01:33 +00:00
crc32-mi4.h
crc32.h
dbgcheck.h
diacritic.h
dir.h Also PREFIX() other filesystem functions. I hope I got them all now... 2010-12-29 20:10:11 +00:00
dir_uncached.h RaaA: Add initial Pandora support 2011-02-27 23:42:37 +00:00
dircache.h Dircache: Allow dircache to be enabled without reboot. 2011-08-30 21:07:46 +00:00
file.h RaaA: Add initial Pandora support 2011-02-27 23:42:37 +00:00
font_cache.h
format.h format() (and its alias vuprintf) return values are uncheck -> void 2010-09-20 08:55:45 +00:00
gcc_extensions.h FS#12120. Convert FRACMUL macros into inline functions and fix typecasting for 64 bit platforms so that sims produce the same results as targets. Tweak the cf inline asm to not require an immediate value but add a FORCE_INLINE attribute to one of the cf functions to make sure it gets inlined as that saves both codesize and cycles. 2011-05-24 10:44:12 +00:00
lru.h
memset16.h Move memset6() declaration to string-extra.h, kills a warning compiling for android since it ships a memory.h. 2010-08-12 13:55:01 +00:00
rbunicode.h
strcasecmp.h
strcasestr.h Fix tabs in .c and .h files in firmware/ 2011-05-08 11:37:18 +00:00
string-extra.h Move memset6() declaration to string-extra.h, kills a warning compiling for android since it ships a memory.h. 2010-08-12 13:55:01 +00:00
strlcat.h
strlcpy.h
strnatcmp.h
strtok_r.h
timefuncs.h