HomeSort by relevance Sort by last modified time
    Searched defs:cp (Results 301 - 325 of 572) sorted by null

<<11121314151617181920>>

  /dalvik/vm/
Native.cpp 627 char* cp = mangle; local
632 sprintf(cp, "_0%04x", ch);
633 cp += 6;
637 *cp++ = '_';
638 *cp++ = '1';
641 *cp++ = '_';
642 *cp++ = '2';
645 *cp++ = '_';
646 *cp++ = '3';
649 *cp++ = '_'
    [all...]
  /dalvik/vm/analysis/
DexVerify.cpp 438 const char* cp = classDescriptor; local
439 while (*cp++ == '[')
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory1Test.java 619 CertPath cp = certFs[i].generateCertPath(list); local
620 List list1 = cp.getCertificates();
  /external/clang/test/SemaCXX/
cstyle-cast.cpp 9 typedef c *cp; typedef
10 typedef cp *cpp;
  /external/dhcpcd/
configure.c 643 const char *cp, *cp2, *cp3, *cplim; local
654 cp = (const char *)&rtp->gate.s_addr;
659 if ((*cp++ ^ *cp2++) & *cp3++)
  /external/dnsmasq/src/
dhcp.c 723 char *ip, *cp; local
777 for (cp = ip; *cp; cp++)
778 if (!(*cp == '.' || (*cp >='0' && *cp <= '9')))
781 if (!*cp)
885 struct dhcp_config *configs, *cp; local
893 for (cp = configs->next; cp; cp = cp->next
    [all...]
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 630 char *cp; local
650 cp = buf;
657 memcpy(cp, cache->buf, channel->block_size);
660 cp += channel->block_size;
675 memcpy(cp, cache->buf, channel->block_size);
689 if ((retval = raw_read_blk(channel, data, block, i, cp)))
697 memcpy(cache->buf, cp, channel->block_size);
698 cp += channel->block_size;
717 const char *cp; local
746 cp = buf
    [all...]
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 177 unsigned char *cp = (unsigned char *) buf; local
182 i = read(fd, cp, n);
189 cp += i;
198 for (cp = buf, i = 0; i < nbytes; i++)
199 *cp++ ^= (rand() >> 7) & 0xFF;
203 for (cp = buf, i = 0; i < nbytes; i++)
204 *cp++ ^= (jrand48(tmp_seed) >> 7) & 0xFF;
  /external/e2fsprogs/misc/
e2image.c 300 char *cp = buf; local
304 if (*cp++)
346 char *p, *end, *cp; local
385 cp = p+8;
388 memset(cp+dirent->name_len, 0, len);
389 if (dirent->name_len==1 && cp[0] == '.')
391 if (dirent->name_len==2 && cp[0] == '.' && cp[1] == '.')
394 memset(cp, 'A', dirent->name_len);
398 *cp += id % 26
    [all...]
  /external/elfutils/libdw/
dwarf_getsrclines.c 308 char *cp = new_file->info.name; local
316 cp = stpcpy (cp, dirarray[diridx]->dir);
318 *cp++ = '/';
319 strcpy (cp, fname);
463 char *cp = new_file->info.name; local
471 cp = stpcpy (cp, dirarray[diridx]->dir);
472 *cp++ = '/';
473 strcpy (cp, fname)
    [all...]
  /external/elfutils/src/
objdump.c 315 char *cp = new_prefix; local
317 cp = stpcpy (cp, prefix);
318 cp = stpcpy (cp, fname);
319 stpcpy (cp, "[");
321 cp = new_suffix;
323 cp = stpcpy (cp, suffix);
324 stpcpy (cp, "]");
638 unsigned char *cp = data->d_buf; local
787 char *cp = fullname; local
    [all...]
size.c 365 char *cp = new_prefix; local
370 cp = mempcpy (cp, prefix, prefix_len);
371 *cp++ = ':';
373 memcpy (cp, fname, fname_len);
665 char *cp = fullname; local
670 cp = mempcpy (cp, prefix, prefix_len);
671 *cp++ = ':';
673 memcpy (cp, fname, fname_len)
    [all...]
  /external/expat/xmlwf/
xmlwf.c 563 int cp; local
572 cp = 0;
578 cp *= 10;
579 cp += (int)(s - digits);
580 if (cp >= 0x10000)
583 if (!codepageMap(cp, info->map))
592 *(int *)info->data = cp;
  /external/fdlibm/
e_pow.c 93 cp = 9.61796693925975554329e-01, /* 0x3FEEC709, 0xDC3A03FD =2/(3ln2) */ variable
94 cp_h = 9.61796700954437255859e-01, /* 0x3FEEC709, 0xE0000000 =(float)cp */
250 z_l = cp_l*p_h+p_l*cp+dp_l[k];
  /external/icu4c/test/cintltst/
ucnvseltst.c 286 UChar32 cp; local
298 cp = 0;
314 U8_NEXT(utf8, offset, length, cp);
315 if (cp >= 0 && !uset_contains(set, cp)) {
utf8tst.c 919 static const UChar32 cp[]={ local
    [all...]
  /external/icu4c/tools/toolutil/
ucm.c 786 UChar32 cp; local
804 (cp=(UChar32)uprv_strtoul(s+2, &end, 16), end)==s+2 ||
810 if((uint32_t)cp>0x10ffff || U_IS_SURROGATE(cp)) {
819 codePoints[uLen++]=cp;
    [all...]
  /external/iproute2/lib/
utils.c 246 static int get_addr_ipv4(__u8 *ap, const char *cp)
254 n = strtoul(cp, &endp, 0);
258 if (endp == cp) /* no digits */
268 cp = endp + 1;
709 char *cp; local
715 cp = strchr(*linep, '#');
716 if (cp)
717 *cp = '\0';
719 while ((cp = strstr(*linep, "\\\n")) != NULL) {
730 *cp = 0
755 char *cp; local
    [all...]
  /external/javassist/src/main/javassist/
CtConstructor.java 57 ConstPool cp = declaring.getClassFile2().getConstPool(); local
59 methodInfo = new MethodInfo(cp, "<init>", desc);
156 ConstPool cp = ca.getConstPool();
164 && (desc = cp.isConstructor(getSuperclassName(),
166 && "()V".equals(cp.getUtf8Info(desc))
  /external/javassist/src/main/javassist/bytecode/
CodeAttribute.java 51 * @param cp constant pool table
57 public CodeAttribute(ConstPool cp, int stack, int locals, byte[] code,
60 super(cp, tag);
72 * @param cp constant pool table.
77 private CodeAttribute(ConstPool cp, CodeAttribute src, Map classnames)
80 super(cp, tag);
84 exceptions = src.getExceptionTable().copy(cp, classnames);
90 attributes.add(ai.copy(cp, classnames));
93 info = src.copyCode(cp, classnames, exceptions, this);
96 CodeAttribute(ConstPool cp, int name_id, DataInputStream in
212 ConstPool cp = getConstPool(); local
    [all...]
MethodInfo.java 59 private MethodInfo(ConstPool cp) {
60 constPool = cp;
68 * @param cp
76 public MethodInfo(ConstPool cp, String methodname, String desc) {
77 this(cp);
79 name = cp.addUtf8Info(methodname);
84 MethodInfo(ConstPool cp, DataInputStream in) throws IOException {
85 this(cp);
98 * @param cp
108 public MethodInfo(ConstPool cp, String methodname, MethodInfo src
490 ConstPool cp = constPool; local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
MotionPath.java 110 Vector3f cp = it.next(); local
111 Geometry geo = new Geometry("box", new Box(cp, 0.3f, 0.3f, 0.3f));
  /external/libppp/src/
fsm.c 472 u_char *cp; local
493 cp = MBUF_CTOP(bp);
494 (*fp->fn->DecodeConfig)(fp, cp, cp + flen, MODE_REQ, &dec);
614 u_char *cp; local
627 cp = MBUF_CTOP(bp);
628 (*fp->fn->DecodeConfig)(fp, cp, cp + flen, MODE_ACK, &dec);
677 u_char *cp; local
711 cp = MBUF_CTOP(bp)
808 u_char *cp; local
952 u_char *cp; local
997 u_char *cp; local
    [all...]
ipv6cp.c 139 char *cp; local
158 cp = (char *)(sdl->sdl_data + sdl->sdl_nlen);
159 ifid[0] = cp[0];
161 ifid[1] = cp[1];
162 ifid[2] = cp[2];
165 ifid[5] = cp[3];
166 ifid[6] = cp[4];
167 ifid[7] = cp[5];
682 ipv6cp_DecodeConfig(struct fsm *fp, u_char *cp, u_char *end, int mode_type,
694 while (end - cp >= (int)sizeof(opt->hdr))
    [all...]
ncpaddr.c 909 const char *cp; local
967 if ((cp = strchr(data, ':')) == NULL) {
993 } else if (strchr(cp + 1, ':') != NULL) {

Completed in 2652 milliseconds

<<11121314151617181920>>