Searched refs:GID_TYPE (Results 1 – 7 of 7) sorted by relevance
/external/strace/tests-mx32/ |
D | setgroups.c | 35 # define GID_TYPE unsigned int macro 47 # define GID_TYPE unsigned short macro 49 # define GID_TYPE unsigned int macro 56 #ifdef GID_TYPE 62 printuid(GID_TYPE id) in printuid() 64 if (id == (GID_TYPE) -1U) in printuid() 95 TAIL_ALLOC_OBJECT_CONST_PTR(const GID_TYPE, g1); in main() 96 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * 2); in main() 97 GID_TYPE *const g3 = tail_alloc(sizeof(*g3) * 3); in main()
|
D | getgroups.c | 35 # define GID_TYPE unsigned int macro 47 # define GID_TYPE unsigned short macro 49 # define GID_TYPE unsigned int macro 56 #ifdef GID_TYPE 65 get_groups(const long size, GID_TYPE *const g) in get_groups() 113 GID_TYPE *const g1 = in main() 115 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * (ngroups + 1)); in main()
|
/external/strace/tests/ |
D | setgroups.c | 35 # define GID_TYPE unsigned int macro 47 # define GID_TYPE unsigned short macro 49 # define GID_TYPE unsigned int macro 56 #ifdef GID_TYPE 62 printuid(GID_TYPE id) in printuid() 64 if (id == (GID_TYPE) -1U) in printuid() 95 TAIL_ALLOC_OBJECT_CONST_PTR(const GID_TYPE, g1); in main() 96 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * 2); in main() 97 GID_TYPE *const g3 = tail_alloc(sizeof(*g3) * 3); in main()
|
D | getgroups.c | 35 # define GID_TYPE unsigned int macro 47 # define GID_TYPE unsigned short macro 49 # define GID_TYPE unsigned int macro 56 #ifdef GID_TYPE 65 get_groups(const long size, GID_TYPE *const g) in get_groups() 113 GID_TYPE *const g1 = in main() 115 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * (ngroups + 1)); in main()
|
/external/strace/tests-m32/ |
D | setgroups.c | 35 # define GID_TYPE unsigned int macro 47 # define GID_TYPE unsigned short macro 49 # define GID_TYPE unsigned int macro 56 #ifdef GID_TYPE 62 printuid(GID_TYPE id) in printuid() 64 if (id == (GID_TYPE) -1U) in printuid() 95 TAIL_ALLOC_OBJECT_CONST_PTR(const GID_TYPE, g1); in main() 96 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * 2); in main() 97 GID_TYPE *const g3 = tail_alloc(sizeof(*g3) * 3); in main()
|
D | getgroups.c | 35 # define GID_TYPE unsigned int macro 47 # define GID_TYPE unsigned short macro 49 # define GID_TYPE unsigned int macro 56 #ifdef GID_TYPE 65 get_groups(const long size, GID_TYPE *const g) in get_groups() 113 GID_TYPE *const g1 = in main() 115 GID_TYPE *const g2 = tail_alloc(sizeof(*g2) * (ngroups + 1)); in main()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-cff-common.hh | 588 template <typename GID_TYPE, typename FD_TYPE> 596 GID_TYPE first; 599 DEFINE_SIZE_STATIC (GID_TYPE::static_size + FD_TYPE::static_size); 602 template <typename GID_TYPE, typename FD_TYPE> 605 …{ return GID_TYPE::static_size * 2 + FDSelect3_4_Range<GID_TYPE, FD_TYPE>::static_size * nRanges; } in get_size() 636 GID_TYPE &sentinel () { return StructAfter<GID_TYPE> (ranges[nRanges - 1]); } in sentinel() 637 const GID_TYPE &sentinel () const { return StructAfter<GID_TYPE> (ranges[nRanges - 1]); } in sentinel() 639 GID_TYPE nRanges; 640 FDSelect3_4_Range<GID_TYPE, FD_TYPE> ranges[VAR]; 643 DEFINE_SIZE_ARRAY (GID_TYPE::static_size, ranges);
|