Searched defs:bits (Results 1 - 25 of 164) sorted by relevance

1234567

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
H A Dcs8403.h39 SND_CS8403_DECL void SND_CS8403_DECODE(struct snd_aes_iec958 *diga, unsigned char bits) argument
41 if (bits & 0x01) { /* consumer */
42 if (!(bits & 0x02))
44 if (!(bits & 0x08))
46 switch (bits & 0x10) {
50 if (!(bits & 0x80))
52 switch (bits & 0x60) {
58 switch (bits & 0x06) {
65 switch (bits & 0x18) {
71 switch (bits
84 unsigned char bits; local
169 SND_CS8404_DECODE(struct snd_aes_iec958 *diga, unsigned char bits) argument
210 unsigned char bits; local
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
H A Dcs8403.h39 SND_CS8403_DECL void SND_CS8403_DECODE(struct snd_aes_iec958 *diga, unsigned char bits) argument
41 if (bits & 0x01) { /* consumer */
42 if (!(bits & 0x02))
44 if (!(bits & 0x08))
46 switch (bits & 0x10) {
50 if (!(bits & 0x80))
52 switch (bits & 0x60) {
58 switch (bits & 0x06) {
65 switch (bits & 0x18) {
71 switch (bits
84 unsigned char bits; local
169 SND_CS8404_DECODE(struct snd_aes_iec958 *diga, unsigned char bits) argument
210 unsigned char bits; local
[all...]
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
H A Dnative_window.h52 // The actual bits.
53 void* bits; member in struct:ANativeWindow_Buffer
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
H A Dnative_window.h52 // The actual bits.
53 void* bits; member in struct:ANativeWindow_Buffer
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
H A Dnative_window.h52 // The actual bits.
53 void* bits; member in struct:ANativeWindow_Buffer
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
H A Dnative_window.h52 // The actual bits.
53 void* bits; member in struct:ANativeWindow_Buffer
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
H A Dnative_window.h52 // The actual bits.
53 void* bits; member in struct:ANativeWindow_Buffer
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
H A Dnative_window.h52 // The actual bits.
53 void* bits; member in struct:ANativeWindow_Buffer
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
H A Dnative_window.h52 // The actual bits.
53 void* bits; member in struct:ANativeWindow_Buffer
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
H A Dnative_window.h52 // The actual bits.
53 void* bits; member in struct:ANativeWindow_Buffer
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
H A Dnative_window.h52 // The actual bits.
53 void* bits; member in struct:ANativeWindow_Buffer
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
H A Dnative_window.h52 // The actual bits.
53 void* bits; member in struct:ANativeWindow_Buffer
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
H A Dnative_window.h52 // The actual bits.
53 void* bits; member in struct:ANativeWindow_Buffer
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
H A Dnative_window.h52 // The actual bits.
53 void* bits; member in struct:ANativeWindow_Buffer
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
H A Dnative_window.h52 // The actual bits.
53 void* bits; member in struct:ANativeWindow_Buffer
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/android/
H A Dnative_window.h52 // The actual bits.
53 void* bits; member in struct:ANativeWindow_Buffer
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/android/
H A Dnative_window.h52 // The actual bits.
53 void* bits; member in struct:ANativeWindow_Buffer
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/android/
H A Dnative_window.h52 // The actual bits.
53 void* bits; member in struct:ANativeWindow_Buffer
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/android/
H A Dnative_window.h52 // The actual bits.
53 void* bits; member in struct:ANativeWindow_Buffer
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/android/
H A Dnative_window.h52 // The actual bits.
53 void* bits; member in struct:ANativeWindow_Buffer
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/android/
H A Dnative_window.h52 // The actual bits.
53 void* bits; member in struct:ANativeWindow_Buffer
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
H A Drandom_number.h105 /** @brief Generate a number of random bits, run-time parameter.
106 * @param bits Number of bits to generate. */
108 genrand_bits(int bits) argument
110 unsigned long res = cache & ((1 << bits) - 1);
111 cache = cache >> bits;
112 bits_left -= bits;
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
H A Dbitmap.h40 /* Number of bits in each actual element of a bitmap. */
51 /* Bitmap set element. We use a linked list to hold only the bits that
67 BITMAP_WORD bits[BITMAP_ELEMENT_WORDS]; /* Bits that are set. */ member in struct:bitmap_element_def
112 /* Count the number of bits set in the bitmap. */
217 BITMAP_WORD bits; member in struct:__anon337
250 bi->bits = bi->elt1->bits[bi->word_no];
251 bi->bits >>= start_bit % BITMAP_WORD_BITS;
257 start_bit += !bi->bits;
301 /* If we're at the same index, then we have some intersecting bits
[all...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
H A Dbitmap.h40 /* Number of bits in each actual element of a bitmap. */
51 /* Bitmap set element. We use a linked list to hold only the bits that
67 BITMAP_WORD bits[BITMAP_ELEMENT_WORDS]; /* Bits that are set. */ member in struct:bitmap_element_def
112 /* Count the number of bits set in the bitmap. */
217 BITMAP_WORD bits; member in struct:__anon730
250 bi->bits = bi->elt1->bits[bi->word_no];
251 bi->bits >>= start_bit % BITMAP_WORD_BITS;
257 start_bit += !bi->bits;
301 /* If we're at the same index, then we have some intersecting bits
[all...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
H A Dbitmap.h40 /* Number of bits in each actual element of a bitmap. */
51 /* Bitmap set element. We use a linked list to hold only the bits that
67 BITMAP_WORD bits[BITMAP_ELEMENT_WORDS]; /* Bits that are set. */ member in struct:bitmap_element_def
112 /* Count the number of bits set in the bitmap. */
217 BITMAP_WORD bits; member in struct:__anon1163
250 bi->bits = bi->elt1->bits[bi->word_no];
251 bi->bits >>= start_bit % BITMAP_WORD_BITS;
257 start_bit += !bi->bits;
301 /* If we're at the same index, then we have some intersecting bits
[all...]

Completed in 1129 milliseconds

1234567