Home
last modified time | relevance | path

Searched refs:new_t (Results 1 – 6 of 6) sorted by relevance

/external/selinux/libsepol/tests/policies/test-deps/
Dmodule.conf12 type new_t, domain;
13 role system_r types new_t;
Dmodreq-attr-global.conf9 type new_t, attr_req;
Dmodreq-attr-opt.conf15 type new_t, attr_req;
/external/curl/
Dacinclude.m42831 typedef $1 new_t;
2833 new_t s1;
2834 new_t s2;
/external/protobuf/php/ext/google/protobuf/
Dupb.c4598 upb_inttable new_t; in upb_inttable_compact() local
4640 upb_inttable_sizedinit(&new_t, t->t.ctype, arr_size, hashsize_lg2); in upb_inttable_compact()
4644 upb_inttable_insert(&new_t, k, upb_inttable_iter_value(&i)); in upb_inttable_compact()
4646 assert(new_t.array_size == arr_size); in upb_inttable_compact()
4647 assert(new_t.t.size_lg2 == hashsize_lg2); in upb_inttable_compact()
4650 *t = new_t; in upb_inttable_compact()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c4855 upb_inttable new_t; in upb_inttable_compact2() local
4891 upb_inttable_sizedinit(&new_t, t->t.ctype, arr_size, hashsize_lg2, a); in upb_inttable_compact2()
4895 upb_inttable_insert2(&new_t, k, upb_inttable_iter_value(&i), a); in upb_inttable_compact2()
4897 assert(new_t.array_size == arr_size); in upb_inttable_compact2()
4898 assert(new_t.t.size_lg2 == hashsize_lg2); in upb_inttable_compact2()
4901 *t = new_t; in upb_inttable_compact2()