HomeSort by relevance Sort by last modified time
    Searched refs:cp (Results 151 - 175 of 1507) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlur.cpp 278 RsdCpuScriptIntrinsicBlur *cp = (RsdCpuScriptIntrinsicBlur *)p->usr; local
279 if (!cp->mAlloc.get()) {
283 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr;
284 const size_t stride = cp->mAlloc->mHal.drvState.lod[0].stride;
291 if ((p->dimX > cp->mScratchSize[p->lid]) || !cp->mScratch[p->lid]) {
292 cp->mScratch[p->lid] = realloc(cp->mScratch[p->lid], p->dimX * 16);
293 cp->mScratchSize[p->lid] = p->dimX;
295 buf = (float4 *)cp->mScratch[p->lid]
337 RsdCpuScriptIntrinsicBlur *cp = (RsdCpuScriptIntrinsicBlur *)p->usr; local
    [all...]
  /external/ipsec-tools/src/racoon/
getcertsbyname.c 126 char *cp; local
164 cp = rr->rri_rdatas[i].rdi_data;
166 GETSHORT(type, cp); /* type */
168 GETSHORT(keytag, cp); /* key tag */
170 algorithm = *cp++; /* algorithm */
180 rr->rri_flags, rdlength, cp);
212 unsigned char *cp, *eom; local
264 cp = (unsigned char *)(hp + 1);
265 len = dn_expand(answer, eom, cp, hostbuf, sizeof(hostbuf));
272 cp += len
    [all...]
  /external/openssh/openbsd-compat/
getrrsetbyname.c 93 #define GETSHORT(s, cp) { \
94 register u_char *t_cp = (u_char *)(cp); \
98 (cp) += INT16SZ; \
103 #define GETLONG(l, cp) { \
104 register u_char *t_cp = (u_char *)(cp); \
110 (cp) += INT32SZ; \
388 const u_char *cp; local
396 cp = answer;
399 memcpy(&resp->header, cp, HFIXEDSZ);
400 cp += HFIXEDSZ
    [all...]
setenv.c 55 char **p, *cp; local
62 for (p = environ; (cp = *p) != NULL; ++p) {
63 for (np = name, i = len; i && *cp; i--)
64 if (*cp++ != *np++)
66 if (i == 0 && *cp++ == '=') {
68 return (cp);
  /external/bison/lib/
printf-parse.c 85 const CHAR_T *cp = format; /* pointer into format */ local
134 while (*cp != '\0')
136 CHAR_T c = *cp++;
143 dp->dir_start = cp - 1;
154 if (*cp >= '0' && *cp <= '9')
158 for (np = cp; *np >= '0' && *np <= '9'; np++)
164 for (np = cp; *np >= '0' && *np <= '9'; np++)
173 cp = np + 1;
180 if (*cp == '\''
    [all...]
localcharset.c 120 const char *cp; local
122 cp = charset_aliases;
123 if (cp == NULL)
153 cp = "";
169 cp = "";
179 cp = "";
238 cp = "";
242 cp = res_ptr;
256 cp = "ISO8859-1" "\0" "ISO-8859-1" "\0"
291 cp = "ISO8859-1" "\0" "ISO-8859-1" "\0
473 ULONG cp[3]; local
    [all...]
  /external/javassist/src/main/javassist/bytecode/
LocalVariableAttribute.java 39 public LocalVariableAttribute(ConstPool cp) {
40 super(cp, tag, new byte[2]);
55 public LocalVariableAttribute(ConstPool cp, String name) {
56 super(cp, name, new byte[2]);
60 LocalVariableAttribute(ConstPool cp, int n, DataInputStream in)
63 super(cp, n, in);
66 LocalVariableAttribute(ConstPool cp, String name, byte[] i) {
67 super(cp, name, i);
96 ConstPool cp = getConstPool(); local
102 String desc = cp.getUtf8Info(index)
114 ConstPool cp = getConstPool(); local
296 ConstPool cp = getConstPool(); local
    [all...]
  /external/dnsmasq/src/
nameser.h 334 #define GETSHORT(s, cp) { \
335 unsigned char *t_cp = (unsigned char *)(cp); \
339 (cp) += INT16SZ; \
342 #define GETLONG(l, cp) { \
343 unsigned char *t_cp = (unsigned char *)(cp); \
349 (cp) += INT32SZ; \
352 #define PUTSHORT(s, cp) { \
354 unsigned char *t_cp = (unsigned char *)(cp); \
357 (cp) += INT16SZ; \
360 #define PUTLONG(l, cp) { \
    [all...]
  /external/tcpdump/
nameser.h 278 #define GETSHORT(s, cp) { \
279 register u_char *t_cp = (u_char *)(cp); \
281 (cp) += 2; \
284 #define GETLONG(l, cp) { \
285 register u_char *t_cp = (u_char *)(cp); \
290 (cp) += 4; \
293 #define PUTSHORT(s, cp) { \
295 register u_char *t_cp = (u_char *)(cp); \
298 (cp) += 2; \
305 #define PUTLONG(l, cp) { \
    [all...]
print-eap.c 54 register const u_char *cp,
59 eap = (const struct eap_packet_t *)cp;
print-egp.c 140 register const u_int8_t *cp; local
162 cp = (u_int8_t *)(egp + 1);
168 TCHECK2(cp[0], 4 - netlen);
172 addr = *cp++;
175 addr = (addr << 8) | *cp++;
178 addr = (addr << 8) | *cp++;
181 TCHECK2(cp[0], 1);
182 distances = *cp++;
190 TCHECK2(cp[0], 2);
191 printf("%sd%d:", comma, (int)*cp++)
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
utf16char.cpp 127 char16* cp = dst;
130 *cp = *src;
131 cp++;
135 *cp = *src;
147 char16* cp = dst;
150 while (size-- && (*cp++ = *src++))
153 cp += size - 1;
155 while (size-- && (*cp-- == *src--))
167 char* cp = dst; local
170 *cp = static_cast<char>(*src)
    [all...]
  /external/e2fsprogs/e2fsck/
argv_parse.c 49 char *cp = 0, *outcp = 0; local
58 for (cp = in_buf; (ch = *cp); cp++) {
99 ch = *++cp;
102 ch = '\\'; cp--; break;
  /external/iproute2/lib/
ll_addr.c 77 char *cp = strchr(arg, ':'); local
78 if (cp) {
79 *cp = 0;
80 cp++;
91 if (!cp)
93 arg = cp;
  /external/chromium_org/tools/gyp/test/variables/filelist/
update_golden 8 cp -f src/filelist.gypd filelist.gypd.golden
  /external/iproute2/misc/
ssfilter.y 144 char *tok, *cp = *ptr;
146 while (*cp == ' ' || *cp == '\t') cp++;
148 if (*cp == 0) {
149 *ptr = cp;
153 tok = cp;
155 while (*cp != 0 && *cp != ' ' && *cp != '\t')
    [all...]
  /external/javassist/src/main/javassist/convert/
TransformReadField.java 42 static String isField(ClassPool pool, ConstPool cp, CtClass fclass,
44 if (!cp.getFieldrefName(index).equals(fname))
48 CtClass c = pool.get(cp.getFieldrefClassName(index));
50 return cp.getFieldrefType(index);
69 ConstPool cp) throws BadBytecode
74 String typedesc = isField(tclazz.getClassPool(), cp,
85 int mi = cp.addClassInfo(methodClassname);
86 int methodref = cp.addMethodrefInfo(mi, methodName, type);
  /external/objenesis/
update_source.sh 25 cp -R $working_dir/source/$include .
  /external/wpa_supplicant_8/src/eap_peer/
Makefile 10 cp *.so $(DESTDIR)$(LIBDIR)/wpa_supplicant \
  /bionic/libc/netbsd/
gethnamaddr.c 161 cp += (x); \
162 if (cp > eom) { \
181 const u_char *cp; local
218 cp = answer->buf;
224 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
253 while (ancount-- > 0 && cp < eom && !had_error) {
254 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
259 cp += n; /* name */
260 BOUNDS_CHECK(cp, 3 * INT16SZ + INT32SZ);
261 type = _getshort(cp);
623 const char *cp; local
915 char *cp, **q; local
1028 char *tmpbuf, *ptr, **cp; local
    [all...]
  /external/e2fsprogs/lib/ss/
listen.c 50 char *cp; local
93 cp = strchr(line, '\n');
94 if (cp) {
95 *cp = '\0';
96 if (cp == line)
108 cp = strchr (c, ' ');
109 if (cp)
110 *cp = '\0';
111 cp = strchr (c, '\t');
112 if (cp)
    [all...]
  /external/libppp/src/
async.c 84 async_Encode(struct async *async, u_char **cp, u_char c, int proto)
88 wp = *cp;
99 *cp = wp;
107 u_char *cp, *sp, *ep; local
119 cp = p->async.xbuff;
120 ep = cp + HDLCSIZE - 10;
122 *cp++ = HDLC_SYN;
126 async_Encode(&p->async, &cp, *sp++, *proto);
127 if (cp >= ep) {
134 *cp++ = HDLC_SYN
    [all...]
  /external/valgrind/main/coregrind/
m_commandline.c 98 HChar* cp = s; local
99 vg_assert(cp);
103 while (VG_(isspace)(*cp)) cp++;
104 if (*cp == 0) break;
105 tmp = cp;
106 while ( !VG_(isspace)(*cp) && *cp != 0 ) cp++;
107 if ( *cp != 0 ) *cp++ = '\0'; // terminate if not the las
    [all...]
  /external/openssh/
dh.c 46 char *cp, *arg; local
51 cp = line;
52 if ((arg = strdelim(&cp)) == NULL)
56 arg = strdelim(&cp);
61 if (cp == NULL || *arg == '\0')
63 arg = strsep(&cp, " "); /* type */
64 if (cp == NULL || *arg == '\0')
70 arg = strsep(&cp, " "); /* tests */
71 if (cp == NULL || *arg == '\0')
78 arg = strsep(&cp, " "); /* tries *
    [all...]
addrmatch.c 318 char addrbuf[64], *mp, *cp; local
327 masklen = strtoul(mp, &cp, 10);
328 if (*mp == '\0' || *cp != '\0' || masklen > 128)
380 char *list, *cp, *o; local
391 while ((cp = strsep(&list, ",")) != NULL) {
392 neg = *cp == '!';
394 cp++;
395 if (*cp == '\0') {
400 r = addr_pton_cidr(cp, &match_addr, &masklen);
403 "network \"%.100s\"", cp);
440 char *list, *cp, *o; local
    [all...]

Completed in 768 milliseconds

1 2 3 4 5 67 8 91011>>