Searched refs:state (Results 1 - 25 of 2939) sorted by relevance

1234567891011>>

/external/dropbear/libtomcrypt/src/mac/pmac/
H A Dpmac_done.c20 int pmac_done(pmac_state *state, unsigned char *out, unsigned long *outlen) argument
24 LTC_ARGCHK(state != NULL);
26 if ((err = cipher_is_valid(state->cipher_idx)) != CRYPT_OK) {
30 if ((state->buflen > (int)sizeof(state->block)) || (state->buflen < 0) ||
31 (state->block_len > (int)sizeof(state->block)) || (state->buflen > state
[all...]
/external/zlib/src/
H A Dgzread.c17 state->fd, and update state->eof, state->err, and state->msg as appropriate.
20 local int gz_load(state, buf, len, have)
21 gz_statep state;
30 ret = read(state->fd, buf + *have, len - *have);
36 gz_error(state, Z_ERRNO, zstrerror());
40 state->eof = 1;
51 local int gz_avail(state)
293 gz_statep state; local
387 gz_statep state; local
422 gz_statep state; local
486 gz_statep state; local
545 gz_statep state; local
566 gz_statep state; local
[all...]
H A Dinflate.c26 * - Change strm->next_out[-state->offset] to *(strm->next_out - state->offset)
30 * - Add comments on state->bits assertion in inffast.c
95 local void fixedtables OF((struct inflate_state FAR *state));
106 struct inflate_state FAR *state; local
108 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
109 state = (struct inflate_state FAR *)strm->state;
110 strm->total_in = strm->total_out = state->total = 0;
112 if (state
131 struct inflate_state FAR *state; local
146 struct inflate_state FAR *state; local
186 struct inflate_state FAR *state; local
234 struct inflate_state FAR *state; local
327 struct inflate_state state; local
382 struct inflate_state FAR *state; local
608 struct inflate_state FAR *state; local
[all...]
H A Dgzlib.c74 /* Reset gzip file state */
75 local void gz_reset(state)
76 gz_statep state;
78 state->x.have = 0; /* no output data available */
79 if (state->mode == GZ_READ) { /* for reading ... */
80 state->eof = 0; /* not at end of file */
81 state->past = 0; /* have not read past end yet */
82 state->how = LOOK; /* look for gzip header */
84 state->seek = 0; /* no seek request pending */
85 gz_error(state, Z_O
96 gz_statep state; local
308 gz_statep state; local
332 gz_statep state; local
359 gz_statep state; local
444 gz_statep state; local
472 gz_statep state; local
504 gz_statep state; local
522 gz_statep state; local
541 gz_statep state; local
[all...]
H A Dinfback.c19 local void fixedtables OF((struct inflate_state FAR *state));
35 struct inflate_state FAR *state; local
58 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
60 if (state == Z_NULL) return Z_MEM_ERROR;
62 strm->state = (struct internal_state FAR *)state;
63 state->dmax = 32768U;
64 state->wbits = windowBits;
65 state->wsize = 1U << windowBits;
66 state
257 struct inflate_state FAR *state; local
[all...]
/external/icu4c/i18n/
H A Dregexcst.pl9 # Compile the regular expression paser state table data into initialized C data.
27 $num_states = 1; # Always the state number for the line being compiled.
30 $states{"pop"} = 255; # Add the "pop" to the list of defined state names.
31 # This prevents any state from being labelled with "pop",
32 # and resolves references to "pop" in the next state field.
55 # Does the first token end with a ":"? If so, it's the name of a state.
56 # Put in a hash, together with the current state number,
61 $state_name =~ s/://; # strip off the colon from the state name.
64 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
70 # otherwise assume that a state definitio
[all...]
/external/icu4c/common/
H A Drbbicst.pl6 # rbbicst Compile the RBBI rule paser state table data into initialized C data.
26 $num_states = 1; # Always the state number for the line being compiled.
29 $states{"pop"} = 255; # Add the "pop" to the list of defined state names.
30 # This prevents any state from being labelled with "pop",
31 # and resolves references to "pop" in the next state field.
54 # Does the first token end with a ":"? If so, it's the name of a state.
55 # Put in a hash, together with the current state number,
60 $state_name =~ s/://; # strip off the colon from the state name.
63 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
69 # otherwise assume that a state definitio
[all...]
/external/jmdns/src/javax/jmdns/impl/tasks/state/
H A Dpackage-info.java1 package javax.jmdns.impl.tasks.state;
/external/webkit/Source/WebCore/platform/haiku/
H A DLoggingHaiku.cpp41 LogEvents.state = WTFLogChannelOn;
42 LogFrames.state = WTFLogChannelOn;
43 LogLoading.state = WTFLogChannelOn;
44 LogPlatformLeaks.state = WTFLogChannelOn;
/external/webrtc/src/common_audio/signal_processing/
H A Dresample_48khz.c28 WebRtcSpl_State48khzTo16khz* state, WebRtc_Word32* tmpmem)
34 WebRtcSpl_LPBy2ShortToInt(in, 480, tmpmem + 16, state->S_48_48);
40 // copy state to and from input array
41 memcpy(tmpmem + 8, state->S_48_32, 8 * sizeof(WebRtc_Word32));
42 memcpy(state->S_48_32, tmpmem + 488, 8 * sizeof(WebRtc_Word32));
49 WebRtcSpl_DownBy2IntToShort(tmpmem, 320, out, state->S_32_16);
52 // initialize state of 48 -> 16 resampler
53 void WebRtcSpl_ResetResample48khzTo16khz(WebRtcSpl_State48khzTo16khz* state) argument
55 memset(state->S_48_48, 0, 16 * sizeof(WebRtc_Word32));
56 memset(state
27 WebRtcSpl_Resample48khzTo16khz(const WebRtc_Word16* in, WebRtc_Word16* out, WebRtcSpl_State48khzTo16khz* state, WebRtc_Word32* tmpmem) argument
65 WebRtcSpl_Resample16khzTo48khz(const WebRtc_Word16* in, WebRtc_Word16* out, WebRtcSpl_State16khzTo48khz* state, WebRtc_Word32* tmpmem) argument
91 WebRtcSpl_ResetResample16khzTo48khz(WebRtcSpl_State16khzTo48khz* state) argument
103 WebRtcSpl_Resample48khzTo8khz(const WebRtc_Word16* in, WebRtc_Word16* out, WebRtcSpl_State48khzTo8khz* state, WebRtc_Word32* tmpmem) argument
135 WebRtcSpl_ResetResample48khzTo8khz(WebRtcSpl_State48khzTo8khz* state) argument
148 WebRtcSpl_Resample8khzTo48khz(const WebRtc_Word16* in, WebRtc_Word16* out, WebRtcSpl_State8khzTo48khz* state, WebRtc_Word32* tmpmem) argument
180 WebRtcSpl_ResetResample8khzTo48khz(WebRtcSpl_State8khzTo48khz* state) argument
[all...]
H A Dresample_by_2_internal.c29 // state: filter state array; length = 8
32 WebRtc_Word32 *state)
43 diff = tmp0 - state[1];
46 tmp1 = state[0] + diff * kResampleAllpass[1][0];
47 state[0] = tmp0;
48 diff = tmp1 - state[2];
53 tmp0 = state[1] + diff * kResampleAllpass[1][1];
54 state[1] = tmp1;
55 diff = tmp0 - state[
31 WebRtcSpl_DownBy2IntToShort(WebRtc_Word32 *in, WebRtc_Word32 len, WebRtc_Word16 *out, WebRtc_Word32 *state) argument
124 WebRtcSpl_DownBy2ShortToInt(const WebRtc_Word16 *in, WebRtc_Word32 len, WebRtc_Word32 *out, WebRtc_Word32 *state) argument
200 WebRtcSpl_UpBy2ShortToInt(const WebRtc_Word16 *in, WebRtc_Word32 len, WebRtc_Word32 *out, WebRtc_Word32 *state) argument
270 WebRtcSpl_UpBy2IntToInt(const WebRtc_Word32 *in, WebRtc_Word32 len, WebRtc_Word32 *out, WebRtc_Word32 *state) argument
340 WebRtcSpl_UpBy2IntToShort(const WebRtc_Word32 *in, WebRtc_Word32 len, WebRtc_Word16 *out, WebRtc_Word32 *state) argument
419 WebRtcSpl_LPBy2ShortToInt(const WebRtc_Word16* in, WebRtc_Word32 len, WebRtc_Word32* out, WebRtc_Word32* state) argument
552 WebRtcSpl_LPBy2IntToInt(const WebRtc_Word32* in, WebRtc_Word32 len, WebRtc_Word32* out, WebRtc_Word32* state) argument
[all...]
/external/qemu/distrib/zlib-1.2.3/
H A Dinflate.c26 * - Change strm->next_out[-state->offset] to *(strm->next_out - state->offset)
30 * - Add comments on state->bits assertion in inffast.c
95 local void fixedtables OF((struct inflate_state FAR *state));
106 struct inflate_state FAR *state; local
108 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
109 state = (struct inflate_state FAR *)strm->state;
110 strm->total_in = strm->total_out = state->total = 0;
113 state
133 struct inflate_state FAR *state; local
150 struct inflate_state FAR *state; local
272 struct inflate_state state; local
327 struct inflate_state FAR *state; local
558 struct inflate_state FAR *state; local
[all...]
H A Dinfback.c19 local void fixedtables OF((struct inflate_state FAR *state));
35 struct inflate_state FAR *state; local
49 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
51 if (state == Z_NULL) return Z_MEM_ERROR;
53 strm->state = (struct internal_state FAR *)state;
54 state->dmax = 32768U;
55 state->wbits = windowBits;
56 state->wsize = 1U << windowBits;
57 state
248 struct inflate_state FAR *state; local
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DRecognizerSharedState.java32 * and recover from errors etc... As a separate state object, it can be
35 * These fields are publically visible but the actual state pointer per
83 // LEXER FIELDS (must be in same state object to avoid casting
122 public RecognizerSharedState(RecognizerSharedState state) { argument
123 if ( this.following.length < state.following.length ) {
124 this.following = new BitSet[state.following.length];
126 System.arraycopy(state.following, 0, this.following, 0, state.following.length);
127 this._fsp = state._fsp;
128 this.errorRecovery = state
[all...]
/external/mesa3d/src/glsl/
H A Dir_variable.cpp68 struct _mesa_glsl_parse_state *state,
72 state->symbols);
92 struct _mesa_glsl_parse_state *state,
97 instructions, state->symbols);
106 struct _mesa_glsl_parse_state *state)
108 add_builtin_constant(instructions, state, "gl_MaxVertexAttribs",
109 state->Const.MaxVertexAttribs);
110 add_builtin_constant(instructions, state, "gl_MaxVertexUniformVectors",
111 state->Const.MaxVertexUniformComponents);
112 add_builtin_constant(instructions, state, "gl_MaxVaryingVector
67 add_uniform(exec_list *instructions, struct _mesa_glsl_parse_state *state, const char *name, const glsl_type *type) argument
91 add_builtin_constant(exec_list *instructions, struct _mesa_glsl_parse_state *state, const char *name, int value) argument
105 generate_100ES_uniforms(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
128 generate_110_uniforms(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
224 generate_100ES_vs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
240 generate_110_vs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
276 generate_120_vs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
287 generate_130_vs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
309 initialize_vs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
331 generate_100ES_fs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
351 generate_110_fs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
392 generate_ARB_draw_buffers_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state, bool warn, _mesa_glsl_parser_targets target) argument
426 generate_ARB_shader_stencil_export_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state, bool warn) argument
441 generate_120_fs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
455 generate_130_fs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
470 initialize_fs_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
495 _mesa_glsl_initialize_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
[all...]
H A Dmain.cpp51 struct _mesa_glsl_parse_state *state = local
55 state->error = preprocess(state, &source, &state->info_log,
56 state->extensions, ctx->API);
58 if (!state->error) {
59 _mesa_glsl_lexer_ctor(state, source);
60 _mesa_glsl_parse(state);
61 _mesa_glsl_lexer_dtor(state);
65 foreach_list_const(n, &state
[all...]
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dabstractstep.py39 def _changed_files(self, state):
40 return self.cached_lookup(state, "changed_files")
43 "bug_title": lambda self, state: self._tool.bugs.fetch_bug(state["bug_id"]).title(),
44 "changed_files": lambda self, state: self._tool.scm().changed_files(self._options.git_commit),
45 "diff": lambda self, state: self._tool.scm().create_patch(self._options.git_commit, changed_files=self._changed_files(state)),
47 "changelogs": lambda self, state: self._tool.checkout().modified_changelogs(self._options.git_commit, changed_files=self._changed_files(state)),
50 def cached_lookup(self, state, ke
[all...]
H A Dpromptforbugortitle.py33 def run(self, state):
35 if state.get("bug_id"):
41 state["bug_id"] = int(user_response)
43 state["bug_title"] = user_response
45 state["bug_description"] = user_response
H A Drevertrevision.py33 def run(self, state):
34 self._tool.checkout().apply_reverse_diffs(state["revision_list"])
35 self.did_modify_checkout(state)
/external/libpcap/missing/
H A Dsnprintf.c63 * Common state
66 struct state { struct
72 int (*append_char)(struct state *, unsigned char);
73 int (*reserve)(struct state *, size_t);
79 sn_reserve (struct state *state, size_t n) argument
81 return state->s + n > state->theend;
85 sn_append_char (struct state *state, unsigne argument
133 append_number(struct state *state, unsigned long num, unsigned base, char *rep, int width, int prec, int flags, int minusp) argument
222 append_string(struct state *state, unsigned char *arg, int width, int prec, int flags) argument
253 append_char(struct state *state, unsigned char arg, int width, int flags) argument
288 xyzprintf(struct state *state, const char *char_format, va_list ap) argument
612 struct state state; local
[all...]
/external/tcpdump/missing/
H A Dsnprintf.c63 * Common state
66 struct state { struct
72 int (*append_char)(struct state *, unsigned char);
73 int (*reserve)(struct state *, size_t);
79 sn_reserve (struct state *state, size_t n) argument
81 return state->s + n > state->theend;
85 sn_append_char (struct state *state, unsigne argument
133 append_number(struct state *state, unsigned long num, unsigned base, char *rep, int width, int prec, int flags, int minusp) argument
222 append_string(struct state *state, unsigned char *arg, int width, int prec, int flags) argument
253 append_char(struct state *state, unsigned char arg, int width, int flags) argument
288 xyzprintf(struct state *state, const char *char_format, va_list ap) argument
612 struct state state; local
[all...]
/external/e2fsprogs/lib/e2p/
H A Dps.c2 * ps.c - Print filesystem state
23 void print_fs_state (FILE * f, unsigned short state) argument
25 if (state & EXT2_VALID_FS)
29 if (state & EXT2_ERROR_FS)
/external/v8/src/
H A Donce.cc43 AtomicWord state = Acquire_Load(once); local
45 if (state == ONCE_STATE_DONE) {
54 // First, try to change the state from UNINITIALIZED to EXECUTING_FUNCTION
56 state = Acquire_CompareAndSwap(
58 if (state == ONCE_STATE_UNINITIALIZED) {
66 while (state == ONCE_STATE_EXECUTING_FUNCTION) {
72 state = Acquire_Load(once);
/external/webkit/Source/WebCore/dom/
H A DNodeFilter.cpp32 short NodeFilter::acceptNode(ScriptState* state, Node* node) const argument
35 return m_condition ? m_condition->acceptNode(state, node) : static_cast<short>(FILTER_ACCEPT);
/external/webkit/Source/WebCore/inspector/front-end/
H A DTextEditorHighlighter.js56 var state = this._textModel.getAttribute(endLine - 1, "highlight");
57 if (state && state.postConditionStringified) {
72 var state = this._textModel.getAttribute(startLine - 1, "highlight");
73 if (state && state.postConditionStringified)
88 var state = this._textModel.getAttribute(startLine - 1, "highlight");
89 if (!state || !state.postConditionStringified) {
98 var state
[all...]

Completed in 6258 milliseconds

1234567891011>>