/external/llvm-project/lld/wasm/ |
D | Symbols.cpp | 150 assert(outputSymbolIndex != INVALID_INDEX); in getOutputSymbolIndex() 157 assert(outputSymbolIndex == INVALID_INDEX); in setOutputSymbolIndex() 163 assert(gotIndex == INVALID_INDEX); in setGOTIndex() 218 assert(functionIndex != INVALID_INDEX); in getFunctionIndex() 224 assert(functionIndex == INVALID_INDEX); in setFunctionIndex() 231 return functionIndex != INVALID_INDEX; in hasFunctionIndex() 237 assert(tableIndex != INVALID_INDEX); in getTableIndex() 244 return tableIndex != INVALID_INDEX; in hasTableIndex() 256 assert(tableIndex == INVALID_INDEX); in setTableIndex() 292 assert(globalIndex != INVALID_INDEX); in getGlobalIndex() [all …]
|
D | Symbols.h | 40 #define INVALID_INDEX UINT32_MAX macro 116 assert(gotIndex != INVALID_INDEX); in getGOTIndex() 121 bool hasGOTIndex() const { return gotIndex != INVALID_INDEX; } in hasGOTIndex() 131 uint32_t outputSymbolIndex = INVALID_INDEX; 132 uint32_t gotIndex = INVALID_INDEX; 195 uint32_t tableIndex = INVALID_INDEX; 196 uint32_t functionIndex = INVALID_INDEX; 330 uint32_t globalIndex = INVALID_INDEX; 393 uint32_t eventIndex = INVALID_INDEX;
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_point_sprite.c | 42 #define INVALID_INDEX 9999 macro 184 if (ts->point_size_out != INVALID_INDEX) in psprite_prolog() 189 assert(ts->point_pos_out != INVALID_INDEX); in psprite_prolog() 191 ts->out_tmp_index[ts->point_pos_out] = INVALID_INDEX; in psprite_prolog() 250 if (ts->point_size_out == INVALID_INDEX) { in psprite_prolog() 283 if (ts->point_pos_sout != INVALID_INDEX) { in psprite_emit_vertex_inst() 345 if (ts->out_tmp_index[j] != INVALID_INDEX) { in psprite_emit_vertex_inst() 521 transform.point_size_in = INVALID_INDEX; in tgsi_add_point_sprite() 522 transform.point_size_out = INVALID_INDEX; in tgsi_add_point_sprite() 523 transform.point_size_tmp = INVALID_INDEX; in tgsi_add_point_sprite() [all …]
|
D | tgsi_two_side.c | 47 #define INVALID_INDEX 9999 macro 108 if (ts->front_color_input[i] != INVALID_INDEX) { in emit_prolog() 133 if (ts->face_input == INVALID_INDEX) { in emit_prolog() 149 if (ts->front_color_input[i] != INVALID_INDEX) { in emit_prolog() 212 transform.face_input = INVALID_INDEX; in tgsi_add_two_side() 213 transform.front_color_input[0] = INVALID_INDEX; in tgsi_add_two_side() 214 transform.front_color_input[1] = INVALID_INDEX; in tgsi_add_two_side() 217 transform.back_color_input[0] = INVALID_INDEX; in tgsi_add_two_side() 218 transform.back_color_input[1] = INVALID_INDEX; in tgsi_add_two_side()
|
D | tgsi_aa_point.c | 37 #define INVALID_INDEX 9999 macro 238 assert(ts->color_out != INVALID_INDEX); in aa_epilog() 239 assert(ts->color_tmp != INVALID_INDEX); in aa_epilog() 294 transform.tmp = INVALID_INDEX; in tgsi_add_aa_point() 295 transform.color_out = INVALID_INDEX; in tgsi_add_aa_point() 296 transform.color_tmp = INVALID_INDEX; in tgsi_add_aa_point()
|
D | tgsi_dynamic_indexing.c | 116 unsigned INVALID_INDEX = 99999; in remove_dynamic_indexes() local 117 unsigned file = TGSI_FILE_NULL, index = INVALID_INDEX; in remove_dynamic_indexes() 118 unsigned imm_swz_index = INVALID_INDEX; in remove_dynamic_indexes()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_link.c | 33 #define INVALID_INDEX 255 macro 50 linkage->input_map[i] = INVALID_INDEX; in svga_link_shaders() 54 linkage->prevShader.output_map[i] = INVALID_INDEX; in svga_link_shaders() 113 if (linkage->input_map[i] == INVALID_INDEX) { in svga_link_shaders() 133 assert(linkage->input_map[i] != INVALID_INDEX); in svga_link_shaders()
|
D | svga_tgsi_vgpu10.c | 62 #define INVALID_INDEX 99999 macro 1212 emit->vposition.tmp_index != INVALID_INDEX) { in emit_dst_register() 1221 emit->clip_dist_tmp_index != INVALID_INDEX) { in emit_dst_register() 1231 emit->clip_vertex_tmp_index != INVALID_INDEX) { in emit_dst_register() 1249 emit->gs.viewport_index_out_index != INVALID_INDEX) { in emit_dst_register() 1274 emit->fs.color_tmp_index != INVALID_INDEX) { in emit_dst_register() 1380 emit->clip_dist_tmp_index != INVALID_INDEX) { in emit_dst_register() 1390 emit->clip_vertex_tmp_index != INVALID_INDEX) { in emit_dst_register() 1584 emit->vs.vertex_id_tmp_index != INVALID_INDEX) { in emit_src_register() 3286 if (emit->tcs.invocation_id_sys_index == INVALID_INDEX) { in emit_hull_shader_control_point_phase() [all …]
|
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/AArch64/ |
D | plt.test | 22 # RUN: llvm-objdump -d %tindex 2>&1 | FileCheck %s --check-prefix=INVALID_INDEX -DFILE=%tindex 24 # INVALID_INDEX: warning: '[[FILE]]': PLT entry at 0x210030 references an invalid symbol{{$}} 25 # INVALID_INDEX: Disassembly of section .text:
|
/external/autotest/client/cros/cellular/pseudomodem/ |
D | pm_errors.py | 115 INVALID_INDEX = 321 variable in MMMessageError 144 self.INVALID_INDEX : '.InvalidIndex', 175 INVALID_INDEX = 21 variable in MMMobileEquipmentError 231 self.INVALID_INDEX : '.InvalidIndex',
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | JDWPConstants.java | 489 public static final int INVALID_INDEX = 503; field in JDWPConstants.Error 612 case INVALID_INDEX: in getName()
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | JDWPException.java | 57 case JDWP.Error.INVALID_INDEX: in toJDIException()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/ |
D | SetValues003Test.java | 36 private static final int INVALID_INDEX = SetValues003Debuggee.ARRAY_LENGTH; field in SetValues003Test 103 ReplyPacket checkedReply = setArrayValue(checkedObjectID, INVALID_INDEX, in testSetValues003_InvalidIndex()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | FramesTest.java | 153 if (err == JDWPConstants.Error.INVALID_INDEX) { in testFrames004() 160 + JDWPConstants.Error.getName(JDWPConstants.Error.INVALID_INDEX) in testFrames004() 161 + "(" + JDWPConstants.Error.INVALID_INDEX + ")"); in testFrames004()
|
/external/deqp/modules/gles31/stress/ |
D | es31sDrawTests.cpp | 100 INVALID_INDEX, enumerator 200 indices[ndx] = (deUint16)((m_op == INVALID_INDEX) ? (overBoundDrawCount + ndx) : (ndx)); in iterate() 588 …yond the array end are accessed", InvalidDrawCase::DRAW_ELEMENTS, InvalidDrawCase::INVALID_INDEX)); in init()
|
/external/oj-libjdwp/src/share/back/ |
D | ArrayReferenceImpl.c | 257 outStream_setError(out, JDWP_ERROR(INVALID_INDEX)); in getValues() 501 outStream_setError(out, JDWP_ERROR(INVALID_INDEX)); in setValues()
|
D | error_messages.c | 300 CASE_RETURN_JDWP_ERROR_TEXT(INVALID_INDEX) in jdwpErrorText()
|
D | ThreadReferenceImpl.c | 265 outStream_setError(out, JDWP_ERROR(INVALID_INDEX)); in frames()
|
D | util.c | 1965 case JDWP_ERROR(INVALID_INDEX): in map2jvmtiError() 2282 return JDWP_ERROR(INVALID_INDEX); in map2jdwpError()
|
/external/oj-libjdwp/make/data/jdwp/ |
D | jdwp.spec | 3135 (Constant INVALID_INDEX =503 "Index is invalid.")
|