Home
last modified time | relevance | path

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

/external/strace/tests-mx32/
Dgetgroups.c35 # 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()
Dsetgroups.c35 # 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()
/external/strace/tests-m32/
Dgetgroups.c35 # 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()
Dsetgroups.c35 # 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()
/external/strace/tests/
Dgetgroups.c35 # 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()
Dsetgroups.c35 # 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()
/external/harfbuzz_ng/src/
Dhb-ot-cff-common.hh522 template <typename GID_TYPE, typename FD_TYPE>
531 GID_TYPE first;
534 DEFINE_SIZE_STATIC (GID_TYPE::static_size + FD_TYPE::static_size);
537 template <typename GID_TYPE, typename FD_TYPE>
541 { return GID_TYPE::static_size * 2 + ranges.get_size (); } in get_size()
570 GID_TYPE &nRanges () { return ranges.len; } in nRanges()
571 GID_TYPE nRanges () const { return ranges.len; } in nRanges()
572 GID_TYPE &sentinel () { return StructAfter<GID_TYPE> (ranges[nRanges () - 1]); } in sentinel()
573 const GID_TYPE &sentinel () const { return StructAfter<GID_TYPE> (ranges[nRanges () - 1]); } in sentinel()
575 ArrayOf<FDSelect3_4_Range<GID_TYPE, FD_TYPE>, GID_TYPE> ranges;
[all …]