Home
last modified time | relevance | path

Searched refs:CONT (Results 1 – 23 of 23) sorted by relevance

/third_party/ltp/testcases/kernel/numa/
Dnuma01.sh106 kill -CONT $pid >/dev/null 2>&1
110 kill -CONT $pid >/dev/null 2>&1
140 kill -CONT $pid >/dev/null 2>&1
145 kill -CONT $pid >/dev/null 2>&1
169 kill -CONT $pid >/dev/null 2>&1
174 kill -CONT $pid >/dev/null 2>&1
225 kill -CONT $pid >/dev/null 2>&1
229 kill -CONT $pid >/dev/null 2>&1
335 kill -CONT $pid >/dev/null 2>&1
340 kill -CONT $pid >/dev/null 2>&1
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_fcitx.c124 #define CONT(i) ISUTF8_CB(in[i]) macro
137 if ((in[0] & 0xe0) == 0xc0 && CONT(1)) { in _fcitx_utf8_get_char()
143 if ((in[0] & 0xf0) == 0xe0 && CONT(1) && CONT(2)) { in _fcitx_utf8_get_char()
149 if ((in[0] & 0xf8) == 0xf0 && CONT(1) && CONT(2) && CONT(3)) { in _fcitx_utf8_get_char()
155 if ((in[0] & 0xfc) == 0xf8 && CONT(1) && CONT(2) && CONT(3) && CONT(4)) { in _fcitx_utf8_get_char()
161 if ((in[0] & 0xfe) == 0xfc && CONT(1) && CONT(2) && CONT(3) && CONT(4) && CONT(5)) { in _fcitx_utf8_get_char()
/third_party/libxml2/
Dvalid.c361 #define CONT ctxt->vstate->cont macro
4882 if ((NODE == NULL) && (CONT == NULL)) in xmlValidateElementType()
4885 ((CONT->ocur == XML_ELEMENT_CONTENT_MULT) || in xmlValidateElementType()
4886 (CONT->ocur == XML_ELEMENT_CONTENT_OPT))) { in xmlValidateElementType()
4889 if (CONT == NULL) return(-1); in xmlValidateElementType()
4904 DEBUG_VALID_STATE(NODE, CONT) in xmlValidateElementType()
4909 DEBUG_VALID_STATE(NODE, CONT) in xmlValidateElementType()
4914 if ((CONT != NULL) && in xmlValidateElementType()
4915 ((CONT->parent == NULL) || in xmlValidateElementType()
4916 (CONT->parent->type != XML_ELEMENT_CONTENT_OR)) && in xmlValidateElementType()
[all …]
/third_party/gettext/gnulib-local/lib/libxml/
Dvalid.c390 #define CONT ctxt->vstate->cont macro
4846 if ((NODE == NULL) && (CONT == NULL)) in xmlValidateElementType()
4849 ((CONT->ocur == XML_ELEMENT_CONTENT_MULT) || in xmlValidateElementType()
4850 (CONT->ocur == XML_ELEMENT_CONTENT_OPT))) { in xmlValidateElementType()
4853 if (CONT == NULL) return(-1); in xmlValidateElementType()
4868 DEBUG_VALID_STATE(NODE, CONT) in xmlValidateElementType()
4873 DEBUG_VALID_STATE(NODE, CONT) in xmlValidateElementType()
4878 if ((CONT != NULL) && in xmlValidateElementType()
4879 ((CONT->parent == NULL) || in xmlValidateElementType()
4880 (CONT->parent->type != XML_ELEMENT_CONTENT_OR)) && in xmlValidateElementType()
[all …]
/third_party/mksh/
Dsignames.inc10 { "CONT", 18 },
/third_party/alsa-utils/bat/
Dalsabat-test.sh75 kill -CONT $pid > /dev/null
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h119 OP00(CONT)
Dtgsi_info_opcodes.h97 OPCODE(0, 0, NONE, CONT)
/third_party/mesa3d/docs/relnotes/
D21.3.2.rst71 - intel/compiler: Don't predicate a WHILE if there is a CONT
D7.10.rst1133 - i965: Fix the gen6 jump size for BREAK/CONT in new FS.
/third_party/toybox/lib/
Dportability.c425 SIGNIFY(CHLD), SIGNIFY(CONT), SIGNIFY(STOP), SIGNIFY(TSTP),
/third_party/mesa3d/src/intel/tools/
Di965_lex.l71 cont { yylval.integer = BRW_OPCODE_CONTINUE; return CONT; }
Di965_gram.y387 %token <integer> CALL CALLA CASE CBIT CMP CMPN CONT CSEL
1365 | predicate CONT execsize JUMP_LABEL JUMP_LABEL instoptions
1384 | predicate CONT execsize relativelocation relativelocation instoptions
/third_party/openGLES/extensions/NV/
DNV_tessellation_program5.txt1076 If a conditional CONT instruction is executed inside a REP/ENDREP block,
1079 threads become inactive following the completion of a CONT instruction,
1081 unconditional CONT instruction is treated identically to a conditional
1082 CONT instruction where all active threads pass the condition code test.
1104 * if it executes a BRK or CONT instruction inside the IF/ENDIF block,
1117 the execution of a RET, BRK, or CONT instruction. All other threads will
DNV_gpu_program4.txt474 | "CONT"
1893 CONT - - - - - - - c continue with next loop interation
2644 Within a REP/ENDREP block, the CONT instruction can be used to terminate
2648 instruction. If CONT and BRK instructions are found inside multiply
2650 will fail to load if it includes a CONT or BRK instruction that is not
2685 executed. The CONT, BRK, CAL, and RET instructions have an optional
2891 Section 2.X.8.Z, CONT: Continue with Next Loop Iteration
2893 The CONT instruction conditionally transfers control to the next ENDREP
2894 instruction. A CONT instruction has no effect if the condition code test
5248 instruction (conditional break) is retained, and a "CONT"
[all …]
DNV_compute_program5.txt537 in the work group has skipped to the next iteration using the CONT
DNV_gpu_program5.txt675 CONT 40 - - - - - - - c continue with next loop interation
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_tessellation_program5.txt1076 If a conditional CONT instruction is executed inside a REP/ENDREP block,
1079 threads become inactive following the completion of a CONT instruction,
1081 unconditional CONT instruction is treated identically to a conditional
1082 CONT instruction where all active threads pass the condition code test.
1104 * if it executes a BRK or CONT instruction inside the IF/ENDIF block,
1117 the execution of a RET, BRK, or CONT instruction. All other threads will
DNV_gpu_program4.txt474 | "CONT"
1893 CONT - - - - - - - c continue with next loop interation
2644 Within a REP/ENDREP block, the CONT instruction can be used to terminate
2648 instruction. If CONT and BRK instructions are found inside multiply
2650 will fail to load if it includes a CONT or BRK instruction that is not
2685 executed. The CONT, BRK, CAL, and RET instructions have an optional
2891 Section 2.X.8.Z, CONT: Continue with Next Loop Iteration
2893 The CONT instruction conditionally transfers control to the next ENDREP
2894 instruction. A CONT instruction has no effect if the condition code test
5248 instruction (conditional break) is retained, and a "CONT"
[all …]
DNV_compute_program5.txt537 in the work group has skipped to the next iteration using the CONT
DNV_gpu_program5.txt675 CONT 40 - - - - - - - c continue with next loop interation
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_tgsi.c1822 INSTR(CONT, trans_cont),
/third_party/mesa3d/docs/gallium/
Dtgsi.rst1663 .. opcode:: CONT - Continue
1670 Support for CONT is determined by a special capability bit,