HomeSort by relevance Sort by last modified time
    Searched defs:mask (Results 126 - 150 of 2821) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/strace/tests-mx32/
qual_signal.c 53 sigset_t mask; local
54 sigemptyset(&mask);
55 sigaddset(&mask, signo);
56 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
rt_sigsuspend.c 54 const void *mask; local
56 for (mask = set;; size >>= 1, mask += size) {
58 assert(k_sigsuspend(mask, size) == -1);
67 mask, size);
71 set == mask ? text : "~[]", size);
signal.c 58 sigset_t mask; local
59 sigemptyset(&mask);
60 sigaddset(&mask, SIGUSR1);
61 if (sigprocmask(SIG_BLOCK, &mask, NULL))
82 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
85 if (sigprocmask(SIG_BLOCK, &mask, NULL))
signal_receive.c 24 sigset_t mask; local
25 sigemptyset(&mask);
30 sigaddset(&mask, sig);
33 sigprocmask(SIG_UNBLOCK, &mask, NULL);
wait4.c 91 sigset_t mask = {}; local
92 sigaddset(&mask, SIGCHLD);
94 assert(sigprocmask(SIG_BLOCK, &mask, NULL) == 0);
96 assert(sigprocmask(SIG_UNBLOCK, &mask, NULL) == 0);
  /external/syslinux/gpxe/src/core/
bitmap.c 75 bitmap_block_t mask = BITMAP_MASK ( bit ); local
79 return ( bitmap->blocks[index] & mask );
90 bitmap_block_t mask = BITMAP_MASK ( bit ); local
95 bitmap->blocks[index] |= mask;
  /external/valgrind/none/tests/
exec-sigmask.c 10 static void do_exec(const char *path, const char *arg, const sigset_t *mask)
21 sigprocmask(SIG_SETMASK, mask, NULL);
45 sigset_t mask; local
47 sigfillset(&mask);
48 do_exec(argv[0], "full", &mask);
50 sigemptyset(&mask);
51 do_exec(argv[0], "empty", &mask);
53 sigset_t mask; local
66 sigprocmask(SIG_SETMASK, NULL, &mask);
73 if (sigismember(&mask, i)
    [all...]
  /external/valgrind/none/tests/ppc32/
power6_bcmp.c 36 long mask; local
38 mask = 0;
40 mask += 0xff;
42 mask += 0xff00;
44 mask += 0xff0000;
46 mask += 0xff000000;
53 a = (mask & (j * 0x1010101)) + ((~mask) & (k * 0x1010101));
56 if (result != mask) {
58 (unsigned long long) mask, (unsigned long long) a
    [all...]
  /external/valgrind/none/tests/ppc64/
power6_bcmp.c 35 unsigned long mask; local
37 mask = 0;
39 mask += 0xff;
41 mask += 0xff00;
43 mask += 0xff0000;
45 mask += 0xff000000;
47 mask += 0xff00000000;
49 mask += 0xff0000000000;
51 mask += 0xff000000000000;
53 mask += 0xff00000000000000
    [all...]
  /frameworks/support/lifecycle/common/src/main/java/androidx/lifecycle/
MethodCallsLogger.java 37 int mask = nullableMask != null ? nullableMask : 0; local
38 boolean wasCalled = (mask & type) != 0;
39 mCalledMethods.put(name, mask | type);
  /hardware/libhardware/modules/input/evdev/
BitUtils.cpp 54 uint8_t mask = 0xff; local
59 // Mask off bits before our start bit
61 mask &= 0xff << (start % 8);
63 // Mask off bits after our end bit
65 mask &= 0xff >> (8 - (end % 8));
68 ALOGD("mask: %s%s", bitstrings[mask >> 4], bitstrings[mask & 0x0f]);
70 // Test the index against the mask
71 if (bits & mask) return true
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_mark_m.h 10 unsigned long mark, mask; member in struct:ebt_mark_m_info
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/file/
Chmod.java 154 String mask = (expr.length() == pos) ? "" : expr.substring(pos); local
164 if (assign && mask.length() == 0) {
167 mask = "rwx";
174 for (int i=0; i<mask.length(); i++) {
175 switch (mask.charAt(i)) {
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/file/
Chmod.java 154 String mask = (expr.length() == pos) ? "" : expr.substring(pos); local
164 if (assign && mask.length() == 0) {
167 mask = "rwx";
174 for (int i=0; i<mask.length(); i++) {
175 switch (mask.charAt(i)) {
  /system/core/toolbox/upstream-netbsd/lib/libutil/
raise_default_signal.c 56 * The original signal mask and signal handler is restored on exit
67 sigset_t origmask, fullmask, mask; local
79 (sigemptyset(&mask) == -1) ||
80 (sigaddset(&mask, sig) == -1))
95 (sigprocmask(SIG_UNBLOCK, &mask, NULL) == -1))
107 /* Restore the original mask */
  /toolchain/binutils/binutils-2.27/include/opcode/
np1.h 25 unsigned long mask; member in struct:gld_opcode
35 The mask component is a mask saying which bits must match
pn.h 25 unsigned long mask; member in struct:gld_opcode
35 The mask component is a mask saying which bits must match
  /toolchain/binutils/binutils-2.27/intl/
explodename.c 67 int mask; local
80 mask = 0;
99 mask |= TERRITORY;
111 mask |= XPG_CODESET;
120 mask |= XPG_NORM_CODESET;
136 mask |= XPG_MODIFIER | CEN_AUDIENCE;
152 mask |= CEN_SPECIAL;
164 mask |= CEN_SPONSOR;
173 mask |= CEN_REVISION;
182 mask &= ~TERRITORY
    [all...]
  /art/dex2oat/linker/
index_bss_mapping_encoder.h 52 uint32_t mask = entry_.GetMask(index_bits_); local
53 if ((mask & ~(static_cast<uint32_t>(-1) << diff)) != 0u) {
58 mask = ((mask << index_bits_) >> diff) | (static_cast<uint32_t>(1u) << (32 - diff));
59 entry_.index_and_mask = mask | index;
66 entry_.index_and_mask = method_index; // Mask bits set to 0.
  /art/runtime/
native_bridge_art_interface.cc 121 sigset_t mask; local
122 sigfillset(&mask);
125 .sc_mask = mask,
  /bionic/libc/bionic/
mbrtoc32.cpp 67 // from the first octet, and a mask that extracts the
71 int mask; local
84 mask = 0x7f;
88 mask = 0x1f;
92 mask = 0x0f;
96 mask = 0x07;
120 char32_t c32 = mbstate_get_byte(state, 0) & mask;
  /bionic/libc/dns/resolv/
res_private.h 13 } addr, mask; member in struct:__res_state_ext::sort_list
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_connmark.h 32 __u32 mark, mask; member in struct:xt_connmark_mtinfo1
  /bionic/libc/kernel/uapi/linux/tc_act/
tc_nat.h 37 __be32 mask; member in struct:tc_nat
  /bionic/libc/kernel/uapi/linux/tc_ematch/
tc_em_cmp.h 25 __u32 mask; member in struct:tcf_em_cmp

Completed in 386 milliseconds

1 2 3 4 56 7 8 91011>>