Home
last modified time | relevance | path

Searched refs:stringIndex (Results 1 – 3 of 3) sorted by relevance

/haiku/src/system/kernel/
H A Dsyscalls.cpp351 int32 stringIndex = 0; in PreSyscall() local
362 if (stringIndex < MAX_PARAM_STRINGS) { in PreSyscall()
363 fParameterStrings[stringIndex++] in PreSyscall()
379 int32 stringIndex = 0; in AddDump() local
405 if (stringIndex < MAX_PARAM_STRINGS in AddDump()
409 fParameterStrings[stringIndex++]); in AddDump()
H A Delf.cpp2565 size_t stringIndex = 0; in elf_add_memory_image_symbol() local
2568 stringIndex = stringTableSize; in elf_add_memory_image_symbol()
2575 memcpy(stringTable + stringIndex, name, nameSize); in elf_add_memory_image_symbol()
2590 symbol.st_name = stringIndex; in elf_add_memory_image_symbol()
/haiku/src/kits/interface/
H A DTextView.cpp5968 ssize_t stringIndex = 0; in _FilterDisallowedChars() local
5974 while (stringIndex < runArray->runs[i].offset in _FilterDisallowedChars()
5975 && stringIndex < length) { in _FilterDisallowedChars()
5977 reinterpret_cast<void*>(text[stringIndex]))) { in _FilterDisallowedChars()
5978 memmove(text + stringIndex, text + stringIndex + 1, in _FilterDisallowedChars()
5979 length - stringIndex - 1); in _FilterDisallowedChars()
5984 stringIndex++; in _FilterDisallowedChars()
5989 while (stringIndex < length) { in _FilterDisallowedChars()
5991 reinterpret_cast<void*>(text[stringIndex]))) { in _FilterDisallowedChars()
5992 memmove(text + stringIndex, text + stringIndex + 1, in _FilterDisallowedChars()
[all …]