HomeSort by relevance Sort by last modified time
    Searched full:state (Results 301 - 325 of 11717) sorted by null

<<11121314151617181920>>

  /external/llvm/test/CodeGen/CellSPU/
struct_1.ll 47 ; struct hackstate state = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
48 @state = global %struct.hackstate zeroinitializer, align 16
52 %tmp2 = load i8* getelementptr (%struct.hackstate* @state, i32 0, i32 0), align 16
58 %tmp2 = load i8* getelementptr (%struct.hackstate* @state, i32 0, i32 1), align 16
64 %tmp2 = load i8* getelementptr (%struct.hackstate* @state, i32 0, i32 2), align 16
70 %tmp2 = load i32* getelementptr (%struct.hackstate* @state, i32 0, i32 3), align 16
76 %tmp2 = load i16* getelementptr (%struct.hackstate* @state, i32 0, i32 4), align 16
82 %tmp2 = load i8* getelementptr (%struct.hackstate* @state, i32 0, i32 8), align 16
88 %tmp2 = load i8* getelementptr (%struct.hackstate* @state, i32 0, i32 9), align 16
94 %tmp2 = load i32* getelementptr (%struct.hackstate* @state, i32 0, i32 10), align 1
    [all...]
  /external/llvm/test/CodeGen/Thumb/
2011-EpilogueBug.ll 4 %struct.state = type { i32, %struct.info*, float**, i32, i32, i32, i32, i32, i32, i32, i32, i32, i64, i64, i64, i64, i64, i64, i8* }
7 define void @t1(%struct.state* %v) {
  /external/nist-sip/java/gov/nist/javax/sip/stack/
package.html 5 <li>SIPServerTransaction -- an implementation of the Server Transaction State Machine (Chapter 17 of RFC 3261).
6 <li>SIPClientTransaction -- an implementation of the Client Transction State Machine (Chapter 17 of RFC 3261).
  /external/nist-sip/java/javax/sip/header/
SubscriptionStateHeader.java 7 String NAME = "Subscription-State";
28 void setState(String state) throws ParseException;
  /external/qemu/distrib/sdl-1.2.12/src/joystick/
SDL_joystick.c 265 * Get the current state of an axis control on a joystick
269 Sint16 state; local
275 state = joystick->axes[axis];
278 state = 0;
280 return(state);
284 * Get the current state of a hat on a joystick
288 Uint8 state; local
294 state = joystick->hats[hat];
297 state = 0;
299 return(state);
335 Uint8 state; local
    [all...]
  /external/srtp/crypto/include/
aes_cbc.h 18 v128_t state; /* cipher chaining state */ member in struct:__anon11223
  /external/v8/src/
v8.cc 118 static uint32_t random_base(random_state *state) {
123 if (state->hi == 0) state->hi = random_seed();
124 if (state->lo == 0) state->lo = random_seed();
127 state->hi = 36969 * (state->hi & 0xFFFF) + (state->hi >> 16);
128 state->lo = 18273 * (state->lo & 0xFFFF) + (state->lo >> 16)
137 static random_state state = {0, 0}; local
148 static random_state state = {0, 0}; local
    [all...]
  /external/webkit/Source/WebCore/platform/efl/
PlatformTouchEventEfl.cpp 50 PlatformTouchPoint::State state = PlatformTouchPoint::TouchPressed; local
51 switch (p->state) {
53 state = PlatformTouchPoint::TouchPressed;
56 state = PlatformTouchPoint::TouchReleased;
59 state = PlatformTouchPoint::TouchMoved;
62 state = PlatformTouchPoint::TouchCancelled;
66 m_touchPoints.append(PlatformTouchPoint(p->id, pnt, state));
  /external/webrtc/src/common_audio/signal_processing_library/main/source/
filter_ar.c 24 WebRtc_Word16* state,
48 WebRtc_Word16* state_ptr = &state[state_length - 1];
72 // Save the filter state
75 WebRtcSpl_CopyFromEndW16(filtered, x_length, a_length - 1, state);
81 state[i] = state[i + x_length];
86 state[state_length - x_length + i] = filtered[i];
87 state[state_length - x_length + i] = filtered_low[i];
  /external/webrtc/src/system_wrappers/source/
cpu_mac.cc 45 for (int state = 0; state < 2; state++)
47 ticks += cpuLoadInfo[cpu].cpu_ticks[state];
110 for (int state = 0; state < 2; state++)
112 ticks += cpuLoadInfo[cpu].cpu_ticks[state];
  /system/core/libpixelflinger/
picker.cpp 39 const uint32_t enables = c->state.enables;
40 needs_t new_needs(c->state.needs);
44 new_needs.n |= GGL_BUILD_NEEDS(c->state.buffers.color.format, CB_FORMAT);
50 uint32_t n = GGL_BUILD_NEEDS(c->state.buffers.color.format, CB_FORMAT);
53 uint32_t src = c->state.blend.src;
54 uint32_t dst = c->state.blend.dst;
55 uint32_t src_alpha = c->state.blend.src_alpha;
56 uint32_t dst_alpha = c->state.blend.dst_alpha;
57 const GGLFormat& cbf = c->formats[ c->state.buffers.color.format ];
84 if (c->state.blend.alpha_separate)
    [all...]
  /external/dhcpcd/
dhcpcd.c 228 free(iface->state->old);
229 iface->state->old = iface->state->new;
230 iface->state->new = NULL;
231 iface->state->reason = reason;
233 free(iface->state->old);
234 iface->state->old = NULL;
235 iface->state->lease.addr.s_addr = 0;
255 if (strcmp(iface->state->reason, "RELEASE") != 0)
278 if (iface->state->options->options & DHCPCD_XID_HWADDR &
293 struct if_state *state = iface->state; local
490 struct if_state *state = iface->state; local
    [all...]
  /dalvik/hit/src/com/android/hit/
Queries.java 66 public static Map<String, Set<ClassObj>> allClasses(State state) {
67 return classes(state, null);
70 public static Map<String, Set<ClassObj>> classes(State state,
78 for (Heap heap: state.mHeaps.values()) {
127 public static ClassObj findClass(State state, String name) {
128 return state.findClass(name);
135 public static Instance[] instancesOf(State state, String baseClassName)
    [all...]
Heap.java 44 // The super-state that this heap is part of
45 State mState;
153 public final void resolveInstanceRefs(State state) {
170 instance.resolveReferences(state);
174 public final void resolveClassStatics(State state) {
176 theClass.resolveReferences(state);
180 public final void resolveRoots(State state) {
    [all...]
  /external/speex/include/speex/
speex_preprocess.h 52 /** State of the preprocessor (one per channel). Should never be accessed directly. */
55 /** State of the preprocessor (one per channel). Should never be accessed directly. */
59 /** Creates a new preprocessing state. You MUST create one state per channel processed.
63 * @return Newly created preprocessor state
67 /** Destroys a preprocessor state
68 * @param st Preprocessor state to destroy
73 * @param st Preprocessor state
82 /** Update preprocessor state, but do not compute the output
83 * @param st Preprocessor state
    [all...]
  /frameworks/base/libs/rs/driver/
rsdAllocation.cpp 85 if (alloc->mHal.state.hasFaces) {
99 if (alloc->mHal.state.hasFaces) {
105 for (uint32_t lod = 0; lod < alloc->mHal.state.type->getLODCount(); lod++) {
107 p += alloc->mHal.state.type->getLODFaceOffset(lod, (RsAllocationCubemapFace)face, 0, 0);
110 if (alloc->mHal.state.hasFaces) {
116 alloc->mHal.state.type->getLODDimX(lod),
117 alloc->mHal.state.type->getLODDimY(lod),
121 alloc->mHal.state.type->getLODDimX(lod),
122 alloc->mHal.state.type->getLODDimY(lod),
128 if (alloc->mHal.state.mipmapControl == RS_ALLOCATION_MIPMAP_ON_SYNC_TO_TEXTURE)
    [all...]
  /sdk/files/
devices.xml 13 <d:keyboard-state>keyssoft</d:keyboard-state>
15 <d:nav-state>navexposed</d:nav-state>
41 <d:nav-state>navexposed</d:nav-state>
52 <d:keyboard-state>keyssoft</d:keyboard-state>
56 <d:keyboard-state>keyssoft</d:keyboard-state>
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_sake.c 23 enum { IDENTITY, CHALLENGE, CONFIRM, SUCCESS, FAILURE } state; member in struct:eap_sake_data
40 static const char * eap_sake_state_txt(int state)
42 switch (state) {
59 static void eap_sake_state(struct eap_sake_data *data, int state)
62 eap_sake_state_txt(data->state),
63 eap_sake_state_txt(state));
64 data->state = state;
75 data->state = CHALLENGE;
143 data->state = FAILURE
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_sake.c 24 enum { IDENTITY, CHALLENGE, CONFIRM, SUCCESS, FAILURE } state; member in struct:eap_sake_data
41 static const char * eap_sake_state_txt(int state)
43 switch (state) {
60 static void eap_sake_state(struct eap_sake_data *data, int state)
63 eap_sake_state_txt(data->state),
64 eap_sake_state_txt(state));
65 data->state = state;
76 data->state = CHALLENGE;
144 data->state = FAILURE
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCard.java 52 protected State mState = null;
107 UNKNOWN is a transient state, for example, after uesr inputs ICC pin under
108 PIN_REQUIRED state, the query for ICC status returns UNKNOWN before it
111 public enum State {
132 public State getState() {
136 * State.isLocked() or State.ABSENT.
143 return State.UNKNOWN;
147 return State.UNKNOWN;
151 return State.READY
    [all...]
  /external/dhcpcd/compat/
linkaddr.c 59 int byte = 0, state = NAMING; local
65 state &= ~LETTER;
73 state |= END;
74 } else if (state == NAMING &&
77 state |= LETTER;
79 state |= DELIM;
81 switch (state /* | INPUT */) {
87 state = RESET;
94 state = GOTONE;
98 state = GOTTWO
    [all...]
  /external/dropbear/libtomcrypt/src/hashes/sha2/
sha384.c 35 Initialize the hash state
36 @param md The hash state you wish to initialize
45 md->sha512.state[0] = CONST64(0xcbbb9d5dc1059ed8);
46 md->sha512.state[1] = CONST64(0x629a292a367cd507);
47 md->sha512.state[2] = CONST64(0x9159015a3070dd17);
48 md->sha512.state[3] = CONST64(0x152fecd8f70e5939);
49 md->sha512.state[4] = CONST64(0x67332667ffc00b31);
50 md->sha512.state[5] = CONST64(0x8eb44a8768581511);
51 md->sha512.state[6] = CONST64(0xdb0c2e0d64f98fa7);
52 md->sha512.state[7] = CONST64(0x47b5481dbefa4fa4)
    [all...]
  /external/mesa3d/src/glsl/
hir_field_selection.cpp 33 struct _mesa_glsl_parse_state *state)
35 void *ctx = state;
39 op = expr->subexpressions[0]->hir(instructions, state);
61 _mesa_glsl_error(& loc, state, "Invalid swizzle / mask `%s'",
69 _mesa_glsl_error(& loc, state, "Cannot access field `%s' of "
75 if (state->language_version < 120)
76 _mesa_glsl_error(&loc, state, "Methods not supported in GLSL 1.10.");
86 _mesa_glsl_error(&loc, state, "length method takes no arguments.");
89 _mesa_glsl_error(&loc, state, "length called on unsized array.");
93 _mesa_glsl_error(&loc, state, "Unknown method: `%s'.", method)
    [all...]
  /external/webkit/Source/WebCore/platform/gtk/
PlatformMouseEventGtk.cpp 44 m_shiftKey = event->state & GDK_SHIFT_MASK;
45 m_ctrlKey = event->state & GDK_CONTROL_MASK;
46 m_altKey = event->state & GDK_MOD1_MASK;
47 m_metaKey = event->state & GDK_META_MASK;
83 m_shiftKey = motion->state & GDK_SHIFT_MASK;
84 m_ctrlKey = motion->state & GDK_CONTROL_MASK;
85 m_altKey = motion->state & GDK_MOD1_MASK;
86 m_metaKey = motion->state & GDK_MOD2_MASK;
98 if (motion->state & GDK_BUTTON1_MASK)
100 else if (motion->state & GDK_BUTTON2_MASK
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
PurgeableBufferMac.cpp 92 int state = VM_PURGABLE_VOLATILE | volatileGroup; local
94 kern_return_t ret = vm_purgable_control(mach_task_self(), reinterpret_cast<vm_address_t>(m_data), VM_PURGABLE_SET_STATE, &state);
97 // If that failed we have no clue what state we are in so assume purged.
111 int state = VM_PURGABLE_NONVOLATILE; local
112 kern_return_t ret = vm_purgable_control(mach_task_self(), reinterpret_cast<vm_address_t>(m_data), VM_PURGABLE_SET_STATE, &state);
115 // If that failed we have no clue what state we are in so assume purged.
120 m_state = state & VM_PURGABLE_EMPTY ? Purged : NonVolatile;
131 int state; local
132 kern_return_t ret = vm_purgable_control(mach_task_self(), reinterpret_cast<vm_address_t>(m_data), VM_PURGABLE_GET_STATE, &state);
135 // If that failed we have no clue what state we are in so assume purged
    [all...]

Completed in 3526 milliseconds

<<11121314151617181920>>