/third_party/ltp/testcases/kernel/numa/ |
D | numa01.sh | 106 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/ |
D | SDL_fcitx.c | 124 #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/ |
D | valid.c | 361 #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/ |
D | valid.c | 390 #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/ |
D | signames.inc | 10 { "CONT", 18 },
|
/third_party/alsa-utils/bat/ |
D | alsabat-test.sh | 75 kill -CONT $pid > /dev/null
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 119 OP00(CONT)
|
D | tgsi_info_opcodes.h | 97 OPCODE(0, 0, NONE, CONT)
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.3.2.rst | 71 - intel/compiler: Don't predicate a WHILE if there is a CONT
|
D | 7.10.rst | 1133 - i965: Fix the gen6 jump size for BREAK/CONT in new FS.
|
/third_party/toybox/lib/ |
D | portability.c | 425 SIGNIFY(CHLD), SIGNIFY(CONT), SIGNIFY(STOP), SIGNIFY(TSTP),
|
/third_party/mesa3d/src/intel/tools/ |
D | i965_lex.l | 71 cont { yylval.integer = BRW_OPCODE_CONTINUE; return CONT; }
|
D | i965_gram.y | 387 %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/ |
D | NV_tessellation_program5.txt | 1076 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
|
D | NV_gpu_program4.txt | 474 | "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 …]
|
D | NV_compute_program5.txt | 537 in the work group has skipped to the next iteration using the CONT
|
D | NV_gpu_program5.txt | 675 CONT 40 - - - - - - - c continue with next loop interation
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_tessellation_program5.txt | 1076 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
|
D | NV_gpu_program4.txt | 474 | "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 …]
|
D | NV_compute_program5.txt | 537 in the work group has skipped to the next iteration using the CONT
|
D | NV_gpu_program5.txt | 675 CONT 40 - - - - - - - c continue with next loop interation
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_tgsi.c | 1822 INSTR(CONT, trans_cont),
|
/third_party/mesa3d/docs/gallium/ |
D | tgsi.rst | 1663 .. opcode:: CONT - Continue 1670 Support for CONT is determined by a special capability bit,
|