Searched refs:mstate (Results 1 - 7 of 7) sorted by relevance

/external/libffi/src/
H A Ddlmalloc.c1365 /* mstate bit set if continguous morecore disabled or failed */
1860 Except for the top-most segment of an mstate, each segment record
1862 segment records onto the list headed by &mstate.seg for the
1863 containing mstate.
2033 typedef struct malloc_state* mstate; typedef in typeref:struct:malloc_state
2098 static msegmentptr segment_holding(mstate m, char* addr) {
2109 static int has_segment_link(mstate m, msegmentptr ss) {
2175 static void reset_on_error(mstate m);
2211 static void do_check_any_chunk(mstate m, mchunkptr p);
2212 static void do_check_top_chunk(mstate
[all...]
H A Dclosures.c479 segment_holding_code (mstate m, char* addr)
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1411 /* mstate bit set if continguous morecore disabled or failed */
1906 Except for the top-most segment of an mstate, each segment record
1908 segment records onto the list headed by &mstate.seg for the
1909 containing mstate.
2043 typedef struct malloc_state* mstate; typedef in typeref:struct:malloc_state
2108 static msegmentptr segment_holding(mstate m, char* addr) {
2119 static int has_segment_link(mstate m, msegmentptr ss) {
2185 static void reset_on_error(mstate m);
2221 static void do_check_any_chunk(mstate m, mchunkptr p);
2222 static void do_check_top_chunk(mstate
[all...]
/external/quake/quake/src/QW/client/
H A Dwinquake.h76 void IN_MouseEvent (int mstate);
H A Din_win.c548 void IN_MouseEvent (int mstate) argument
557 if ( (mstate & (1<<i)) &&
563 if ( !(mstate & (1<<i)) &&
570 mouse_oldbuttonstate = mstate;
/external/quake/quake/src/WinQuake/
H A Dwinquake.h75 void IN_MouseEvent (int mstate);
H A Din_win.cpp549 void IN_MouseEvent (int mstate) argument
558 if ( (mstate & (1<<i)) &&
564 if ( !(mstate & (1<<i)) &&
571 mouse_oldbuttonstate = mstate;

Completed in 135 milliseconds