Searched defs:pair (Results 1 - 25 of 204) sorted by last modified time

123456789

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c1637 ULong pair; local
1669 pair = amd64g_check_fldcw ( (ULong)fpucw );
1670 fpround = (UInt)pair & 0xFFFFFFFFULL;
1671 ew = (VexEmNote)(pair >> 32);
2174 ULong pair; local
2204 pair = amd64g_check_fldcw ( (ULong)fpucw );
2205 fpround = (UInt)pair & 0xFFFFFFFFULL;
2206 ew = (VexEmNote)(pair >> 32);
H A Dguest_arm_toIR.c1141 in 4 bits. Hence we are passing a (COND, OP) pair in the lowest
1174 (COND, OP) pair in the lowest 8 bits of the first argument. */
8012 // lane 7. Each pair is: first component (0..2) says which of
8088 // assembled from the source vectors. Each pair is
8143 // assembled from the source vectors. Each pair is
15670 IRTemp pair = newTemp(Ity_I32); local
15671 assign( pair, binop(Iop_Or32,
15674 setFlags_D1_ND( ARMG_CC_OP_MUL, res, pair, condT );
15767 IRTemp pair = newTemp(Ity_I32); local
15768 assign( pair, bino
15816 IRTemp pair = newTemp(Ity_I32); local
15869 IRTemp pair = newTemp(Ity_I32); local
[all...]
H A Dguest_x86_helpers.c1579 ULong pair; local
1611 pair = x86g_check_fldcw ( (UInt)fpucw );
1612 fpround = (UInt)pair;
1613 ew = (VexEmNote)(pair >> 32);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c654 /* Read a (host-)word pair. This is something of a hack since
781 AddrRange pair; local
787 pair.aMin = aMin;
788 pair.aMax = aMax;
789 VG_(addToXA)( xa, &pair );
809 AddrRange pair; local
824 /* Read a (host-)word pair. This is something of a hack since
846 pair.aMin = w1 + base + svma_of_referencing_CU;
847 pair.aMax = w2 - 1 + base + svma_of_referencing_CU;
848 vg_assert(pair
[all...]
/external/valgrind/main/helgrind/
H A Dlibhb_core.c142 a pair, (Thr*, ULong), but that takes 16 bytes on a 64-bit target.
227 Of each bit pair, the higher numbered bit is set if a R has been
2496 structurally identical one. If yes, return the pair (True, pointer
3700 ULong_n_EC pair; local
3708 pair.ull = VtsID__indexAt( thr->viW, thr );
3709 pair.ec = main_get_EC( thr );
3710 tl_assert(pair.ec);
3723 thr, pair.ull, pair.ec );
3729 tl_assert( prevPair->ull <= pair
[all...]
/external/valgrind/main/none/tests/
H A Dallexec_prepare_prereq11 pair() function
31 pair x86 amd64
32 pair ppc32 ppc64
33 pair s390x_unexisting_in_32bits s390x
34 pair arm arm64
35 pair mips32 mips64
/external/stlport/stlport/stl/
H A D_pair.h51 struct pair { struct
58 pair() {} function in struct:pair
60 pair() : first(_T1()), second(_T2()) {} function in struct:pair
62 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
66 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} argument
68 pair(const pair<_T1,_T2>& __o) : first(__o.first), second(__o.second) {} argument
72 pair(__move_source<pair<_T function in struct:pair
81 operator ==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
85 operator <(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
92 operator !=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
96 operator >(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
100 operator <=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
104 operator >=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
[all...]
/external/srec/shared/src/
H A DSessionTypeImpl.c125 ESR_SessionPair* pair; local
128 CHK(rc, HashMapGet(data->value, name, (void **)&pair));
129 if ( ( pair->type != type) && ( ( ( pair->type != TYPES_INT ) && ( type != TYPES_SIZE_T ) ) ||
130 ( ( type != TYPES_INT ) && ( pair->type != TYPES_SIZE_T ) ) ) )
132 PLogError(L("ESR_INVALID_RESULT_TYPE: [got=%d, expected=%d]"), type, pair->type);
135 *value = pair->value;
146 ESR_SessionPair* pair; local
149 CHK(rc, HashMapGet(data->value, name, (void **)&pair));
150 if ( ( pair
166 ESR_SessionPair* pair; local
187 ESR_SessionPair* pair; local
207 ESR_SessionPair* pair; local
227 ESR_SessionPair* pair; local
249 ESR_SessionPair* pair; local
307 ESR_SessionPair* pair = NULL; local
539 ESR_SessionPair* pair; local
555 ESR_SessionPair* pair; local
1050 ESR_SessionPair* pair; local
1377 ESR_SessionPair* pair; local
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreplace.h97 ReplaceFstImpl(const vector< pair<Label, const Fst<A>* > >& fst_tuples, argument
526 // Note that the constructor uses a vector of pair<>. These correspond
545 ReplaceFst(const vector<pair<Label, const Fst<A>* > >& fst_array,
549 ReplaceFst(const vector<pair<Label, const Fst<A>* > >& fst_array,
669 // input argument is a vector of pair<>. These correspond to the tuple
672 void Replace(const vector<pair<typename Arc::Label,
/external/skia/src/core/
H A DSkMetaData.cpp49 PtrPair* pair = (PtrPair*)rec->data(); local
50 if (pair->fProc && pair->fPtr) {
51 pair->fPtr = pair->fProc(pair->fPtr, false);
98 PtrPair pair = { ptr, proc }; local
99 (void)this->set(name, &pair, sizeof(PtrPair), kPtr_Type, 1);
134 PtrPair* pair = (PtrPair*)rec->data(); local
135 if (pair
189 const PtrPair* pair = (const PtrPair*)rec->data(); local
258 PtrPair* pair = (PtrPair*)rec->data(); local
[all...]
H A DSkPtrRecorder.cpp31 Pair pair; local
32 pair.fPtr = ptr;
34 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
47 Pair pair; local
48 pair.fPtr = ptr;
50 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
54 pair.fIndex = count + 1;
55 *fList.insert(index) = pair;
[all...]
H A DSkRecordOpts.cpp268 Pair pair = { fIndex, push }; local
269 fPushStack.push(pair);
H A DSkScan_AntiPath.cpp446 uint32_t pair = (value << 8) | value; local
447 return (pair << 16) | pair;
/external/skia/src/effects/
H A DSkPorterDuff.cpp62 const Pair& pair = gPairs[mode]; local
63 SkASSERT(pair.fPD == mode);
64 return pair.fXF;
68 const Pair& pair = gPairs[mode]; local
69 SkASSERT(pair.fPD == mode);
70 return SkXfermode::Create(pair.fXF);
/external/skia/src/pathops/
H A DSkDCubicToQuads.cpp151 SkDCubicPair pair; local
153 pair = chopAt(inflectT[0]);
154 int orderP1 = reducer.reduce(pair.first(), SkReduceOrder::kNo_Quadratics);
158 int orderP2 = reducer.reduce(pair.second(), SkReduceOrder::kNo_Quadratics);
168 pair = chopAt(inflectT[0]);
169 addTs(pair.first(), precision, 0, inflectT[0], ts);
170 addTs(pair.second(), precision, inflectT[0], 1, ts);
H A DSkPathOpsCommon.cpp429 // A small interval of a pair of curves may collapse to lines for each, triggering coincidence
578 int pair = sortedDist[rIndex]; variable
579 int row = pair / ends;
580 int col = pair - row * ends;
715 checkTiny(contourList); // if pair have the same end points, mark them as parallel
716 checkSmall(contourList); // a pair of curves with a small span may turn into coincident lines
717 joinCoincidence(contourList); // join curves that connect to a coincident pair
H A DSkPathOpsCubic.cpp471 SkDCubicPair pair = chopAt(t1 == 0 ? t2 : t1); local
472 SkDCubic dst = t1 == 0 ? pair.first() : pair.second();
/external/skia/src/views/
H A DSkViewInflate.cpp126 IDStr* pair = list->append(); local
127 pair->fView = view;
128 pair->fStr = (char*)fStrings.alloc(len, SkChunkAlloc::kThrow_AllocFailType);
129 memcpy(pair->fStr, str, len);
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DDefaultMapEntry.java48 * @param pair the pair to copy, must not be null
51 public DefaultMapEntry(final KeyValue<K, V> pair) { argument
52 super(pair.getKey(), pair.getValue());
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format4.cc316 CodeOffsetPairBuilder* pair = &(pair_list->at(location)); local
317 if (glyph_id < pair->glyph_code()) {
320 } else if (glyph_id > pair->glyph_code()) {
/external/skia/include/core/
H A DSkTDict.h39 Pair* pair = fArray.insert(~index); local
43 pair->fName = copy;
44 pair->fValue = value;
75 for (const Pair* pair = fArray.begin(); pair < end; pair++) {
76 if (pair->fValue != value) {
79 *name = pair->fName;
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/qemu/android/utils/
H A Dini.c65 iniPair_init( IniPair* pair, const char* key, int keyLen, argument
68 AARRAY_NEW(pair->key, keyLen + valueLen + 2);
69 memcpy(pair->key, key, keyLen);
70 pair->key[keyLen] = 0;
72 pair->value = pair->key + keyLen + 1;
73 memcpy(pair->value, value, valueLen);
74 pair->value[valueLen] = 0;
78 iniPair_replaceValue( IniPair* pair, const char* value ) argument
80 char* key = pair
93 IniPair* pair; local
126 IniPair* pair = iniFile_getPair(i, key); local
315 IniPair* pair = f->pairs; local
474 IniPair* pair; local
[all...]

Completed in 8816 milliseconds

123456789