Searched refs:ce (Results 1 - 25 of 132) sorted by relevance

123456

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
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 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;
H A Ducoleitr.cpp51 uint32_t ce; member in struct:RCEI
69 void put(uint32_t ce, int32_t ixLow, int32_t ixHigh);
92 void RCEBuffer::put(uint32_t ce, int32_t ixLow, int32_t ixHigh) argument
107 buffer[bufferIndex].ce = ce;
147 void PCEBuffer::put(uint64_t ce, int32_t ixLow, int32_t ixHigh) argument
162 buffer[bufferIndex].ce = ce;
207 uint64_t UCollationPCE::processCE(uint32_t ce) argument
212 // We could apply the mask to ce an
346 int32_t ce = cei->next(*status); local
410 int32_t ce; 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 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 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 Dcollationiterator.h45 inline void append(int64_t ce, UErrorCode &errorCode) { argument
47 buffer[length++] = ce;
51 inline void appendUnsafe(int64_t ce) { argument
52 buffer[length++] = ce;
68 inline int64_t set(int32_t i, int64_t ce) { argument
69 return buffer[i] = ce;
165 void setCurrentCE(int64_t ce) { argument
167 ceBuffer.set(cesIndex - 1, ce);
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 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 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 Dusearch.cpp81 * @param ce collation element
85 inline int hash(uint32_t ce) argument
87 // the old value UCOL_PRIMARYORDER(ce) % MAX_TABLE_SIZE_ does not work
91 return UCOL_PRIMARYORDER(ce) % MAX_TABLE_SIZE_;
155 // if the ce is a variable, we mask and get only the primary values
276 * Initializing the ce table for a pattern.
318 int32_t ce; local
320 while ((ce = ucol_next(coleiter, status)) != UCOL_NULLORDER &&
322 uint32_t newce = getCE(strsrch, ce);
337 result += (uint16_t)(ucol_getMaxExpansion(coleiter, ce)
632 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); local
728 shiftForward(UStringSearch *strsrch, int32_t textoffset, int32_t ce, int32_t patternceindex) argument
874 uint32_t ce = UCOL_IGNORABLE; local
928 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); local
1010 int32_t ce; local
1206 int32_t ce = getCE(strsrch, ucol_next(coleiter, status)); local
1409 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); local
1605 int32_t *ce = strsrch->pattern.CE; local
1850 int32_t ce = getCE(strsrch, ucol_next(coleiter, status)); local
1961 reverseShift(UStringSearch *strsrch, int32_t textoffset, int32_t ce, int32_t patternceindex) argument
2047 int32_t ce = getCE(strsrch, ucol_previous(coleiter, status)); local
2268 int32_t *ce = strsrch->pattern.CE; local
2487 int32_t ce = getCE(strsrch, ucol_previous(coleiter, status)); local
3445 int64_t ce; member in struct:CEI
[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/bind9-45.101/bind9/lib/isccfg/
H A Daclconf.c231 const cfg_obj_t *ce = cfg_listelt_value(elt); local
234 if (cfg_obj_istuple(ce)) {
235 ce = cfg_tuple_get(ce, "value");
240 if (cfg_obj_istype(ce, &cfg_type_keyref)) {
242 } else if (cfg_obj_islist(ce)) {
244 n += count_acl_elements(ce, cctx, &negative);
247 } else if (cfg_obj_isstring(ce)) {
248 const char *name = cfg_obj_asstring(ce);
319 const cfg_obj_t *ce local
[all...]
/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_intres.c457 register struct conf_entry *ce; local
460 ce = confentries;
461 if (ce == entry)
462 confentries = ce->ce_next;
464 while (ce != NULL) {
465 if (ce->ce_next == entry) {
466 ce->ce_next = entry->ce_next;
469 ce = ce->ce_next;
499 register struct conf_entry *ce; local
1266 register struct conf_entry *ce; local
[all...]
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.err.c394 struct cleanup_entry *ce; local
404 ce = cleanup_stack + cleanup_sp;
405 ce->var = var;
406 ce->fn = fn;
408 ce->file = file;
409 ce->line = line;
423 struct cleanup_entry *ce; local
425 ce = cleanup_stack + cleanup_sp;
426 while (ce != cleanup_stack) {
427 ce
440 struct cleanup_entry ce; local
455 struct cleanup_entry ce; local
[all...]
/macosx-10.10.1/swig-12/Source/Swig/
H A Dmisc.c990 const char *ce = Strchr(cs, ']'); local
991 if (*cs != '[' || ce == NULL) {
994 String *fmt = NewStringf("%%.%ds", ce-cs-1);
996 if (0 == Strncmp(ce+1, prefix, Len(prefix))) {
997 ns = NewString(ce+1+Len(prefix));
999 ns = NewString(ce+1);
1020 const char *skip_delim(char pb, char pe, const char *ce) { argument
1023 while (!end && *ce != '\0') {
1024 if (*ce == pb) {
1027 if (*ce
1047 const char *ce; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dnewcomment.el280 (ce (if (string= "" comment-end) "\n" comment-end)))
285 (insert cs " hello " ce)
317 (let ((ce (if (string= "" comment-end) "\n"
323 "\\|" (regexp-quote (substring ce 0 1))
324 (if (and comment-quote-nested (<= (length ce) 1)) "" "+")
325 (regexp-quote (substring ce 1))
333 (defun comment-quote-nested (cs ce unp)
337 (setq ce (comment-string-strip ce t t))
338 (when (and comment-quote-nested (> (length ce)
[all...]
/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/mDNSResponder-561.1.1/mDNSCore/
H A Dnsec3.c179 // ce is the closest encloser that will be returned if we find one
181 CacheRecord **closerEncloser, const domainname **ce, mDNSu16 qtype)
216 *ce = mDNSNULL;
325 *ce = name;
380 const domainname **ce, mDNSu16 qtype)
382 if (!NSEC3Find(m, NSEC3CEProof, ncr, name, closestEncloser, closerEncloser, ce, qtype))
389 if (!closestEncloser || !closerEncloser || !ce)
391 LogMsg("NSEC3ClosestEncloserProof: ClosestEncloser %p or CloserEncloser %p ce %p, something is NULL", *closestEncloser,
392 *closerEncloser, *ce);
397 if (SameDomainName((*ce), nam
180 NSEC3Find(mDNS *const m, NSEC3FindValues val, CacheRecord *ncr, domainname *origName, CacheRecord **closestEncloser, CacheRecord **closerEncloser, const domainname **ce, mDNSu16 qtype) argument
379 NSEC3ClosestEncloserProof(mDNS *const m, CacheRecord *ncr, domainname *name, CacheRecord **closestEncloser, CacheRecord **closerEncloser, const domainname **ce, mDNSu16 qtype) argument
470 const domainname *ce = mDNSNULL; local
519 const domainname *ce = mDNSNULL; local
568 const domainname *ce = mDNSNULL; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcolldata.cpp107 void CEList::add(uint32_t ce, UErrorCode &status) argument
132 ces[listSize++] = ce;
253 void put(uint32_t ce, UnicodeString *string, UErrorCode &status);
254 StringList *getStringList(uint32_t ce) const;
257 void putStringList(uint32_t ce, StringList *stringList, UErrorCode &status);
284 void CEToStringsMap::put(uint32_t ce, UnicodeString *string, UErrorCode &status) argument
286 StringList *strings = getStringList(ce);
296 putStringList(ce, strings, status);
302 StringList *CEToStringsMap::getStringList(uint32_t ce) const
304 return (StringList *) uhash_iget(map, ce);
307 putStringList(uint32_t ce, StringList *stringList, UErrorCode &status) argument
514 uint32_t ce = ceList->get(offset); local
[all...]
H A Dcolldata.h112 void add(uint32_t ce, UErrorCode &status);
234 * @param ce - the CE
240 const StringList *getStringList(int32_t ce) const;
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOStatistics.cpp302 ClassNode *ce; local
313 ce = (ClassNode *)kalloc(sizeof(ClassNode));
314 if (!ce) {
318 memset(ce, 0, sizeof(ClassNode));
335 ce->metaClass = metaClass;
336 ce->classID = lastClassIndex++;
337 ce->parentKext = foundKext;
340 superClass = ce->metaClass->getSuperClass();
345 ce->superClassID = foundClass ? foundClass->classID : (uint32_t)(-1);
347 SLIST_INIT(&ce
866 ClassNode *ce; local
908 ClassNode *ce; local
926 ClassNode *ce; local
1014 ClassNode *ce; local
[all...]
/macosx-10.10.1/OpenSSL098-52/src/ms/
H A Ddo_ms.bat6 perl util\mk1mf.pl no-asm VC-CE >ms\ce.mak
/macosx-10.10.1/swig-12/Lib/php/
H A Ddirector.swg120 zend_class_entry **ce;
125 if (zend_lookup_class(Z_STRVAL_P(&classname), Z_STRLEN_P(&classname), &ce TSRMLS_CC) != SUCCESS) {
128 if (zend_hash_find(&(*ce)->function_table, lc_fname, name_len + 1, (void**) &mptr) != SUCCESS) {
/macosx-10.10.1/autofs-246/automountd/
H A Dautod_nfs.c1538 struct cache_entry *ce, *prev; local
1552 for (ce = cache_head; ce; ce = ce->cache_next) {
1553 if (timenow > ce->cache_time) {
1556 for (prev = NULL, ce = cache_head; ce;
1557 prev = ce, ce
1619 struct cache_entry *ce, *next = NULL; local
[all...]

Completed in 378 milliseconds

123456