Home
last modified time | relevance | path

Searched refs:id0 (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/crates/quote/tests/
Dtest.rs421 let id0 = format_ident!("Aa"); in test_format_ident() localVariable
422 let id1 = format_ident!("Hello{x}", x = id0); in test_format_ident()
424 let id3 = format_ident!("Hello{}_{x}", id0, x = 10usize); in test_format_ident()
428 assert_eq!(id0, "Aa"); in test_format_ident()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpvp9depay.c123 picture_id_compare (guint16 id0, guint16 id1) in picture_id_compare() argument
126 id0 = id0 << shift; in picture_id_compare()
128 return ((gint16) (id1 - id0)) >> shift; in picture_id_compare()
Dgstrtpvp8depay.c197 picture_id_compare (guint16 id0, guint16 id1) in picture_id_compare() argument
200 id0 = id0 << shift; in picture_id_compare()
202 return ((gint16) (id1 - id0)) >> shift; in picture_id_compare()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl36.c280 pthread_t id0[thread_cnt]; in test_fn() local
316 SAFE_PTHREAD_CREATE(id0 + i, NULL, f0, (void *)&p0[i]); in test_fn()
326 SAFE_PTHREAD_JOIN(id0[i], NULL); in test_fn()
/third_party/node/deps/openssl/openssl/apps/
Dciphers.c254 int id0 = (int)(id >> 24); in ciphers_main() local
263 … BIO_printf(bio_out, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */ in ciphers_main()
/third_party/openssl/apps/
Dciphers.c254 int id0 = (int)(id >> 24); in ciphers_main() local
263 … BIO_printf(bio_out, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */ in ciphers_main()
/third_party/pulseaudio/src/modules/bluetooth/
Dbt-codec-msbc.h25 uint8_t id0; member
Dbt-codec-msbc.c163 frame->hdr.id0 = MSBC_H2_ID0; in encode_buffer()