OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cp3
(Results
1 - 8
of
8
) sorted by null
/external/oprofile/daemon/liblegacy/
opd_kernel.c
152
char * cp, * cp2, *
cp3
;
local
214
cp3
= cp2;
216
while ((*
cp3
) && !!strncmp("_M",
cp3
+1, 2))
217
cp3
++;
219
if (!*
cp3
) {
224
cp3
++;
225
filename = xmalloc((size_t)(
cp3
- cp2 + 1));
226
strncpy(filename, cp2, (size_t)(
cp3
- cp2));
227
filename[
cp3
-cp2] = '\0'
[
all
...]
/external/clang/test/SemaCXX/
complex-overload.cpp
8
char *
cp3
= foo(fc);
local
51
int *
cp3
= promote_or_convert3(1il);
local
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CollectionCertStoreParametersTest.java
188
CollectionCertStoreParameters
cp3
=
local
192
cp3
.getCollection() == cp2.getCollection());
/libcore/luni/src/test/java/tests/security/cert/
CollectionCertStoreParametersTest.java
162
CollectionCertStoreParameters
cp3
=
local
166
cp3
.getCollection() == cp2.getCollection());
CertPathTest.java
82
CertPath
cp3
= new MyCertPath(testEncoding1);
local
85
assertTrue(cp1.hashCode() !=
cp3
.hashCode());
/external/clang/test/Analysis/
malloc-sizeof.c
19
char *
cp3
= malloc(5 * sizeof(char) + 2); // no warning
local
/external/clang/test/Sema/
overloadable-complex.c
8
char *
cp3
= foo(fc);
local
/external/dhcpcd/
configure.c
643
const char *cp, *cp2, *
cp3
, *cplim;
local
656
cp3
= (const char *)&rtn->net.s_addr;
657
cplim =
cp3
+ sizeof(rtn->net.s_addr);
658
while (
cp3
< cplim) {
659
if ((*cp++ ^ *cp2++) & *
cp3
++)
662
if (
cp3
== cplim)
Completed in 237 milliseconds