Home
last modified time | relevance | path

Searched defs:ngroups (Results 1 – 25 of 74) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/process/
Did.rs220 let ngroups = backend::process::syscalls::getgroups(&mut buffer)?; in getgroups() localVariable
222 let ngroups = ngroups as usize; in getgroups() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/
Dunistd.rs1556 let ngroups = unsafe { libc::getgroups(0, ptr::null_mut()) }; localVariable
1575 let ngroups = unsafe { localVariable
1699 let mut ngroups = groups.capacity() as i32; localVariable
/aosp_15_r20/external/libcap/libcap/
H A Dcap_proc.c642 gid_t gid, size_t ngroups, const gid_t groups[]) in _cap_setgroups()
697 int cap_setgroups(gid_t gid, size_t ngroups, const gid_t groups[]) in cap_setgroups()
874 int ngroups, const gid_t *groups) in cap_launcher_setgroups()
/aosp_15_r20/system/core/diagnose_usb/
H A Ddiagnose_usb.cpp50 int ngroups = getgroups(0, nullptr); in GetUdevProblem() local
/aosp_15_r20/external/strace/tests/
H A Dgetgroups.c62 static long ngroups; variable
/aosp_15_r20/external/strace/tests-m32/
H A Dgetgroups.c62 static long ngroups; variable
/aosp_15_r20/external/strace/tests-mx32/
H A Dgetgroups.c62 static long ngroups; variable
/aosp_15_r20/external/trusty/musl/src/passwd/
Dgetgrouplist.c12 int getgrouplist(const char *user, gid_t gid, gid_t *groups, int *ngroups) in getgrouplist()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/flash_attn/
H A Dflash_api.cpp409 const int ngroups = num_heads / num_heads_k; in mha_fwd() local
622 const int ngroups = num_heads / num_heads_k; in mha_varlen_fwd() local
1332 const int ngroups = num_heads / num_heads_k; in mha_fwd_kvcache() local
/aosp_15_r20/external/musl/src/passwd/
H A Dgetgrouplist.c12 int getgrouplist(const char *user, gid_t gid, gid_t *groups, int *ngroups) in getgrouplist()
/aosp_15_r20/external/toybox/toys/posix/
H A Did.c92 int i = sizeof(toybuf)/sizeof(gid_t), ngroups; in do_id() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/getgroups/
H A Dgetgroups03.c55 static int ngroups; variable
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ops/impl/
H A DReduce.cpp67 const uint32_t ngroups = 4; in add_reduce_node() local
H A DSoftmax.cpp71 const uint32_t ngroups = 4; in add_softmax_node() local
/aosp_15_r20/system/extras/runconuid/
H A Drunconuid.cpp49 static size_t ngroups = 0; variable
/aosp_15_r20/external/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/
H A Dpm_api_pinctrl.c2547 unsigned int *ngroups) in pm_api_pinctrl_get_num_func_groups()
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/
Dpm_api_pinctrl.c1992 uint32_t *ngroups) in pm_api_pinctrl_get_num_func_groups()
/aosp_15_r20/external/libcap/tests/
H A Dlibcap_launch_test.c22 int ngroups; member
/aosp_15_r20/external/libjpeg-turbo/
H A Djdmainct.c427 int ci, rgroup, ngroups; in jinit_d_main_controller() local
/aosp_15_r20/external/e2fsprogs/e2fsck/
H A Dreadahead.c143 dgrp_t ngroups) in e2fsck_readahead()
/aosp_15_r20/external/libcap/pam_cap/
H A Dtest_pam_cap.c65 int getgrouplist(const char *user, gid_t group, gid_t *groups, int *ngroups) { in getgrouplist()
/aosp_15_r20/external/tcpdump/
H A Dprint-igmp.c134 u_int group, nsrcs, ngroups; in print_igmpv3_report() local
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/
H A DThreadGroup.java223 int ngroups; field in ThreadGroup
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/
DThreadGroup.java74 int ngroups; field in ThreadGroup
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dbitmap.h167 size_t ngroups; member

123