Home
last modified time | relevance | path

Searched defs:BitType (Results 1 – 2 of 2) sorted by relevance

/external/llvm-libc/src/__support/fixed_point/
Dfx_bits.h106 using BitType = typename FXRep<T>::StorageType; in bit_and() local
116 using BitType = typename FXRep<T>::StorageType; in bit_or() local
126 using BitType = typename FXRep<T>::StorageType; in bit_not() local
/external/rust/crates/openssl/src/
Ddsa.rs190 type BitType = libc::c_uint; typedef
192 type BitType = c_int; typedef