Searched refs:stringIndex (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/kernel/
H A Dsyscalls.cpp355 int32 stringIndex = 0; local
366 if (stringIndex < MAX_PARAM_STRINGS) {
367 fParameterStrings[stringIndex++]
383 int32 stringIndex = 0; local
409 if (stringIndex < MAX_PARAM_STRINGS
413 fParameterStrings[stringIndex++]);
H A Delf.cpp2563 size_t stringIndex = 0; local
2566 stringIndex = stringTableSize;
2573 memcpy(stringTable + stringIndex, name, nameSize);
2588 symbol.st_name = stringIndex;

Completed in 41 milliseconds