Home
last modified time | relevance | path

Searched refs:B_BYTES (Results 1 – 25 of 33) sorted by relevance

12

/dports/net-im/libsignal-client/curve25519-dalek-2694ad3b789635f90f941648ae952f58d59ffc73/src/
H A Dfield.rs414 static B_BYTES: [u8;32] = const
422 let mut cleared_bytes = B_BYTES; in from_bytes_highbit_is_ignored()
424 let with_highbit_set = FieldElement::from_bytes(&B_BYTES); in from_bytes_highbit_is_ignored()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/curve25519-dalek-3.2.0/src/
H A Dfield.rs430 static B_BYTES: [u8;32] = const
438 let mut cleared_bytes = B_BYTES; in from_bytes_highbit_is_ignored()
440 let with_highbit_set = FieldElement::from_bytes(&B_BYTES); in from_bytes_highbit_is_ignored()
/dports/net-im/zkgroup/curve25519-dalek-477356e017c7cc2aa168f956786b34690870768f/src/
H A Dfield.rs414 static B_BYTES: [u8;32] = const
422 let mut cleared_bytes = B_BYTES; in from_bytes_highbit_is_ignored()
424 let with_highbit_set = FieldElement::from_bytes(&B_BYTES); in from_bytes_highbit_is_ignored()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/curve25519-dalek-3.2.0/src/
H A Dfield.rs430 static B_BYTES: [u8;32] =
438 let mut cleared_bytes = B_BYTES;
440 let with_highbit_set = FieldElement::from_bytes(&B_BYTES);
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/curve25519-dalek-3.0.0/src/
H A Dfield.rs414 static B_BYTES: [u8;32] = variable
422 let mut cleared_bytes = B_BYTES; in from_bytes_highbit_is_ignored()
424 let with_highbit_set = FieldElement::from_bytes(&B_BYTES); in from_bytes_highbit_is_ignored()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/curve25519-dalek-3.2.0/src/
H A Dfield.rs430 static B_BYTES: [u8;32] = const
438 let mut cleared_bytes = B_BYTES; in from_bytes_highbit_is_ignored()
440 let with_highbit_set = FieldElement::from_bytes(&B_BYTES); in from_bytes_highbit_is_ignored()
/dports/devel/dtool/dtool-0.11.0/cargo-crates/curve25519-dalek-ng-4.0.1/src/
H A Dfield.rs414 static B_BYTES: [u8;32] = variable
422 let mut cleared_bytes = B_BYTES; in from_bytes_highbit_is_ignored()
424 let with_highbit_set = FieldElement::from_bytes(&B_BYTES); in from_bytes_highbit_is_ignored()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Djv-lang.c386 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type()
390 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type()
394 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type()
398 TYPE_ALLOC (type, B_BYTES (TYPE_N_BASECLASSES (type))); in java_link_class_type()
H A Dgdbtypes.h76 #define B_BYTES(x) ( 1 + ((x)>>3) ) macro
77 #define B_CLRALL(a,x) memset ((a), 0, B_BYTES(x))
H A Dstabsread.c2943 TYPE_ALLOC (type, B_BYTES (TYPE_N_BASECLASSES (type))); in read_baseclasses()
2946 int num_bytes = B_BYTES (TYPE_N_BASECLASSES (type)); in read_baseclasses()
3174 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
3178 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
3182 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
H A Dhpread.c1162 class_entered = xmalloc (B_BYTES (pxdb_header_p->cd_entries)); in hpread_quick_traverse()
1390 class_entered = xmalloc (B_BYTES (pxdb_header_p->cd_entries)); in hpread_quick_traverse()
4315 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in hpread_read_struct_type()
4319 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in hpread_read_struct_type()
4323 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in hpread_read_struct_type()
4328 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in hpread_read_struct_type()
H A Ddwarf2read.c3017 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type()
3021 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type()
3025 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type()
3033 int num_bytes = B_BYTES (fip->nbaseclasses); in dwarf2_attach_fields_to_type()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Djv-lang.c386 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type()
390 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type()
394 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type()
398 TYPE_ALLOC (type, B_BYTES (TYPE_N_BASECLASSES (type))); in java_link_class_type()
H A Dgdbtypes.h76 #define B_BYTES(x) ( 1 + ((x)>>3) ) macro
77 #define B_CLRALL(a,x) memset ((a), 0, B_BYTES(x))
H A Dstabsread.c2943 TYPE_ALLOC (type, B_BYTES (TYPE_N_BASECLASSES (type))); in read_baseclasses()
2946 int num_bytes = B_BYTES (TYPE_N_BASECLASSES (type)); in read_baseclasses()
3174 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
3178 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
3182 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
H A Dhpread.c1162 class_entered = xmalloc (B_BYTES (pxdb_header_p->cd_entries)); in hpread_quick_traverse()
1390 class_entered = xmalloc (B_BYTES (pxdb_header_p->cd_entries)); in hpread_quick_traverse()
4315 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in hpread_read_struct_type()
4319 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in hpread_read_struct_type()
4323 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in hpread_read_struct_type()
4328 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in hpread_read_struct_type()
H A Ddwarf2read.c3017 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type()
3021 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type()
3025 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type()
3033 int num_bytes = B_BYTES (fip->nbaseclasses); in dwarf2_attach_fields_to_type()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Djv-lang.c379 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type()
383 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type()
387 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type()
391 TYPE_ALLOC (type, B_BYTES (TYPE_N_BASECLASSES (type))); in java_link_class_type()
H A Dgdbtypes.h41 #define B_BYTES(x) ( 1 + ((x)>>3) ) macro
42 #define B_CLRALL(a,x) memset ((a), 0, B_BYTES(x))
H A Dstabsread.c3125 TYPE_ALLOC (type, B_BYTES (TYPE_N_BASECLASSES (type))); in read_baseclasses()
3128 int num_bytes = B_BYTES (TYPE_N_BASECLASSES (type)); in read_baseclasses()
3360 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
3364 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
3368 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Djv-lang.c393 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type()
397 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type()
401 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type()
405 TYPE_ALLOC (type, B_BYTES (TYPE_N_BASECLASSES (type))); in java_link_class_type()
H A Dgdbtypes.h54 #define B_BYTES(x) ( 1 + ((x)>>3) ) macro
55 #define B_CLRALL(a,x) memset ((a), 0, B_BYTES(x))
H A Dstabsread.c3122 TYPE_ALLOC (type, B_BYTES (TYPE_N_BASECLASSES (type))); in read_baseclasses()
3125 int num_bytes = B_BYTES (TYPE_N_BASECLASSES (type)); in read_baseclasses()
3357 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
3361 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
3365 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dstabsread.c3049 TYPE_ALLOC (type, B_BYTES (TYPE_N_BASECLASSES (type)));
3052 int num_bytes = B_BYTES (TYPE_N_BASECLASSES (type));
3281 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
3285 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
3289 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
H A Dgdbtypes.h89 #define B_BYTES(x) ( 1 + ((x)>>3) ) macro
90 #define B_CLRALL(a,x) memset ((a), 0, B_BYTES(x))

12