/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
H A D | ContextCGL.cpp | 22 const gl::State &state, in ContextCGL() 26 : ContextGL(state, errorSet, renderer, RobustnessVideoMemoryPurgeStatus::NOT_REQUESTED), in ContextCGL() 21 ContextCGL(DisplayCGL *display, const gl::State &state, gl::ErrorSet *errorSet, const std::shared_ptr<RendererGL> &renderer, bool usesDiscreteGPU) ContextCGL() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/ |
H A D | DisplayAndroid.cpp | 20 DisplayAndroid::DisplayAndroid(const egl::DisplayState &state) : DisplayEGL(state) {} in DisplayAndroid() argument
|
/third_party/mbedtls/library/ |
H A D | ecp.c | 130 ecp_rsm_init = 0, /* nothing so far, dummy initial state */ 137 } state; member 149 ctx->state = ecp_rsm_init; in ecp_restart_rsm_init() 186 } state; member 196 ctx->state = ecp_rsma_mul1; in ecp_restart_ma_init() 1866 if (rs_ctx->rsm->state == ecp_rsm_pre_dbl) { in ecp_precompute_comb() 1869 if (rs_ctx->rsm->state == ecp_rsm_pre_norm_dbl) { in ecp_precompute_comb() 1872 if (rs_ctx->rsm->state == ecp_rsm_pre_add) { in ecp_precompute_comb() 1875 if (rs_ctx->rsm->state == ecp_rsm_pre_norm_add) { in ecp_precompute_comb() 1885 rs_ctx->rsm->state in ecp_precompute_comb() 3474 static uint32_t state = 42; self_test_rng() local [all...] |
/third_party/elfutils/src/ |
H A D | stack.c | 178 frame_callback (Dwfl_Frame *state, void *arg) in frame_callback() argument 182 if (! dwfl_frame_pc (state, &frames->frame[nr].pc, in frame_callback() 480 struct argp_state *state) in parse_opt() 487 argp_error (state, N_("-p PID should be a positive process id.")); in parse_opt() 553 argp_error (state, N_("-n MAXFRAMES should be 0 or higher.")); in parse_opt() 564 argp_error (state, in parse_opt() 568 argp_error (state, in parse_opt() 572 argp_error (state, in parse_opt() 479 parse_opt(int key, char *arg __attribute__ ((unused)), struct argp_state *state) parse_opt() argument
|
/third_party/eudev/src/udev/ |
H A D | udevadm-hwdb.c | 461 } state = HW_NONE; in import_file() local 495 switch (state) { in import_file() 507 state = HW_MATCH; in import_file() 515 state = HW_NONE; in import_file() 527 state = HW_DATA; in import_file() 536 state = HW_NONE; in import_file() 544 state = HW_NONE; in import_file() 556 if (state == HW_MATCH) in import_file()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | StringTrieBuilder.java | 62 if(state!=State.ADDING) { in addImpl() 83 switch(state) { in buildImpl() 89 state=State.BUILDING_FAST; in buildImpl() 100 state=State.BUILDING_SMALL; in buildImpl() 119 state=State.BUILT; in buildImpl() 131 state=State.ADDING; in clearImpl() 142 if(state==State.BUILDING_FAST) { in registerNode() 879 private State state=State.ADDING; field in StringTrieBuilder
|
/third_party/FreeBSD/sys/dev/usb/net/ |
H A D | if_axge.c | 585 drv_sc->state &= ~IFF_DRV_OACTIVE; in axge_bulk_write_callback() 589 if (drv_sc->state & IFF_DRV_OACTIVE) in axge_bulk_write_callback() 632 drv_sc->state |= IFF_DRV_OACTIVE; in axge_bulk_write_callback() 637 drv_sc->state &= ~IFF_DRV_OACTIVE; in axge_bulk_write_callback() 668 drv_sc->state = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST; in axge_init() 671 if ((drv_sc->state & IFF_DRV_RUNNING) != 0) in axge_init() 708 drv_sc->state |= IFF_DRV_RUNNING; in axge_init() 719 drv_sc->state &= ~(IFF_DRV_RUNNING | IFF_DRV_OACTIVE); in axge_stop()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | StringTrieBuilder.java | 61 if(state!=State.ADDING) { in addImpl() 82 switch(state) { in buildImpl() 88 state=State.BUILDING_FAST; in buildImpl() 99 state=State.BUILDING_SMALL; in buildImpl() 118 state=State.BUILT; in buildImpl() 130 state=State.ADDING; in clearImpl() 141 if(state==State.BUILDING_FAST) { in registerNode() 878 private State state=State.ADDING; field in StringTrieBuilder
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | lexer.py | 552 def tokenize(self, source, name=None, filename=None, state=None): 555 stream = self.tokeniter(source, name, filename, state) 599 def tokeniter(self, source, name, filename=None, state=None): 614 if state is not None and state != 'root': 615 assert state in ('variable', 'block'), 'invalid state' 616 stack.append(state + '_begin') 618 state = 'root' 701 # handle state change [all...] |
/third_party/node/deps/v8/src/base/platform/ |
H A D | time.cc | 520 // The state as a single 32-bit opaque value. 523 // The state as usable values. 527 // changes in state, which in turn makes for fewer retries. 548 LastTimeAndRolloversState state; in RolloverProtectedNow() local 557 state.as_opaque_32 = original; in RolloverProtectedNow() 560 if (now_8 < state.as_values.last_8) ++state.as_values.rollovers; in RolloverProtectedNow() 561 state.as_values.last_8 = now_8; in RolloverProtectedNow() 563 // If the state hasn't changed, exit the loop. in RolloverProtectedNow() 564 if (state in RolloverProtectedNow() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
H A D | noop_pipe.c | 728 struct pipe_vertex_state *state = CALLOC_STRUCT(pipe_vertex_state); in noop_create_vertex_state() local 730 if (!state) in noop_create_vertex_state() 734 full_velem_mask, state); in noop_create_vertex_state() 735 return state; in noop_create_vertex_state() 739 struct pipe_vertex_state *state) in noop_vertex_state_destroy() 741 pipe_vertex_buffer_unreference(&state->input.vbuffer); in noop_vertex_state_destroy() 742 pipe_resource_reference(&state->input.indexbuf, NULL); in noop_vertex_state_destroy() 743 FREE(state); in noop_vertex_state_destroy() 738 noop_vertex_state_destroy(struct pipe_screen *screen, struct pipe_vertex_state *state) noop_vertex_state_destroy() argument
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | cli-text.c | 107 void *state; in append_port_list() local 115 PA_HASHMAP_FOREACH(p, ports, state) { in append_port_list() 141 void *state; in pa_card_list_to_string() local 160 PA_HASHMAP_FOREACH(profile, card->profiles, state) in pa_card_list_to_string() 241 pa_sink_state_to_string(sink->state), in pa_sink_list_to_string() 352 pa_source_state_to_string(source->state), in pa_source_list_to_string() 480 state_table[o->state], in pa_source_output_list_to_string() 577 state_table[i->state], in pa_sink_input_list_to_string()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
H A D | DisplayGbm.cpp | 314 const gl::FramebufferState &state) in framebufferGL() 316 return new FramebufferGL(state, createGLFB(context), true, false); in framebufferGL() 348 DisplayGbm::DisplayGbm(const egl::DisplayState &state) in DisplayGbm() argument 349 : DisplayEGL(state), in DisplayGbm() 801 SurfaceImpl *DisplayGbm::createWindowSurface(const egl::SurfaceState &state, in createWindowSurface() argument 811 return new SurfaceGbm(state, buffer); in createWindowSurface() 814 SurfaceImpl *DisplayGbm::createPbufferSurface(const egl::SurfaceState &state, in createPbufferSurface() argument 825 return new SurfaceGbm(state, buffer); in createPbufferSurface() 313 framebufferGL(const gl::Context *context, const gl::FramebufferState &state) framebufferGL() argument
|
/third_party/skia/src/core/ |
H A D | SkBitmapProcState.cpp | 638 void SkBitmapProcState::DebugMatrixProc(const SkBitmapProcState& state, 644 state.fMatrixProc(state, bitmapXY, count, x, y); 648 if (state.fInvMatrix.isScaleTranslate()) { 649 proc = state.fBilerp ? check_scale_filter : check_scale_nofilter; 651 proc = state.fBilerp ? check_affine_filter : check_affine_nofilter; 654 proc(bitmapXY, count, state.fPixmap.width(), state.fPixmap.height());
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout-common.hh | 456 HBUINT16 newState; /* Byte offset from beginning of state table 457 * to the new state. Really?!?! Or just state 475 HBUINT16 newState; /* Byte offset from beginning of state table to the new state. */ 513 const Entry<Extra> &get_entry (int state, unsigned int klass) const in get_entry() 521 unsigned int entry = states[state * nClasses + klass]; in get_entry() 545 * "Because the stateTableOffset in the state table header is (strictly in sanitize() 547 * state where that should not be StartOfText. To determine if this is in sanitize() 549 * from the actual stateTableOffset, use it as the initial state in sanitize() 752 int state = StateTableT::STATE_START_OF_TEXT; drive() local [all...] |
/third_party/rust/crates/nom/src/combinator/ |
H A D | mod.rs | 708 state: Some(State::Running), in iterator() 716 state: Option<State<E>>, 722 match self.state.take().unwrap() { in finish() 738 if let State::Running = self.state.take().unwrap() { in next() 744 self.state = Some(State::Running); in next() 748 self.state = Some(State::Done); in next() 752 self.state = Some(State::Failure(e)); in next() 756 self.state = Some(State::Incomplete(i)); in next()
|
/third_party/python/Modules/ |
H A D | _datetimemodule.c | 2760 PyDoc_STR("__reduce__() -> (cls, state)")}, 2886 date_from_pickle(PyTypeObject *type, PyObject *state) in date_from_pickle() argument 2892 const char *pdata = PyBytes_AS_STRING(state); in date_from_pickle() 2907 /* Check for invocation from pickle with __getstate__ state */ in date_new() 2909 PyObject *state = PyTuple_GET_ITEM(args, 0); in date_new() local 2910 if (PyBytes_Check(state)) { in date_new() 2911 if (PyBytes_GET_SIZE(state) == _PyDateTime_DATE_DATASIZE && in date_new() 2912 MONTH_IS_SANE(PyBytes_AS_STRING(state)[2])) in date_new() 2914 return date_from_pickle(type, state); in date_new() 2917 else if (PyUnicode_Check(state)) { in date_new() 3814 PyObject *args, *state; tzinfo_reduce() local 4206 time_from_pickle(PyTypeObject *type, PyObject *state, PyObject *tzinfo) time_from_pickle() argument 4251 PyObject *state = PyTuple_GET_ITEM(args, 0); time_new() local 4883 datetime_from_pickle(PyTypeObject *type, PyObject *state, PyObject *tzinfo) datetime_from_pickle() argument 4931 PyObject *state = PyTuple_GET_ITEM(args, 0); datetime_new() local [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir.c | 594 * nir_calc_dominance? For example, state-tracker creates an in nir_block_create() 597 * which is later used to do state specific lowering and futher in nir_block_create() 1078 add_use_cb(nir_src *src, void *state) in add_use_cb() argument 1080 nir_instr *instr = state; in add_use_cb() 1090 add_ssa_def_cb(nir_ssa_def *def, void *state) in add_ssa_def_cb() argument 1092 nir_instr *instr = state; in add_ssa_def_cb() 1107 add_reg_def_cb(nir_dest *dest, void *state) in add_reg_def_cb() argument 1109 nir_instr *instr = state; in add_reg_def_cb() 1201 remove_use_cb(nir_src *src, void *state) in remove_use_cb() argument 1203 (void) state; in remove_use_cb() 1212 remove_def_cb(nir_dest *dest, void *state) remove_def_cb() argument 1240 free_src_indirects_cb(nir_src *src, void *state) free_src_indirects_cb() argument 1246 free_dest_indirects_cb(nir_dest *dest, void *state) free_dest_indirects_cb() argument 1288 nir_instr_free_and_dce_live_cb(nir_ssa_def *def, void *state) nir_instr_free_and_dce_live_cb() argument 1318 nir_instr_dce_add_dead_srcs_cb(nir_src *src, void *state) nir_instr_dce_add_dead_srcs_cb() argument 1398 struct foreach_ssa_def_state *state = void_state; nir_ssa_def_visitor() local 1407 nir_foreach_ssa_def(nir_instr *instr, nir_foreach_ssa_def_cb cb, void *state) nir_foreach_ssa_def() argument 1517 nir_foreach_phi_src_leaving_block(nir_block *block, nir_foreach_src_cb cb, void *state) nir_foreach_phi_src_leaving_block() argument 2150 index_ssa_def_cb(nir_ssa_def *def, void *state) index_ssa_def_cb() argument [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | graph-builder-interface.cc | 30 // It maintains a control state that tracks whether the environment 35 State state; member 41 SsaEnv(Zone* zone, State state, TFNode* control, TFNode* effect, in SsaEnv() 43 : state(state), in SsaEnv() 49 SsaEnv(SsaEnv&& other) V8_NOEXCEPT : state(other.state), 58 state = kUnreachable; in Kill() 67 if (state == kMerged) state in SetNotMerged() 1370 char state = 'X'; SetEnv() local [all...] |
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngfix.c | 884 int state; /* As defined here: */ member 890 * hold state about the parser process (only one of each at present.) 1049 file->state = STATE_SIGNATURE; in file_init() 1783 /* Regardless of why the IDAT was killed set the state back to CHUNKS (it may in IDAT_end() 1784 * already be CHUNKS because the state isn't changed until process_IDAT in IDAT_end() 1785 * returns; a stop will cause IDAT_end to be entered in state CHUNKS!) in IDAT_end() 1787 file->state = STATE_CHUNKS; in IDAT_end() 1999 /* Change the state to writing IDAT chunks */ in process_IDAT() 2000 file->state = STATE_IDAT; in process_IDAT() 2033 int state; member 2282 int state = zlib->state; zlib_advance() local [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | Utility.java | 332 byte[] state = new byte[2]; in arrayToRLEString() 337 encodeRun(buffer, runValue, runLength, state); in arrayToRLEString() 342 encodeRun(buffer, runValue, runLength, state); in arrayToRLEString() 346 if (state[0] != 0) appendEncodedByte(buffer, (byte)0, state); in arrayToRLEString() 424 byte[] state) { in encodeRun() 427 if (value == ESCAPE_BYTE) appendEncodedByte(buffer, ESCAPE_BYTE, state); in encodeRun() 428 appendEncodedByte(buffer, value, state); in encodeRun() 433 if (value == ESCAPE_BYTE) appendEncodedByte(buffer, ESCAPE_BYTE, state); in encodeRun() 434 appendEncodedByte(buffer, value, state); in encodeRun() 423 encodeRun(T buffer, byte value, int length, byte[] state) encodeRun() argument 451 appendEncodedByte(T buffer, byte value, byte[] state) appendEncodedByte() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | RuleBasedBreakIterator.java | 248 private static final int START_STATE = 1; // The state number of the starting state 249 private static final int STOP_STATE = 0; // The state-transition value indicating "stop" 251 // RBBIRunMode - the state machine runs an extra iteration at the beginning and end 253 // are. The state machine only fetches user text input while in RUN mode. 273 * The iteration state - current position, rule status for the current position, 326 * Debugging flag. Trace operation of state machine when true. 363 * Dump the contents of the state table and character classes for this break iterator. 377 * Compile a set of source break rules into the binary state tables used 671 * <b><i>Caution:</i></b>The state o [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RuleBasedBreakIterator.java | 204 private static final int START_STATE = 1; // The state number of the starting state 205 private static final int STOP_STATE = 0; // The state-transition value indicating "stop" 207 // RBBIRunMode - the state machine runs an extra iteration at the beginning and end 209 // are. The state machine only fetches user text input while in RUN mode. 229 * The iteration state - current position, rule status for the current position, 272 * Debugging flag. Trace operation of state machine when true. 309 * Dump the contents of the state table and character classes for this break iterator. 323 * Compile a set of source break rules into the binary state tables used 603 * <b><i>Caution:</i></b>The state o [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | Utility.java | 335 byte[] state = new byte[2]; in arrayToRLEString() 340 encodeRun(buffer, runValue, runLength, state); in arrayToRLEString() 345 encodeRun(buffer, runValue, runLength, state); in arrayToRLEString() 349 if (state[0] != 0) appendEncodedByte(buffer, (byte)0, state); in arrayToRLEString() 427 byte[] state) { in encodeRun() 430 if (value == ESCAPE_BYTE) appendEncodedByte(buffer, ESCAPE_BYTE, state); in encodeRun() 431 appendEncodedByte(buffer, value, state); in encodeRun() 436 if (value == ESCAPE_BYTE) appendEncodedByte(buffer, ESCAPE_BYTE, state); in encodeRun() 437 appendEncodedByte(buffer, value, state); in encodeRun() 426 encodeRun(T buffer, byte value, int length, byte[] state) encodeRun() argument 454 appendEncodedByte(T buffer, byte value, byte[] state) appendEncodedByte() argument [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_meta_clear.c | 163 cmd_buffer->state.is_transfer = true; in v3dv_CmdClearColorImage() 171 cmd_buffer->state.is_transfer = false; in v3dv_CmdClearColorImage() 189 cmd_buffer->state.is_transfer = true; in v3dv_CmdClearDepthStencilImage() 197 cmd_buffer->state.is_transfer = false; in v3dv_CmdClearDepthStencilImage() 523 /* The meta clear pipeline declares all state as dynamic. in create_pipeline() 524 * As a consequence, vkCmdBindPipeline writes no dynamic state in create_pipeline() 526 * we need only restore dynamic state that was vkCmdSet. in create_pipeline() 657 /* compareMask, writeMask and reference are dynamic state */ in create_depth_clear_pipeline() 989 assert(attachment_idx < cmd_buffer->state.pass->attachment_count); in emit_subpass_color_clear_rects() 991 cmd_buffer->state in emit_subpass_color_clear_rects() [all...] |