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

  /external/chromium_org/third_party/boringssl/src/crypto/lhash/
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...]
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;
  /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/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/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_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/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--;
  /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:__anon13536
  /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 638 milliseconds