HomeSort by relevance Sort by last modified time
    Searched defs:bit (Results 226 - 250 of 258) sorted by null

1 2 3 4 5 6 7 8 91011

  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 655 /* bit map related macros */
661 extern void setbit(void *array, uint bit);
662 extern void clrbit(void *array, uint bit);
663 extern bool isset(const void *array, uint bit);
664 extern bool isclr(const void *array, uint bit);
733 /* bcm_format_flags() bit description structure */
735 uint32 bit; member in struct:bcm_bit_desc
760 /* 128-bit xor: *dst = *src1 xor *src2. dst1, src1 and src2 may have any alignment */
820 #define mboolset(mb, bit) ((mb) |= (bit)) /* set one bool *
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 1112 int bit = 1; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c 54 #define ERRCODE_SIZE "bit vector size mismatch"
117 static N_word LSB = 1; /* = mask for least significant bit */
118 static N_word MSB; /* = mask for most significant bit */
126 /* global bit mask table for fast access (set by "BitVector_Boot"): */
390 N_word BitVector_Size(N_int bits) /* bit vector size (# of words) */
399 N_word BitVector_Mask(N_int bits) /* bit vector mask (unused bits) */
702 N_word bit; local
715 bit = LSB;
720 value |= bit;
727 if (not (bit <<= 1)
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c 4447 int32_t i = 0, n, j, bit; local
    [all...]
  /external/chromium_org/third_party/jemalloc/chromium/
jemalloc.c 50 * and a 16 byte quantum on a 32-bit system, the size classes in each category
541 * honored for some/all object sizes, since there is one bit of header overhead
819 * Run address (or size) and various flags are stored together. The bit
820 * layout looks like (assuming 32-bit system):
836 * Following are example bit patterns for the three types of runs.
842 * [cdzla] : bit set
3079 unsigned i, mask, bit, regind; local
3172 unsigned diff, regind, elm, bit; local
    [all...]
  /external/chromium_org/third_party/jemalloc/vendor/
jemalloc.c 50 * and a 16 byte quantum on a 32-bit system, the size classes in each category
534 * honored for some/all object sizes, since there is one bit of header overhead
812 * Run address (or size) and various flags are stored together. The bit
813 * layout looks like (assuming 32-bit system):
829 * Following are example bit patterns for the three types of runs.
835 * [cdzla] : bit set
3068 unsigned i, mask, bit, regind; local
3161 unsigned diff, regind, elm, bit; local
    [all...]
  /external/chromium_org/v8/src/
jsregexp.cc 1850 int bit; local
    [all...]
  /external/elfutils/src/
readelf.c 5531 unsigned int bit = ((void *) i - data) * 8; local
6042 GElf_Xword bit = 1; local
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 4466 int32_t i = 0, n, j, bit; local
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 389 unsigned isNegative : 1; // Negated OffsetReg? (~'U' bit)
5225 unsigned bit = 1; local
    [all...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 606 /* the buffer for bit stream creation */
727 /* the buffer for bit stream reading */
873 it is 32 bits on a 32-bit host and 64 bits on a 64-bit host, and so
6059 int bit; local
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 629 /* the buffer for bit stream creation */
750 /* the buffer for bit stream reading */
896 it is 32 bits on a 32-bit host and 64 bits on a 64-bit host, and so
6470 int bit; local
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 622 /* the buffer for bit stream creation */
743 /* the buffer for bit stream reading */
889 it is 32 bits on a 32-bit host and 64 bits on a 64-bit host, and so
6465 int bit; local
    [all...]
varinfo6.c 660 /* the buffer for bit stream creation */
781 /* the buffer for bit stream reading */
927 it is 32 bits on a 32-bit host and 64 bits on a 64-bit host, and so
6500 int bit; local
    [all...]
  /external/valgrind/main/perf/
bz2.c 622 /* the buffer for bit stream creation */
743 /* the buffer for bit stream reading */
889 it is 32 bits on a 32-bit host and 64 bits on a 64-bit host, and so
6462 int bit; local
    [all...]
test_input_for_tinycc.c 5728 int bit; local
    [all...]
  /external/zxing/core/
core.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /external/emma/lib/
emma.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 4254 milliseconds

1 2 3 4 5 6 7 8 91011