Home
last modified time | relevance | path

Searched refs:tmpCharPtr (Results 1 – 7 of 7) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/deps/libfat/
H A Ddirectory.c944 char *tmpCharPtr; in _FAT_directory_addEntry() local
1034 tmpCharPtr = alias + MAX_ALIAS_PRI_LENGTH - 1; in _FAT_directory_addEntry()
1037 *tmpCharPtr = '0' + (j % 10); /* ASCII numeric value */ in _FAT_directory_addEntry()
1038 tmpCharPtr--; in _FAT_directory_addEntry()
1041 *tmpCharPtr = '~'; in _FAT_directory_addEntry()
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/libfat/
H A Ddirectory.c903 char *tmpCharPtr; in _FAT_directory_addEntry() local
985 tmpCharPtr = alias + MAX_ALIAS_PRI_LENGTH - 1; in _FAT_directory_addEntry()
987 *tmpCharPtr = '0' + (j % 10); // ASCII numeric value in _FAT_directory_addEntry()
988 tmpCharPtr--; in _FAT_directory_addEntry()
991 *tmpCharPtr = '~'; in _FAT_directory_addEntry()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/libfat/
H A Ddirectory.c920 char *tmpCharPtr; in _FAT_directory_addEntry() local
1002 tmpCharPtr = alias + MAX_ALIAS_PRI_LENGTH - 1; in _FAT_directory_addEntry()
1004 *tmpCharPtr = '0' + (j % 10); // ASCII numeric value in _FAT_directory_addEntry()
1005 tmpCharPtr--; in _FAT_directory_addEntry()
1008 *tmpCharPtr = '~'; in _FAT_directory_addEntry()
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfDwaCompressor.cpp1440 char *tmpCharPtr; in execute() local
1547 tmpCharPtr = (char *)&tmpShortXdr; in execute()
1548 Xdr::write<CharPtrIO>(tmpCharPtr, halfZigCoef[i].bits()); in execute()
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfDwaCompressor.cpp1440 char *tmpCharPtr; in execute() local
1547 tmpCharPtr = (char *)&tmpShortXdr; in execute()
1548 Xdr::write<CharPtrIO>(tmpCharPtr, halfZigCoef[i].bits()); in execute()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfDwaCompressor.cpp1450 char *tmpCharPtr; in execute() local
1557 tmpCharPtr = (char *)&tmpShortXdr; in execute()
1558 Xdr::write<CharPtrIO>(tmpCharPtr, halfZigCoef[i].bits()); in execute()
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfDwaCompressor.cpp1450 char *tmpCharPtr; in execute() local
1557 tmpCharPtr = (char *)&tmpShortXdr; in execute()
1558 Xdr::write<CharPtrIO>(tmpCharPtr, halfZigCoef[i].bits()); in execute()