HomeSort by relevance Sort by last modified time
    Searched full:_bit (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prbit.h 46 #define PR_TEST_BIT(_map,_bit) \
47 ((_map)[(_bit)>>PR_BITS_PER_LONG_LOG2] & (1L << ((_bit) & (PR_BITS_PER_LONG-1))))
48 #define PR_SET_BIT(_map,_bit) \
49 ((_map)[(_bit)>>PR_BITS_PER_LONG_LOG2] |= (1L << ((_bit) & (PR_BITS_PER_LONG-1))))
50 #define PR_CLEAR_BIT(_map,_bit) \
51 ((_map)[(_bit)>>PR_BITS_PER_LONG_LOG2] &= ~(1L << ((_bit) & (PR_BITS_PER_LONG-1))))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr2/
ratio 37 template<intmax_t _Pn, size_t _Bit,
38 bool = _Bit < static_cast<size_t>
43 template<intmax_t _Pn, size_t _Bit>
44 struct __safe_lshift<_Pn, _Bit, true>
45 { static const intmax_t __value = _Pn << _Bit; };
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr2/
ratio 37 template<intmax_t _Pn, size_t _Bit,
38 bool = _Bit < static_cast<size_t>
43 template<intmax_t _Pn, size_t _Bit>
44 struct __safe_lshift<_Pn, _Bit, true>
45 { static const intmax_t __value = _Pn << _Bit; };
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr2/
ratio 37 template<intmax_t _Pn, size_t _Bit,
38 bool = _Bit < static_cast<size_t>
43 template<intmax_t _Pn, size_t _Bit>
44 struct __safe_lshift<_Pn, _Bit, true>
45 { static const intmax_t __value = _Pn << _Bit; };
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr2/
ratio 37 template<intmax_t _Pn, size_t _Bit,
38 bool = _Bit < static_cast<size_t>
43 template<intmax_t _Pn, size_t _Bit>
44 struct __safe_lshift<_Pn, _Bit, true>
45 { static const intmax_t __value = _Pn << _Bit; };
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr2/
ratio 37 template<intmax_t _Pn, size_t _Bit,
38 bool = _Bit < static_cast<size_t>
43 template<intmax_t _Pn, size_t _Bit>
44 struct __safe_lshift<_Pn, _Bit, true>
45 { static const intmax_t __value = _Pn << _Bit; };
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/
ratio 37 template<intmax_t _Pn, size_t _Bit,
38 bool = _Bit < static_cast<size_t>
43 template<intmax_t _Pn, size_t _Bit>
44 struct __safe_lshift<_Pn, _Bit, true>
45 { static const intmax_t __value = _Pn << _Bit; };
  /frameworks/native/opengl/libs/tools/
glenumsgen 24 next if $line =~ /_BIT(\d+_|\s+)/;
  /external/kernel-headers/original/uapi/linux/
tty_flags.h 8 * Define ASYNCB_* for convenient use with {test,set,clear}_bit.
  /frameworks/av/services/audioflinger/
FastMixer.h 73 audio_format_t mMixerBufferFormat; // mixer output format: AUDIO_FORMAT_PCM_(16_BIT|FLOAT).
AudioMixer.h 83 MIXER_FORMAT = 0x4005, // AUDIO_FORMAT_PCM_(FLOAT|16_BIT)
215 audio_format_t mMixerFormat; // output mix format: AUDIO_FORMAT_PCM_(FLOAT|16_BIT)
217 audio_format_t mMixerInFormat; // mix internal format AUDIO_FORMAT_PCM_(FLOAT|16_BIT)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast_priv.h 108 /* GL_MAP_*_BIT, used for mapping of front buffer. */
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast_priv.h 108 /* GL_MAP_*_BIT, used for mapping of front buffer. */
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_parameter.h 84 GLbitfield Flags; /**< Bitmask of PROG_PARAM_*_BIT */
  /external/mesa3d/src/mesa/program/
prog_parameter.h 84 GLbitfield Flags; /**< Bitmask of PROG_PARAM_*_BIT */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
serial.h 81 * Define ASYNCB_* for convenient use with {test,set,clear}_bit.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
serial.h 81 * Define ASYNCB_* for convenient use with {test,set,clear}_bit.
  /external/chromium_org/third_party/mesa/src/docs/
RELNOTES-3.3 216 mask is now a bitmask of the DD_*_BIT flags in dd.h. Now
  /external/mesa3d/docs/
RELNOTES-3.3 216 mask is now a bitmask of the DD_*_BIT flags in dd.h. Now
  /frameworks/native/opengl/tools/glgen2/
glgen.py 157 if re.search('_BIT($|\d*_)', name):
  /external/chromium_org/third_party/mesa/src/src/glx/
glxextensions.c 42 #define GLX(n) "GLX_" # n, 4 + sizeof( # n ) - 1, CONCAT(n,_bit)
43 #define GL(n) "GL_" # n, 3 + sizeof( # n ) - 1, GL_ ## n ## _bit
drisw_glx.c 480 * GLX_CONTEXT_*_BIT values.
  /external/mesa3d/src/glx/
glxextensions.c 42 #define GLX(n) "GLX_" # n, 4 + sizeof( # n ) - 1, CONCAT(n,_bit)
43 #define GL(n) "GL_" # n, 3 + sizeof( # n ) - 1, GL_ ## n ## _bit
  /frameworks/base/docs/html/training/articles/
perf-jni.jd 22 <li><a href="#64_bit">64-bit Considerations</a></li>
507 <a name="64_bit" id="64_bit"></a>
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
pixel.c 619 * Return a bitmask of IMAGE_*_BIT flags which to indicate which

Completed in 716 milliseconds

1 2