| /src/games/dab/ |
| ttyscrn.cc | 11 * modification, are permitted provided that the following conditions 217 TTYSCRN* that = new TTYSCRN; local 219 that->_tx = tx; 220 that->_ty = ty; 221 that->_sx = tx - 12; 222 that->_sy = TTYSCRN::offsy; 223 that->_acs = acs; 225 return that;
|
| ttyscrn.cc | 11 * modification, are permitted provided that the following conditions 217 TTYSCRN* that = new TTYSCRN; local 219 that->_tx = tx; 220 that->_ty = ty; 221 that->_sx = tx - 12; 222 that->_sy = TTYSCRN::offsy; 223 that->_acs = acs; 225 return that;
|
| /src/external/lgpl3/gmp/dist/ |
| tal-notreent.c | 23 The GNU MP Library is distributed in the hope that it will be useful, but 59 void *that; local 71 /* Allocate a chunk that makes the total current allocation somewhat 73 allocate that much. */ 99 that = current->alloc_point; 100 current->alloc_point = (char *) that + size; 101 ASSERT (((unsigned) that % __TMP_ALIGN) == 0); 102 return that; 105 /* Typically called at function entry. <mark> is assigned so that
|
| tal-notreent.c | 23 The GNU MP Library is distributed in the hope that it will be useful, but 59 void *that; local 71 /* Allocate a chunk that makes the total current allocation somewhat 73 allocate that much. */ 99 that = current->alloc_point; 100 current->alloc_point = (char *) that + size; 101 ASSERT (((unsigned) that % __TMP_ALIGN) == 0); 102 return that; 105 /* Typically called at function entry. <mark> is assigned so that
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| MergeICmps.cpp | 19 // encoding of a 2*n byte compare is smaller than that of two n-byte 79 // that is a constant offset from a base value, e.g. `a` or `o.c` in the example 89 BCEAtom(BCEAtom &&that) = default; member in struct:__anon5479::BCEAtom 90 BCEAtom &operator=(BCEAtom &&that) { 91 if (this == &that) 93 GEP = that.GEP; 94 LoadI = that.LoadI; 95 BaseId = that.BaseId; 96 Offset = std::move(that.Offset); 102 // To make sure that the sort order is stable, we first assign to each ato [all...] |
| MergeICmps.cpp | 19 // encoding of a 2*n byte compare is smaller than that of two n-byte 79 // that is a constant offset from a base value, e.g. `a` or `o.c` in the example 89 BCEAtom(BCEAtom &&that) = default; member in struct:__anon5479::BCEAtom 90 BCEAtom &operator=(BCEAtom &&that) { 91 if (this == &that) 93 GEP = that.GEP; 94 LoadI = that.LoadI; 95 BaseId = that.BaseId; 96 Offset = std::move(that.Offset); 102 // To make sure that the sort order is stable, we first assign to each ato [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| QLParser.tab.hh | 12 // This program is distributed in the hope that it will be useful, 20 // As a special exception, you may create a larger work that contains 21 // part or all of the Bison parser skeleton and distribute that work 22 // under terms of your choice, so long as that work isn't itself a 41 // DO NOT RELY ON FEATURES THAT ARE NOT DOCUMENTED in the manual, 43 // private implementation details that can be changed or removed. 216 /// of the stored data, since that knowledge is available 327 /// Swap the content with \a that, of same type. 337 swap (self_type& that) YY_NOEXCEPT 340 YY_ASSERT (*yytypeid_ == *that.yytypeid_) 1700 stack_symbol_type (YY_RVREF (stack_symbol_type) that); member in struct:QL::Parser::stack_symbol_type [all...] |
| QLParser.tab.hh | 12 // This program is distributed in the hope that it will be useful, 20 // As a special exception, you may create a larger work that contains 21 // part or all of the Bison parser skeleton and distribute that work 22 // under terms of your choice, so long as that work isn't itself a 41 // DO NOT RELY ON FEATURES THAT ARE NOT DOCUMENTED in the manual, 43 // private implementation details that can be changed or removed. 216 /// of the stored data, since that knowledge is available 327 /// Swap the content with \a that, of same type. 337 swap (self_type& that) YY_NOEXCEPT 340 YY_ASSERT (*yytypeid_ == *that.yytypeid_) 1700 stack_symbol_type (YY_RVREF (stack_symbol_type) that); member in struct:QL::Parser::stack_symbol_type [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| QLParser.tab.hh | 12 // This program is distributed in the hope that it will be useful, 20 // As a special exception, you may create a larger work that contains 21 // part or all of the Bison parser skeleton and distribute that work 22 // under terms of your choice, so long as that work isn't itself a 41 // DO NOT RELY ON FEATURES THAT ARE NOT DOCUMENTED in the manual, 43 // private implementation details that can be changed or removed. 216 /// of the stored data, since that knowledge is available 327 /// Swap the content with \a that, of same type. 337 swap (self_type& that) YY_NOEXCEPT 340 YY_ASSERT (*yytypeid_ == *that.yytypeid_) 1700 stack_symbol_type (YY_RVREF (stack_symbol_type) that); member in struct:QL::Parser::stack_symbol_type [all...] |
| QLParser.tab.hh | 12 // This program is distributed in the hope that it will be useful, 20 // As a special exception, you may create a larger work that contains 21 // part or all of the Bison parser skeleton and distribute that work 22 // under terms of your choice, so long as that work isn't itself a 41 // DO NOT RELY ON FEATURES THAT ARE NOT DOCUMENTED in the manual, 43 // private implementation details that can be changed or removed. 216 /// of the stored data, since that knowledge is available 327 /// Swap the content with \a that, of same type. 337 swap (self_type& that) YY_NOEXCEPT 340 YY_ASSERT (*yytypeid_ == *that.yytypeid_) 1700 stack_symbol_type (YY_RVREF (stack_symbol_type) that); member in struct:QL::Parser::stack_symbol_type [all...] |