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

<<31323334353637383940>>

  /ndk/build/platforms/android-5/arch-arm/usr/include/
fenv.h 59 /* We need to be able to map status flag positions to mask flag positions */
syslog.h 76 #define LOG_MASK(pri) (1 << (pri)) /* mask for one priority */
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
mount.h 64 * Old magic mount flag and mask
  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
mount.h 64 * Old magic mount flag and mask
  /ndk/build/platforms/android-5/arch-x86/usr/include/
syslog.h 76 #define LOG_MASK(pri) (1 << (pri)) /* mask for one priority */
  /ndk/build/platforms/android-8/arch-arm/usr/include/
fenv.h 59 /* We need to be able to map status flag positions to mask flag positions */
syslog.h 76 #define LOG_MASK(pri) (1 << (pri)) /* mask for one priority */
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
mount.h 64 * Old magic mount flag and mask
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
mount.h 64 * Old magic mount flag and mask
  /ndk/build/platforms/android-8/arch-x86/usr/include/
syslog.h 76 #define LOG_MASK(pri) (1 << (pri)) /* mask for one priority */
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_keyboard.h 61 /* This is the mask which refers to all hotkey bindings */
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_keyboard.h 61 /* This is the mask which refers to all hotkey bindings */
  /prebuilt/windows/sdl/host/include/SDL/
SDL_keyboard.h 65 /* This is the mask which refers to all hotkey bindings */
  /prebuilt/windows/sdl/include/SDL/
SDL_keyboard.h 61 /* This is the mask which refers to all hotkey bindings */
  /system/core/include/pixelflinger/
format.h 98 inline uint32_t mask(int i) const { function in struct:__anon13009
  /system/core/nexus/
DhcpClient.cpp 49 in_addr_t *mask,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/FwEvent/
FwEvent.h 74 UINT32 EventMask; /* Static interrupt event mask */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
TrafficMonitorAPI.h 107 VOID TrafficMonitor_Event(TI_HANDLE hTrafficMonitor,int Count,UINT16 Mask,UINT32 MonitorModuleType);
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverRate.h 83 * \brief Driver rate mask
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
Ctrl.h 110 TI_UINT32 uCurrPolicyEnabledRatesMask; /* holds the current used En/Dis Rates Mask */
  /external/qemu/
cpu-exec.c 361 /* Mask out external interrupts for this step. */
819 /* we restore the process signal mask as the sigreturn should
863 /* we restore the process signal mask as the sigreturn should
    [all...]
  /external/zlib/contrib/inflate86/
inffast.S 101 .L_mask: /* mask[N] = ( 1 << N ) - 1 */
494 * len += hold & mask[op];
527 addl %eax, len_r /* len += hold & mask[op] */
578 * dist += hold & mask[op];
671 * this = lcode[this.val + (hold & mask[op])];
683 movl (%edx,%eax,4), %eax /* eax = lcode[val + (hold&mask[op])] */
689 * this = dcode[this.val + (hold & mask[op])];
701 movl (%edx,%eax,4), %eax /* eax = dcode[val + (hold&mask[op])] */
958 addl %ecx, len_r /* len += hold & mask[op] */
998 andl .L_mask(,%eax,4), %ecx /* ecx = hold & mask[op] *
    [all...]
  /bionic/libc/include/netinet/
ip.h 71 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */
113 #define IPTOS_ECN_MASK 0x03 /* ECN field mask */
  /bionic/libm/man/
fenv.3 136 The current mask can be tested with
170 which includes exception flags, the current exception mask,
  /cts/tests/tests/os/src/android/os/cts/
FileObserverTest.java 255 public MockFileObserver(String path, int mask) {
256 super(path, mask);

Completed in 205 milliseconds

<<31323334353637383940>>