Searched refs:pred (Results 1 - 25 of 154) sorted by relevance

1234567

/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dring.c82 ring->pred = ring->succ = ring;
92 entry->pred = ring;
93 ring->succ->pred = entry;
103 entry->pred = ring->pred;
105 ring->pred->succ = entry;
106 ring->pred = entry;
115 RING *pred = entry->pred; local
117 pred
[all...]
H A Dring.h21 RING *pred; /* predecessor */ member in struct:RING
30 #define ring_pred(c) ((c)->pred)
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dinsque.c6 @deftypefn Supplemental void insque (struct qelem *@var{elem}, struct qelem *@var{pred})
11 after @var{pred}. The @code{remque} routine removes @var{elem} from
36 insque (struct qelem *elem, struct qelem *pred) argument
38 elem -> q_forw = pred -> q_forw;
39 pred -> q_forw -> q_back = elem;
40 elem -> q_back = pred;
41 pred -> q_forw = elem;
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nspredicate.py6 pred = NSPredicate.predicateWithFormat_("a == 42")
7 self.assertEquals(pred.predicateFormat(), "a == 42")
10 pred = NSPredicate.predicateWithFormat_("a == %d", 99)
11 self.assertEquals(pred.predicateFormat(), "a == 99")
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nspredicate.py6 pred = NSPredicate.predicateWithFormat_("a == 42")
7 self.assertEqual(pred.predicateFormat(), "a == 42")
10 pred = NSPredicate.predicateWithFormat_("a == %d", 99)
11 self.assertEqual(pred.predicateFormat(), "a == 99")
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nspredicate.py6 pred = NSPredicate.predicateWithFormat_("a == 42")
7 self.assertEqual(pred.predicateFormat(), "a == 42")
10 pred = NSPredicate.predicateWithFormat_("a == %d", 99)
11 self.assertEqual(pred.predicateFormat(), "a == 99")
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/
H A Dgtest_pred_impl.h58 // ASSERT_PRED1(pred, v1)
59 // ASSERT_PRED2(pred, v1, v2)
62 // where pred is an n-ary function or functor that returns bool,
89 Pred pred,
91 if (pred(v1)) return AssertionSuccess();
106 #define GTEST_PRED1_(pred, v1, on_failure)\
107 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \
109 pred, \
115 #define EXPECT_PRED1(pred, v1) \
116 GTEST_PRED1_(pred, v
87 AssertPred1Helper(const char* pred_text, const char* e1, Pred pred, const T1& v1) argument
129 AssertPred2Helper(const char* pred_text, const char* e1, const char* e2, Pred pred, const T1& v1, const T2& v2) argument
178 AssertPred3Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, Pred pred, const T1& v1, const T2& v2, const T3& v3) argument
234 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
297 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-stuff.el79 (let* ((pred (car why))
81 (msg (cond ((not pred) "Wrong type of argument")
82 ((stringp pred) pred)
83 ((eq pred 'integerp) "Integer expected")
84 ((eq pred 'natnump)
88 ((eq pred 'posintp)
92 ((eq pred 'fixnump)
96 ((eq pred 'fixnatnump)
103 ((eq pred 'fixposint
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/rc_binomial_heap_/
H A Dsplit_join_fn_imps.hpp51 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
59 base_type::split(pred, other);
H A Derase_fn_imps.hpp95 erase_if(Pred pred) argument
98 const size_type ersd = base_type::erase_if(pred);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djdcoefct.c479 int Al, pred; local
578 pred = (int) (((Q01<<7) + num) / (Q01<<8));
579 if (Al > 0 && pred >= (1<<Al))
580 pred = (1<<Al)-1;
582 pred = (int) (((Q01<<7) - num) / (Q01<<8));
583 if (Al > 0 && pred >= (1<<Al))
584 pred = (1<<Al)-1;
585 pred = -pred;
587 workspace[1] = (JCOEF) pred;
[all...]
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Dinsque.c21 insque(void *element, void *pred) argument
26 prev = (struct que_elem *)pred;
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/cc_hash_table_map_/
H A Derase_fn_imps.hpp65 erase_if(Pred pred) argument
70 while (m_entries[pos] != NULL && pred(m_entries[pos]->m_value))
81 if (pred(p_e->m_p_next->m_value))
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_x509_tp/lib/
H A DTPDatabase.cpp360 CSSM_SELECTION_PREDICATE pred[3]; local
368 pred[0].DbOperator = CSSM_DB_EQUAL;
369 pred[0].Attribute.Info.AttributeNameFormat =
371 pred[0].Attribute.Info.Label.AttributeName = (char*) "Issuer";
372 pred[0].Attribute.Info.AttributeFormat = CSSM_DB_ATTRIBUTE_FORMAT_BLOB;
373 pred[0].Attribute.Value = const_cast<CSSM_DATA_PTR>(issuerName);
374 pred[0].Attribute.NumberOfValues = 1;
395 pred[1].DbOperator = CSSM_DB_LESS_THAN;
396 pred[1].Attribute.Info.AttributeNameFormat = CSSM_DB_ATTRIBUTE_NAME_AS_STRING;
397 pred[
[all...]
/macosx-10.10.1/libsecurity_ldap_dl-55003/lib/
H A DODBridge.cpp143 CSSM_SELECTION_PREDICATE_PTR pred; local
145 pred = (CSSM_SELECTION_PREDICATE_PTR) &(Query->SelectionPredicate[i]);
146 if(pred->Attribute.Info.AttributeNameFormat == CSSM_DB_ATTRIBUTE_NAME_AS_STRING) {
147 if(strncmp(pred->Attribute.Info.Label.AttributeName, kEmailName, strlen(kEmailName)) == 0 ||
148 strncmp(pred->Attribute.Info.Label.AttributeName, kEmailName, strlen(kPrintName)) == 0) {
159 pred = (CSSM_SELECTION_PREDICATE_PTR) &(Query->SelectionPredicate[searchPred]);
160 if (pred->Attribute.NumberOfValues != 1) {
166 switch(pred->DbOperator) {
195 results->searchString = CFStringCreateWithBytes(NULL, pred->Attribute.Value->Data, pred
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dregi.el174 (let ((pred (car entry))
177 ((eq pred 'begin) (setq begin-tag func))
178 ((eq pred 'end) (setq end-tag func))
179 ((eq pred 'every) (setq every-tag func))
193 (pred (nth 0 entry))
206 ((stringp (setq match-p (eval pred)))
/macosx-10.10.1/libdispatch-442.1.4/src/shims/
H A Dtime.h63 dispatch_once_t pred; member in struct:_dispatch_host_time_data_s
74 dispatch_once_f(&data->pred, NULL, _dispatch_get_host_time_init);
93 dispatch_once_f(&data->pred, NULL, _dispatch_get_host_time_init);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/list_update_map_/
H A Derase_fn_imps.hpp88 erase_if(Pred pred) argument
92 while (m_p_l != NULL && pred(m_p_l->m_value))
106 if (pred(p_l->m_p_next->m_value))
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DIteratorAdaptors.h36 FilterIterator(Predicate pred, Iterator begin, Iterator end) argument
37 : m_pred(WTF::move(pred))
72 inline FilterIterator<Predicate, Iterator> makeFilterIterator(Predicate&& pred, Iterator&& begin, Iterator&& end) argument
74 return FilterIterator<Predicate, Iterator>(std::forward<Predicate>(pred), std::forward<Iterator>(begin), std::forward<Iterator>(end));
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DConstantFold.cpp1017 // cmp pred ^ true -> cmp !pred
1019 CmpInst::Predicate pred = (CmpInst::Predicate)CE1->getPredicate(); local
1020 pred = CmpInst::getInversePredicate(pred);
1021 return ConstantExpr::getCompare(pred, CE1->getOperand(0),
1353 ICmpInst::Predicate pred = ICmpInst::ICMP_EQ; local
1354 R = dyn_cast<ConstantInt>(ConstantExpr::getICmp(pred, V1, V2));
1356 return pred;
1357 pred
1576 ConstantFoldCompareInstruction(unsigned short pred, Constant *C1, Constant *C2) argument
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/gp_hash_table_map_/
H A Derase_fn_imps.hpp79 erase_if(Pred pred) argument
87 if (pred(p_e->m_value))
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/thin_heap_/
H A Dsplit_join_fn_imps.hpp51 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
68 node_pointer p_out = base_type::prune(pred);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_client/
H A Ddlquery.cpp114 CssmSelectionPredicate pred; local
115 pred.dbOperator(it->mOperator);
116 pred.attribute().info() = CssmDbAttributeInfo(it->mName.c_str(), it->mFormat);
117 pred.attribute().set(it->mValue.get());
118 mPredicates.push_back(pred);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Ddlquery.cpp114 CssmSelectionPredicate pred; local
115 pred.dbOperator(it->mOperator);
116 pred.attribute().info() = CssmDbAttributeInfo(it->mName.c_str(), it->mFormat);
117 pred.attribute().set(it->mValue.get());
118 mPredicates.push_back(pred);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp117 erase_if(Pred pred) argument
129 const size_type left = partition(pred_t(pred));
226 partition(Pred pred) argument
235 if (!pred(m_a_entries[left]))
237 else if (pred(m_a_entries[right]))

Completed in 167 milliseconds

1234567