HomeSort by relevance Sort by last modified time
    Searched refs:mstate (Results 1 - 10 of 10) sorted by null

  /system/core/libcutils/
mspace.c 95 static void *contiguous_mspace_morecore(mstate m, ssize_t nb) {
141 mstate m;
207 mstate m;
254 mstate ms = (mstate)msp;
277 mstate ms;
280 ms = (mstate)msp;
  /bionic/libc/bionic/
dlmalloc.c 2129 typedef struct malloc_state* mstate; typedef in typeref:struct:malloc_state
    [all...]
  /external/libffi/src/
dlmalloc.c 2033 typedef struct malloc_state* mstate; typedef in typeref:struct:malloc_state
    [all...]
closures.c 479 segment_holding_code (mstate m, char* addr)
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 2043 typedef struct malloc_state* mstate; typedef in typeref:struct:malloc_state
    [all...]
  /external/quake/quake/src/QW/client/
winquake.h 76 void IN_MouseEvent (int mstate);
in_win.c 548 void IN_MouseEvent (int mstate)
557 if ( (mstate & (1<<i)) &&
563 if ( !(mstate & (1<<i)) &&
570 mouse_oldbuttonstate = mstate;
  /external/quake/quake/src/WinQuake/
winquake.h 75 void IN_MouseEvent (int mstate);
in_win.cpp 549 void IN_MouseEvent (int mstate)
558 if ( (mstate & (1<<i)) &&
564 if ( !(mstate & (1<<i)) &&
571 mouse_oldbuttonstate = mstate;
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 329 milliseconds