OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_ptr
(Results
1 - 16
of
16
) sorted by null
/device/google/marlin/dataservices/datatop/src/
datatop_linked_list.h
45
* @var dtop_linked_list::
next_ptr
51
struct dtop_linked_list *
next_ptr
;
member in struct:dtop_linked_list
datatop_linked_list.c
66
list_node->
next_ptr
= list;
81
head_ptr = head_ptr->
next_ptr
;
datatop_helpers.c
288
curr_ptr = curr_ptr->
next_ptr
;
410
curr_ptr = curr_ptr->
next_ptr
;
433
curr_ptr = curr_ptr->
next_ptr
;
455
curr_ptr = curr_ptr->
next_ptr
;
476
curr_ptr = curr_ptr->
next_ptr
;
datatop.c
73
curr_ptr = curr_ptr->
next_ptr
;
112
curr_ptr = curr_ptr->
next_ptr
;
/external/freetype/src/gzip/
zutil.c
68
local int
next_ptr
= 0;
variable
97
if (buf == NULL ||
next_ptr
>= MAX_PTR) return NULL;
98
table[
next_ptr
].org_ptr = buf;
103
table[
next_ptr
++].new_ptr = buf;
115
for (n = 0; n <
next_ptr
; n++) {
119
while (++n <
next_ptr
) {
122
next_ptr
--;
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
zutil.c
68
local int
next_ptr
= 0;
variable
97
if (buf == NULL ||
next_ptr
>= MAX_PTR) return NULL;
98
table[
next_ptr
].org_ptr = buf;
103
table[
next_ptr
++].new_ptr = buf;
115
for (n = 0; n <
next_ptr
; n++) {
119
while (++n <
next_ptr
) {
122
next_ptr
--;
/external/boringssl/src/crypto/lhash/
lhash.c
151
LHASH_ITEM **
next_ptr
;
local
153
next_ptr
= get_next_ptr_and_hash(lh, NULL, data);
155
if (*
next_ptr
== NULL) {
159
return (*
next_ptr
)->data;
227
LHASH_ITEM **
next_ptr
, *item;
local
230
next_ptr
= get_next_ptr_and_hash(lh, &hash, data);
233
if (*
next_ptr
!= NULL) {
236
*old_data = (*
next_ptr
)->data;
237
(*
next_ptr
)->data = data;
250
*
next_ptr
= item
258
LHASH_ITEM **
next_ptr
, *item, *ret;
local
[
all
...]
lhash_test.c
88
struct dummy_lhash_node *cur, **
next_ptr
;
local
91
next_ptr
= &lh->head;
95
*
next_ptr
= cur->next;
99
next_ptr
= &cur->next;
/external/opencv3/3rdparty/zlib/
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/pdfium/third_party/zlib_v128/
zutil.c
207
local int
next_ptr
= 0;
236
if (buf == NULL ||
next_ptr
>= MAX_PTR) return NULL;
237
table[
next_ptr
].org_ptr = buf;
242
table[
next_ptr
++].new_ptr = buf;
254
for (n = 0; n <
next_ptr
; n++) {
258
while (++n <
next_ptr
) {
261
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/jsilver/src/org/clearsilver/jni/
JniHdf.java
376
long
next_ptr
= _objNext(hdfptr);
377
if (
next_ptr
== 0 ) {
380
return newHdf(
next_ptr
, this);
/frameworks/opt/setupwizard/tools/docs/
jsilver.jar
/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
/external/testng/ant/3rdparty/
doclava-1.0.3.jar
Completed in 760 milliseconds