Home
last modified time | relevance | path

Searched refs:effective (Results 1 – 25 of 251) sorted by relevance

1234567891011

/external/libcap-ng/libcap-ng-0.7/src/
Dcap-ng.c198 m.data.v1.effective = 0x7FFFFFFFU; in capng_fill()
202 m.data.v3[0].effective = 0xFFFFFFFFU; in capng_fill()
205 m.data.v3[1].effective = 0xFFFFFFFFU; in capng_fill()
311 m.data.v3[0].effective = in load_data()
313 m.data.v3[1].effective = in load_data()
316 m.data.v3[0].effective = 0; in load_data()
317 m.data.v3[1].effective = 0; in load_data()
360 m.data.v3[idx].effective |= MASK(capability); in update_effective()
362 m.data.v3[idx].effective &= ~(MASK(capability)); in update_effective()
406 v1_update(action, capability, &m.data.v1.effective); in capng_update()
[all …]
/external/python/cpython3/Lib/idlelib/
Dformat.py270 raw, effective = get_line_indent(line, self.editwin.tabwidth)
271 effective = effective + self.editwin.indentwidth
272 lines[pos] = self.editwin._make_blanks(effective) + line[raw:]
282 raw, effective = get_line_indent(line, self.editwin.tabwidth)
283 effective = max(effective - self.editwin.indentwidth, 0)
284 lines[pos] = self.editwin._make_blanks(effective) + line[raw:]
328 raw, effective = get_line_indent(line, tabwidth)
329 ntabs, nspaces = divmod(effective, tabwidth)
/external/ltp/testcases/kernel/syscalls/capset/
Dcapset02.c39 int effective; member
61 data->effective = tc->effective; in verify_capset()
91 data->effective = CAP1; in setup()
Dcapset03.c41 data[0].effective = CAP1; in setup()
/external/ltp/lib/
Dtst_capability.c34 static void do_cap_req(uint32_t *permitted, uint32_t *effective, uint32_t mask, in do_cap_req() argument
40 if (!(*effective & mask)) { in do_cap_req()
42 *effective |= mask; in do_cap_req()
55 uint32_t *pE = &new[CAP_TO_INDEX(cap->id)].effective; in tst_cap_action()
/external/strace/
Dcapability.c62 uint32_t effective; member
131 print_cap_bits(data[0].effective, len > 1 ? data[1].effective : 0); in print_cap_data()
/external/u-boot/disk/
Dpart_iso.h57 unsigned char effective[17];/* effective date */ member
95 unsigned char effective[17];/* effective date */ member
/external/python/cpython2/Lib/idlelib/
DEditorWindow.py1267 raw, effective = classifyws(prefix, self.tabwidth)
1270 self.reindent_to(effective + self.indentwidth)
1276 effective = len(prefix.expandtabs(self.tabwidth))
1278 pad = ' ' * (n - effective % n)
1403 raw, effective = classifyws(line, self.tabwidth)
1404 effective = effective + self.indentwidth
1405 lines[pos] = self._make_blanks(effective) + line[raw:]
1414 raw, effective = classifyws(line, self.tabwidth)
1415 effective = max(effective - self.indentwidth, 0)
1416 lines[pos] = self._make_blanks(effective) + line[raw:]
[all …]
/external/libcap-ng/libcap-ng-0.7/
DChangeLog23 - Fix effective capabilities read from file descriptor
27 - In netcap and pscap use the effective uid
52 - Use bit mask on effective capabilities check in have_capabilities
/external/llvm/test/CodeGen/PowerPC/
Dfast-isel-load-store-vsx.ll4 ;; whether it is used as base or offset. If used as base, the effective
6 ;; an offset the content will be used in the effective address. We observed that
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dfast-isel-load-store-vsx.ll4 ;; whether it is used as base or offset. If used as base, the effective
6 ;; an offset the content will be used in the effective address. We observed that
/external/ltp/include/
Dtst_capability.h29 uint32_t effective; member
/external/mesa3d/src/panfrost/midgard/
Dmidgard_emit.c170 unsigned effective = ins->mask; in mir_pack_mask_alu() local
180 effective >>= upper_shift; in mir_pack_mask_alu()
189 alu->mask = expand_writemask(effective, 2); in mir_pack_mask_alu()
191 alu->mask = expand_writemask(effective, 1); in mir_pack_mask_alu()
193 alu->mask = effective; in mir_pack_mask_alu()
/external/ltp/testcases/kernel/syscalls/capget/
Dcapget01.c43 if (data[0].effective & 1 << CAP_NET_RAW) in verify_capget()
/external/curl/docs/cmdline-opts/
Dkeepalive-time.d8 currently effective on operating systems offering the TCP_KEEPIDLE and
/external/llvm/test/MC/Mips/
Dmodule-softfloat.s19 # An explicit .gnu_attribute must be checked against the effective
Dnooddspreg-error.s13 # An explicit .gnu_attribute must be checked against the effective
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
Dmodule-softfloat.s19 # An explicit .gnu_attribute must be checked against the effective
Dnooddspreg-error.s13 # An explicit .gnu_attribute must be checked against the effective
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/virt/
Dmodule-virt.s21 # An explicit .gnu_attribute must be checked against the effective
Dmodule-novirt.s20 # An explicit .gnu_attribute must be checked against the effective
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ginv/
Dmodule-noginv.s20 # An explicit .gnu_attribute must be checked against the effective
Dmodule-ginv.s21 # An explicit .gnu_attribute must be checked against the effective
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/crc/
Dmodule-nocrc.s20 # An explicit .gnu_attribute must be checked against the effective
Dmodule-crc.s21 # An explicit .gnu_attribute must be checked against the effective

1234567891011