OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_ptr
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/zlib/
zutil.c
201
local int
next_ptr
= 0;
variable
230
if (buf == NULL ||
next_ptr
>= MAX_PTR) return NULL;
231
table[
next_ptr
].org_ptr = buf;
236
table[
next_ptr
++].new_ptr = buf;
248
for (n = 0; n <
next_ptr
; n++) {
252
while (++n <
next_ptr
) {
255
next_ptr
--;
/external/qemu/distrib/zlib-1.2.3/
zutil.c
201
local int
next_ptr
= 0;
variable
230
if (buf == NULL ||
next_ptr
>= MAX_PTR) return NULL;
231
table[
next_ptr
].org_ptr = buf;
236
table[
next_ptr
++].new_ptr = buf;
248
for (n = 0; n <
next_ptr
; n++) {
252
while (++n <
next_ptr
) {
255
next_ptr
--;
/external/zlib/src/
zutil.c
205
local int
next_ptr
= 0;
variable
234
if (buf == NULL ||
next_ptr
>= MAX_PTR) return NULL;
235
table[
next_ptr
].org_ptr = buf;
240
table[
next_ptr
++].new_ptr = buf;
252
for (n = 0; n <
next_ptr
; n++) {
256
while (++n <
next_ptr
) {
259
next_ptr
--;
/external/chromium_org/native_client_sdk/src/libraries/error_handling/
error_handling.c
83
for (i = start; i < frame->
next_ptr
&& i - start < MAX_FRAME_CAP; i += 4) {
112
frame->
next_ptr
= EHReadPointer(portable_context->frame_ptr);
125
next = frame->
next_ptr
;
135
frame->
next_ptr
= EHReadPointer(frame->frame_ptr);
error_handling.h
23
uint32_t
next_ptr
;
member in struct:__anon8796
/external/jsilver/src/org/clearsilver/jni/
JniHdf.java
376
long
next_ptr
= _objNext(hdfptr);
377
if (
next_ptr
== 0 ) {
380
return newHdf(
next_ptr
, this);
/external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c
[
all
...]
/external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp
[
all
...]
Completed in 360 milliseconds