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

  /external/valgrind/main/exp-sgcheck/tests/
bad_percentify.c 349 Bool is_long, caps; local
416 if (0 == n_ls) { is_long = False; }
417 else if (1 == n_ls) { is_long = ( sizeof(void*) == sizeof(Long) ); }
418 else { is_long = True; }
426 if (is_long)
435 if (is_long)
443 if (is_long)
476 if (is_long)
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/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/libxml2/
triop.h 107 void trio_set_long TRIO_PROTO((trio_pointer_t ref, int is_long));
trio.c     [all...]
  /external/valgrind/main/coregrind/
m_debuglog.c 630 Bool is_long, caps; local
697 if (0 == n_ls) { is_long = False; }
698 else if (1 == n_ls) { is_long = ( sizeof(void*) == sizeof(Long) ); }
699 else { is_long = True; }
707 if (is_long)
716 if (is_long)
724 if (is_long)
768 if (is_long)
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
printf.h 41 unsigned int is_long:1; /* l flag. */ member in struct:printf_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
printf.h 41 unsigned int is_long:1; /* l flag. */ member in struct:printf_info
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 255 Bool is_long; local
279 is_long = False;
307 is_long = True;
313 if (is_long)
321 if (is_long)
336 if (is_long)
    [all...]
test_ppc_jm1.c 473 Bool is_long; local
497 is_long = False;
525 is_long = True;
531 if (is_long)
539 if (is_long)
554 if (is_long)
    [all...]
test_bzip2.c 1124 Bool is_long; local
1148 is_long = False;
1176 is_long = True;
1182 if (is_long)
1190 if (is_long)
1205 if (is_long)
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
php-brief.php 83 'import_request_variables', 'error_log', 'serialize', 'unserialize', 'memory_get_usage', 'var_dump', 'var_export', 'debug_zval_dump', 'print_r','highlight_file', 'show_source', 'highlight_string', 'ini_get', 'ini_get_all', 'ini_set', 'ini_alter', 'ini_restore', 'get_include_path', 'set_include_path', 'restore_include_path', 'setcookie', 'header', 'headers_sent', 'connection_aborted', 'connection_status', 'ignore_user_abort', 'parse_ini_file', 'is_uploaded_file', 'move_uploaded_file', 'intval', 'floatval', 'doubleval', 'strval', 'gettype', 'settype', 'is_null', 'is_resource', 'is_bool', 'is_long', 'is_float', 'is_int', 'is_integer', 'is_double', 'is_real', 'is_numeric', 'is_string', 'is_array', 'is_object', 'is_scalar',
php.php 419 'is_int','is_integer','is_link','is_long','is_nan','is_null',
    [all...]
  /external/valgrind/main/perf/
tinycc.c 9156 int t, c, is_long; local
    [all...]
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...]
  /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/mksh/src/
edit.c 3308 #define is_long macro
    [all...]
  /external/libvpx/examples/includes/geshi/docs/
geshi-doc.txt     [all...]

Completed in 6222 milliseconds