HomeSort by: relevance | last modified time | path
    Searched refs:pstate (Results 1 - 25 of 286) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gnulib/import/
mbsinit.c 47 const char *pstate = (const char *)ps; local
49 return pstate == NULL || pstate[0] == 0;
mbsinit.c 47 const char *pstate = (const char *)ps; local
49 return pstate == NULL || pstate[0] == 0;
mbrtowc-impl.h 22 char *pstate = (char *)ps; variable
36 if (pstate == NULL)
37 pstate = internal_state;
40 size_t nstate = pstate[0];
54 buf[2] = pstate[3];
57 buf[1] = pstate[2];
60 buf[0] = pstate[1];
238 pstate[0] = 0;
245 pstate[++k] = s[0];
248 pstate[++k] = s[1]
    [all...]
mbrtowc-impl.h 22 char *pstate = (char *)ps; variable
36 if (pstate == NULL)
37 pstate = internal_state;
40 size_t nstate = pstate[0];
54 buf[2] = pstate[3];
57 buf[1] = pstate[2];
60 buf[0] = pstate[1];
238 pstate[0] = 0;
245 pstate[++k] = s[0];
248 pstate[++k] = s[1]
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
mbsinit.c 47 const char *pstate = (const char *)ps; local
49 return pstate == NULL || pstate[0] == 0;
mbsinit.c 47 const char *pstate = (const char *)ps; local
49 return pstate == NULL || pstate[0] == 0;
mbrtowc-impl.h 22 char *pstate = (char *)ps; variable
36 if (pstate == NULL)
37 pstate = internal_state;
40 size_t nstate = pstate[0];
54 buf[2] = pstate[3];
57 buf[1] = pstate[2];
60 buf[0] = pstate[1];
238 pstate[0] = 0;
245 pstate[++k] = s[0];
248 pstate[++k] = s[1]
    [all...]
mbrtowc-impl.h 22 char *pstate = (char *)ps; variable
36 if (pstate == NULL)
37 pstate = internal_state;
40 size_t nstate = pstate[0];
54 buf[2] = pstate[3];
57 buf[1] = pstate[2];
60 buf[0] = pstate[1];
238 pstate[0] = 0;
245 pstate[++k] = s[0];
248 pstate[++k] = s[1]
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
m2-exp.y 59 static struct parser_state *pstate = NULL;
155 { pstate->push_new<type_operation> ($1); }
161 { pstate->wrap<unop_ind_operation> (); }
168 pstate->wrap<unary_neg_operation> (); }
172 { pstate->wrap<unary_plus_operation> (); }
176 { pstate->wrap<unary_logical_not_operation> (); }
196 { pstate->wrap<unop_addr_operation> (); }
200 { pstate->wrap<m2_unop_high_operation> (); }
232 { pstate->wrap<unop_sizeof_operation> (); }
236 { pstate->wrap<unop_sizeof_operation> ();
    [all...]
m2-exp.y 59 static struct parser_state *pstate = NULL;
155 { pstate->push_new<type_operation> ($1); }
161 { pstate->wrap<unop_ind_operation> (); }
168 pstate->wrap<unary_neg_operation> (); }
172 { pstate->wrap<unary_plus_operation> (); }
176 { pstate->wrap<unary_logical_not_operation> (); }
196 { pstate->wrap<unop_addr_operation> (); }
200 { pstate->wrap<m2_unop_high_operation> (); }
232 { pstate->wrap<unop_sizeof_operation> (); }
236 { pstate->wrap<unop_sizeof_operation> ();
    [all...]
f-exp.y 67 static struct parser_state *pstate = NULL;
224 { pstate->push_new<type_operation> ($1); }
233 { pstate->wrap<unop_ind_operation> (); }
237 { pstate->wrap<unop_addr_operation> (); }
241 { pstate->wrap<unary_neg_operation> (); }
245 { pstate->wrap<unary_logical_not_operation> (); }
249 { pstate->wrap<unary_complement_operation> (); }
253 { pstate->wrap<unop_sizeof_operation> (); }
257 { pstate->wrap<fortran_kind_operation> (); }
266 { pstate->start_arglist ();
    [all...]
f-exp.y 67 static struct parser_state *pstate = NULL;
224 { pstate->push_new<type_operation> ($1); }
233 { pstate->wrap<unop_ind_operation> (); }
237 { pstate->wrap<unop_addr_operation> (); }
241 { pstate->wrap<unary_neg_operation> (); }
245 { pstate->wrap<unary_logical_not_operation> (); }
249 { pstate->wrap<unary_complement_operation> (); }
253 { pstate->wrap<unop_sizeof_operation> (); }
257 { pstate->wrap<fortran_kind_operation> (); }
266 { pstate->start_arglist ();
    [all...]
d-exp.y 64 static struct parser_state *pstate = NULL;
194 { pstate->wrap2<comma_operation> (); }
200 { pstate->wrap2<assign_operation> (); }
203 operation_up rhs = pstate->pop ();
204 operation_up lhs = pstate->pop ();
205 pstate->push_new<assign_modify_operation>
214 operation_up last = pstate->pop ();
215 operation_up mid = pstate->pop ();
216 operation_up first = pstate->pop ();
217 pstate->push_new<ternop_cond_operation
    [all...]
d-exp.y 64 static struct parser_state *pstate = NULL;
194 { pstate->wrap2<comma_operation> (); }
200 { pstate->wrap2<assign_operation> (); }
203 operation_up rhs = pstate->pop ();
204 operation_up lhs = pstate->pop ();
205 pstate->push_new<assign_modify_operation>
214 operation_up last = pstate->pop ();
215 operation_up mid = pstate->pop ();
216 operation_up first = pstate->pop ();
217 pstate->push_new<ternop_cond_operation
    [all...]
c-exp.y 66 static struct parser_state *pstate = NULL;
283 pstate->push_new<type_operation> ($1);
287 pstate->wrap<typeof_operation> ();
291 pstate->push_new<type_operation> ($3);
295 pstate->wrap<decltype_operation> ();
302 { pstate->wrap2<comma_operation> (); }
307 { pstate->wrap<unop_ind_operation> (); }
311 { pstate->wrap<unop_addr_operation> (); }
315 { pstate->wrap<unary_neg_operation> (); }
319 { pstate->wrap<unary_plus_operation> ();
    [all...]
c-exp.y 66 static struct parser_state *pstate = NULL;
283 pstate->push_new<type_operation> ($1);
287 pstate->wrap<typeof_operation> ();
291 pstate->push_new<type_operation> ($3);
295 pstate->wrap<decltype_operation> ();
302 { pstate->wrap2<comma_operation> (); }
307 { pstate->wrap<unop_ind_operation> (); }
311 { pstate->wrap<unop_addr_operation> (); }
315 { pstate->wrap<unary_neg_operation> (); }
319 { pstate->wrap<unary_plus_operation> ();
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
m2-exp.y 59 static struct parser_state *pstate = NULL;
155 { pstate->push_new<type_operation> ($1); }
161 { pstate->wrap<unop_ind_operation> (); }
168 pstate->wrap<unary_neg_operation> (); }
172 { pstate->wrap<unary_plus_operation> (); }
176 { pstate->wrap<unary_logical_not_operation> (); }
196 { pstate->wrap<unop_addr_operation> (); }
200 { pstate->wrap<m2_unop_high_operation> (); }
232 { pstate->wrap<unop_sizeof_operation> (); }
236 { pstate->wrap<unop_sizeof_operation> ();
    [all...]
m2-exp.y 59 static struct parser_state *pstate = NULL;
155 { pstate->push_new<type_operation> ($1); }
161 { pstate->wrap<unop_ind_operation> (); }
168 pstate->wrap<unary_neg_operation> (); }
172 { pstate->wrap<unary_plus_operation> (); }
176 { pstate->wrap<unary_logical_not_operation> (); }
196 { pstate->wrap<unop_addr_operation> (); }
200 { pstate->wrap<m2_unop_high_operation> (); }
232 { pstate->wrap<unop_sizeof_operation> (); }
236 { pstate->wrap<unop_sizeof_operation> ();
    [all...]
f-exp.y 67 static struct parser_state *pstate = NULL;
224 { pstate->push_new<type_operation> ($1); }
233 { pstate->wrap<unop_ind_operation> (); }
237 { pstate->wrap<unop_addr_operation> (); }
241 { pstate->wrap<unary_neg_operation> (); }
245 { pstate->wrap<unary_logical_not_operation> (); }
249 { pstate->wrap<unary_complement_operation> (); }
253 { pstate->wrap<unop_sizeof_operation> (); }
257 { pstate->wrap<fortran_kind_operation> (); }
266 { pstate->start_arglist ();
    [all...]
f-exp.y 67 static struct parser_state *pstate = NULL;
224 { pstate->push_new<type_operation> ($1); }
233 { pstate->wrap<unop_ind_operation> (); }
237 { pstate->wrap<unop_addr_operation> (); }
241 { pstate->wrap<unary_neg_operation> (); }
245 { pstate->wrap<unary_logical_not_operation> (); }
249 { pstate->wrap<unary_complement_operation> (); }
253 { pstate->wrap<unop_sizeof_operation> (); }
257 { pstate->wrap<fortran_kind_operation> (); }
266 { pstate->start_arglist ();
    [all...]
d-exp.y 64 static struct parser_state *pstate = NULL;
194 { pstate->wrap2<comma_operation> (); }
200 { pstate->wrap2<assign_operation> (); }
203 operation_up rhs = pstate->pop ();
204 operation_up lhs = pstate->pop ();
205 pstate->push_new<assign_modify_operation>
214 operation_up last = pstate->pop ();
215 operation_up mid = pstate->pop ();
216 operation_up first = pstate->pop ();
217 pstate->push_new<ternop_cond_operation
    [all...]
d-exp.y 64 static struct parser_state *pstate = NULL;
194 { pstate->wrap2<comma_operation> (); }
200 { pstate->wrap2<assign_operation> (); }
203 operation_up rhs = pstate->pop ();
204 operation_up lhs = pstate->pop ();
205 pstate->push_new<assign_modify_operation>
214 operation_up last = pstate->pop ();
215 operation_up mid = pstate->pop ();
216 operation_up first = pstate->pop ();
217 pstate->push_new<ternop_cond_operation
    [all...]
c-exp.y 66 static struct parser_state *pstate = NULL;
283 pstate->push_new<type_operation> ($1);
287 pstate->wrap<typeof_operation> ();
291 pstate->push_new<type_operation> ($3);
295 pstate->wrap<decltype_operation> ();
302 { pstate->wrap2<comma_operation> (); }
307 { pstate->wrap<unop_ind_operation> (); }
311 { pstate->wrap<unop_addr_operation> (); }
315 { pstate->wrap<unary_neg_operation> (); }
319 { pstate->wrap<unary_plus_operation> ();
    [all...]
  /src/external/mpl/dhcp/dist/server/tests/
load_bal_unittest.c 60 dhcp_failover_state_t pstate, sstate; local
72 memset(&pstate, 0, sizeof(dhcp_failover_state_t));
73 pstate.i_am = primary;
74 pstate.load_balance_max_secs = 5;
75 pstate.hba = hba;
85 if (load_balance_mine(&packet, &pstate) != 1) {
96 if (load_balance_mine(&packet, &pstate) != 1) {
106 if (load_balance_mine(&packet, &pstate) != 1) {
116 if (load_balance_mine(&packet, &pstate) != 1) {
141 dhcp_failover_state_t pstate, sstate local
    [all...]
load_bal_unittest.c 60 dhcp_failover_state_t pstate, sstate; local
72 memset(&pstate, 0, sizeof(dhcp_failover_state_t));
73 pstate.i_am = primary;
74 pstate.load_balance_max_secs = 5;
75 pstate.hba = hba;
85 if (load_balance_mine(&packet, &pstate) != 1) {
96 if (load_balance_mine(&packet, &pstate) != 1) {
106 if (load_balance_mine(&packet, &pstate) != 1) {
116 if (load_balance_mine(&packet, &pstate) != 1) {
141 dhcp_failover_state_t pstate, sstate local
    [all...]

Completed in 49 milliseconds

1 2 3 4 5 6 7 8 91011>>