OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pInt
(Results
1 - 7
of
7
) sorted by null
/libcore/crypto/src/main/java/org/conscrypt/
OpenSSLDSAKeyPairGenerator.java
77
BigInteger
pInt
= dsaParams.getP();
78
if (
pInt
!= null) {
79
p =
pInt
.toByteArray();
/external/chromium_org/third_party/sqlite/src/src/
mem2.c
154
int *
pInt
;
162
pInt
= (int*)pAllocation;
164
assert(
pInt
[nReserve/sizeof(int)]==(int)REARGUARD );
246
int *
pInt
;
288
pInt
= (int*)&pHdr[1];
289
pInt
[nReserve/sizeof(int)] = REARGUARD;
290
randomFill((char*)
pInt
, nByte);
291
memset(((char*)
pInt
)+nByte, 0x65, nReserve-nByte);
292
p = (void*)
pInt
;
/external/skia/tools/flags/
SkCommandLineFlags.h
280
static bool CreateIntFlag(const char* name, int32_t*
pInt
,
283
info->fIntValue =
pInt
;
/external/opencv/cvaux/include/
cvvidsurv.hpp
71
int*
pInt
;
166
NewParam(name)->
pInt
=pAddr;
233
if(p->
pInt
) return p->
pInt
[0];
251
if(p->
pInt
)p->
pInt
[0] = cvRound(val);
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 740 milliseconds