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

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/include/opcode/
hppa.h 44 unsigned long int mask; /* ... in these bits. */ member in struct:pa_opcode
57 The match component is a mask saying which bits must match a
    [all...]
  /toolchain/binutils/binutils-2.27/intl/
finddomain.c 66 int mask; local
140 mask = _nl_explode_name (locale, &language, &modifier, &territory,
147 strlen (dirname) + 1, mask, language, territory,
173 if (mask & XPG_NORM_CODESET)
  /toolchain/binutils/binutils-2.27/opcodes/
cgen-bitset.c 26 /* Create a bit mask. */
31 CGEN_BITSET * mask = xmalloc (sizeof (* mask)); local
32 cgen_bitset_init (mask, bit_count);
33 return mask;
36 /* Initialize an existing bit mask. */
39 cgen_bitset_init (CGEN_BITSET * mask, unsigned bit_count)
41 if (! mask)
43 mask->length = (bit_count / 8) + 1;
44 mask->bits = xmalloc (mask->length)
    [all...]
  /art/runtime/
type_lookup_table.h 141 uint32_t mask = static_cast<uint16_t>(~GetSizeMask()); local
142 return (hash & mask) == (data & mask);
  /art/test/004-SignalTest/
signaltest.cc 74 sigset_t mask; local
75 sigemptyset(&mask);
76 sigaddset(&mask, BLOCKED_SIGNAL);
77 sigprocmask(SIG_UNBLOCK, &mask, nullptr);
148 sigset_t mask; local
149 memset(&mask, 0, sizeof(mask));
150 sigaddset(&mask, UNBLOCKED_SIGNAL);
151 sigprocmask(SIG_UNBLOCK, &mask, nullptr);
  /bionic/libc/arch-arm64/generic/bionic/
strncmp.S 59 #define mask x14 define
105 mov mask, #~0
107 lsr mask, mask, limit
109 lsl mask, mask, limit
111 bic data1, data1, mask
112 bic data2, data2, mask
115 orr has_nul, has_nul, mask
172 alignment boundary. Round down the addresses and then mask of
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter/
nf_conntrack_tcp.h 49 __u8 mask; member in struct:nf_ct_tcp_flags
xt_recent.h 51 union nf_inet_addr mask; member in struct:xt_recent_mtinfo_v1
  /bionic/libc/kernel/uapi/linux/
phantom.h 28 __u32 mask; member in struct:phm_regs
  /cts/hostsidetests/security/securityPatch/CVE-2016-8425/
poc.c 53 cpu_set_t mask; local
54 CPU_ZERO(&mask);
55 CPU_SET(num, &mask);
56 ret = sched_setaffinity(0, sizeof(cpu_set_t), &mask);
  /cts/hostsidetests/security/securityPatch/CVE-2016-8426/
poc.c 53 cpu_set_t mask; local
54 CPU_ZERO(&mask);
55 CPU_SET(num, &mask);
56 ret = sched_setaffinity(0, sizeof(cpu_set_t), &mask);
  /cts/hostsidetests/security/securityPatch/CVE-2016-8432/
poc.c 49 cpu_set_t mask; local
50 CPU_ZERO(&mask);
51 CPU_SET(num, &mask);
52 ret = sched_setaffinity(0, sizeof(cpu_set_t), &mask);
  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/soc/t210/
plat_psci_handlers.c 202 uint32_t mask = CPU_CORE_RESET_MASK << cpu; local
205 mmio_write_32(TEGRA_CAR_RESET_BASE + CPU_CMPLX_RESET_CLR, mask);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
setobject.h 41 /* The table contains mask + 1 slots, and that's a power of 2.
42 * We store the mask instead of the size because the mask is more
45 Py_ssize_t mask; member in struct:_setobject
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inftrees.c 52 unsigned mask; /* mask for low root bits */ local
208 mask = used - 1; /* mask for comparing low */
260 if (len > root && (huff & mask) != low) {
285 low = huff & mask;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
setobject.h 41 /* The table contains mask + 1 slots, and that's a power of 2.
42 * We store the mask instead of the size because the mask is more
45 Py_ssize_t mask; member in struct:_setobject
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inftrees.c 52 unsigned mask; /* mask for low root bits */ local
209 mask = used - 1; /* mask for comparing low */
260 if (len > root && (huff & mask) != low) {
284 low = huff & mask;
303 if (drop != 0 && (huff & mask) != low) {
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inftrees.c 52 unsigned mask; /* mask for low root bits */ local
206 mask = used - 1; /* mask for comparing low */
258 if (len > root && (huff & mask) != low) {
283 low = huff & mask;
  /external/ImageMagick/MagickCore/
token-private.h 171 mask; local
173 mask=(int) 0x7fffffff;
174 if (((code & ~mask) != 0) && ((code < 0xd800) || (code > 0xdfff)) &&
183 mask; local
185 mask=(int) 0x7f;
186 if ((code & ~mask) != 0)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
BitsStreamGenerator.java 129 // find bit mask for n
130 int mask = n; local
131 mask |= mask >> 1;
132 mask |= mask >> 2;
133 mask |= mask >> 4;
134 mask |= mask >> 8
    [all...]
  /external/boringssl/src/crypto/asn1/
a_bitstr.c 266 unsigned char mask = i < flags_len ? ~flags[i] : 0xff; local
268 ok = (a->data[i] & mask) == 0;
  /external/boringssl/src/crypto/cmac/
cmac.c 223 const uint8_t *mask = ctx->k1; local
232 mask = ctx->k2;
237 out[i] = ctx->block[i] ^ mask[i];
  /external/boringssl/src/crypto/fipsmodule/ec/
wnaf.c 104 int mask = next_bit - 1; // at most 255 local
106 int window_val = scalar->words[0] & mask;
127 digit = window_val & (mask >> 1); // 0 < digit < 2^w
  /external/brotli/c/enc/
block_splitter_inc.h 127 const uint8_t mask = (uint8_t)(1u << (k & 7)); local
130 switch_signal[ix + (k >> 3)] |= mask;
139 const uint8_t mask = (uint8_t)(1u << (cur_id & 7)); local
143 if (switch_signal[ix + (cur_id >> 3)] & mask) {
  /external/brotli/java/org/brotli/dec/
Huffman.java 112 int mask = totalSize - 1; local
117 if ((key & mask) != low) {
122 low = key & mask;

Completed in 582 milliseconds

<<11121314151617181920>>