HomeSort by relevance Sort by last modified time
    Searched defs:ZERO_PAD (Results 1 - 5 of 5) sorted by null

  /ndk/sources/android/support/src/stdio/
vfwprintf.c 41 #define ZERO_PAD (1U<<'0'-' ')
47 #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
356 "0"+!(fl & ZERO_PAD),
vfprintf.c 49 #define ZERO_PAD (1U<<'0'-' ')
55 #define FLAGMASK (ALT_FORM|ZERO_PAD|LEFT_ADJ|PAD_POS|MARK_POS|GROUPED)
199 if (fl & (LEFT_ADJ | ZERO_PAD) || l >= w) return;
253 pad(f, ' ', w, 3+pl, fl&~ZERO_PAD);
306 pad(f, '0', w, pl+l, fl^ZERO_PAD);
423 pad(f, '0', w, pl+l, fl^ZERO_PAD);
574 if (fl & LEFT_ADJ) fl &= ~ZERO_PAD;
614 if (p>=0) fl &= ~ZERO_PAD;
623 fl &= ~ZERO_PAD;
644 fl &= ~ZERO_PAD;
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/2.0.1/
jFormatString-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/
jFormatString-3.0.0.jar 

Completed in 193 milliseconds