Home
last modified time | relevance | path

Searched refs:size_b (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/jemalloc/dist/include/jemalloc/
H A Djemalloc_typedefs.h.in54 * size_t size_a, size_t size_b, bool committed, unsigned arena_ind);
62 * void *addr_b, size_t size_b, bool committed, unsigned arena_ind);
/netbsd-src/external/mit/isl/dist/imath/
H A Dimath.c247 mp_size size_b);
251 mp_size size_b);
255 mp_size size_b);
259 mp_size size_b);
1808 mp_size size_b) { in s_uadd() argument
1813 if (size_b > size_a) { in s_uadd()
1815 SWAP(mp_size, size_a, size_b); in s_uadd()
1819 for (pos = 0; pos < size_b; ++pos, ++da, ++db, ++dc) { in s_uadd()
1838 mp_size size_b) { in s_usub() argument
1843 assert(size_a >= size_b); in s_usub()
[all …]
/netbsd-src/external/bsd/jemalloc/include/jemalloc/internal/
H A Dextent_externs.h67 szind_t szind_a, bool slab_a, size_t size_b, szind_t szind_b, bool slab_b);
/netbsd-src/external/bsd/unbound/dist/sldns/
H A Dstr2wire.c2268 uint8_t size_b = 1, size_e = 2; in sldns_str2wire_loc_buf() local
2399 if(!loc_parse_cm(my_str, &my_str, &size_b, &size_e)) in sldns_str2wire_loc_buf()
2416 rd[1] = ((size_b << 4) & 0xf0) | (size_e & 0x0f); in sldns_str2wire_loc_buf()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-data-ref.cc3273 unsigned HOST_WIDE_INT size_b = tree_to_uhwi (TYPE_SIZE_UNIT (type_b)); in initialize_data_dependence_relation() local
3274 if (size_a <= size_b) in initialize_data_dependence_relation()
3279 if (size_b <= size_a) in initialize_data_dependence_relation()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-data-ref.c3025 unsigned HOST_WIDE_INT size_b = tree_to_uhwi (TYPE_SIZE_UNIT (type_b)); in initialize_data_dependence_relation() local
3026 if (size_a <= size_b) in initialize_data_dependence_relation()
3031 if (size_b <= size_a) in initialize_data_dependence_relation()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dpdb.c5123 uint16_t size_b = bfd_getl16 (b); in eq_type_entry() local
5125 if (size_a != size_b) in eq_type_entry()