Searched refs:outIndex (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/servers/app/drawing/html5/
H A Dbase64.cpp66 int outIndex = 0; local
76 lastOutLine = outIndex;
97 outIndex = lastOutLine;
109 out[outIndex++] = (concat & 0x00ff0000) >> 16;
111 out[outIndex++] = (concat & 0x0000ff00) >> 8;
113 out[outIndex++] = (concat & 0x000000ff);
116 return outIndex;
/haiku-fatelf/headers/private/shared/
H A Dcpu_type.h58 int outIndex = 0; local
61 outIndex += strlcpy(&buffer[outIndex], "��",
62 sizeof(buffer) - outIndex);
65 outIndex += strlcpy(&buffer[outIndex], "���",
66 sizeof(buffer) - outIndex);
75 buffer[outIndex++] = name[index];
78 buffer[outIndex] = '\0';
/haiku-fatelf/src/kits/mail/
H A Dmail_encoding.cpp178 int outIndex = 0; local
188 lastOutLine = outIndex;
209 outIndex = lastOutLine;
221 out[outIndex++] = (concat & 0x00ff0000) >> 16;
223 out[outIndex++] = (concat & 0x0000ff00) >> 8;
225 out[outIndex++] = (concat & 0x000000ff);
228 return outIndex;
/haiku-fatelf/headers/private/interface/
H A DWidthBuffer.h45 bool FindTable(const BFont* font, int32* outIndex);
/haiku-fatelf/src/kits/interface/textview_support/
H A DWidthBuffer.cpp178 \param outIndex a pointer to an int32, where the function will store
184 WidthBuffer::FindTable(const BFont* inStyle, int32* outIndex) argument
197 if (outIndex != NULL)
198 *outIndex = tableIndex;
H A DStyleBuffer.h83 int32 *outIndex);
H A DStyleBuffer.cpp143 int32 *outIndex)
148 *outIndex = i;
142 MatchRecord(const BFont *inFont, const rgb_color *inColor, int32 *outIndex) argument
/haiku-fatelf/src/apps/debugger/files/
H A DFileManager.cpp396 int32 outIndex = 0; local
402 buffer[outIndex++] = '/';
410 if (outIndex > 1)
411 outIndex--;
430 buffer[outIndex++] = *(remaining++);
435 if (outIndex == path.Length()) {
438 normalizedPath.UnlockBuffer(outIndex);
/haiku-fatelf/src/apps/deskbar/
H A DResourceSet.h69 size_t* outIndex);

Completed in 127 milliseconds