HomeSort by relevance Sort by last modified time
    Searched defs:next_ptr (Results 1 - 11 of 11) 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
  /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_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;
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...]
  /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/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--;
  /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 278 milliseconds