Searched refs:id0 (Results 1 - 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl36.c | 280 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/rust/crates/quote/tests/ |
H A D | test.rs | 424 let id0 = format_ident!("Aa"); in test_format_ident() 425 let id1 = format_ident!("Hello{x}", x = id0); in test_format_ident() 427 let id3 = format_ident!("Hello{}_{x}", id0, x = 10usize); in test_format_ident() 431 assert_eq!(id0, "Aa"); in test_format_ident()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | bt-codec-msbc.h | 25 uint8_t id0; member
|
H A D | bt-codec-msbc.c | 163 frame->hdr.id0 = MSBC_H2_ID0; in encode_buffer()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ciphers.c | 254 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/ |
H A D | ciphers.c | 254 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()
|
Completed in 3 milliseconds