/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/process/ |
D | id.rs | 220 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/ |
D | unistd.rs | 1556 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 D | cap_proc.c | 642 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 D | diagnose_usb.cpp | 50 int ngroups = getgroups(0, nullptr); in GetUdevProblem() local
|
/aosp_15_r20/external/strace/tests/ |
H A D | getgroups.c | 62 static long ngroups; variable
|
/aosp_15_r20/external/strace/tests-m32/ |
H A D | getgroups.c | 62 static long ngroups; variable
|
/aosp_15_r20/external/strace/tests-mx32/ |
H A D | getgroups.c | 62 static long ngroups; variable
|
/aosp_15_r20/external/trusty/musl/src/passwd/ |
D | getgrouplist.c | 12 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 D | flash_api.cpp | 409 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 D | getgrouplist.c | 12 int getgrouplist(const char *user, gid_t gid, gid_t *groups, int *ngroups) in getgrouplist()
|
/aosp_15_r20/external/toybox/toys/posix/ |
H A D | id.c | 92 int i = sizeof(toybuf)/sizeof(gid_t), ngroups; in do_id() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/getgroups/ |
H A D | getgroups03.c | 55 static int ngroups; variable
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ops/impl/ |
H A D | Reduce.cpp | 67 const uint32_t ngroups = 4; in add_reduce_node() local
|
H A D | Softmax.cpp | 71 const uint32_t ngroups = 4; in add_softmax_node() local
|
/aosp_15_r20/system/extras/runconuid/ |
H A D | runconuid.cpp | 49 static size_t ngroups = 0; variable
|
/aosp_15_r20/external/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/ |
H A D | pm_api_pinctrl.c | 2547 unsigned int *ngroups) in pm_api_pinctrl_get_num_func_groups()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/ |
D | pm_api_pinctrl.c | 1992 uint32_t *ngroups) in pm_api_pinctrl_get_num_func_groups()
|
/aosp_15_r20/external/libcap/tests/ |
H A D | libcap_launch_test.c | 22 int ngroups; member
|
/aosp_15_r20/external/libjpeg-turbo/ |
H A D | jdmainct.c | 427 int ci, rgroup, ngroups; in jinit_d_main_controller() local
|
/aosp_15_r20/external/e2fsprogs/e2fsck/ |
H A D | readahead.c | 143 dgrp_t ngroups) in e2fsck_readahead()
|
/aosp_15_r20/external/libcap/pam_cap/ |
H A D | test_pam_cap.c | 65 int getgrouplist(const char *user, gid_t group, gid_t *groups, int *ngroups) { in getgrouplist()
|
/aosp_15_r20/external/tcpdump/ |
H A D | print-igmp.c | 134 u_int group, nsrcs, ngroups; in print_igmpv3_report() local
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/ |
H A D | ThreadGroup.java | 223 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/ |
D | ThreadGroup.java | 74 int ngroups; field in ThreadGroup
|
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/ |
H A D | bitmap.h | 167 size_t ngroups; member
|