HomeSort by: relevance | last modified time | path
    Searched defs:bitfield (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/external/bsd/wpa/dist/src/utils/
bitfield.c 2 * Bitfield
12 #include "bitfield.h"
15 struct bitfield { struct
21 struct bitfield * bitfield_alloc(size_t max_bits)
23 struct bitfield *bf;
34 void bitfield_free(struct bitfield *bf)
40 void bitfield_set(struct bitfield *bf, size_t bit)
48 void bitfield_clear(struct bitfield *bf, size_t bit)
56 int bitfield_is_set(struct bitfield *bf, size_t bit)
76 int bitfield_get_first_zero(struct bitfield *bf
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
tilegx-opc.c 6418 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6))
6423 BITFIELD(22, 9) /* index 0 */,
6540 BITFIELD(6, 2) /* index 513 */,
6542 BITFIELD(8, 2) /* index 518 */,
6544 BITFIELD(10, 2) /* index 523 */,
6546 BITFIELD(20, 2) /* index 528 */,
6548 BITFIELD(6, 2) /* index 533 */,
6550 BITFIELD(8, 2) /* index 538 */,
6552 BITFIELD(10, 2) /* index 543 */,
6554 BITFIELD(0, 2) /* index 548 */
8051 unsigned int bitfield = local
    [all...]
tilepro-opc.c 7578 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6))
7583 BITFIELD(22, 9) /* index 0 */,
7695 BITFIELD(18, 4) /* index 513 */,
7701 BITFIELD(18, 4) /* index 530 */,
7707 BITFIELD(18, 4) /* index 547 */,
7713 BITFIELD(18, 4) /* index 564 */,
7719 BITFIELD(12, 2) /* index 581 */,
7721 BITFIELD(14, 2) /* index 586 */,
7723 BITFIELD(16, 2) /* index 591 */,
7725 BITFIELD(18, 4) /* index 596 */
10169 unsigned int bitfield = local
    [all...]
i386-gen.c 327 typedef struct bitfield struct
332 } bitfield; typedef in typeref:struct:bitfield
334 #define BITFIELD(n) { Cpu##n, 0, #n }
336 static bitfield cpu_flags[] =
338 BITFIELD (186),
339 BITFIELD (286),
340 BITFIELD (386),
341 BITFIELD (486),
342 BITFIELD (586),
343 BITFIELD (686)
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
tilegx-opc.c 6418 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6))
6423 BITFIELD(22, 9) /* index 0 */,
6540 BITFIELD(6, 2) /* index 513 */,
6542 BITFIELD(8, 2) /* index 518 */,
6544 BITFIELD(10, 2) /* index 523 */,
6546 BITFIELD(20, 2) /* index 528 */,
6548 BITFIELD(6, 2) /* index 533 */,
6550 BITFIELD(8, 2) /* index 538 */,
6552 BITFIELD(10, 2) /* index 543 */,
6554 BITFIELD(0, 2) /* index 548 */
8051 unsigned int bitfield = local
    [all...]
tilepro-opc.c 7578 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6))
7583 BITFIELD(22, 9) /* index 0 */,
7695 BITFIELD(18, 4) /* index 513 */,
7701 BITFIELD(18, 4) /* index 530 */,
7707 BITFIELD(18, 4) /* index 547 */,
7713 BITFIELD(18, 4) /* index 564 */,
7719 BITFIELD(12, 2) /* index 581 */,
7721 BITFIELD(14, 2) /* index 586 */,
7723 BITFIELD(16, 2) /* index 591 */,
7725 BITFIELD(18, 4) /* index 596 */
10169 unsigned int bitfield = local
    [all...]
i386-gen.c 311 typedef struct bitfield struct
316 } bitfield; typedef in typeref:struct:bitfield
318 #define BITFIELD(n) { Cpu##n, 0, #n }
320 static bitfield cpu_flags[] =
322 BITFIELD (186),
323 BITFIELD (286),
324 BITFIELD (386),
325 BITFIELD (486),
326 BITFIELD (586),
327 BITFIELD (686)
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
tilegx-opc.c 6418 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6))
6423 BITFIELD(22, 9) /* index 0 */,
6540 BITFIELD(6, 2) /* index 513 */,
6542 BITFIELD(8, 2) /* index 518 */,
6544 BITFIELD(10, 2) /* index 523 */,
6546 BITFIELD(20, 2) /* index 528 */,
6548 BITFIELD(6, 2) /* index 533 */,
6550 BITFIELD(8, 2) /* index 538 */,
6552 BITFIELD(10, 2) /* index 543 */,
6554 BITFIELD(0, 2) /* index 548 */
8051 unsigned int bitfield = local
    [all...]
tilepro-opc.c 7578 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6))
7583 BITFIELD(22, 9) /* index 0 */,
7695 BITFIELD(18, 4) /* index 513 */,
7701 BITFIELD(18, 4) /* index 530 */,
7707 BITFIELD(18, 4) /* index 547 */,
7713 BITFIELD(18, 4) /* index 564 */,
7719 BITFIELD(12, 2) /* index 581 */,
7721 BITFIELD(14, 2) /* index 586 */,
7723 BITFIELD(16, 2) /* index 591 */,
7725 BITFIELD(18, 4) /* index 596 */
10169 unsigned int bitfield = local
    [all...]
i386-gen.c 293 typedef struct bitfield struct
298 } bitfield; typedef in typeref:struct:bitfield
300 #define BITFIELD(n) { Cpu##n, 0, #n }
302 static bitfield cpu_flags[] =
304 BITFIELD (186),
305 BITFIELD (286),
306 BITFIELD (386),
307 BITFIELD (486),
308 BITFIELD (586),
309 BITFIELD (686)
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
tilegx-opc.c 6418 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6))
6423 BITFIELD(22, 9) /* index 0 */,
6540 BITFIELD(6, 2) /* index 513 */,
6542 BITFIELD(8, 2) /* index 518 */,
6544 BITFIELD(10, 2) /* index 523 */,
6546 BITFIELD(20, 2) /* index 528 */,
6548 BITFIELD(6, 2) /* index 533 */,
6550 BITFIELD(8, 2) /* index 538 */,
6552 BITFIELD(10, 2) /* index 543 */,
6554 BITFIELD(0, 2) /* index 548 */
8051 unsigned int bitfield = local
    [all...]
tilepro-opc.c 7578 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6))
7583 BITFIELD(22, 9) /* index 0 */,
7695 BITFIELD(18, 4) /* index 513 */,
7701 BITFIELD(18, 4) /* index 530 */,
7707 BITFIELD(18, 4) /* index 547 */,
7713 BITFIELD(18, 4) /* index 564 */,
7719 BITFIELD(12, 2) /* index 581 */,
7721 BITFIELD(14, 2) /* index 586 */,
7723 BITFIELD(16, 2) /* index 591 */,
7725 BITFIELD(18, 4) /* index 596 */
10169 unsigned int bitfield = local
    [all...]
i386-gen.c 287 typedef struct bitfield struct
292 } bitfield; typedef in typeref:struct:bitfield
294 #define BITFIELD(n) { Cpu##n, 0, #n }
296 static bitfield cpu_flags[] =
298 BITFIELD (186),
299 BITFIELD (286),
300 BITFIELD (386),
301 BITFIELD (486),
302 BITFIELD (586),
303 BITFIELD (686)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
compile.c 38 unsigned int bitfield : 3; member in struct:struct_type
compile-cplus.c 41 unsigned int bitfield : 3; member in struct:struct_type
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
compile.c 38 unsigned int bitfield : 3; member in struct:struct_type
compile-cplus.c 41 unsigned int bitfield : 3; member in struct:struct_type
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
unavailable.cc 99 int bitfield:1; member in struct:StructA
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
unavailable.cc 99 int bitfield:1; member in struct:StructA
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.h 512 class bitfield : public field {}; class in namespace:gcc::jit::playback
jit-recording.h 996 class bitfield : public field class in namespace:gcc::jit::recording
999 bitfield (context *ctxt, function in class:gcc::jit::recording::bitfield
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.h 478 class bitfield : public field {}; class in namespace:gcc::jit::playback
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dns-msg.h 44 uint16_t bitfield; member in struct:dns_wire
194 // Masks for bitfield data
200 // Shifts for bitfield data
214 #define dns_qr_get(w) ((ntohs((w)->bitfield) & dns_qr_mask) >> dns_qr_shift)
215 #define dns_opcode_get(w) ((ntohs((w)->bitfield) & dns_opcode_mask) >> dns_opcode_shift)
216 #define dns_rcode_get(w) ((ntohs((w)->bitfield) & dns_rcode_mask) >> dns_rcode_shift)
220 ((w)->bitfield = htons(((ntohs((w)->bitfield) & ~dns_qr_mask) | ((value) << dns_qr_shift))))
222 ((w)->bitfield = htons(((ntohs((w)->bitfield) & ~dns_opcode_mask) | ((value) << dns_opcode_shift)))
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-msp430.c 1358 unsigned int bitfield; member in struct:__anon10080
1375 silicon_errata_fix |= erratas[i].bitfield;
1377 silicon_errata_warn |= erratas[i].bitfield;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-msp430.c 1358 unsigned int bitfield; member in struct:__anon11552
1375 silicon_errata_fix |= erratas[i].bitfield;
1377 silicon_errata_warn |= erratas[i].bitfield;

Completed in 69 milliseconds

1 2