Searched refs:bit (Results 101 - 125 of 852) sorted by relevance

1234567891011>>

/external/blktrace/
H A Dblkparse.c225 struct blk_io_trace *bit; member in struct:trace
573 static void handle_notify(struct blk_io_trace *bit) argument
575 void *payload = (caddr_t) bit + sizeof(*bit);
578 switch (bit->action) {
580 add_ppm_hash(bit->pid, payload);
584 if (bit->pdu_len != sizeof(two32))
591 start_timestamp = bit->time;
602 if (bit->pdu_len > 0) {
603 char msg[bit
751 bit_free(struct blk_io_trace *bit) argument
766 struct blk_io_trace *bit = bit_alloc_list; local
1168 check_time(struct per_dev_info *pdi, struct blk_io_trace *bit) argument
1894 check_stopwatch(struct blk_io_trace *bit) argument
1917 struct blk_io_trace *bit = t->bit; local
1992 struct blk_io_trace *bit = t->bit; local
2043 struct blk_io_trace *bit; local
2138 get_pdulen(struct blk_io_trace *bit) argument
2146 get_magic(struct blk_io_trace *bit) argument
2160 struct blk_io_trace *bit; local
2318 struct blk_io_trace *bit = NULL; local
2457 struct blk_io_trace *bit; local
[all...]
/external/chromium_org/v8/src/arm/
H A Ddebug-arm.cc173 Generate_DebugBreakCallHelper(masm, r1.bit() | r3.bit(), 0);
181 Generate_DebugBreakCallHelper(masm, receiver.bit() | name.bit(), 0);
191 masm, receiver.bit() | name.bit() | value.bit(), 0);
207 masm, receiver.bit() | name.bit() | value.bit(),
[all...]
/external/chromium_org/v8/src/mips/
H A Ddebug-mips.cc183 Generate_DebugBreakCallHelper(masm, a1.bit() | a3.bit(), 0);
190 Generate_DebugBreakCallHelper(masm, receiver.bit() | name.bit(), 0);
200 masm, receiver.bit() | name.bit() | value.bit(), 0);
216 masm, receiver.bit() | name.bit() | value.bit(),
[all...]
/external/chromium_org/media/cast/test/utility/
H A Dbarcode.cc15 // <-----start----><--one-bit-><-zero bit-><----stop---->
19 // From there on, a "one" bit is encoded as 2u black and 1u white,
20 // and a zero bit is encoded as 1u black and 2u white. After
62 for (size_t bit = 0; bit < bits.size(); bit++) {
63 memset(pos, 0, bits[bit] ? unit_size * 2: unit_size);
118 for (size_t bit = 0; valid && bit < outpu
[all...]
/external/chromium_org/third_party/icu/source/samples/layout/
H A Dcmaps.cpp24 // Finds the high bit by binary searching
29 le_uint8 bit = 0; local
33 bit += 16;
38 bit += 8;
43 bit += 4;
48 bit += 2;
53 bit += 1;
56 return bit;
173 le_uint8 bit = highBit(nGroups); local
174 fPower = 1 << bit;
[all...]
/external/icu/icu4c/source/samples/layout/
H A Dcmaps.cpp24 // Finds the high bit by binary searching
29 le_uint8 bit = 0; local
33 bit += 16;
38 bit += 8;
43 bit += 4;
48 bit += 2;
53 bit += 1;
56 return bit;
173 le_uint8 bit = highBit(nGroups); local
174 fPower = 1 << bit;
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dquerymatrix.c110 unsigned int bit; local
151 for (i = 0, bit = 1; i < 16; i++, bit<<=1) {
183 rv |= bit;
197 rv |= bit;
206 rv |= bit;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dnomem64.asm5 mov rax, 5 ; optimized to signed 32-bit form
6 mov rax, dword 5 ; explicitly 32-bit
7 mov rax, qword 5 ; explicitly 64-bit
/external/iptables/extensions/
H A Dlibxt_connlabel.c44 info->bit = tmp;
74 const char *name = connlabel_get_name(info->bit);
80 printf(" %u", info->bit);
91 const char *name = connlabel_get_name(info->bit);
98 printf(" --label \"%u\"", info->bit);
107 .userspacesize = offsetof(struct xt_connlabel_mtinfo, bit),
/external/mesa3d/src/mesa/main/
H A Dquerymatrix.c108 unsigned int bit; local
149 for (i = 0, bit = 1; i < 16; i++, bit<<=1) {
181 rv |= bit;
195 rv |= bit;
204 rv |= bit;
/external/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp12 // returns the (currently, 32-bit unsigned) value of the instruction.
44 int getVariableBit(const std::string &VarName, BitsInit *BI, int bit);
54 // If the VarBitInit at position 'bit' matches the specified variable then
55 // return the variable bit position. Otherwise return -1.
57 BitsInit *BI, int bit) {
58 if (VarBitInit *VBI = dyn_cast<VarBitInit>(BI->getBit(bit))) {
62 } else if (VarInit *VI = dyn_cast<VarInit>(BI->getBit(bit))) {
78 int bit = BI->getNumBits()-1; local
80 // Scan for a bit that this contributed to.
81 for (; bit >
56 getVariableBit(const std::string &VarName, BitsInit *BI, int bit) argument
[all...]
/external/iputils/
H A Dping_common.h106 #define A(bit) (rcvd_tbl.bitmap[(bit) >> BITMAP_SHIFT]) /* identify word in array */
107 #define B(bit) (((bitmap_t)1) << ((bit) & ((1 << BITMAP_SHIFT) - 1))) /* identify bit in word */
111 unsigned bit = seq % MAX_DUP_CHK; local
112 A(bit) |= B(bit);
117 unsigned bit = seq % MAX_DUP_CHK; local
118 A(bit)
123 unsigned bit = seq % MAX_DUP_CHK; local
[all...]
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dpack.py12 # will have an offset, a size and a bit (for mojom.BOOLs).
60 self.bit = None
68 # Returns a 2-tuple of the field offset and bit (for BOOLs)
72 last_field.bit < 7:
73 return (last_field.offset, last_field.bit + 1)
101 src_field.bit = 0
111 offset, bit = GetFieldOffset(src_field, last_field)
115 src_field.bit = bit
121 src_field.offset, src_field.bit
[all...]
/external/chromium_org/third_party/smhasher/src/
H A DBitvec.cpp122 uint32_t getbit ( const void * block, int len, uint32_t bit )
126 int byte = bit >> 3;
127 bit = bit & 0x7;
129 if(byte < len) return (b[byte] >> bit) & 1;
134 uint32_t getbit_wrap ( const void * block, int len, uint32_t bit )
138 int byte = bit >> 3;
139 bit = bit & 0x7;
143 return (b[byte] >> bit)
156 setbit( void * block, int len, uint32_t bit, uint32_t val ) argument
359 uint32_t bit = getbit(blob,len,nbits-1); local
454 uint32_t bit = getbit(blob,len,0); local
[all...]
/external/clang/test/Sema/
H A Dconstant-conversion.c18 struct { int bit : 1; } a; member in struct:__anon19083
19 a.bit = 1; // shouldn't warn
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
H A Dstandard.h22 #define bit(target,mask) ((target) & (mask)) macro
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3bitset.h71 /// Pointer to the allocated array of bits for this bit set, which
72 /// is an array of 64 bit elements (of the architecture). If we find a
73 /// machine/C compiler that does not know anything about 64 bit values
74 /// then it should be easy enough to produce a 32 bit (or less) version
81 /// Length of the current bit set in ANTLR3_UINT64 units.
97 void (*add) (struct ANTLR3_BITSET_struct * bitset, ANTLR3_INT32 bit);
100 ANTLR3_BOOLEAN (*isMember) (struct ANTLR3_BITSET_struct * bitset, ANTLR3_UINT32 bit);
102 void (*remove) (struct ANTLR3_BITSET_struct * bitset, ANTLR3_UINT32 bit);
/external/chromium_org/v8/src/compiler/ia32/
H A Dlinkage-ia32.cc25 return esi.bit() | edi.bit() | ebx.bit();
/external/ipsec-tools/src/racoon/
H A Dvar.h42 #define ISSET(exp, bit) (((exp) & (bit)) == (bit))
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c89 static bool test_bit( const GLubyte *src, GLuint bit )
91 return (src[bit/8] & (1<<(bit % 8))) ? 1 : 0;
94 static void set_bit( GLubyte *dest, GLuint bit )
96 dest[bit/8] |= 1 << (bit % 8);
113 GLuint bit = 0; local
141 for (col = 0; col < w; col++, bit++) {
143 set_bit(dest, bit ^ 7);
149 bit
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_pixel_bitmap.c89 static bool test_bit( const GLubyte *src, GLuint bit )
91 return (src[bit/8] & (1<<(bit % 8))) ? 1 : 0;
94 static void set_bit( GLubyte *dest, GLuint bit )
96 dest[bit/8] |= 1 << (bit % 8);
113 GLuint bit = 0; local
141 for (col = 0; col < w; col++, bit++) {
143 set_bit(dest, bit ^ 7);
149 bit
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_pixel_bitmap.c89 static bool test_bit( const GLubyte *src, GLuint bit )
91 return (src[bit/8] & (1<<(bit % 8))) ? 1 : 0;
94 static void set_bit( GLubyte *dest, GLuint bit )
96 dest[bit/8] |= 1 << (bit % 8);
113 GLuint bit = 0; local
141 for (col = 0; col < w; col++, bit++) {
143 set_bit(dest, bit ^ 7);
149 bit
[all...]
/external/icu/icu4c/source/layout/
H A DOpenTypeUtilities.cpp15 // Finds the high bit by binary searching
24 le_uint8 bit = 0; local
28 bit += 16;
33 bit += 8;
38 bit += 4;
43 bit += 2;
48 bit += 1;
51 return bit;
61 le_uint8 bit = highBit(recordCount); local
62 le_int32 power = 1 << bit;
100 le_uint8 bit = highBit(recordCount); local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c89 static bool test_bit( const GLubyte *src, GLuint bit )
91 return (src[bit/8] & (1<<(bit % 8))) ? 1 : 0;
94 static void set_bit( GLubyte *dest, GLuint bit )
96 dest[bit/8] |= 1 << (bit % 8);
113 GLuint bit = 0; local
141 for (col = 0; col < w; col++, bit++) {
143 set_bit(dest, bit ^ 7);
149 bit
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_bitmap.c89 static bool test_bit( const GLubyte *src, GLuint bit )
91 return (src[bit/8] & (1<<(bit % 8))) ? 1 : 0;
94 static void set_bit( GLubyte *dest, GLuint bit )
96 dest[bit/8] |= 1 << (bit % 8);
113 GLuint bit = 0; local
141 for (col = 0; col < w; col++, bit++) {
143 set_bit(dest, bit ^ 7);
149 bit
[all...]

Completed in 645 milliseconds

1234567891011>>