OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:l_result
(Results
1 - 6
of
6
) sorted by null
/external/libgsm/src/
rpe.c
35
register longword
L_result
;
54
L_result
= 8192 >> 1;
58
*
L_result
= GSM_L_ADD(
L_result
, L_temp );
71
L_result
+= STEP( 0, -134 ) ;
72
L_result
+= STEP( 1, -374 ) ;
74
L_result
+= STEP( 3, 2054 ) ;
75
L_result
+= STEP( 4, 5741 ) ;
76
L_result
+= STEP( 5, 8192 ) ;
77
L_result
+= STEP( 6, 5741 )
[
all
...]
long_term.c
63
longword
L_result
;
98
L_result
= (longword)wt_k * dp[best_k - lambda];
99
if (
L_result
> L_max) {
101
L_max =
L_result
;
208
register longword
L_result
;
210
L_result
= STEP(0) ;
L_result
+= STEP(1) ;
211
L_result
+= STEP(2) ;
L_result
+= STEP(3) ;
212
L_result
+= STEP(4) ; L_result += STEP(5)
[
all
...]
/external/autotest/client/tests/kvm/tests/
enospc.py
48
l_result
= utils.run("losetup -f")
50
self.loopback =
l_result
.stdout.strip()
74
l_result
= utils.run("lvdisplay")
76
if self.lvtest_name in
l_result
.stdout:
87
l_result
= utils.run('losetup -a')
88
if self.loopback and (self.loopback in
l_result
.stdout):
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/spec/gl-matrix/
mat2-spec.js
198
L_result
= mat2.create();
L_result
[2] = 1.5;
204
expect(result[0]).toBeEqualish(
L_result
);
/external/pdfium/third_party/libopenjpeg20/
jp2.c
1545
OPJ_BOOL
l_result
= OPJ_TRUE;
local
1644
OPJ_BOOL
l_result
;
local
2233
OPJ_BOOL
l_result
= OPJ_TRUE;
local
[
all
...]
j2k.c
7277
OPJ_BOOL
l_result
= OPJ_TRUE;
local
[
all
...]
Completed in 1324 milliseconds