HomeSort by: relevance | last modified time | path
    Searched defs:int2 (Results 1 - 8 of 8) sorted by relevancy

  /src/external/mit/isl/dist/
isl_test_int.c 82 isl_int int1, int2; local
85 isl_int_init(int2);
89 isl_int_read(int2, arg2);
97 isl_sioimath_promote(int2);
99 isl_sioimath_try_demote(int2);
101 (*fn)(int1, int2);
105 isl_int_clear(int2);
112 isl_int int1, int2, int3; local
115 isl_int_init(int2);
120 isl_int_read(int2, arg2)
154 isl_int int1, int2; local
171 isl_int int1, int2, int3; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/nat/
linux-namespaces.c 209 - INT2 (int, always sent, though not always used) - two
237 be passed in BUF, INT1 and INT2. The filename (in BUF)
256 /* Return an integer in INT1 and errno in INT2. */
260 integer in INT1 otherwise. Return errno in INT2. */
263 /* Return an integer in INT1, errno in INT2, and optionally
274 int fd, int int1, int int2,
318 debug_printf (" %d %d %d \"", fd, int1, int2);
338 int fd, int int1, int int2,
346 /* Build the basic TYPE, INT1, INT2 message. */
354 iov[2].iov_base = &int2;
560 int fd = -1, int1, int2; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/nat/
linux-namespaces.c 208 - INT2 (int, always sent, though not always used) - two
236 be passed in BUF, INT1 and INT2. The filename (in BUF)
255 /* Return an integer in INT1 and errno in INT2. */
259 integer in INT1 otherwise. Return errno in INT2. */
262 /* Return an integer in INT1, errno in INT2, and optionally
273 int fd, int int1, int int2,
317 debug_printf (" %d %d %d \"", fd, int1, int2);
337 int fd, int int1, int int2,
345 /* Build the basic TYPE, INT1, INT2 message. */
353 iov[2].iov_base = &int2;
559 int fd = -1, int1, int2; local
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 303 unsigned int dur1 = 0, int1 = 0, dur2 = 0, int2 = 0; local
329 int2 = entry.uint32_value;
336 if (wpas_p2p_presence_req(wpa_s, dur1, int1, dur2, int2) < 0)
  /src/external/apache2/llvm/dist/clang/lib/Headers/
opencl-c-base.h 115 typedef int int2 __attribute__((ext_vector_type(2))); typedef
496 #define as_int2(x) __builtin_astype((x), int2)
  /src/crypto/external/bsd/openssl/dist/test/
sslapitest.c 569 char *int2 = test_mk_file_path(certsdir, "subinterCA.pem"); local
602 || !TEST_ptr((crt2 = load_cert_pem(int2, libctx)))
636 OPENSSL_free(int2);
  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 578 char *int2 = test_mk_file_path(certsdir, "subinterCA.pem"); local
612 || !TEST_ptr((crt2 = load_cert_pem(int2, libctx)))
646 OPENSSL_free(int2);
  /src/external/bsd/wpa/dist/wpa_supplicant/
ctrl_iface.c 7706 unsigned int dur1 = 0, int1 = 0, dur2 = 0, int2 = 0; local
7728 int2 = atoi(pos);
7731 return wpas_p2p_presence_req(wpa_s, dur1, int1, dur2, int2);

Completed in 35 milliseconds