HomeSort by relevance Sort by last modified time
    Searched refs:cp (Results 451 - 475 of 745) sorted by null

<<11121314151617181920>>

  /external/tcpdump/
print-zephyr.c 135 zephyr_print(const u_char *cp, int length)
138 char *parse = (char *) cp;
  /external/v8/src/arm/
fast-codegen-arm.cc 43 Register FastCodeGenerator::context_reg() { return cp; }
185 __ stm(db_w, sp, r1.bit() | cp.bit() | fp.bit() | lr.bit());
187 // Note that we keep a live register reference to cp (context) at
builtins-arm.cc 48 // -- cp : context
75 __ ldr(result, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX)));
752 __ ldr(cp, FieldMemOperand(r1, JSFunction::kContextOffset));
775 __ ldr(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
834 // r5-r7, cp may be clobbered
837 __ mov(cp, Operand(0));
843 __ ldr(cp, FieldMemOperand(r1, JSFunction::kContextOffset));
    [all...]
  /external/webkit/WebCore/
Android.derived.mk 37 @cp -f $(SCRIPT) $(dir $@)
46 @cp -f $(SCRIPT) $(dir $@)
  /external/webkit/WebCore/platform/graphics/skia/
PathSkia.cpp 103 void Path::addQuadCurveTo(const FloatPoint& cp, const FloatPoint& ep)
105 m_path->quadTo(cp, ep);
  /ndk/build/tools/
build-ndk-sysroot.sh 150 cp -fp $1 $2/$1
184 cp -f $CRT_OBJS $STATIC_LIBS $DYNAMIC_LIBS $LIB_ROOT
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
Makefile 130 cp -a $(SUPPL_TARGET) $(SUPPL_TARGET)_debug
140 cp -a $(TARGET) $(TARGET)_debug
  /external/bison/src/
scan-gram.c 3495 char *cp = text + 1; local
3593 char *cp = text + 1; local
    [all...]
  /external/icu4c/test/perf/ubrkperf/
ubrkperfold.cpp 613 uint32_t cp; local
614 UTF8_NEXT_CHAR_UNSAFE(bytes, i, cp);
615 c = (UChar)cp;
617 if (cp >= 0x10000) {
623 UTF16_APPEND_CHAR_UNSAFE(utf16Buf, i, cp);
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-api-fst.c 210 word8 block[16], *iv, *cp; local
234 for (cp = block + 16 - padLen; cp < block + 16; cp++)
235 *cp = padLen;
  /external/ppp/pppd/
eap.c 400 char *cp; local
403 if ((cp = strchr(base64, *inp++)) == NULL)
405 bs->bs_bits = (bs->bs_bits << 6) | (cp - base64);
433 char *cp, *cp2; local
521 id = strtol((char *)secbuf, &cp, 10);
522 if (*cp++ != ':' || id < 0)
543 if ((cp2 = strchr(cp, ':')) == NULL)
548 cp);
651 u_char clear[8], cipher[8], dig[SHA_DIGESTSIZE], *optr, *cp; local
773 cp = (unsigned char *)esp->es_server.ea_peer
    [all...]
  /external/dropbear/
keyimport.c 40 #define PUT_32BIT(cp, value) do { \
41 (cp)[3] = (unsigned char)(value); \
42 (cp)[2] = (unsigned char)((value) >> 8); \
43 (cp)[1] = (unsigned char)((value) >> 16); \
44 (cp)[0] = (unsigned char)((value) >> 24); } while (0)
46 #define GET_32BIT(cp) \
47 (((unsigned long)(unsigned char)(cp)[0] << 24) | \
48 ((unsigned long)(unsigned char)(cp)[1] << 16) | \
49 ((unsigned long)(unsigned char)(cp)[2] << 8) | \
50 ((unsigned long)(unsigned char)(cp)[3])
    [all...]
  /external/bluetooth/bluez/tools/
hcitool.c 974 periodic_inquiry_cp cp; local
994 memset(&cp, 0, sizeof(cp));
995 memcpy(cp.lap, lap, 3);
996 cp.max_period = htobs(16);
997 cp.min_period = htobs(10);
998 cp.length = 8;
999 cp.num_rsp = 0;
1004 rq.cparam = &cp;
1710 set_conn_ptype_cp cp; local
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/xslt/
EnvironmentCheck.java 590 String cp = System.getProperty("java.class.path"); local
592 h.put("java.class.path", cp);
594 Vector classpathJars = checkPathForJars(cp, jarNames);
642 * cp should be separated by the usual File.pathSeparator. We
647 * @param cp classpath to search
656 protected Vector checkPathForJars(String cp, String[] jars)
659 if ((null == cp) || (null == jars) || (0 == cp.length())
664 StringTokenizer st = new StringTokenizer(cp, File.pathSeparator);
    [all...]
  /external/bison/doc/
Makefile 319 cp vti.tmp $(srcdir)/version.texi)
321 @cp $(srcdir)/version.texi $@
365 cp -p $$file $(distdir)/$$relfile; \
370 -rm -rf bison.aux bison.cp bison.cps bison.fn bison.ky bison.kys bison.log \
450 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
452 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
455 || cp -p $$d/$$file $(distdir)/$$file \
  /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;
  /system/core/sh/
expand.c 1125 const char *cp; local
1199 cp = ".";
1201 cp = "/";
1203 cp = expdir;
1206 if ((dirp = opendir(cp)) == NULL)
1232 for (p = enddir, cp = dp->d_name;
1233 (*p++ = *cp++) != '\0';)
  /build/core/
Makefile 34 @cp -f $< $@
598 cp -R $(TARGET_ROOT_OUT) $(TARGET_RECOVERY_OUT)
600 cp -f $(recovery_initrc) $(TARGET_RECOVERY_ROOT_OUT)/
601 cp -f $(recovery_binary) $(TARGET_RECOVERY_ROOT_OUT)/sbin/
602 cp -rf $(recovery_resources_common) $(TARGET_RECOVERY_ROOT_OUT)/
604 cp -rf $(item) $(TARGET_RECOVERY_ROOT_OUT)/)
605 cp $(RECOVERY_INSTALL_OTA_KEYS) $(TARGET_RECOVERY_ROOT_OUT)/res/keys
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 134 const char *cp = s; local
138 major = strtol(cp, &endptr, 10);
139 if (cp == endptr || *endptr != '.')
141 cp = endptr + 1;
142 minor = strtol(cp, &endptr, 10);
143 if (cp == endptr || *endptr != '.')
145 cp = endptr + 1;
146 rev = strtol(cp, &endptr, 10);
147 if (cp == endptr)
    [all...]
  /external/qemu/slirp/
tcp_input.c 111 static void tcp_dooptions(struct tcpcb *tp, u_char *cp, int cnt,
1584 char *cp = mtod(m, caddr_t) + cnt; local
    [all...]
  /external/qemu/slirp-android/
tcp_input.c 111 static void tcp_dooptions(struct tcpcb *tp, u_char *cp, int cnt,
1590 char *cp = mtod(m, caddr_t) + cnt; local
    [all...]
  /external/elfutils/config/
Makefile 218 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
220 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
223 || cp -p $$d/$$file $(distdir)/$$file \
  /external/elfutils/doc/
Makefile 217 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
219 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
222 || cp -p $$d/$$file $(distdir)/$$file \
  /external/elfutils/m4/
Makefile 220 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
222 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
225 || cp -p $$d/$$file $(distdir)/$$file \
  /frameworks/base/awt/java/awt/geom/
QuadCurve2D.java 531 * @param cp
538 public void setCurve(Point2D p1, Point2D cp, Point2D p2) {
539 setCurve(p1.getX(), p1.getY(), cp.getX(), cp.getY(), p2.getX(), p2.getY());

Completed in 1108 milliseconds

<<11121314151617181920>>