HomeSort by relevance Sort by last modified time
    Searched refs:set (Results 1 - 25 of 16405) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/Inputs/
conversion.h 4 #define SETBIT(set,bit) do { int i = bit; set[i/(8*sizeof(set[0]))] |= (1 << (i%(8*sizeof(set)))); } while(0)
  /external/libcxx/test/std/containers/associative/set/
insert_and_emplace_allocator_requirements.pass.cpp 10 // <set>
12 // class set
20 #include <set>
26 testSetInsert<TCT::set<> >();
27 testSetEmplace<TCT::set<> >();
28 testSetEmplaceHint<TCT::set<> >();
empty.fail.cpp 11 // <set>
13 // class set
20 #include <set>
26 std::set<int> c;
  /external/llvm/test/MC/COFF/
pr28462.s 4 .set var, 42
6 .set var, 19
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/set/
insert_and_emplace_allocator_requirements.pass.cpp 10 // <set>
12 // class set
20 #include <set>
26 testSetInsert<TCT::set<> >();
27 testSetEmplace<TCT::set<> >();
28 testSetEmplaceHint<TCT::set<> >();
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/
set.h 4 /* set.h
6 The following is a general-purpose set library originally developed
9 Sets are now structs containing the #words in the set and
10 a pointer to the actual set words.
36 #define SETSIZE(a) ((a).n<<LogWordSize) /* Maximum items per set */
39 #define nil (~((unsigned) 0)) /* An impossible set member all bits on (big!) */
42 unsigned int n; /* Number of words in set */
44 } set; typedef in typeref:struct:_set
55 /* make arg1 a set big enough to hold max elem # of arg2 */
58 fprintf(stderr, "set_new: Cannot allocate set with max of %d\n", _max); \
    [all...]
  /external/eigen/bench/btl/data/
gnuplot_common_settings.hh 0 set noclip points
2 set clip one
3 set noclip two
4 set bar 1.000000
5 set border 31 lt -1 lw 1.000
6 set xdata
7 set ydata
8 set zdata
9 set x2data
10 set y2dat
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
redef5.s 2 .set sym, 0
redef.s 3 .set x, .-_start
6 .set x, .-_start
8 .set x, .-_start
10 .set x, .-_start
redef2.s 3 .set sym, here
5 .set sym, 0x11111111
7 .set sym, xtrn
9 .set sym, 0x22222222
redef4.s 3 .set sym, 0
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
syms.s 3 .set "sy\xa5\xc2mbol", .
redef.s 3 .set sym, here
5 .set sym, 0x11111111
7 .set sym, xtrn
9 .set sym, 0x22222222
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
tls-local-54.s 3 .set x, tls128+42
tls-local-57.s 2 .set x,tls128
tls-local-58.s 2 .set x,tls128
tls-local-59.s 2 .set x,tls128
  /external/llvm/test/MC/Mips/
set-mips-directives.s 5 .set noreorder
6 .set mips1
8 .set mips2
10 .set mips3
12 .set mips4
14 .set mips5
16 .set mips32
18 .set mips32r2
20 .set mips32
21 .set mips32r
    [all...]
  /external/harfbuzz_ng/src/
hb-set.cc 27 #include "hb-set-private.hh"
43 hb_set_t *set; local
45 if (!(set = hb_object_create<hb_set_t> ()))
48 set->init ();
50 return set;
75 * @set: a set.
82 hb_set_reference (hb_set_t *set)
84 return hb_object_reference (set);
89 * @set: a set
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
IToken.cs 39 set;
44 set;
50 set;
56 set;
61 set;
66 set;
71 set;
81 set;
92 set;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IToken.cs 42 set;
48 set;
55 set;
62 set;
68 set;
74 set;
80 set;
91 set;
103 set;
  /external/iw/
sections.c 4 SECTION(set); variable
  /external/libcxx/test/std/containers/associative/multiset/
insert_allocator_requirements.pass.cpp 10 // <set>
18 #include <set>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multiset/
insert_allocator_requirements.pass.cpp 10 // <set>
18 #include <set>
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
micromips32-move.s 1 .set micromips
2 .set insn32

Completed in 551 milliseconds

1 2 3 4 5 6 7 8 91011>>