Home
last modified time | relevance | path

Searched refs:SIZE_T_ARG (Results 1 – 25 of 43) sorted by relevance

12

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/pilotfile/
H A DFileHandler.h87 SIZE_T_ARG in readString()
89 SIZE_T_ARG in readString()
H A DBinaryFileHandler.cpp134 …mprintf(("PLR => WARNING: Advancing to the next section. " SIZE_T_ARG " bytes were skipped!\n", _s… in nextSection()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/cutscene/
H A Dmovie.cpp85 y = print_string(x, y, "Audio Queue size: " SIZE_T_ARG, audio_queue_size); in showVideoInfo()
86 y = print_string(x, y, "Video Queue size: " SIZE_T_ARG, state.decoder->getVideoQueueSize()); in showVideoInfo()
92 print_string(x, y, "Video buffer size: " SIZE_T_ARG "B", total_size); in showVideoInfo()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/globalincs/toolchain/
H A Ddoxygen.h39 #define SIZE_T_ARG "%zu" macro
H A Dgcc.h62 #define SIZE_T_ARG "%zu" macro
H A Dmingw.h59 #define SIZE_T_ARG "%zu" macro
H A Dmsvc.h60 #define SIZE_T_ARG "%Iu" macro
H A Dclang.h63 #define SIZE_T_ARG "%zu" macro
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/sexp/
H A DLuaSEXP.cpp243 "Wrong number of return values for Lua SEXP '%s'! Expected 1, got " SIZE_T_ARG ".", in getSexpReturnValue()
256 "Wrong number of return values for Lua SEXP '%s'! Expected 1, got " SIZE_T_ARG ".", in getSexpReturnValue()
269 "Wrong number of return values for Lua SEXP '%s'! Expected 0, got " SIZE_T_ARG ".", in getSexpReturnValue()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/cfile/
H A Dcfilecompression.cpp110 …nvalid offset values detected while seeking! Goal was " SIZE_T_ARG ", lib_offset is " SIZE_T_ARG "… in fso_fseek()
H A Dcfilearchive.cpp182 …nvalid offset values detected while seeking! Goal was " SIZE_T_ARG ", lib_offset is " SIZE_T_ARG "… in cfseek()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/scripting/
H A Dade.cpp253 Assertion(idx < _table_entries.size(), "Invalid index " SIZE_T_ARG " specified!", idx); in getEntry()
258 Assertion(idx < _table_entries.size(), "Invalid index " SIZE_T_ARG " specified!", idx); in getEntry()
331 …LuaError(L, "ade_table_entry::SetTable - Could not set data for '%s' (" SIZE_T_ARG ")", GetName(),… in SetTable()
369 "ade_table_entry::SetTable - Could not set upvalue for '%s' (" SIZE_T_ARG ")", in SetTable()
387 …LuaError(L, "ade_table_entry::SetTable - Could not instance '%s' (" SIZE_T_ARG ")", GetName(), Idx… in SetTable()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/globalincs/
H A Dsafe_strings.h40 …ror(file, line,"%s: String error. Please Report.\nTrying to put into " SIZE_T_ARG " byte buffer:\n…
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/menuui/
H A Dcredits.cpp395 …= (size_t)numLines, "split_str reported %d lines but vector contains " SIZE_T_ARG " entries!", num… in credits_parse_table()
398 …Something has gone wrong while splitting strings. Got " SIZE_T_ARG " lines but only " SIZE_T_ARG "… in credits_parse_table()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/scripting/api/
H A DLuaCoroutineRunner.cpp101 "Wrong number of yielded values. Should be 1 but is " SIZE_T_ARG, in resumeCoroutine()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudartillery.cpp78 sprintf(s.name, "SSM " SIZE_T_ARG, Ssm_info.size()); in parse_ssm()
269 …UNREACHABLE("Unknown shape '%d' in SSM type #" SIZE_T_ARG " ('%s'). This should not be possible; g… in ssm_get_random_start_pos()
H A Dhudshield.cpp518 …t_timers.empty(), "Shield hit info object for object '%s' has a size " SIZE_T_ARG " shield_hit_tim… in hud_shield_quadrant_hit()
519 … for object '%s' has a hull_hit_index of %d (should be between 0 and " SIZE_T_ARG "); get a coder!… in hud_shield_quadrant_hit()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dparselo.cpp788 …error_display(0, "Token too long: [%s]. Length = " SIZE_T_ARG ". Max is %i.\n", next_tokens(), s… in copy_to_eoln()
837 …error_display(0, "Token too long: [%s]. Length = " SIZE_T_ARG ". Max is %i.\n", next_tokens(), s… in copy_to_next_white()
916 nprintf(("Error", "Error. Too much text (" SIZE_T_ARG " chars, %i allowed) before %s\n", in copy_text_until()
1137 error_display(0, "String too long. Length = " SIZE_T_ARG ". Max is %i.\n", len, max); in get_string()
1237 …error_display(0, "Token too long: [%s]. Length = " SIZE_T_ARG ". Max is %i.\n", read_str, strlen… in stuff_string()
2787 …error_display(0, "Too many items in %s list. Found " SIZE_T_ARG "; max is " SIZE_T_ARG ". List h… in stuff_token_list()
2852 …error_display(0, "Too many items in %s list. Found " SIZE_T_ARG "; max is " SIZE_T_ARG ". List h… in stuff_string_list()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/mod_table/
H A Dmod_table.cpp156 …error_display(0, "Token too long: [%s]. Length = " SIZE_T_ARG ". Max is " SIZE_T_ARG ".", temp, … in parse_mod_table()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/utils/
H A DHeapAllocator.cpp184 Assertion(lastEnd != range.offset, "Found unmerged ranges at offset " SIZE_T_ARG "!", lastEnd); in checkRangesMerged()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/weapon/
H A Dmuzzleflash.cpp202 …Warning(LOCATION, "Muzleflash \"%s\", blob [%d/" SIZE_T_ARG "]\nMuzzleflash blob \"%s\" not found!… in mflash_page_in()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/fred2/
H A Ddumpstats.cpp395 temp.Format("\ttotal_waypoints: " SIZE_T_ARG "\r\n", total_waypoints); in get_object_stats()
409 temp.Format("\ttotal_jumpnodes: " SIZE_T_ARG "\r\n", Jump_nodes.size()); in get_object_stats()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/software/
H A DFontManager.cpp296 …mprintf(("Couldn't allocate " SIZE_T_ARG " bytes for reading font file \"%s\"!\n", size, fileName.… in loadNVGFont()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/bmpman/
H A Dbmpman.cpp461 dc_printf("Total RAM usage: " SIZE_T_ARG " bytes\n", bm_texture_ram);
477 dc_printf("Total RAM usage before flush: " SIZE_T_ARG " bytes\n", bm_texture_ram);
485 dc_printf("Total RAM after flush: " SIZE_T_ARG " bytes\n", bm_texture_ram);
2125 …nprintf(("apng", "locking apng frame: %s (%i|%i|%i) (%f) " SIZE_T_ARG "\n", be->filename, bpp, bmp… in bm_lock_apng()
3180 SIZE_T_ARG in find_block_of()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/localization/
H A Dlocalize.cpp888 …error_display(0, "Token too long: [%s]. Length = " SIZE_T_ARG ". Max is " SIZE_T_ARG ".\n", xstr… in lcl_ext_localize_sub()

12