OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qidx
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/coregrind/m_debuginfo/
readstabs.c
160
Int
qidx
= 0;
local
187
string, qlen, string[qlen-1],
qidx
, qbuflen);
191
if ((
qidx
+ qlen) >= qbuflen) {
196
while ((
qidx
+ qlen) >= qbuflen)
199
VG_(memcpy)(n, qbuf,
qidx
);
206
VG_(memcpy)(&qbuf[
qidx
], string, qlen);
207
qidx
+= qlen;
209
qbuf[
qidx
] = '\0';
228
string = ML_(addStr)(di, qbuf,
qidx
);
Completed in 130 milliseconds