OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmpB
(Results
1 - 9
of
9
) sorted by null
/device/google/contexthub/lib/include/nanohub/
rsa.h
29
uint32_t
tmpB
[RSA_LIMBS + 1];
/external/boringssl/src/crypto/pem/
pem_lib.c
640
BUF_MEM *dataB,*
tmpB
;
750
tmpB
=headerB;
752
dataB=
tmpB
;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
ReferenceTest.java
28
Object tmpA,
tmpB
, tmpC, obj;
59
tmpA =
tmpB
= obj = null;
67
tmpB
= new Object();
70
WeakReference wr = new WeakReference(
tmpB
, new ReferenceQueue());
81
// Must reference tmpA and
tmpB
so the jit does not optimize them away
82
assertTrue("should always pass", tmpA != sr.get() &&
tmpB
!= wr.get());
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c
710
int32_t tmp,
tmpB
, tmpCorr;
745
tmpB
=WEBRTC_SPL_MUL_16_32_RSFT15(gamma, corrlo2QQ[n]);
746
corrlo2QQ[n] = tmp +
tmpB
;
760
int32_t tmp,
tmpB
, tmpCorr;
801
tmpB
=WEBRTC_SPL_MUL_16_32_RSFT15(gamma, tmpCorr);
802
corrhiQQ[n] = tmp +
tmpB
;
/external/skia/src/core/
SkRegion.cpp
1063
RunType
tmpB
[kRectRegionRuns];
1067
const RunType* b_runs = rgnb->getRuns(
tmpB
, &b_intervals);
[
all
...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java
[
all
...]
/external/skia/src/gpu/
SkGpuDevice.cpp
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java
[
all
...]
/external/valgrind/memcheck/
mc_translate.c
[
all
...]
Completed in 1950 milliseconds