OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nPad
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
printf.c
607
int
nPad
= width - length;
608
for(i=width; i>=
nPad
; i--){
609
bufpt[i] = bufpt[i-
nPad
];
612
while(
nPad
-- ) bufpt[i++] = '0';
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 387 milliseconds