HomeSort by relevance Sort by last modified time
    Searched full:mask (Results 1576 - 1600 of 2232) sorted by null

<<61626364656667686970>>

  /dalvik/vm/mterp/armv5te/
footer.S     [all...]
  /external/dnsmasq/src/
rfc1035.c 558 if (!is_same_net(doctor->in, addr, doctor->mask))
565 addr.s_addr &= ~doctor->mask.s_addr;
566 addr.s_addr |= (doctor->out.s_addr & doctor->mask.s_addr);
    [all...]
nameser.h 212 #define KEYFLAG_TYPEMASK 0xC000 /* Mask for "type" bits */
  /external/e2fsprogs/e2fsck/
unix.c 1173 __u32 *mask = features, m; local
1178 for (i=0; i <3; i++,mask++) {
1180 if (*mask & m)
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c 862 "No mask from LDAP, using local pool\n");
872 "No mask from RADIUS, using local pool\n");
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
bitstream_io.cpp 28 static const UChar Mask[ ] =
371 BitstreamPutBits(stream, restBits, Mask[restBits]);
399 BitstreamPutBits(stream,count,Mask[count]);
  /external/v8/src/arm/
ic-arm.cc 94 // Compute the capacity mask.
109 // Compute the masked index: (hash + i + i * i) & mask.
140 __ tst(r3, Operand(PropertyDetails::TypeField::mask() << kSmiTagSize));
  /external/webkit/WebKitTools/android/flex-2.5.4a/
flexdef.h 170 * will overload the mask bits. Fortunately, this limit is \large/ (0x2000 ==
175 /* Mask to mark a trailing context accepting number. */
178 /* Mask to mark the accepting number of the "head" of a trailing context
    [all...]
  /frameworks/base/core/java/android/os/
Bundle.java 1529 int mask = 0; local
    [all...]
  /frameworks/base/media/java/android/media/
AudioManager.java     [all...]
  /sdk/emulator/qemud/
qemud.c 293 * the event mask we use are simply combinations of EPOLLIN
405 * no event mask will be enabled
453 * event mask
    [all...]
  /bionic/libc/
SYSCALLS.TXT 178 int __sigsuspend:sigsuspend(int unused1, int unused2, unsigned mask) 72
  /bionic/libc/private/
resolv_private.h 166 uint32_t mask; member in struct:__res_state::__anon500
  /dalvik/libcore/luni/src/main/java/java/net/
SocketPermission.java 78 // list of actions permitted for socket permission in order, indexed by mask
  /dalvik/vm/
IndirectRefTable.h 195 IndirectRefKind kind; /* bit mask, ORed into all irefs */
UtfString.c 138 * (If this needs optimizing, try: mask against 0xa0, shift right 5,
  /dalvik/vm/compiler/codegen/arm/
LocalOptimizations.c 87 * Add r15 (pc) to the mask to prevent this instruction
  /external/bluetooth/glib/docs/reference/glib/tmpl/
hooks.sgml 349 @G_HOOK_FLAG_MASK: A mask covering all bits reserved for
  /external/grub/netboot/
fa311.c 68 /* Bits in the interrupt status/mask registers. */
smc9000.c 340 /* Next: read the packet length and mask off the top bits */
  /external/grub/stage2/
ufs2.h 101 #define IFMT 0170000 /* Mask of file type. */
xfs.h 507 xfs_uint32_t di_dmevmask; /* DMIG event mask */
  /external/icu4c/common/
propname.h 111 * writing is the largest general category mask. Need not be signed
utracimp.h 79 /** Mask to extract the return type values from a UTraceExitVal @internal */
  /external/icu4c/i18n/
coleitr.cpp 259 // Mask off the unwanted differences.

Completed in 567 milliseconds

<<61626364656667686970>>