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

  /ndk/tests/device/test-stlport_shared-exception/jni/
check.h 13 check_int (int *i, int align) function
  /ndk/tests/device/test-stlport_static-exception/jni/
check.h 13 check_int (int *i, int align) function
  /toolchain/binutils/binutils-2.25/gold/testsuite/
gdb_index_test_3.c 26 int check_int (int);
32 check_int (int i) function
38 return check_int (0);
  /external/clang/test/CodeGen/
mips-type-sizes.c 15 int check_int() { function
aarch64-type-sizes.c 12 int check_int() { function
  /external/clang/test/Driver/
le32-unknown-nacl.cpp 94 // CHECK: i32 @check_int()
95 int check_int() { return 0; } function
le64-unknown-unknown.cpp 85 // CHECK: i32 @check_int()
86 int check_int() { return 0; } function
wasm32-unknown-unknown.cpp 67 // CHECK: i32 @check_int()
68 int check_int() { return 0; } function
wasm64-unknown-unknown.cpp 67 // CHECK: i32 @check_int()
68 int check_int() { return 0; } function
  /external/fio/
parse.c 410 static int check_int(const char *p, int *val) function
780 ret = check_int(ptr, &il);
  /external/ltrace/
read_config_file.c 231 check_int(struct locus *loc, long l) function
315 || check_int(loc, l) < 0)
339 || check_int(loc, l) < 0)
568 || check_int(loc, l) < 0)

Completed in 274 milliseconds