Searched defs:newstate (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dpixel.h50 _mesa_update_pixel( struct gl_context *ctx, GLuint newstate );
64 _mesa_update_pixel(struct gl_context *ctx, GLuint newstate) argument
/external/mesa3d/src/mesa/main/
H A Dpixel.h50 _mesa_update_pixel( struct gl_context *ctx, GLuint newstate );
64 _mesa_update_pixel(struct gl_context *ctx, GLuint newstate) argument
/external/qemu/distrib/sdl-1.2.15/src/joystick/riscos/
H A DSDL_sysjoystick.c121 int newstate = regs.r[0]; local
123 if (newstate != oldstate)
125 if ((newstate & 0xFF) != (oldstate & 0xFF))
132 if ((newstate & 0xFF00) != (oldstate & 0xFF00))
139 if ((newstate & 0xFF0000) != (oldstate & 0xFF0000))
153 joystick->hwdata->joystate = newstate;
/external/chromium_org/third_party/webrtc/base/
H A Dtask.cc195 int newstate = STATE_ERROR; local
199 newstate = OnTimeout();
204 newstate = STATE_START;
207 newstate = ProcessStart();
210 newstate = ProcessResponse();
214 newstate = STATE_BLOCKED;
219 return newstate;
/external/pdfium/core/src/fdrm/crypto/
H A Dfx_crypt_aes.cpp639 #define MOVEWORD(i) ( block[i] = newstate[i] )
641 #define MAKEWORD(i) ( newstate[i] = (E0[(block[i] >> 24) & 0xFF] ^ \
645 #define LASTWORD(i) ( newstate[i] = (Sbox[(block[i] >> 24) & 0xFF] << 24) | \
654 unsigned int newstate[4]; local
682 unsigned int newstate[6]; local
718 unsigned int newstate[8]; local
759 #define MAKEWORD(i) ( newstate[i] = (D0[(block[i] >> 24) & 0xFF] ^ \
763 #define LASTWORD(i) (newstate[i] = (Sboxinv[(block[i] >> 24) & 0xFF] << 24) | \
772 unsigned int newstate[4]; local
800 unsigned int newstate[ local
836 unsigned int newstate[8]; local
[all...]
/external/chromium_org/content/child/npapi/
H A Dplugin_host.cc259 int newstate = statemachine[state][input]; local
262 if (state != newstate) {
263 switch (newstate) {
301 state = newstate;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parse.c44 enum gas_parser_state newstate; member in struct:dir_lookup
196 parser_gas->state = dir->newstate;
1733 word.newstate = INITIAL;
/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c1598 xmlRegStatePtr inter, newstate; local
1604 newstate = to;
1606 newstate = xmlRegNewState(ctxt);
1607 xmlRegStatePush(ctxt, newstate);
1622 * newstate.
1646 newstate, counter);
1649 newstate);
1664 newstate, counter);
1668 newstate);
1674 ctxt->state = newstate;
[all...]
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c4653 struct state *newstate; local
4654 newstate = (struct state *)calloc(1, sizeof(struct state) );
4655 MemoryCheck(newstate);
4656 return newstate;
/external/libxml2/
H A Dxmlregexp.c1602 xmlRegStatePtr inter, newstate; local
1608 newstate = to;
1610 newstate = xmlRegNewState(ctxt);
1611 xmlRegStatePush(ctxt, newstate);
1626 * newstate.
1650 newstate, counter);
1653 newstate);
1668 newstate, counter);
1672 newstate);
1678 ctxt->state = newstate;
[all...]

Completed in 4062 milliseconds