Searched defs:cp (Results 426 - 450 of 505) sorted by relevance

<<11121314151617181920>>

/external/elfutils/src/
H A Dnm.c421 char *cp = new_prefix; local
423 cp = stpcpy (cp, prefix);
424 cp = stpcpy (cp, fname);
425 stpcpy (cp, "[");
427 cp = new_suffix;
429 cp = stpcpy (cp, suffix);
430 stpcpy (cp, "]");
1233 char *cp = fullname; local
[all...]
/external/icu4c/common/
H A Ducnvmbcs.c962 UChar32 cp,
975 cp, source, sourceLimit,
991 if(range[0]<=(uint32_t)cp && (uint32_t)cp<=range[1]) {
1000 linear+=((uint32_t)cp-range[0]);
1019 return cp;
961 _extFromU(UConverter *cnv, const UConverterSharedData *sharedData, UChar32 cp, const UChar **source, const UChar *sourceLimit, uint8_t **target, const uint8_t *targetLimit, int32_t **offsets, int32_t sourceIndex, UBool flush, UErrorCode *pErrorCode) argument
H A Dunames.cpp444 static uint8_t getCharCat(UChar32 cp) { argument
447 if (U_IS_UNICODE_NONCHAR(cp)) {
451 if ((cat = u_charType(cp)) == U_SURROGATE) {
452 cat = U_IS_LEAD(cp) ? U_LEAD_SURROGATE : U_TRAIL_SURROGATE;
458 static const char *getCharCatName(UChar32 cp) { argument
459 uint8_t cat = getCharCat(cp);
475 UChar32 cp; local
483 for (cp = code, ndigits = 0; cp; ++ndigits, cp >>
1546 UChar32 cp = 0; local
[all...]
/external/icu4c/i18n/
H A Dalphaindex.cpp841 UChar32 cp = item.char32At(i); local
842 result.append(cp);
H A Ducol_elm.cpp833 UChar32 cp; local
902 U16_NEXT(element->cPoints, cpsize, element->cSize, cp);
949 UChar32 cp; local
955 U16_NEXT(element->cPoints, cpsize, element->cSize, cp);
1005 /*ucmpe32_set(t->mapping, cp, CE);*/
1006 utrie_set32(t->mapping, cp, CE);
1008 /*ucmpe32_set(t->mapping, cp, element->mapCE);*/
1009 utrie_set32(t->mapping, cp, element->mapCE);
1084 UChar32 cp; local
1086 U16_NEXT(element->cPoints, i, element->cSize, cp);
[all...]
H A Ducol_tok.cpp925 UChar32 cp; local
928 U16_NEXT(src->source, src->currentStarredCharIndex, (uint32_t)(src->end - src->source), cp);
936 src->previousCp = cp;
1767 UChar32 cp; local
1768 U16_GET(src->source, 0, src->parsedToken.charsOffset, (uint32_t)(src->extraEnd - src->source), cp);
1769 fprintf(dfcp_fp, "Code point = %x, Strength = %x\n", cp, src->parsedToken.strength);
/external/icu4c/test/cintltst/
H A Dcreststn.c692 const char* cp = NULL; local
693 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status);
730 const char* cp=NULL; local
731 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status);
/external/icu4c/test/intltest/
H A Dtransrt.cpp441 UChar32 cp; local
443 for (int32_t i = 0; i < a.length(); i += U16_LENGTH(cp)) {
444 cp = a.char32At(i);
445 int8_t t = u_charType(cp);
1319 int cp=sourceString.charAt(0); local
1322 if(vowelSignSet.contains(cp)){
1324 }else if(avagraha.contains(cp)){
1326 }else if(virama.contains(cp)){
1328 }else if(nukta.contains(cp)){
1330 }else if(sanskritStressSigns.contains(cp)){
[all...]
/external/icu4c/test/perf/collationperf/
H A Dcollperf.cpp1342 uint32_t cp; local
1343 U8_NEXT_UNSAFE(bytes, i, cp);
1344 c = (UChar)cp;
1346 if (cp >= 0x10000) {
1352 UTF16_APPEND_CHAR_UNSAFE(utf16Buf, i, cp);
/external/icu4c/tools/pkgdata/
H A Dpkgdata.cpp349 char *csname, *cp; local
352 cp = csname = (char *) uprv_malloc((len + 1 + 1) * sizeof(*o.cShortName));
354 *cp++ = isalpha(*sp) ? * sp : '_';
356 *cp++ = isalnum(*sp) ? *sp : '_';
359 *cp = 0;
/external/icu4c/tools/tzcode/
H A Dlocaltime.c316 register char * cp = &sp->chars[ttisp->tt_abbrind]; local
318 if (strlen(cp) > TZ_ABBR_MAX_LEN &&
319 strcmp(cp, GRANDPARENTED) != 0)
320 *(cp + TZ_ABBR_MAX_LEN) = '\0';
921 register char * cp; local
1131 cp = sp->chars;
1132 (void) strncpy(cp, stdname, stdlen);
1133 cp += stdlen;
1134 *cp++ = '\0';
1136 (void) strncpy(cp, dstnam
[all...]
/external/libpcap/
H A Dgencode.c258 struct chunk *cp; local
270 cp = &chunks[cur_chunk];
271 if (n > cp->n_left) {
272 ++cp, k = ++cur_chunk;
276 cp->m = (void *)malloc(size);
277 if (cp->m == NULL)
279 memset((char *)cp->m, 0, size);
280 cp->n_left = size;
284 cp->n_left -= n;
285 return (void *)((char *)cp
309 char *cp = newchunk(n); local
[all...]
/external/libpng/
H A Dpngrutil.c3025 png_bytep cp = prev_row; local
3041 c = *cp++;
H A Dpngwutil.c2589 png_bytep rp, dp, pp, cp, lp; local
2597 for (lp = row_buf + 1, cp = prev_row + 1; i < row_bytes; i++)
2602 c = *cp++;
2627 png_bytep rp, dp, pp, cp, lp; local
2671 for (lp = row_buf + 1, cp = prev_row + 1; i < row_bytes; i++)
2676 c = *cp++;
/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1328 const CoalescerPair &cp,
1331 : LI(li), SubIdx(subIdx), NewVNInfo(newVNInfo), CP(cp), LIS(lis),
1326 JoinVals(LiveInterval &li, unsigned subIdx, SmallVectorImpl<VNInfo*> &newVNInfo, const CoalescerPair &cp, LiveIntervals *lis, const TargetRegisterInfo *tri) argument
/external/mksh/src/
H A Dmain.c91 "cat", "cc", "chmod", "cp", "date", "ed", "emacs", "grep", "ls",
118 char *cp; local
120 cp = alloc(sizeof(*bufptr) - ALLOC_SIZE, APERM);
123 memset(cp, 0, sizeof(*bufptr) - ALLOC_SIZE);
126 bufptr = (void *)(cp - ALLOC_SIZE);
147 afree(cp, APERM);
166 char *cp, *x; local
174 cp = x;
175 while ((*cp = ksh_toupper(*cp)))
194 char *cp; local
928 char *cp; local
954 char *cp; local
1595 char *cp; local
[all...]
H A Dmisc.c218 char *cp = m; local
222 *cp++ = options[i].c;
223 strndupx(cp, m, cp - m, ATEMP);
224 return (cp);
519 unsigned char *cp, *dp; local
522 cp = alloc(strlen((const void *)sp) + 1, ATEMP);
527 sp = cp;
529 dp = cp;
562 sp = dp = cp;
1317 char *rv, *cp; local
1798 char *cp; local
[all...]
/external/opencv/cv/src/
H A Dcvfundam.cpp1039 uchar *ap, *bp, *cp; local
1139 cp = bp + abc_plane_stride;
1172 *(float*)cp = (float)c;
1178 *(double*)cp = c;
1183 cp += abc_stride;
H A Dcvimgwarp.cpp2187 double cp = cos(phi*2*CV_PI/dsize.height); local
2195 double x = r*cp + center.x;
/external/openssh/
H A Dkey.c607 char *cp = *cpp; local
611 for (; *cp == ' ' || *cp == '\t'; cp++)
615 if (*cp < '0' || *cp > '9')
619 *cpp = cp;
622 for (; *cp >= '0' && *cp <= '9'; cp
660 char *cp, *space; local
1307 char *s, *cp, *p; local
[all...]
H A Dpacket.c657 u_char buf[8], *cp; local
686 cp = buffer_ptr(&active_state->outgoing_packet);
690 cp[7 - i] = rnd & 0xff;
710 cp = buffer_append_space(&active_state->output,
712 cipher_crypt(&active_state->send_context, cp,
846 u_char type, *cp, *macbuf = NULL; local
863 cp = buffer_ptr(&active_state->outgoing_packet);
864 type = cp[5];
908 cp = buffer_append_space(&active_state->outgoing_packet, padlen);
914 cp[
968 u_char type, *cp; local
1147 u_char *cp, type; local
1238 u_char *macbuf, *cp, type; local
[all...]
H A Dservconf.c470 * Returns the number of the token pointed to by cp or sBadOption.
474 parse_token(const char *cp, const char *filename, argument
480 if (strcasecmp(cp, keywords[i].name) == 0) {
486 filename, linenum, cp);
609 char *arg, *attrib, *cp = *condition; local
613 debug3("checking syntax for 'Match %s'", cp);
615 debug3("checking match for '%s' user %s host %s addr %s", cp,
619 while ((attrib = strdelim(&cp)) && *attrib != '\0') {
620 if ((arg = strdelim(&cp)) == NULL || *arg == '\0') {
672 *condition = cp;
720 char *cp, **charptr, *arg, *p; local
1431 char line[1024], *cp; local
1553 char *cp, *obuf, *cbuf; local
[all...]
H A Dsession.c1009 char *cp, *value; local
1019 for (cp = buf; *cp == ' ' || *cp == '\t'; cp++)
1021 if (!*cp || *cp == '#' || *cp == '\n')
1024 cp[strcspn(cp, "\
1256 char *cp; local
1264 char *cp; local
1424 const char *cp; local
2569 char *cp; local
[all...]
H A Dsftp.c1118 const char *cmd, *cp = *cpp; local
1125 cp = cp + strspn(cp, WHITESPACE);
1129 if (*cp == '-') {
1131 cp++;
1132 cp = cp + strspn(cp, WHITESPACE);
1136 if (*cp
1945 char *cp; local
2086 char *host = NULL, *userhost, *cp, *file2 = NULL; local
[all...]
H A Dssh-keygen.c746 char *comment = NULL, *cp, *ep, line[16*1024], *fp, *ra; local
784 if ((cp = strchr(line, '\n')) == NULL) {
795 *cp = '\0';
798 for (cp = line; *cp == ' ' || *cp == '\t'; cp++)
800 if (!*cp || *cp == '\n' || *cp
974 char *cp, *cp2, *kp, *kp2; local
1508 char *otmp, *tmp, *cp, *out, *comment, **plist = NULL; local
[all...]

Completed in 963 milliseconds

<<11121314151617181920>>