| /src/external/gpl3/binutils/dist/gas/ |
| hash.c | 28 const string_tuple_t *tuple = e; local 29 return htab_hash_string (tuple->key);
|
| hash.h | 55 string_tuple_t *tuple = table->alloc_f (1, sizeof (*tuple)); local 56 tuple->key = key; 57 tuple->value = value; 58 return tuple; 65 string_tuple_t *tuple = htab_find (table, &needle); local 66 return tuple != NULL ? (void *) tuple->value : NULL; 73 string_tuple_t *tuple = htab_find (table, &needle); local 74 return tuple != NULL ? tuple->value : -1 84 string_tuple_t *tuple = htab_find (table, &needle); local [all...] |
| macro.c | 53 string_tuple_t *tuple = ent; local 54 free_macro ((macro_entry *) tuple->value);
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| hash.c | 28 const string_tuple_t *tuple = e; local 29 return htab_hash_string (tuple->key);
|
| hash.h | 55 string_tuple_t *tuple = table->alloc_f (1, sizeof (*tuple)); local 56 tuple->key = key; 57 tuple->value = value; 58 return tuple; 65 string_tuple_t *tuple = htab_find (table, &needle); local 66 return tuple != NULL ? (void *) tuple->value : NULL; 73 string_tuple_t *tuple = htab_find (table, &needle); local 74 return tuple != NULL ? tuple->value : -1 84 string_tuple_t *tuple = htab_find (table, &needle); local [all...] |
| macro.c | 64 string_tuple_t *tuple = ent; local 65 free_macro ((macro_entry *) tuple->value);
|
| /src/sys/dev/pcmcia/ |
| pcmcia_cis.c | 142 struct pcmcia_tuple tuple; local 168 /* initialize state for the primary tuple chain */ 170 PCMCIA_CIS_SIZE, &pcmh, &tuple.ptr, &window)) { 178 tuple.memt = pcmh.memt; 179 tuple.memh = pcmh.memh; 181 DPRINTF(("cis mem map %x\n", (unsigned int) tuple.memh)); 183 tuple.mult = 2; 192 DPRINTF(("%s: CIS tuple chain:\n", device_xname(sc->dev))); 204 if (tuple.mult * tuple.ptr >= PCMCIA_CIS_SIZE - [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| InitPreprocessor.cpp | 726 // Don't rely on the tuple argument, because we can be asked to target 737 VersionTuple tuple = LangOpts.ObjCRuntime.getVersion(); local 740 if (tuple.getMinor().hasValue()) 741 minor = tuple.getMinor().getValue(); 744 if (tuple.getSubminor().hasValue()) 745 subminor = tuple.getSubminor().getValue(); 748 Twine(tuple.getMajor() * 10000 + minor * 100 +
|
| /src/external/cddl/osnet/dist/lib/pyzfs/common/ |
| ioctl.c | 476 PyObject *tuple; local 497 tuple = Py_BuildValue("sissKsissiiO", 503 PyDict_SetItemString(d, p->pd_name, tuple); 504 Py_DECREF(tuple);
|
| /src/sys/dev/cardbus/ |
| cardbus.c | 310 parse_tuple(u_int8_t *tuple, int len, void *data) 316 switch (tuple[0]) { 318 if (tuple[1] != 4) { 320 __func__, tuple[1])); 323 cis->manufacturer = tuple[2] | (tuple[3] << 8); 324 cis->product = tuple[4] | (tuple[5] << 8); 328 memcpy(cis->cis1_info_buf, tuple + 2, tuple[1]) 608 u_int8_t *tuple = malloc(TUPLESIZE, M_DEVBUF, M_WAITOK); local [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
| gtest-param-util.h | 44 #include <tuple> 752 : public ParamGeneratorInterface<::std::tuple<T...>> { 754 typedef ::std::tuple<T...> ParamType; 756 CartesianProductGenerator(const std::tuple<ParamGenerator<T>...>& g) 775 const std::tuple<ParamGenerator<T>...>& generators, bool is_end) 855 std::tuple<typename ParamGenerator<T>::iterator...> begin_; 856 std::tuple<typename ParamGenerator<T>::iterator...> end_; 857 std::tuple<typename ParamGenerator<T>::iterator...> current_; 863 std::tuple<ParamGenerator<T>...> generators_; 871 operator ParamGenerator<::std::tuple<T...>>() const [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
| gmock-matchers.h | 364 // An internal helper class for doing compile-time loop on a tuple's 459 // TransformTupleValues uses to implement a tuple traversal. 460 template <typename Tuple, typename Func, typename OutIter> 463 typedef ::std::tuple_size<Tuple> TupleSize; 466 // For each member of tuple 't', taken in order, evaluates '*out++ = f(t)'. 468 static OutIter Run(Func f, const Tuple& t, OutIter out) { 469 return IterateOverTuple<Tuple, TupleSize::value>()(f, t, out); 488 // Successively invokes 'f(element)' on each element of the tuple 't', 491 template <typename Tuple, typename Func, typename OutIter> 492 OutIter TransformTupleValues(Func f, const Tuple& t, OutIter out) [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-kvx.c | 1466 string_tuple_t *tuple = *((string_tuple_t **) slot); local 1467 printf ("%s\n", tuple->key);
|
| tc-arc.c | 781 string_tuple_t *tuple = elt; local 782 struct arc_opcode_hash_entry *entry = (void *) tuple->value; 785 free (tuple);
|
| tc-tic54x.c | 1152 string_tuple_t *tuple = ent; local 1153 subsym_ent_t *val = (void *) tuple->value; 1155 free ((void *) tuple->key); 1172 string_tuple_t *tuple = ent; local 1173 free ((void *) tuple->key); 1174 free ((void *) tuple->value);
|
| tc-nds32.c | 6276 string_tuple_t *tuple = *((string_tuple_t **) slot); 6277 nds32_elf_append_relax_relocs (tuple->key, (const void *) tuple->value); 6269 string_tuple_t *tuple = *((string_tuple_t **) slot); local
|
| tc-ia64.c | 11815 string_tuple_t *tuple = *((string_tuple_t **) slot); local 11816 struct alias *h = (struct alias *) tuple->value; 11825 if (!startswith (tuple->key, "decc$")) 11829 h->name, tuple->key); 11832 S_SET_NAME (sym, (char *) tuple->key); 11848 string_tuple_t *tuple = *((string_tuple_t **) slot); local 11849 struct alias *h = (struct alias *) tuple->value; 11855 h->name, tuple->key); 11857 sec->name = tuple->key;
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-kvx.c | 1466 string_tuple_t *tuple = *((string_tuple_t **) slot); local 1467 printf ("%s\n", tuple->key);
|
| tc-arc.c | 781 string_tuple_t *tuple = elt; local 782 struct arc_opcode_hash_entry *entry = (void *) tuple->value; 785 free (tuple);
|
| tc-tic54x.c | 1152 string_tuple_t *tuple = ent; local 1153 subsym_ent_t *val = (void *) tuple->value; 1155 free ((void *) tuple->key); 1172 string_tuple_t *tuple = ent; local 1173 free ((void *) tuple->key); 1174 free ((void *) tuple->value);
|
| tc-nds32.c | 6271 string_tuple_t *tuple = *((string_tuple_t **) slot); 6272 nds32_elf_append_relax_relocs (tuple->key, (const void *) tuple->value); 6264 string_tuple_t *tuple = *((string_tuple_t **) slot); local
|
| tc-ia64.c | 11815 string_tuple_t *tuple = *((string_tuple_t **) slot); local 11816 struct alias *h = (struct alias *) tuple->value; 11825 if (!startswith (tuple->key, "decc$")) 11829 h->name, tuple->key); 11832 S_SET_NAME (sym, (char *) tuple->key); 11848 string_tuple_t *tuple = *((string_tuple_t **) slot); local 11849 struct alias *h = (struct alias *) tuple->value; 11855 h->name, tuple->key); 11857 sec->name = tuple->key;
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| tokens.h | 396 tuple, member in class:EXP
|
| /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| RewriteModernObjC.cpp | 154 // This container maps an <class, group number for ivar> tuple to the type 3814 std::pair<const ObjCInterfaceDecl*, unsigned> tuple = std::make_pair(CDecl, GroupNo); local 3815 if (GroupRecordType.count(tuple)) 3816 return GroupRecordType[tuple]; 3839 QualType RetQT = GroupRecordType[tuple];
|