OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:io2
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/mit/lua/dist/src/
lobject.h
123
{ TValue *io1=(obj1); const TValue *
io2
=(obj2); \
124
io1->value_ =
io2
->value_; settt_(io1,
io2
->tt_); \
/src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c
2434
BIO *io1 = server_io, *
io2
= client_io;
local
2437
* BIO_write/BIO_read interface for
io2
2443
/* io1 to
io2
*/
2449
r2 = BIO_ctrl_get_write_guarantee(
io2
);
2467
r = BIO_write(
io2
, dataptr, (int)num);
2480
/*
io2
to io1 */
2485
r1 = BIO_ctrl_pending(
io2
);
2508
r = BIO_read(
io2
, dataptr, (int)num);
2523
printf((
io2
== client_io) ? "C->S relaying: %d bytes\n" : "S->C relaying: %d bytes\n", (int)num);
/src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c
2439
BIO *io1 = server_io, *
io2
= client_io;
local
2442
* BIO_write/BIO_read interface for
io2
2448
/* io1 to
io2
*/
2454
r2 = BIO_ctrl_get_write_guarantee(
io2
);
2472
r = BIO_write(
io2
, dataptr, (int)num);
2488
/*
io2
to io1 */
2493
r1 = BIO_ctrl_pending(
io2
);
2516
r = BIO_read(
io2
, dataptr, (int)num);
2531
printf((
io2
== client_io) ?
/src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c
2414
BIO *io1 = server_io, *
io2
= client_io;
local
2417
* BIO_write/BIO_read interface for
io2
2423
/* io1 to
io2
*/
2429
r2 = BIO_ctrl_get_write_guarantee(
io2
);
2447
r = BIO_write(
io2
, dataptr, (int)num);
2463
/*
io2
to io1 */
2468
r1 = BIO_ctrl_pending(
io2
);
2491
r = BIO_read(
io2
, dataptr, (int)num);
2506
printf((
io2
== client_io) ?
/src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc
7647
/* Return true if accesses IO1 and
IO2
refer to the same doubleword. */
7650
frv_same_doubleword_p (const struct frv_io *io1, const struct frv_io *
io2
)
7652
if (io1->const_address != 0 &&
io2
->const_address != 0)
7653
return io1->const_address ==
io2
->const_address;
7655
if (io1->var_address != 0 &&
io2
->var_address != 0)
7656
return rtx_equal_p (io1->var_address,
io2
->var_address);
7661
/* Return true if operations IO1 and
IO2
are guaranteed to complete
7665
frv_io_fixed_order_p (const struct frv_io *io1, const struct frv_io *
io2
)
7668
if (io1->type == FRV_IO_WRITE &&
io2
->type == FRV_IO_WRITE)
7672
if (io1->type != FRV_IO_WRITE &&
io2
->type != FRV_IO_WRITE
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc
7645
/* Return true if accesses IO1 and
IO2
refer to the same doubleword. */
7648
frv_same_doubleword_p (const struct frv_io *io1, const struct frv_io *
io2
)
7650
if (io1->const_address != 0 &&
io2
->const_address != 0)
7651
return io1->const_address ==
io2
->const_address;
7653
if (io1->var_address != 0 &&
io2
->var_address != 0)
7654
return rtx_equal_p (io1->var_address,
io2
->var_address);
7659
/* Return true if operations IO1 and
IO2
are guaranteed to complete
7663
frv_io_fixed_order_p (const struct frv_io *io1, const struct frv_io *
io2
)
7666
if (io1->type == FRV_IO_WRITE &&
io2
->type == FRV_IO_WRITE)
7670
if (io1->type != FRV_IO_WRITE &&
io2
->type != FRV_IO_WRITE
[
all
...]
Completed in 42 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026