HomeSort by relevance Sort by last modified time
    Searched defs:next_ptr (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/error_handling/
error_handling.h 23 uint32_t next_ptr; member in struct:__anon13536
  /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/chromium_org/third_party/boringssl/src/crypto/lhash/
lhash_test.c 86 struct dummy_lhash_node *cur, **next_ptr; local
89 next_ptr = &lh->head;
93 *next_ptr = cur->next;
97 next_ptr = &cur->next;
lhash.c 149 LHASH_ITEM **next_ptr; local
151 next_ptr = get_next_ptr_and_hash(lh, NULL, data);
153 if (*next_ptr == NULL) {
157 return (*next_ptr)->data;
225 LHASH_ITEM **next_ptr, *item; local
228 next_ptr = get_next_ptr_and_hash(lh, &hash, data);
231 if (*next_ptr != NULL) {
234 *old_data = (*next_ptr)->data;
235 (*next_ptr)->data = data;
248 *next_ptr = item
256 LHASH_ITEM **next_ptr, *item, *ret; local
    [all...]
  /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.8/
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--;
  /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 340 milliseconds