Home
last modified time | relevance | path

Searched refs:const_bytes (Results 1 - 2 of 2) sorted by relevance

/third_party/mbedtls/library/
H A Dlmots.c575 unsigned char const_bytes[1] = { 0xFF }; in mbedtls_lmots_generate_private_key() local
621 status = psa_hash_update(&op, const_bytes, sizeof(const_bytes)); in mbedtls_lmots_generate_private_key()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline_llvm.c419 unsigned const_bytes = sizes[idx]; in get_num_consts_robust() local
421 if (const_bytes < sizeof(float)) in get_num_consts_robust()
424 return DIV_ROUND_UP(const_bytes, draw->constant_buffer_stride); in get_num_consts_robust()

Completed in 3 milliseconds