Home
last modified time | relevance | path

Searched refs:index (Results 4601 - 4625 of 11985) sorted by relevance

1...<<181182183184185186187188189190>>...480

/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zFolderInStream.cpp104 UInt32 index, UInt64 size, const UInt32 *crc)
111 RINOK(reportArcProp->ReportProp(NEventIndexType::kOutArcIndex, index, kpidSize, &prop));
115 RINOK(reportArcProp->ReportProp(NEventIndexType::kOutArcIndex, index, kpidCRC, &prop));
117 return reportArcProp->ReportFinished(NEventIndexType::kOutArcIndex, index, NUpdate::NOperationResult::kOK);
123 // const UInt32 index = _indexes[Processed.Size()]; in AddFileInfo()
135 RINOK(ReportItemProps(_reportArcProp, index, _pos, &crc)) in AddFileInfo()
206 const unsigned index = (unsigned)subStream; in GetSubStreamSize() local
207 if (index < Sizes.Size()) in GetSubStreamSize()
209 *value = Sizes[index]; in GetSubStreamSize()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_query.h131 int index,
299 unsigned index,
302 unsigned index,
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/iso-2022-jp/
H A Diso2022jp-decoder.js15 function getIndexPtr(cp, index) {
16 for (p = 0; p < index.length; p++) {
17 if (index[p] == cp) {
/third_party/nghttp2/lib/
H A Dnghttp2_hd.h244 /* The index in indexed repr or indexed name */
245 size_t index; member
365 int nghttp2_hd_emit_indname_block(nghttp2_bufs *bufs, size_t index,
376 nghttp2_hd_nv nghttp2_hd_table_get(nghttp2_hd_context *context, size_t index);
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.h244 /* The index in indexed repr or indexed name */
245 size_t index; member
365 int nghttp2_hd_emit_indname_block(nghttp2_bufs *bufs, size_t index,
376 nghttp2_hd_nv nghttp2_hd_table_get(nghttp2_hd_context *context, size_t index);
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_nir_lower_builtin.c88 assert(path->path[idx]->strct.index < desc->num_elements); in get_element()
90 return &desc->elements[path->path[idx]->strct.index ]; in get_element()
104 /* we need to fixup the array index slot: */ in get_variable()
131 tokens[1] = nir_src_as_uint(path->path[idx]->arr.index); in get_variable()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_opt_dce.c49 unsigned index = bi_get_node(ins->dest[d]); in bi_opt_dead_code_eliminate() local
61 if (index < temp_count && !(live[index] & bi_writemask(ins, d))) in bi_opt_dead_code_eliminate()
H A Dbi_print.c161 fprintf(fp, "block%u {\n", block->index); in bi_print_block()
177 fprintf(fp, "block%u ", succ->index); in bi_print_block()
184 fprintf(fp, " block%u", (*pred)->index); in bi_print_block()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_draw_arrays.c96 /* Map index buffer, if present */ in llvmpipe_draw_vbo()
99 mapped_indices = info->has_user_indices ? info->index.user : NULL; in llvmpipe_draw_vbo()
101 mapped_indices = llvmpipe_resource_data(info->index.resource); in llvmpipe_draw_vbo()
102 available_space = info->index.resource->width0; in llvmpipe_draw_vbo()
154 * unmap vertex/index buffers in llvmpipe_draw_vbo()
182 * TODO: Flush only when a user vertex/index buffer is present in llvmpipe_draw_vbo()
/third_party/node/deps/v8/src/compiler/
H A Dcontrol-flow-optimizer.cc81 Node* index = m.left().node(); in TryBuildSwitch() local
106 if (m1.left().node() != index) break; in TryBuildSwitch()
132 node->ReplaceInput(0, index); in TryBuildSwitch()
/third_party/node/deps/v8/include/cppgc/internal/
H A Dgc-info.h23 // Acquires a new GC info object and returns the index. In addition, also
147 const GCInfoIndex index = registered_index.load(std::memory_order_acquire); in Index() local
148 return index ? index in Index()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dgc-info-table.cc131 // Ensuring a new index involves current index adjustment as well as in RegisterNewGCInfo()
135 // Check the registered index again after taking the lock as some other in RegisterNewGCInfo()
137 GCInfoIndex index = registered_index.load(std::memory_order_relaxed); in RegisterNewGCInfo() local
138 if (index) { in RegisterNewGCInfo()
139 return index; in RegisterNewGCInfo()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dgdb-server.h52 // Queries the value of the {index} global value in the Wasm module identified
55 bool GetWasmGlobal(uint32_t frame_index, uint32_t index, uint8_t* buffer,
58 // Queries the value of the {index} local value in the {frame_index}th stack
61 bool GetWasmLocal(uint32_t frame_index, uint32_t index, uint8_t* buffer,
64 // Queries the value of the {index} value in the operand stack.
66 bool GetWasmStackValue(uint32_t frame_index, uint32_t index, uint8_t* buffer,
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_dec_references_mgr.h59 void mark_reference_in_use(uint16_t index);
61 uint16_t store_future_reference(uint16_t index,
98 // Make sure next "available" index is not already used. Should be cleaned up and there shouldn't be never 127 in flight used indices in get_index7bits()
108 // Point to next circular index for next call in get_index7bits()
119 uint16_t index, // in
169 // uint16_t index, // in
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_helpers.c87 * Gets a GPU address for the associated index buffer. Only gauranteed to be
96 struct panfrost_resource *rsrc = pan_resource(info->index.resource); in panfrost_get_index_buffer()
105 const uint8_t *ibuf8 = (const uint8_t *) info->index.user; in panfrost_get_index_buffer()
117 /* Gets a GPU address for the associated index buffer. Only gauranteed to be
119 * the bounds on the index buffer for the range accessed by the draw. We do
129 struct panfrost_resource *rsrc = pan_resource(info->index.resource); in panfrost_get_index_buffer_bounded()
160 * Given an (index, divisor) tuple, assign a vertex buffer. Midgard and
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program.c83 unsigned int index, in get_used_temporaries_cb()
91 if (index >= d->UsedLength) in get_used_temporaries_cb()
94 d->Used[index] |= mask; in get_used_temporaries_cb()
128 * @param mask which components must be free in the temporary index that is
130 * @return -1 If there are no more free temporaries, otherwise the index of
79 get_used_temporaries_cb( void * userdata, struct rc_instruction * inst, rc_register_file file, unsigned int index, unsigned int mask) get_used_temporaries_cb() argument
/third_party/pulseaudio/src/modules/
H A Dmodule-always-source.c82 u->null_module = m ? m->index : PA_INVALID_INDEX; in load_null_source_if_needed()
111 if (source->module && source->module->index == u->null_module) in put_hook_callback()
134 if (u->null_module != PA_INVALID_INDEX && source->module && source->module->index == u->null_module) { in unlink_hook_callback()
H A Dmodule-always-sink.c82 u->null_module = m ? m->index : PA_INVALID_INDEX; in load_null_sink_if_needed()
111 if (sink->module && sink->module->index == u->null_module) in put_hook_callback()
134 if (u->null_module != PA_INVALID_INDEX && sink->module && sink->module->index == u->null_module) { in unlink_hook_callback()
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgen_gl_enum_utils.py115 for index, pair in enumerate(string_value_pairs):
116 if index == 0 or pair[1] != string_value_pairs[index - 1][1]:
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES2.h69 GLuint index, in ValidateVertexAttribPointer()
76 if (!ValidateFloatVertexFormat(context, entryPoint, index, size, type)) in ValidateVertexAttribPointer()
97 if (index >= static_cast<GLuint>(caps.maxVertexAttribBindings)) in ValidateVertexAttribPointer()
67 ValidateVertexAttribPointer(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLint size, VertexAttribType type, GLboolean normalized, GLsizei stride, const void *ptr) ValidateVertexAttribPointer() argument
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_apply_id_synonyms.cpp74 // |use_index| is the absolute index of the operand. We require in Apply()
75 // the index of the operand restricted to input operands only. in Apply()
166 fuzzerutil::RepeatedFieldToVector(synonym_to_try->index()))); in Apply()
196 GetIRContext(), base_object_type_id_1, dd1.index()); in DataDescriptorsHaveCompatibleTypes()
198 GetIRContext(), base_object_type_id_2, dd2.index()); in DataDescriptorsHaveCompatibleTypes()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_apply_id_synonyms.cpp74 // |use_index| is the absolute index of the operand. We require in Apply()
75 // the index of the operand restricted to input operands only. in Apply()
166 fuzzerutil::RepeatedFieldToVector(synonym_to_try->index()))); in Apply()
196 GetIRContext(), base_object_type_id_1, dd1.index()); in DataDescriptorsHaveCompatibleTypes()
198 GetIRContext(), base_object_type_id_2, dd2.index()); in DataDescriptorsHaveCompatibleTypes()
/third_party/skia/src/utils/
H A DSkParse.cpp267 int index = 0; in FindList() local
280 return index; in FindList()
285 index += 1; in FindList()
/third_party/skia/tests/
H A DRandomTest.cpp126 int index = value & (kNumEntries-1); in test_single_gorilla() local
127 SkASSERT(index < kNumEntries); in test_single_gorilla()
129 entries[index] |= (0x1 << entry_shift); in test_single_gorilla()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dnamer.cc180 // an out-of-bounds member index, so toss those away. in ResolveMemberNamesForStruct()
220 uint32_t index = 0; in ResolveMemberNamesForStruct() local
224 suggestion << "field" << index; in ResolveMemberNamesForStruct() local
229 index++; in ResolveMemberNamesForStruct()

Completed in 15 milliseconds

1...<<181182183184185186187188189190>>...480