HomeSort by relevance Sort by last modified time
    Searched refs:is_long (Results 1 - 10 of 10) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
printf.h 41 unsigned int is_long:1; /* l flag. */ member in struct:printf_info
  /external/valgrind/main/coregrind/
m_debuglog.c 747 Bool is_long, caps; local
814 if (0 == n_ls) { is_long = False; }
815 else if (1 == n_ls) { is_long = ( sizeof(void*) == sizeof(Long) ); }
816 else { is_long = True; }
824 if (is_long)
833 if (is_long)
841 if (is_long)
863 if (is_long)
  /external/libxml2/
triop.h 107 void trio_set_long TRIO_PROTO((trio_pointer_t ref, int is_long));
  /external/protobuf/python/google/protobuf/
text_format.py 420 result = self._ParseInteger(self.token, is_signed=True, is_long=False)
436 result = self._ParseInteger(self.token, is_signed=False, is_long=False)
452 result = self._ParseInteger(self.token, is_signed=True, is_long=True)
468 result = self._ParseInteger(self.token, is_signed=False, is_long=True)
565 def _ParseInteger(self, text, is_signed=False, is_long=False):
571 is_long: True if a long integer must be parsed.
593 checker = self._INTEGER_CHECKERS[2 * int(is_long) + int(is_signed)]
  /external/valgrind/main/exp-ptrcheck/tests/
hackedbz2.c 1146 Bool is_long; local
1170 is_long = False;
1198 is_long = True;
1204 if (is_long)
1212 if (is_long)
1227 if (is_long)
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 1139 Bool is_long; local
1163 is_long = False;
1191 is_long = True;
1197 if (is_long)
1205 if (is_long)
1220 if (is_long)
    [all...]
varinfo6.c 1177 Bool is_long; local
1201 is_long = False;
1229 is_long = True;
1235 if (is_long)
1243 if (is_long)
1258 if (is_long)
    [all...]
  /external/valgrind/main/perf/
bz2.c 1139 Bool is_long; local
1163 is_long = False;
1191 is_long = True;
1197 if (is_long)
1205 if (is_long)
1220 if (is_long)
    [all...]
tinycc.c 9156 int t, c, is_long; local
    [all...]
  /external/mksh/src/
edit.c 3253 #define is_long macro
    [all...]

Completed in 245 milliseconds