HomeSort by relevance Sort by last modified time
    Searched refs: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:__anon10868
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);
  /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/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/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);
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c     [all...]
  /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 338 milliseconds