HomeSort by relevance Sort by last modified time
    Searched defs:bset (Results 1 - 25 of 28) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xc16x/
bit.s 4 bset r0.1 label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/
m32r2.s 16 .global bset
17 bset: label
18 bset #0,@(4,r1)
19 bset #1,@(4,r1)
20 bset #7,@(4,r1)
  /external/bison/lib/
bitset.c 72 /* Initialise bitset BSET of TYPE for N_BITS. */
74 bitset_init (bitset bset, bitset_bindex n_bits, enum bitset_type type)
77 return bitset_stats_init (bset, n_bits, type);
85 return abitset_init (bset, n_bits);
88 return lbitset_init (bset, n_bits);
91 return ebitset_init (bset, n_bits);
94 return vbitset_init (bset, n_bits);
137 bitset bset; local
141 bset = xcalloc (1, bytes);
147 return bitset_init (bset, n_bits, type)
157 bitset bset; local
    [all...]
bitset.h 77 bitset bset; member in struct:bitset_union::bitset_stats_struct
134 /* Set bit BITNO in bitset BSET. */
136 bitset_set (bitset bset, bitset_bindex bitno)
139 bitset_windex offset = windex - bset->b.cindex;
141 if (offset < bset->b.csize)
142 bset->b.cdata[offset] |= ((bitset_word) 1 << (bitno % BITSET_WORD_BITS));
144 BITSET_SET_ (bset, bitno);
148 /* Reset bit BITNO in bitset BSET. */
150 bitset_reset (bitset bset, bitset_bindex bitno)
153 bitset_windex offset = windex - bset->b.cindex
    [all...]
bitset_stats.c 53 #define BITSET_STATS_FREES_INC(BSET) \
54 bitset_stats_info->types[BITSET_TYPE_ (BSET)].frees++
55 #define BITSET_STATS_SETS_INC(BSET) \
56 bitset_stats_info->types[BITSET_TYPE_ (BSET)].sets++
57 #define BITSET_STATS_CACHE_SETS_INC(BSET) \
58 bitset_stats_info->types[BITSET_TYPE_ (BSET)].cache_sets++
59 #define BITSET_STATS_RESETS_INC(BSET) \
60 bitset_stats_info->types[BITSET_TYPE_ (BSET)].resets++
61 #define BITSET_STATS_CACHE_RESETS_INC(BSET) \
62 bitset_stats_info->types[BITSET_TYPE_ (BSET)].cache_resets+
315 bitset bset = dst->s.bset; local
334 bitset bset = dst->s.bset; local
361 bitset bset = src->s.bset; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
bcache.h 193 struct bset { struct
  /development/ndk/platforms/android-21/include/linux/
bcache.h 185 struct bset { struct
  /external/kernel-headers/original/uapi/linux/
bcache.h 348 struct bset { struct
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
bcache.h 185 struct bset { struct
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
bcache.h 185 struct bset { struct
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
bcache.h 185 struct bset { struct
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
bcache.h 185 struct bset { struct
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
bcache.h 185 struct bset { struct
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
bcache.h 185 struct bset { struct
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
bcache.h 185 struct bset { struct
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
bcache.h 185 struct bset { struct
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
bcache.h 185 struct bset { struct
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
bcache.h 185 struct bset { struct
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
bcache.h 185 struct bset { struct
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
bcache.h 185 struct bset { struct
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
bcache.h 185 struct bset { struct
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
bcache.h 185 struct bset { struct
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
bcache.h 185 struct bset { struct
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
bcache.h 185 struct bset { struct
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
bcache.h 185 struct bset { struct

Completed in 952 milliseconds

1 2