Home
last modified time | relevance | path

Searched defs:const_bytes (Results 1 – 4 of 4) sorted by relevance

/third_party/mbedtls/library/
Dlmots.c578 unsigned char const_bytes[1] = { 0xFF }; in mbedtls_lmots_generate_private_key() local
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dcommon.rs107 pub fn const_bytes(&self, bytes: &[u8]) -> &'ll Value { in const_bytes() method
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch_shade_pipeline_llvm.c411 uint64_t const_bytes = bufs[idx].size; in get_num_consts_robust() local
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dcommon.rs19 pub fn const_bytes(&self, bytes: &[u8]) -> RValue<'gcc> { in const_bytes() method