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

<<51525354555657585960>>

  /external/iptables/libiptc/
libiptc.c 1533 unsigned char *mask; local
    [all...]
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Audio.h     [all...]
  /external/tcpdump/
print-isoclns.c 205 { ESIS_OPTION_ADDRESS_MASK, "Addressk Mask" },
206 { ESIS_OPTION_SNPA_MASK, "SNPA Mask" },
530 u_int8_t mask[4]; member in struct:isis_tlv_ip_reach
    [all...]
  /frameworks/base/core/java/android/view/
View.java 618 * Mask for use with setFlags indicating bits used for focus.
645 * Mask for use with setFlags indicating bits used for visibility.
667 * Mask for use with setFlags indicating bits used for indicating whether
683 * Mask for use with setFlags indicating bits used for indicating whether
708 * <p>Mask for use with setFlags indicating bits used for indicating which
735 * <p>Mask for use with setFlags indicating bits used for indicating which
761 * <p>Mask for use with setFlags indicating bits used for the saveEnabled
799 * <p>Mask for use with setFlags indicating bits used for the cache
852 * Mask to check if the scrollbar style is overlay or inset.
858 * Mask to check if the scrollbar style is inside or outside
    [all...]
WindowManagerPolicy.java 306 * Bit mask that is set for all enter transition.
311 * Bit mask that is set for all exit transitions.
581 * @param metaKeys bit mask of meta keys that are held.
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng.cpp 523 // since the Android defined aiding data mask matches with modem,
708 LOGV ("loc_eng_report_position: location report, valid mask = 0x%x, sess status = %d\n",
823 // We only have the data field to report gps eph and alm mask
880 LOGV ("num_svs = %d, eph mask = %d, alm mask = %d\n", SvStatus.num_svs, SvStatus.ephemeris_mask, SvStatus.almanac_mask );
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Audio.h     [all...]
  /bionic/libc/netbsd/resolv/
res_init.c 514 statp->sort_list[nsort].mask = a.s_addr;
516 statp->sort_list[nsort].mask =
520 statp->sort_list[nsort].mask =
  /cts/tests/SignatureTest/src/android/tests/sigtest/
JDiffClassDescription.java 473 // Mask off NATIVE since it is a don't care. Also mask off
786 // ABSTRACT check passed, so mask off ABSTRACT
    [all...]
  /dalvik/vm/alloc/
Heap.c 689 void dvmClearAllocFlags(Object *obj, int mask)
691 if ((mask & ALLOC_NO_GC) != 0) {
706 if ((mask & ALLOC_DONT_TRACK) != 0) {
    [all...]
  /dalvik/vm/mterp/x86-atom/
footer.S 40 and $$7, %eax # %eax<- mask for boolean (just how many bits does it take?)
87 and $$7, %eax # %eax<- mask for boolean (just how many bits does it take?)
366 and $$7, %eax # %eax<- mask for boolean (just how many bits does it take?)
  /external/bluetooth/hcidump/parser/
lmp.c 985 uint16_t mask = LMP_U16(frm); local
988 printf("key size mask 0x%4.4x\n", mask);
  /external/dhcpcd/
dhcp.c 173 int make_option_mask(uint8_t *mask, char **opts, int add)
197 add_option_mask(mask,
200 del_option_mask(mask,
  /external/freetype/src/sfnt/
ttsbit.c 1128 FT_Byte mask; local
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 356 // The mask for the sign bit.
359 // The mask for the fraction bits.
363 // The mask for the exponent bits.
    [all...]
  /external/icu4c/i18n/
usearch.cpp 66 * Getting the mask for collation strength
68 * @return collation element mask
154 // is a preprocessed mask that takes into account case options. since
161 // if the ce is a variable, we mask and get only the primary values
1519 int32_t mask = 1 << (accentsize - i - 1); local
1790 int32_t mask = 1 << (size - i - 1); local
2221 int32_t mask = 1 << (accentsize - i - 1); local
2453 int32_t mask = 1 << (size - i - 1); local
    [all...]
  /external/libpcap/
pcap-dos.c 946 static const char mask[] = "255.255.255.0"; local
948 printf ("Just guessing, using IP %s and netmask %s\n", myip, mask);
950 _w32_sin_mask = aton (mask);
    [all...]
  /external/openssl/ssl/
ssl_locl.h 249 * The bit mask handling in the selection and sorting scheme in
252 * ONLY ONE BIT PER MASK CAN BE SET AT A TIME.
420 unsigned long mask; member in struct:cert_st
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngset.c 315 * 3. The application called png_permit_mng_features with a mask that
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 451 static void tcg_out_b (TCGContext *s, int mask, tcg_target_long target)
457 tcg_out32 (s, B | (disp & 0x3fffffc) | mask);
461 tcg_out32 (s, BCCTR | BO_ALWAYS | mask);
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 509 static void tcg_out_b (TCGContext *s, int mask, tcg_target_long target)
515 tcg_out32 (s, B | (disp & 0x3fffffc) | mask);
519 tcg_out32 (s, BCCTR | BO_ALWAYS | mask);
    [all...]
  /external/v8/src/ia32/
assembler-ia32.h 385 uint64_t mask = static_cast<uint64_t>(1) << f; local
387 ASSERT(!Serializer::enabled() || (found_by_runtime_probing_ & mask) == 0);
389 CpuFeatures::enabled_ |= mask;
  /external/webkit/JavaScriptCore/runtime/
Collector.cpp 225 unsigned char* mask = reinterpret_cast<unsigned char*>(userChunk->Alloc(BLOCK_SIZE));
226 if (!mask)
228 uintptr_t address = reinterpret_cast<uintptr_t>(mask);
    [all...]
  /external/webkit/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
mmintrin.h 880 /* Create an 8-bit mask of the signs of 8-bit values. */
887 /* Create an 8-bit mask of the signs of 16-bit values. */
894 /* Create an 8-bit mask of the signs of 32-bit values. */
    [all...]

Completed in 738 milliseconds

<<51525354555657585960>>