/external/libpng/ |
pngrutil.c | 3025 png_bytep cp = prev_row; local [all...] |
/external/libppp/src/ |
command.c | 1145 char *cp; local [all...] |
/external/mksh/src/ |
funcs.c | 1488 const char *cp; local 1574 const char *cp; local 1706 const char *file, *cp, **argv; local 1774 char *cp, *allocd = NULL, *xp; local 2421 char *cp = NULL; local 3546 char *buf, *cp; local [all...] |
/external/opencv/cv/src/ |
cvfundam.cpp | 1039 uchar *ap, *bp, *cp; local [all...] |
cvimgwarp.cpp | 2187 double cp = cos(phi*2*CV_PI\/dsize.height); local [all...] |
/external/openssh/ |
channels.c | 604 char buf[1024], *cp; local 647 cp = xstrdup(buffer_ptr(&buffer)); 649 return cp; 3383 char buf[1024], *cp; local 3571 const char *cp; local [all...] |
packet.c | 657 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[i] = rnd & 0xff 968 u_char type, *cp; local 1147 u_char *cp, type; local 1238 u_char *macbuf, *cp, type; local [all...] |
sftp.c | 1118 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 == '\0' || *cp == '#' 1945 char *cp; local 2086 char *host = NULL, *userhost, *cp, *file2 = NULL; local [all...] |
ssh-keygen.c | 746 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...] |
/external/ping/ |
ping.c | 137 char *cp; local 140 for (cp = patp; *cp; cp++) { 141 if (!isxdigit(*cp)) { 782 __u8 *cp, *dp; local 811 cp = ((u_char*)ptr) + sizeof(struct timeval); 813 for (i = sizeof(struct timeval); i < datalen; ++i, ++cp, ++dp) { 814 if (*cp != *dp) { 816 i, *dp, *cp); 1567 u_char *cp; local 1608 const char *cp; local [all...] |
/external/ping6/ |
ping6.c | 361 char *cp; local 365 for (cp = optarg; *cp != '\0'; cp++) { 366 switch (*cp) { 1368 const u_char *cp; local 1441 u_char *cp = NULL, *dp, *end = buf + cc; local 1882 const u_char *cp, *end; local 1946 u_char *cp = (u_char *)(ni + 1); local 2198 const u_char *cp; local 2471 u_char *cp = (u_char *)ip6, nh; local 2553 char *cp; local [all...] |
/external/ppp/pppd/ |
auth.c | 2327 char *cp; local [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngrutil.c | 3257 png_bytep cp = prev_row; local 3816 png_bytep cp = prev_row; local [all...] |
/external/stlport/src/c_locale_win32/ |
c_locale_win32.c | 185 UINT cp; member in struct:_Locale_ctype 191 char cp[MAX_CP_LEN + 1]; member in struct:_Locale_numeric 199 char cp[MAX_CP_LEN + 1]; member in struct:_Locale_time 215 char cp[MAX_CP_LEN + 1]; member in struct:_Locale_collate 220 char cp[MAX_CP_LEN + 1]; member in struct:_Locale_monetary 237 static int __GetLCIDFromName(const char* lname, LCID* lcid, char *cp, _Locale_lcid_t *hint); 238 static char const* __GetLocaleName(LCID lcid, const char* cp, char* buf); 241 static void __GetLocaleInfoUsingACP(LCID lcid, const char* cp, LCTYPE lctype, char* buf, int buf_size, wchar_t* wbuf, int wbuf_size); 327 ltype->cp = atoi(cp_name); 341 if ((UINT)NativeCP != ltype->cp) { 888 char cp[MAX_CP_LEN + 1]; local 1652 char cp[MAX_CP_LEN + 1]; local 1688 char cp[6]; local 1703 char cp[6]; local 1710 int cp = __intGetACP(lcid); local [all...] |
/external/v8/src/mips/ |
assembler-mips.h | 320 // cp is assumed to be a callee saved register. 324 static const Register& cp = s7; // JavaScript context pointer. member in namespace:v8::internal [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
debuginfo.c | 1426 Char *cp = buf2; local [all...] |
/external/valgrind/main/coregrind/ |
m_main.c | 1563 { HChar *cp = VG_(getenv)(VALGRIND_LIB); local [all...] |
/frameworks/base/tools/aapt/ |
AaptAssets.cpp | 39 const char* cp = fileName; local 42 while (*cp != '\0') { 43 if ((*cp & 0x80) != 0) 45 if (*cp < 0x20 || *cp >= 0x7f) 47 if (strchr(kInvalidChars, *cp) != NULL) 49 cp++; [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
DataConnection.java | 257 protected abstract void onConnect(ConnectionParams cp); 339 * @param cp is the ConnectionParams 342 private void notifyConnectCompleted(ConnectionParams cp, FailCause cause) { 343 Message connectionCompletedMsg = cp.onCompletedMsg; 543 ConnectionParams cp = (ConnectionParams) ar.userObj; local 563 } else if (cp.tag != mTag) { 565 log("BUG: onSetupConnectionCompleted is stale cp.tag=" + cp.tag + ", mtag=" + mTag); 772 ConnectionParams cp = (ConnectionParams) msg.obj; local 773 notifyConnectCompleted(cp, FailCause.UNKNOWN) 882 ConnectionParams cp = (ConnectionParams) msg.obj; local 927 ConnectionParams cp; local 1166 ConnectionParams cp = (ConnectionParams) ar.userObj; local [all...] |
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
c_locale_win32.c | 185 UINT cp; member in struct:_Locale_ctype 191 char cp[MAX_CP_LEN + 1]; member in struct:_Locale_numeric 199 char cp[MAX_CP_LEN + 1]; member in struct:_Locale_time 215 char cp[MAX_CP_LEN + 1]; member in struct:_Locale_collate 220 char cp[MAX_CP_LEN + 1]; member in struct:_Locale_monetary 237 static int __GetLCIDFromName(const char* lname, LCID* lcid, char *cp, _Locale_lcid_t *hint); 238 static char const* __GetLocaleName(LCID lcid, const char* cp, char* buf); 241 static void __GetLocaleInfoUsingACP(LCID lcid, const char* cp, LCTYPE lctype, char* buf, int buf_size, wchar_t* wbuf, int wbuf_size); 327 ltype->cp = atoi(cp_name); 341 if ((UINT)NativeCP != ltype->cp) { 888 char cp[MAX_CP_LEN + 1]; local 1652 char cp[MAX_CP_LEN + 1]; local 1688 char cp[6]; local 1703 char cp[6]; local 1710 int cp = __intGetACP(lcid); local [all...] |
/ndk/sources/host-tools/make-3.81/ |
function.c | 2235 char *cp; local [all...] |
main.c | 1651 char *cp; local 2497 const char *cp; local 2510 const char *cp; local [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
regcomp.c | 3412 const unsigned char *weights, *extra, *cp; local [all...] |
/sdk/emulator/qtools/ |
trace_reader.h | 669 char *cp = strrchr(region->path, '/'); local 670 if (cp != NULL) { 672 cp += 1; 675 cp = region->path; 677 if (strcmp(cp, "libdvm.so") == 0) { 780 char *cp = strrchr(region->path, '/'); local 781 if (cp != NULL) { 783 cp += 1; 786 cp = region->path; 788 if (strcmp(cp, "libdvm.so") == 0) [all...] |
/system/core/libcutils/ |
tztime.c | 941 register char * cp; local 1151 cp = sp->chars; 1152 (void) strncpy(cp, stdname, stdlen); 1153 cp += stdlen; 1154 *cp++ = '\0'; 1156 (void) strncpy(cp, dstname, dstlen); 1157 *(cp + dstlen) = '\0'; [all...] |