Searched defs:second (Results 151 - 175 of 339) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/common/
H A Dnormalizer2.cpp79 const UnicodeString &second,
82 if(&first!=&second) {
83 first.append(second);
92 const UnicodeString &second,
95 if(&first!=&second) {
96 first.append(second);
317 const UChar *second, int32_t secondLength,
323 if( (second==NULL ? secondLength!=0 : secondLength<-1) ||
326 (first==second && first!=NULL)
343 n2wi->normalizeAndAppend(second, secondLengt
78 normalizeSecondAndAppend(UnicodeString &first, const UnicodeString &second, UErrorCode &errorCode) const argument
91 append(UnicodeString &first, const UnicodeString &second, UErrorCode &errorCode) const argument
315 normalizeSecondAndAppend(const UNormalizer2 *norm2, UChar *first, int32_t firstLength, int32_t firstCapacity, const UChar *second, int32_t secondLength, UBool doNormalize, UErrorCode *pErrorCode) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DChineseCalendar.java41 * calendar. The second method uses 60-year cycles from the same starting
196 * @param second the value used to set the {@link #SECOND SECOND} time field
202 int minute, int second)
219 this.set(SECOND, second);
256 * @param second the value used to set the {@link #SECOND SECOND} time field
262 int minute, int second)
277 this.set(SECOND, second);
201 ChineseCalendar(int year, int month, int isLeapMonth, int date, int hour, int minute, int second) argument
261 ChineseCalendar(int era, int year, int month, int isLeapMonth, int date, int hour, int minute, int second) argument
H A DIslamicCalendar.java305 * @param second the value used to set the {@link #SECOND SECOND} time field
311 int minute, int second)
319 this.set(Calendar.SECOND, second);
310 IslamicCalendar(int year, int month, int date, int hour, int minute, int second) argument
/external/iptables/extensions/
H A Dlibxt_time.c93 unsigned int month = 1, day = 1, hour = 0, minute = 0, second = 0; local
135 second = strtoul(s, &e, 10);
136 if (*e != '\0' || second > 59)
145 tm.tm_sec = second;
167 unsigned int hour, minute, second = 0; local
182 second = strtoul(s, &e, 10);
183 if (*e != '\0' || second > 59)
187 return 60 * 60 * hour + 60 * minute + second;
/external/libvorbis/vq/
H A Dbookutil.c349 int first=-1,second=-1; local
364 second=membership[j];
366 if(first==-1 || second==-1){
372 least=hist[first]+hist[second];
374 if(membership[j]==first || membership[j]==second){
/external/libvpx/libvpx/vpx_dsp/arm/
H A Didct32x32_add_neon.c21 const int first, const int second,
25 *q1 = vld1q_s16(trans_buf + second * 8);
29 const int second, int16x8_t *const q0,
32 *q1 = vld1q_s16(out + second * 32);
36 const int second, const int16x8_t q0,
39 vst1q_s16(out + second * 32, q1);
20 load_from_transformed(const int16_t *const trans_buf, const int first, const int second, int16x8_t *const q0, int16x8_t *const q1) argument
28 load_from_output(const int16_t *const out, const int first, const int second, int16x8_t *const q0, int16x8_t *const q1) argument
35 store_in_output(int16_t *const out, const int first, const int second, const int16x8_t q0, const int16x8_t q1) argument
/external/llvm/include/llvm/ADT/
H A DIntervalMap.h219 T2 second[N]; member in class:llvm::IntervalMapImpl::NodeBase
233 second[j] = Other.second[i];
255 second[j + Count] = second[i + Count];
563 const KeyT &stop(unsigned i) const { return this->first[i].second; }
564 const ValT &value(unsigned i) const { return this->second[i]; }
567 KeyT &stop(unsigned i) { return this->first[i].second; }
568 ValT &value(unsigned i) { return this->second[i]; }
700 const KeyT &stop(unsigned i) const { return this->second[
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp358 SDValue second; local
404 second = Op.getOperand(1);
405 if (second.getOpcode() != ISD::UNDEF) {
411 second,
/external/pdfium/xfa/fgas/localization/
H A Dfgas_datetime.h70 uint8_t second = 0,
179 uint8_t second; member in struct:FX_TIME
201 uint8_t second; member in struct:FX_DATETIME::__anon16056::__anon16057
251 uint8_t second = 0,
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DIntervalMap.h198 T2 second[N]; member in class:llvm::IntervalMapImpl::NodeBase
212 second[j] = Other.second[i];
234 second[j + Count] = second[i + Count];
542 const KeyT &stop(unsigned i) const { return this->first[i].second; }
543 const ValT &value(unsigned i) const { return this->second[i]; }
546 KeyT &stop(unsigned i) { return this->first[i].second; }
547 ValT &value(unsigned i) { return this->second[i]; }
679 const KeyT &stop(unsigned i) const { return this->second[
[all...]
H A DSTLExtras.h195 second_type second; member in struct:llvm::tier
197 tier(first_type f, second_type s) : first(f), second(s) { }
200 second = p.second;
291 /// In a container of pairs (usually a map) whose second element is a pointer,
292 /// deletes the second elements and then clears the container.
296 delete I->second;
/external/v8/src/base/
H A Dhashmap.h417 Value* second; member in struct:TemplateHashMap::value_type
/external/v8/src/
H A Duri.cc79 uc16 second = uri_content->Get(index + 2); local
81 DCHECK_GT(std::numeric_limits<T>::max(), second); local
84 buffer->Add(second);
/external/guice/lib/build/
H A Deasymock.jar ... substring public static boolean and (boolean, boolean) boolean first boolean second public static byte and (byte, byte) byte first byte second ...
/external/bison/src/
H A Dsymtab.c151 location second)
154 complain_at_indent (second, &i, _("%s redeclaration for %s"), what, s->tag);
161 location second)
164 complain_at_indent (second, &i, _("%s redeclaration for <%s>"), what, s->tag);
520 user_token_number_redeclaration (int num, symbol *first, symbol *second) argument
524 second step, via a traversal of the symbol table sorted on tag.
528 if (location_cmp (first->location, second->location) > 0)
531 first = second;
532 second = tmp;
534 complain_at_indent (second
150 symbol_redeclaration(symbol *s, const char *what, location first, location second) argument
160 semantic_type_redeclaration(semantic_type *s, const char *what, location first, location second) argument
[all...]
/external/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp32 static llvm::Type *getCommonType(llvm::Type *first, llvm::Type *second) { argument
33 assert(first != second);
37 if (second->isPointerTy()) return first;
39 if (second->isIntegerTy()) return second;
40 if (second->isPointerTy()) return first;
45 if (auto secondVecTy = dyn_cast<llvm::VectorType>(second)) {
48 return (commonTy == firstVecTy->getElementType() ? first : second);
237 auto numElts = split.second;
386 auto numElts = split.second;
408 areBytesInSameUnit(CharUnits first, CharUnits second, CharUnits chunkSize) argument
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp495 const llvm::APSInt &second = IntType.convert(*RHSValue); local
499 newRHS = BasicVals.evalAPSInt(BO_Add, first, second);
501 newRHS = BasicVals.evalAPSInt(BO_Sub, first, second);
/external/clang/test/CXX/drs/
H A Ddr15xx.cpp80 template < class _T1, class _T2 > struct pair { _T2 second; }; member in struct:std::pair
/external/eigen/Eigen/src/Core/arch/AVX/
H A DComplex.h167 static EIGEN_STRONG_INLINE void run(Packet4cf& first, const Packet4cf& second) argument
170 palign_impl<Offset*2,Packet8f>::run(first.v, second.v);
363 static EIGEN_STRONG_INLINE void run(Packet2cd& first, const Packet2cd& second) argument
366 palign_impl<Offset*2,Packet4d>::run(first.v, second.v);
/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DComplex.h181 static EIGEN_STRONG_INLINE void run(Packet2cf& first, const Packet2cf& second) argument
186 first.v = vec_sld(first.v, second.v, 8);
188 first.v = vec_sld(second.v, first.v, 8);
380 static EIGEN_STRONG_INLINE void run(Packet1cd& /*first*/, const Packet1cd& /*second*/)
/external/eigen/Eigen/src/Core/arch/NEON/
H A DComplex.h226 EIGEN_STRONG_INLINE static void run(Packet2cf& first, const Packet2cf& second) argument
230 first.v = vextq_f32(first.v, second.v, 2);
419 static EIGEN_STRONG_INLINE void run(Packet1cd& /*first*/, const Packet1cd& /*second*/)
/external/eigen/Eigen/src/Core/arch/ZVector/
H A DComplex.h254 static EIGEN_STRONG_INLINE void run(Packet1cd& /*first*/, const Packet1cd& /*second*/)
264 static EIGEN_STRONG_INLINE void run(Packet2cf& first, const Packet2cf& second) argument
268 first.cd[1] = second.cd[0];
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorIndexList.h54 static const DenseIndex second = s; member in struct:Eigen::type2indexpair
62 eigen_assert(val.second == s);
582 (IndexPairList<FirstType, OtherTypes...>().operator[](i).second == value);
590 (IndexPairList<FirstType, OtherTypes...>().operator[](i).second == value);
/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DBlockSparseMatrix.h38 * 2. The second case is for variable-block sparse matrices.
350 friend void swap(BlockSparseMatrix& first, BlockSparseMatrix& second) argument
352 std::swap(first.m_innerBSize, second.m_innerBSize);
353 std::swap(first.m_outerBSize, second.m_outerBSize);
354 std::swap(first.m_innerOffset, second.m_innerOffset);
355 std::swap(first.m_outerOffset, second.m_outerOffset);
356 std::swap(first.m_nonzerosblocks, second.m_nonzerosblocks);
357 std::swap(first.m_nonzeros, second.m_nonzeros);
358 std::swap(first.m_values, second.m_values);
359 std::swap(first.m_blockPtr, second
[all...]
/external/flatbuffers/src/
H A Dreflection.cpp180 // Check if the range between first (lower address) and second straddles
184 const void *second,
186 if (first <= startptr_ && second >= startptr_) {
183 Straddle(const void *first, const void *second, void *offsetloc) argument

Completed in 3895 milliseconds

1234567891011>>