Searched refs:ce (Results 1 - 25 of 132) sorted by last modified time

123456

/macosx-10.10.1/llvmCore-3425.0.34/utils/yaml2obj/
H A Dyaml2obj.cpp255 ce = SeqValue->end();
256 ci != ce; ++ci) {
404 ce = SeqValue->end();
405 ci != ce; ++ci) {
/macosx-10.10.1/llvmCore-3425.0.34/tools/lto/
H A DLTOModule.cpp324 if (ConstantExpr *ce = dyn_cast<ConstantExpr>(c)) {
325 Constant *op = ce->getOperand(0);
/macosx-10.10.1/llvmCore-3425.0.34/unittests/Support/
H A DPath.cpp93 ce = sys::path::end(*i);
94 ci != ce;
102 ce = sys::path::rend(*i);
103 ci != ce;
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dvariables.c3718 ARRAY_ELEMENT *ce; local
3724 ce = array_shift (bash_argc_a, 1, 0);
3725 if (ce == 0 || legal_number (element_value (ce), &i) == 0)
3730 array_dispose_element (ce);
/macosx-10.10.1/curl-83.1.2/curl/tests/
H A Dstunnel.pem74 03:59:37:ea:06:ea:f2:7c:0c:0c:de:f8:5b:ce:29:
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dbconfig.c1381 CfEntryInfo *ce; local
1384 ce = c->ca_entry->e_private;
1386 if ( ce->ce_parent->ce_type == Cft_Global )
1419 CfEntryInfo *ce; local
1422 ce = c->ca_entry->e_private;
1424 if ( ce->ce_parent->ce_type == Cft_Global )
1457 CfEntryInfo *ce; local
1460 ce = c->ca_entry->e_private;
1462 if ( ce->ce_parent->ce_type == Cft_Global )
2419 CfEntryInfo *ce local
2500 CfEntryInfo *ce = c->ca_entry->e_private; local
4365 config_send( Operation *op, SlapReply *rs, CfEntryInfo *ce, int depth ) argument
4683 CfEntryInfo *ce; local
5011 CfEntryInfo *ce, *last = NULL; local
5353 config_rename_add( Operation *op, SlapReply *rs, CfEntryInfo *ce, int base, int rebase, int max, int use_ldif ) argument
5400 config_rename_del( Operation *op, SlapReply *rs, CfEntryInfo *ce, CfEntryInfo *ce2, int old, int use_ldif ) argument
5492 CfEntryInfo *ce = ca.ca_entry->e_private; local
5577 config_modify_internal( CfEntryInfo *ce, Operation *op, SlapReply *rs, ConfigArgs *ca ) argument
5905 CfEntryInfo *ce, *last; local
6024 CfEntryInfo *ce, *last; local
6234 CfEntryInfo *ce, *last, *ce2; local
6380 CfEntryInfo *ce, *last; local
6451 CfEntryInfo *ce, *last; local
6533 CfEntryInfo *ce = ch_calloc( 1, sizeof(CfEntryInfo) ); local
6727 CfEntryInfo *ce, *last; local
6831 CfEntryInfo *ce, *ceparent; local
7261 Entry *ce; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty.c2316 int cc, ce; local
2420 ce = cc;
2422 ce = cc - scanc((u_int)cc, (u_char *)cp,
2425 * If ce is zero, then we're processing
2428 if (ce == 0) {
2451 i = b_to_q((u_char *)cp, ce, &tp->t_outq);
2452 ce -= i;
2453 tp->t_column += ce;
2454 cp += ce, cc -= ce, tk_nou
[all...]
/macosx-10.10.1/BootCache-109/
H A Dkext.c461 #define CB_BLOCK_PRESENT(ce, block) \
462 ((ce)->ce_blockmap != NULL && ((ce)->ce_blockmap[CB_MAPIDX(block)] & CB_MAPBIT(block)))
463 #define CB_MARK_BLOCK_PRESENT(ce, block) \
464 ((ce)->ce_blockmap[CB_MAPIDX(block)] |= CB_MAPBIT(block))
465 #define CB_MARK_BLOCK_VACANT(ce, block) \
466 ((ce)->ce_blockmap[CB_MAPIDX(block)] &= ~CB_MAPBIT(block))
473 #define CB_PAGE_VACANT(cm, ce, page) \
474 (!((ce)->ce_blockmap[CB_MAPIDX(CB_PAGE_TO_BLOCK(cm, page))] & \
548 static int BC_check_intersection(struct BC_cache_extent *ce, u_int64_
671 BC_check_intersection(struct BC_cache_extent *ce, u_int64_t offset, u_int64_t length) argument
714 struct BC_cache_extent **pce, *ce; local
965 BC_discard_bytes(struct BC_cache_extent *ce, u_int64_t offset, u_int64_t length) argument
1061 BC_next_valid_range(struct BC_cache_mount *cm, struct BC_cache_extent *ce, uint32_t fromoffset, uint32_t *nextpage, uint32_t *nextoffset, uint32_t *nextlength) argument
1100 BC_blocks_present(struct BC_cache_extent *ce, int base, int nblk) argument
1124 struct BC_cache_extent *ce = NULL; local
1628 wait_for_extent(struct BC_cache_extent *ce, struct timeval starttime) argument
1653 struct BC_cache_extent *ce = NULL, **pce, **pcontaining_extents = NULL; local
2575 struct BC_cache_extent *ce = BC_cache->c_extentlists[cel_idx] + ce_idx; local
2782 BC_setup_extent(struct BC_cache_extent *ce, const struct BC_playlist_entry *pe, int batch_adjustment, int cache_mount_idx) argument
2837 BC_fill_in_extent(struct BC_cache_extent *ce) argument
2886 BC_teardown_extent(struct BC_cache_extent *ce) argument
3466 struct BC_cache_extent *ce; local
5227 BC_free_page(struct BC_cache_extent *ce, int page) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcapitst.c519 uint32_t ce = ucol_next(iter1, &status); local
525 if (ce2 != ce) {
528 if (ce == UCOL_NULLORDER) {
H A Dcmsccoll.c1457 uint32_t ce; local
1462 ce = ucol_next(iter2, &status);
1463 while (ce != UCOL_NULLORDER) {
1464 if ((uint32_t)ucol_next(iter1, &status) != ce) {
1468 ce = ucol_next(iter2, &status);
1504 uint32_t ce;
1519 ce = ucol_next(iter1, &status);
1524 while (ce != UCOL_NULLORDER) {
1526 if (ce == ce2) {
1527 log_verbose("CEs match: %08x\n", ce);
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcollationtest.cpp176 int64_t ce = ces.elementAti(0); local
180 if(ce != expected) {
181 errln("CE(U+fffe)=%04lx != 02.02.02", (long)ce);
184 ce = ces.elementAti(1);
186 if(ce != expected) {
187 errln("CE(U+ffff)=%04lx != max..", (long)ce);
227 int64_t ce = ci.nextCE(errorCode); local
232 if(ce == Collation::NO_CE || ce2 != Collation::NO_CE) {
236 if((ce & 0xffffffff) != Collation::COMMON_SEC_AND_TER_CE) {
238 (long)c, (long)(ce
674 isValidCE(const CollationRootElements &re, const CollationData &data, int64_t ce) argument
909 int64_t ce = ces.elementAti(i); local
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dvariable.c79 rb_const_entry_t *ce = (rb_const_entry_t *)v; local
81 VALUE value = ce->value;
1650 rb_const_entry_t *ce; local
1653 ce = (rb_const_entry_t*)val;
1654 if (ce) xfree(ce);
1836 rb_const_entry_t *ce = (rb_const_entry_t *)data; local
1837 if (visibility && ce->flag == CONST_PRIVATE) {
1841 value = ce->value;
1970 rb_const_entry_t *ce local
2011 rb_const_entry_t *ce = (rb_const_entry_t *)value; local
2077 rb_const_entry_t *ce = (rb_const_entry_t *)value; local
2143 rb_const_entry_t *ce; local
2159 rb_const_entry_t *ce = (rb_const_entry_t*)value; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dalphaindex.cpp404 int64_t ce = ces.elementAti(i); local
405 uint32_t p = (uint32_t)(ce >> 32);
H A Dcoleitr.cpp74 UBool ceNeedsTwoParts(int64_t ce) { argument
75 return (ce & INT64_C(0xffff00ff003f)) != 0;
124 int64_t ce = iter_->nextCE(status); local
125 if (ce == Collation::NO_CE) { return NULLORDER; }
127 uint32_t p = (uint32_t)(ce >> 32);
128 uint32_t lower32 = (uint32_t)ce;
196 int64_t ce = iter_->previousCE(*offsets_, status); local
197 if (ce == Collation::NO_CE) { return NULLORDER; }
199 uint32_t p = (uint32_t)(ce >> 32);
200 uint32_t lower32 = (uint32_t)ce;
409 int64_t ce = ces[length - 1]; local
[all...]
H A Dcollationbasedatabuilder.cpp59 binarySearch(const UVector64 &list, int64_t ce) { argument
65 int32_t cmp = compareInt64AsUnsigned(ce, list.elementAti(i));
70 return ~start; // insert ce before i
75 return ~(start + 1); // insert ce after i
133 int64_t ce = Collation::makeCE(Collation::FIRST_UNASSIGNED_PRIMARY); local
134 add(UnicodeString(), s, &ce, 1, errorCode); local
137 ce = Collation::makeCE(Collation::FIRST_TRAILING_PRIMARY);
138 rootElements.addElement(ce, errorCode);
271 CollationBaseDataBuilder::addRootElement(int64_t ce, UErrorCode &errorCode) { argument
272 if(U_FAILURE(errorCode) || ce
345 int64_t ce = rootElements.elementAti(i); local
466 int64_t ce = rootElements.elementAti(i); local
[all...]
H A Dcollationbasedatabuilder.h67 void addRootElement(int64_t ce, UErrorCode &errorCode);
H A Dcollationbuilder.cpp491 int64_t ce; local
519 ce = rootElements.getLastTertiaryCE();
543 ce = rootElements.getFirstSecondaryCE();
548 ce = rootElements.getLastSecondaryCE();
552 ce = rootElements.getFirstPrimaryCE();
556 ce = rootElements.lastCEWithPrimaryBefore(variableTop + 1);
559 ce = rootElements.firstCEWithPrimaryAtLeast(variableTop + 1);
566 ce = rootElements.firstCEWithPrimaryAtLeast(
572 ce = baseData->getCEFromOffsetCE32(0x4e00, ce32);
581 ce
710 int64_t ce = ces[cesLength - 1]; local
779 int64_t ce; local
807 findOrInsertNodeForRootCE(int64_t ce, int32_t strength, UErrorCode &errorCode) argument
1021 int64_t ce = baseCEs.getCE(i); local
1045 int64_t ce = ces[i] & INT64_C(0xffffffffffff3fff); // clear old case bits local
1599 ceStrength(int64_t ce) argument
[all...]
H A Dcollationbuilder.h74 int32_t findOrInsertNodeForRootCE(int64_t ce, int32_t strength, UErrorCode &errorCode);
198 static inline UBool isTempCE(int64_t ce) { argument
199 uint32_t sec = (uint32_t)ce >> 24;
216 static int32_t ceStrength(int64_t ce);
H A Dcollationcompare.cpp48 int64_t ce = left.nextCE(errorCode); local
49 leftPrimary = (uint32_t)(ce >> 32);
56 left.setCurrentCE(ce & INT64_C(0xffffffff00000000));
58 ce = left.nextCE(errorCode);
59 leftPrimary = (uint32_t)(ce >> 32);
73 int64_t ce = right.nextCE(errorCode); local
74 rightPrimary = (uint32_t)(ce >> 32);
81 right.setCurrentCE(ce & INT64_C(0xffffffff00000000));
83 ce = right.nextCE(errorCode);
84 rightPrimary = (uint32_t)(ce >> 3
198 int64_t ce; local
317 int64_t ce = left.getCE(leftIndex++); local
333 int64_t ce = right.getCE(rightIndex++); local
[all...]
H A Dcollationdatabuilder.cpp54 ConditionalCE32(const UnicodeString &ct, uint32_t ce) argument
56 ce32(ce), defaultCE32(Collation::NO_CE32), builtCE32(Collation::NO_CE32),
194 int64_t ce = getCE(i); local
195 if(ce != 0) {
197 ces[cesLength] = ce;
485 CollationDataBuilder::addCE(int64_t ce, UErrorCode &errorCode) { argument
488 if(ce == ce64s.elementAti(i)) { return i; }
490 ce64s.addElement(ce, errorCode);
618 CollationDataBuilder::encodeOneCEAsCE32(int64_t ce) { argument
619 uint32_t p = (uint32_t)(ce >> 3
637 encodeOneCE(int64_t ce, UErrorCode &errorCode) argument
911 int64_t ce = modifier.modifyCE32(ce32); local
926 int64_t ce; local
957 int64_t ce = modifier.modifyCE(srcCE); local
[all...]
H A Dcollationdatabuilder.h58 virtual int64_t modifyCE(int64_t ce) const = 0;
173 int32_t addCE(int64_t ce, UErrorCode &errorCode);
191 static uint32_t encodeOneCEAsCE32(int64_t ce);
192 uint32_t encodeOneCE(int64_t ce, UErrorCode &errorCode);
H A Dcollationfastlatin.cpp840 CollationFastLatin::nextPair(const uint16_t *table, UChar32 c, uint32_t ce, argument
842 if(ce >= MIN_LONG || ce < CONTRACTION) {
843 return ce; // simple or special mini CE
844 } else if(ce >= EXPANSION) {
845 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK);
847 } else /* ce >= CONTRACTION */ {
854 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK);
921 ce = table[index + 1];
923 return ce;
943 uint32_t ce = pair & 0xffff; local
967 uint32_t ce = pair; local
980 uint32_t ce = pair & 0xffff; local
1004 uint32_t ce = pair; local
1027 uint32_t ce = pair & 0xffff; local
1070 uint32_t ce = pair & 0xffff; local
[all...]
H A Dcollationfastlatin.h226 static uint32_t nextPair(const uint16_t *table, UChar32 c, uint32_t ce,
230 uint32_t ce = pair & 0xffff; local
231 if(ce >= MIN_SHORT) { return pair & TWO_SHORT_PRIMARIES_MASK; }
232 if(ce > variableTop) { return pair & TWO_LONG_PRIMARIES_MASK; }
233 if(ce >= MIN_LONG) { return 0; } // variable
236 static inline uint32_t getSecondariesFromOneShortCE(uint32_t ce) { argument
237 ce &= SECONDARY_MASK;
238 if(ce < MIN_SEC_HIGH) {
239 return ce + SEC_OFFSET;
241 return ((ce
[all...]
H A Dcollationfastlatinbuilder.cpp63 binarySearch(const int64_t list[], int32_t limit, int64_t ce) { argument
68 int32_t cmp = compareInt64AsUnsigned(ce, list[i]);
73 return ~start; // insert ce before i
78 return ~(start + 1); // insert ce after i
427 CollationFastLatinBuilder::addUniqueCE(int64_t ce, UErrorCode &errorCode) { argument
429 if(ce == 0 || (uint32_t)(ce >> 32) == Collation::NO_CE_PRIMARY) { return; }
430 ce &= ~(int64_t)Collation::CASE_MASK; // blank out case bits
431 int32_t i = binarySearch(uniqueCEs.getBuffer(), uniqueCEs.size(), ce);
433 uniqueCEs.insertElementAt(ce, ~
464 int64_t ce = uniqueCEs.elementAti(i); local
574 int64_t ce = uniqueCEs.elementAti(i); local
590 int64_t ce = charCEs[i][0]; local
618 int64_t ce = charCEs[i][0]; local
[all...]
H A Dcollationfastlatinbuilder.h52 void addUniqueCE(int64_t ce, UErrorCode &errorCode);
53 uint32_t getMiniCE(int64_t ce) const;
59 static UBool isContractionCharCE(int64_t ce) { argument
60 return (uint32_t)(ce >> 32) == Collation::NO_CE_PRIMARY && ce != Collation::NO_CE;

Completed in 244 milliseconds

123456