Searched refs:new_t (Results 1 - 3 of 3) sorted by relevance
/third_party/libbpf/src/ |
H A D | relo_core.c | 911 const struct btf_type *orig_t, *new_t; in bpf_core_calc_relo() local 914 new_t = btf_type_by_id(targ_spec->btf, res->new_type_id); in bpf_core_calc_relo() 930 if (btf_is_ptr(orig_t) && btf_is_ptr(new_t)) in bpf_core_calc_relo() 932 if (btf_is_int(orig_t) && btf_is_int(new_t) && in bpf_core_calc_relo() 934 btf_int_encoding(new_t) != BTF_INT_SIGNED) in bpf_core_calc_relo()
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 1966 upb_inttable new_t; in upb_inttable_compact2() local 2000 upb_inttable_sizedinit(&new_t, arr_size, hashsize_lg2, a); in upb_inttable_compact2() 2004 upb_inttable_insert2(&new_t, k, upb_inttable_iter_value(&i), a); in upb_inttable_compact2() 2006 UPB_ASSERT(new_t.array_size == arr_size); in upb_inttable_compact2() 2007 UPB_ASSERT(new_t.t.size_lg2 == hashsize_lg2); in upb_inttable_compact2() 2010 *t = new_t; in upb_inttable_compact2()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 1950 upb_inttable new_t; in upb_inttable_compact2() local 1984 upb_inttable_sizedinit(&new_t, arr_size, hashsize_lg2, a); in upb_inttable_compact2() 1988 upb_inttable_insert2(&new_t, k, upb_inttable_iter_value(&i), a); in upb_inttable_compact2() 1990 UPB_ASSERT(new_t.array_size == arr_size); in upb_inttable_compact2() 1991 UPB_ASSERT(new_t.t.size_lg2 == hashsize_lg2); in upb_inttable_compact2() 1994 *t = new_t; in upb_inttable_compact2()
|
Completed in 35 milliseconds