OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_ptr
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/error_handling/
error_handling.h
23
uint32_t
next_ptr
;
member in struct:__anon10868
/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
--;
/prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar
/prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar
Completed in 141 milliseconds