Home
last modified time | relevance | path

Searched refs:refd (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/test/
Dtls13encryptiontest.c279 unsigned char *refd; in test_record() local
283 refd = multihexstr2buf(recd->ciphertext, &refdatalen); in test_record()
285 refd = multihexstr2buf(recd->plaintext, &refdatalen); in test_record()
287 if (!TEST_ptr(refd)) { in test_record()
292 if (!TEST_mem_eq(rec->data, rec->length, refd, refdatalen)) in test_record()
298 OPENSSL_free(refd); in test_record()
/third_party/rust/crates/bindgen/bindgen/ir/
Ditem.rs1817 refd: &clang::Cursor, in type_param()
1825 if refd.kind() != clang_sys::CXCursor_TemplateTypeParameter { in type_param()
1829 let refd_spelling = refd.spelling(); in type_param()
1841 Some(refd) in type_param()
1842 if is_template_with_spelling(&refd, &ty_spelling) => in type_param()
1844 refd in type_param()
1858 Some(refd) in type_param()
1860 &refd, in type_param()
1864 definition = Some(refd); in type_param()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_vbo.c297 uint32_t refd = 0; in nv50_vertex_arrays_validate() local
389 if (!(refd & (1 << b))) { in nv50_vertex_arrays_validate()
390 refd |= 1 << b; in nv50_vertex_arrays_validate()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_vbo.c319 uint32_t refd = 0; in nvc0_validate_vertex_buffers() local
372 if (!(refd & (1 << b))) { in nvc0_validate_vertex_buffers()
373 refd |= 1 << b; in nvc0_validate_vertex_buffers()
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs1956 if let Some(refd) = c.referenced() { in ast_dump()
1957 if refd != *c { in ast_dump()
1962 &refd, in ast_dump()