OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newb
(Results
1 - 5
of
5
) sorted by null
/packages/wallpapers/Basic/res/raw/
grass.rs
200
float
newB
= 1.0f;
208
newB
= 0.0f;
213
newB
= normf(dawn, half, now);
214
alpha(
newB
);
227
newB
= normf(afternoon, half, now);
228
alpha(
newB
);
229
newB
= 1.0f -
newB
;
235
newB
= 0.0f;
239
newB
= 0.0f
[
all
...]
/external/openssl/ssl/
s2_pkt.c
320
int i,off,
newb
;
local
348
newb
=s->s2->rbuf_left;
354
(unsigned int)
newb
+off);
359
(unsigned int)
newb
);
365
newb
=0;
369
*
newb
is the number of new bytes so far
372
while (
newb
< (int)n)
378
i=BIO_read(s->rbio,(char *)&(s->s2->rbuf[off+
newb
]),
379
max-
newb
);
391
s->s2->rbuf_left+=
newb
;
[
all
...]
s3_pkt.c
132
int i,off,
newb
;
local
179
newb
= s->s3->rbuf.left;
182
* '
newb
' extra ones at the end */
186
memmove(s->s3->rbuf.buf, s->packet, off+
newb
);
190
while (
newb
< n)
192
/* Now we have off+
newb
bytes at the front of s->s3->rbuf.buf and need
199
i=BIO_read(s->rbio, &(s->s3->rbuf.buf[off+
newb
]), max-
newb
);
209
s->s3->rbuf.left =
newb
;
212
newb
+=i
[
all
...]
/external/quake/quake/src/WinQuake/
view.cpp
530
qboolean
newb
;
539
newb
= false;
545
newb
= true;
551
newb
= true;
567
if (!
newb
&& !force)
/frameworks/base/core/java/android/content/
Intent.java
5029
Bundle
newb
= new Bundle(other.mExtras);
local
[
all
...]
Completed in 47 milliseconds