Searched defs:cp (Results 476 - 500 of 589) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/icu/source/i18n/
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/chromium_org/third_party/icu/source/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);
1282 int cp=sourceString.charAt(0); local
1285 if(vowelSignSet.contains(cp)){
1287 }else if(avagraha.contains(cp)){
1289 }else if(virama.contains(cp)){
1291 }else if(nukta.contains(cp)){
1293 }else if(sanskritStressSigns.contains(cp)){
[all...]
/external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/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/chromium_org/third_party/libpng/
H A Dpngrutil.c3009 png_bytep cp = prev_row; local
3025 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/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_asconf.c597 struct sctp_asconf_chunk *cp, struct sctp_tcb *stcb,
614 if (ntohs(cp->ch.chunk_length) < sizeof(struct sctp_asconf_chunk)) {
617 ntohs(cp->ch.chunk_length));
621 serial_num = ntohl(cp->serial_number);
638 asconf_limit = offset + ntohs(cp->ch.chunk_length);
1658 struct sctp_asconf_ack_chunk *cp, struct sctp_tcb *stcb,
1674 if (ntohs(cp->ch.chunk_length) < sizeof(struct sctp_asconf_ack_chunk)) {
1677 ntohs(cp->ch.chunk_length));
1681 serial_num = ntohl(cp->serial_number);
1715 ack_length = ntohs(cp
595 sctp_handle_asconf(struct mbuf *m, unsigned int offset, struct sockaddr *src, struct sctp_asconf_chunk *cp, struct sctp_tcb *stcb, int first) argument
1657 sctp_handle_asconf_ack(struct mbuf *m, int offset, struct sctp_asconf_ack_chunk *cp, struct sctp_tcb *stcb, struct sctp_nets *net, int *abort_no_unlock) argument
[all...]
H A Dsctp_indata.c4985 sctp_update_acked(struct sctp_tcb *stcb, struct sctp_shutdown_chunk *cp, int *abort_flag) argument
4990 cum_ack = ntohl(cp->cumulative_tsn_ack);
H A Dsctp_input.c96 struct sctp_init_chunk *cp, struct sctp_inpcb *inp,
112 if (ntohs(cp->ch.chunk_length) < sizeof(struct sctp_init_chunk)) {
124 init = &cp->init;
173 if (sctp_validate_init_auth_params(m, offset + sizeof(*cp),
174 offset + ntohs(cp->ch.chunk_length))) {
224 sh, cp,
305 sctp_process_init(struct sctp_init_chunk *cp, struct sctp_tcb *stcb) argument
312 init = &cp->init;
458 struct sctp_init_ack_chunk *cp, struct sctp_tcb *stcb,
476 &abort_flag, (struct sctp_chunkhdr *)cp,
94 sctp_handle_init(struct mbuf *m, int iphlen, int offset, struct sockaddr *src, struct sockaddr *dst, struct sctphdr *sh, struct sctp_init_chunk *cp, struct sctp_inpcb *inp, struct sctp_tcb *stcb, int *abort_no_unlock, uint8_t use_mflowid, uint32_t mflowid, uint32_t vrf_id, uint16_t port) argument
456 sctp_process_init_ack(struct mbuf *m, int iphlen, int offset, struct sockaddr *src, struct sockaddr *dst, struct sctphdr *sh, struct sctp_init_ack_chunk *cp, struct sctp_tcb *stcb, struct sctp_nets *net, int *abort_no_unlock, uint8_t use_mflowid, uint32_t mflowid, uint32_t vrf_id) argument
593 sctp_handle_heartbeat_ack(struct sctp_heartbeat_chunk *cp, struct sctp_tcb *stcb, struct sctp_nets *net) argument
900 sctp_handle_shutdown(struct sctp_shutdown_chunk *cp, struct sctp_tcb *stcb, struct sctp_nets *net, int *abort_flag) argument
1318 sctp_handle_init_ack(struct mbuf *m, int iphlen, int offset, struct sockaddr *src, struct sockaddr *dst, struct sctphdr *sh, struct sctp_init_ack_chunk *cp, struct sctp_tcb *stcb, struct sctp_nets *net, int *abort_no_unlock, uint8_t use_mflowid, uint32_t mflowid, uint32_t vrf_id) argument
2450 sctp_handle_cookie_echo(struct mbuf *m, int iphlen, int offset, struct sockaddr *src, struct sockaddr *dst, struct sctphdr *sh, struct sctp_cookie_echo_chunk *cp, struct sctp_inpcb **inp_p, struct sctp_tcb **stcb, struct sctp_nets **netp, int auth_skipped, uint32_t auth_offset, uint32_t auth_len, struct sctp_tcb **locked_tcb, uint8_t use_mflowid, uint32_t mflowid, uint32_t vrf_id, uint16_t port) argument
3127 sctp_handle_ecn_echo(struct sctp_ecne_chunk *cp, struct sctp_tcb *stcb) argument
3246 sctp_handle_ecn_cwr(struct sctp_cwr_chunk *cp, struct sctp_tcb *stcb, struct sctp_nets *net) argument
4328 sctp_handle_packet_dropped(struct sctp_pktdrop_chunk *cp, struct sctp_tcb *stcb, struct sctp_nets *net, uint32_t limit) argument
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_socket.c613 uiomove(void *cp, int n, struct uio *uio) argument
639 error = copyout(cp, iov->iov_base, cnt);
641 error = copyin(iov->iov_base, cp, cnt);
648 bcopy(cp, iov->iov_base, cnt);
650 bcopy(iov->iov_base, cp, cnt);
657 cp = (char *)cp + cnt;
/external/chromium_org/tools/telemetry/third_party/png/
H A Dpng.py2984 def cp(a): function in function:Test.testUnfilterScanline
2987 out = reader.undo_filter(0, cp(scanline), cp(scanprev))
2989 out = reader.undo_filter(1, cp(scanline), cp(scanprev))
2991 out = reader.undo_filter(2, cp(scanline), cp(scanprev))
2993 out = reader.undo_filter(3, cp(scanline), cp(scanprev))
2995 out = reader.undo_filter(4, cp(scanlin
[all...]
/external/chromium_org/v8/src/mips/
H A Dassembler-mips.h76 static const int kMaxNumAllocatableRegisters = 14; // v0 through t6 and cp.
78 static const int kCpRegister = 23; // cp (s7) is the 23rd register.
96 kMaxNumAllocatableRegisters - 1 : // Return last index for 'cp'.
103 from_code(kCpRegister) : // Last index is always the 'cp' register.
321 // cp is assumed to be a callee saved register.
326 #define cp s7 macro
/external/chromium_org/v8/src/mips64/
H A Dassembler-mips64.h75 static const int kMaxNumAllocatableRegisters = 14; // v0 through t6 and cp.
77 static const int kCpRegister = 23; // cp (s7) is the 23rd register.
85 kMaxNumAllocatableRegisters - 1 : // Return last index for 'cp'.
92 from_code(kCpRegister) : // Last index is always the 'cp' register.
312 // cp is assumed to be a callee saved register.
317 #define cp s7 macro
/external/dnsmasq/src/
H A Doption.c468 static void unhide_metas(char *cp) argument
470 if (cp)
471 for(; *cp; cp++)
472 *cp = unhide_meta(*cp);
491 static char *opt_string_alloc(char *cp) argument
495 if (cp && strlen(cp) != 0)
497 ret = opt_malloc(strlen(cp)
669 char lenchar = 0, *cp; local
905 unsigned char *cp = q++; local
1660 char *cp, *a[5] = { NULL, NULL, NULL, NULL, NULL }; local
1870 char *cp, *lastp = NULL, last = 0; local
2712 struct dhcp_config *configs, *cp, **up; local
2749 struct dhcp_opt *opts, *cp, **up; local
[all...]
/external/e2fsprogs/debugfs/
H A Ddebugfs.c1343 char *dest, *cp, *base_name; local
1367 cp = strrchr(destname, '/');
1368 if (cp) {
1369 *cp = 0;
1373 dest = cp+1;
1841 char *cp; local
1850 cp = strrchr(argv[1], '/');
1851 if (cp) {
1852 *cp = 0;
1858 name = cp
2272 char *cp; local
2359 char *cp; local
[all...]
/external/e2fsprogs/e2fsck/
H A Dprofile.c231 char **cp; local
236 for (cp = list; *cp; cp++)
237 free(*cp);
247 char *fn, *cp; local
256 for (cp = de->d_name; *cp; cp++) {
257 if (!isalnum(*cp)
308 char **cpp, *cp, **array = 0; local
630 skip_over_blanks(char *cp) argument
642 skip_over_nonblanks(char *cp) argument
687 char *cp, ch, *tag, *value; local
[all...]
/external/e2fsprogs/lib/blkid/
H A Dprobe.c170 char buf[80], *cp, *t; local
178 cp = buf;
179 if (!isspace(*cp)) {
180 while (*cp && !isspace(*cp))
181 cp++;
183 while (*cp && isspace(*cp))
184 cp++;
185 if ((t = strchr(cp, '\
209 char buf[1024], *cp; local
252 const char *cp; local
687 char uuid_str[17], label_str[129], *cp; local
[all...]
/external/e2fsprogs/misc/
H A De2image.c135 char *cp = cbuf; local
142 ret = read(fd, cp, count);
148 cp += ret;
459 char *cp = buf; local
465 if (*cp++)
478 char *p, *end, *cp; local
517 cp = p+8;
520 memset(cp+dirent->name_len, 0, len);
521 if (dirent->name_len==1 && cp[0] == '.')
523 if (dirent->name_len==2 && cp[
[all...]
H A Dmke2fs.c159 const char *cp = s; local
163 major = strtol(cp, &endptr, 10);
164 if (cp == endptr || *endptr != '.')
166 cp = endptr + 1;
167 minor = strtol(cp, &endptr, 10);
168 if (cp == endptr || *endptr != '.')
170 cp = endptr + 1;
171 rev = strtol(cp, &endptr, 10);
172 if (cp == endptr)
1059 char *cp, * local
[all...]
/external/elfutils/0.153/src/
H A Dnm.c447 char *cp = new_prefix; local
449 cp = stpcpy (cp, prefix);
450 cp = stpcpy (cp, fname);
451 stpcpy (cp, "[");
453 cp = new_suffix;
455 cp = stpcpy (cp, suffix);
456 stpcpy (cp, "]");
1414 char *cp = fullname; local
[all...]
H A Dstrip.c408 char *cp = fullname; local
447 cp = mempcpy (cp, prefix, prefix_len);
448 *cp++ = ':';
450 memcpy (cp, fname, fname_len);
2090 char *cp = new_prefix; local
2095 cp = mempcpy (cp, prefix, prefix_len);
2096 *cp++ = ':';
2098 memcpy (cp, fnam
[all...]
/external/fio/os/windows/
H A Dposix.c889 in_addr_t inet_network(const char *cp) argument
892 in_addr_t nbo = inet_addr(cp);
/external/icu/icu4c/source/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.cpp421 static uint8_t getCharCat(UChar32 cp) { argument
424 if (U_IS_UNICODE_NONCHAR(cp)) {
428 if ((cat = u_charType(cp)) == U_SURROGATE) {
429 cat = U_IS_LEAD(cp) ? U_LEAD_SURROGATE : U_TRAIL_SURROGATE;
435 static const char *getCharCatName(UChar32 cp) { argument
436 uint8_t cat = getCharCat(cp);
452 UChar32 cp; local
460 for (cp = code, ndigits = 0; cp; ++ndigits, cp >>
1527 UChar32 cp = 0; local
[all...]

Completed in 2594 milliseconds

<<11121314151617181920>>