OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nCur
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h
64
UINT
nCur
;
70
p->
nCur
= 0;
/external/chromium_org/third_party/sqlite/src/src/
recover.c
316
unsigned
nCur
= 0; /* Byte offset within current varint. */
326
nCur
++;
327
if(
nCur
==9 || !(pData[i]&0x80) ){
329
nCur
= 0;
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 864 milliseconds