Home
last modified time | relevance | path

Searched refs:index (Results 10751 - 10775 of 24014) sorted by relevance

1...<<431432433434435436437438439440>>...961

/kernel/linux/linux-6.6/security/tomoyo/
H A Dutil.c988 * @index: Index number of functionality.
993 const u8 index) in tomoyo_get_mode()
1001 mode = p->config[index]; in tomoyo_get_mode()
1003 mode = p->config[tomoyo_index2category[index] in tomoyo_get_mode()
1015 * @index: Index number of functionality.
1020 struct tomoyo_domain_info *domain, const u8 index) in tomoyo_init_request_info()
1030 r->type = index; in tomoyo_init_request_info()
1031 r->mode = tomoyo_get_mode(domain->ns, profile, index); in tomoyo_init_request_info()
992 tomoyo_get_mode(const struct tomoyo_policy_namespace *ns, const u8 profile, const u8 index) tomoyo_get_mode() argument
1019 tomoyo_init_request_info(struct tomoyo_request_info *r, struct tomoyo_domain_info *domain, const u8 index) tomoyo_init_request_info() argument
/kernel/linux/linux-6.6/sound/core/seq/oss/
H A Dseq_oss_midi.c222 int index; in snd_seq_oss_midi_check_exit_port() local
235 for (index = max_midi_devs - 1; index >= 0; index--) { in snd_seq_oss_midi_check_exit_port()
236 if (midi_devs[index]) in snd_seq_oss_midi_check_exit_port()
239 max_midi_devs = index + 1; in snd_seq_oss_midi_check_exit_port()
/kernel/liteos_a/shell/full/src/cmds/
H A Ddmesg.c525 UINT32 index; in OsLogShow() local
530 index = g_dmesgInfo->logHead; in OsLogShow()
540 *(p + i) = *(g_dmesgInfo->logBuf + index++); in OsLogShow()
541 if (index > BUF_MAX_INDEX) { in OsLogShow()
542 index = 0; in OsLogShow()
545 if (index == g_dmesgInfo->logTail) { in OsLogShow()
770 if (LOS_DmesgToFile((CHAR *)argv[2]) < 0) { /* 2:index of parameters */ in OsShellCmdDmesg()
771 PRINTK("Dmesg write log to %s fail \n", argv[2]); /* 2:index of parameters */ in OsShellCmdDmesg()
774 PRINTK("Dmesg write log to %s success \n", argv[2]); /* 2:index of parameters */ in OsShellCmdDmesg()
778 return OsDmesgLvSet(argv[2]); /* 2:index o in OsShellCmdDmesg()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc/
H A Defc_nport.c182 unsigned long index; in efc_nport_attach() local
195 xa_for_each(&nport->lookup, index, node) { in efc_nport_attach()
217 unsigned long index; in efc_nport_shutdown() local
219 xa_for_each(&nport->lookup, index, node) { in efc_nport_shutdown()
504 unsigned long index; in __efc_nport_attached() local
511 xa_for_each(&nport->lookup, index, node) in __efc_nport_attached()
/kernel/linux/linux-6.6/net/dsa/
H A Dtrace.h44 __entry->port = dp->index;
103 __entry->port = dp->index;
162 __entry->port = dp->index;
343 __entry->port = dp->index;
388 __entry->port = dp->index;
431 __entry->port = dp->index;
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H A Dcpp_parser_lite.py120 message = line[line.index(_TEST_START_TAG) +
128 message = line[line.index(_TEST_SKIPPED_TAG) + len(
137 message = line[line.index(_TEST_OK_TAG) + len(
146 message = line[line.index(_ALT_OK_TAG) + len(
151 message = line[line.index(_TEST_FAILED_TAG) + len(
159 message = line[line.index(_TIMEOUT_TAG) + len(
/test/xts/acts/kernel_lite/time_posix/src/
H A DAlarmTest.cpp395 int index = 0; in HWTEST_F() local
425 getMsValue[index++] = getMillisec; in HWTEST_F()
429 for (int i = 0; i < index; i++) { in HWTEST_F()
616 int index = 0; in HWTEST_F() local
640 getMsValue[index++] = getMillisec; in HWTEST_F()
644 for (int i = 0; i < index; i++) { in HWTEST_F()
/third_party/ffmpeg/libavcodec/
H A Dalacenc.c301 int index = lpc.lpc_order - 1; in alac_linear_predictor() local
304 while (index >= 0 && (neg ? (res_val < 0) : (res_val > 0))) { in alac_linear_predictor()
305 int val = samples[0] - samples[lpc.lpc_order - index]; in alac_linear_predictor()
311 lpc.lpc_coeff[index] -= sign; in alac_linear_predictor()
313 res_val -= (val >> lpc.lpc_quant) * (lpc.lpc_order - index); in alac_linear_predictor()
314 index--; in alac_linear_predictor()
H A Dxan.c214 int index; in xan_wc3_output_pixel_run() local
222 index = y * stride + x; in xan_wc3_output_pixel_run()
224 while (pixel_count && index < s->frame_size) { in xan_wc3_output_pixel_run()
226 memcpy(palette_plane + index, pixel_buffer, count); in xan_wc3_output_pixel_run()
228 index += count; in xan_wc3_output_pixel_run()
233 index += line_inc; in xan_wc3_output_pixel_run()
/third_party/ffmpeg/libavfilter/
H A Dsignature_lookup.c556 cs->first->index, cs2->first->index); in lookup_signatures()
563 "ratio %f, offset %d\n", i->first->index, i->second->index, in lookup_signatures()
573 bestmatch.first->index, bestmatch.second->index, in lookup_signatures()
H A Daf_lv2.c357 int index; in config_output() local
378 index = lilv_port_get_index(s->plugin, port); in config_output()
379 s->controls[index] = val; in config_output()
553 int index; in process_command() local
561 index = lilv_port_get_index(s->plugin, port); in process_command()
562 s->controls[index] = atof(args); in process_command()
/third_party/alsa-lib/test/
H A Duser-ctl-element-set.c521 unsigned int index; in check_elem_set_props() local
531 index = snd_ctl_elem_id_get_index(trial->id); in check_elem_set_props()
534 snd_ctl_elem_info_set_index(info, index + i); in check_elem_set_props()
616 unsigned int index; in check_elems() local
624 index = snd_ctl_elem_id_get_index(trial->id); in check_elems()
627 snd_ctl_elem_value_set_index(data, index + i); in check_elems()
/third_party/backends/backend/
H A Drts88xx_lib.c124 * read one register at given index
127 sanei_rts88xx_read_reg (SANE_Int devnum, SANE_Int index, SANE_Byte * reg) in sanei_rts88xx_read_reg() argument
133 cmd[1] = index; in sanei_rts88xx_read_reg()
149 DBG (DBG_io2, "sanei_rts88xx_read_reg: reg[0x%02x]=0x%02x\n", index, *reg); in sanei_rts88xx_read_reg()
154 * write one register at given index
157 sanei_rts88xx_write_reg (SANE_Int devnum, SANE_Int index, SANE_Byte * reg) in sanei_rts88xx_write_reg() argument
163 cmd[1] = index; in sanei_rts88xx_write_reg()
173 DBG (DBG_io2, "sanei_rts88xx_write_reg: reg[0x%02x]=0x%02x\n", index, *reg); in sanei_rts88xx_write_reg()
178 * write length consecutive registers, starting at index
246 /* read several registers starting at the given index */
[all...]
/third_party/icu/tools/unicode/c/genprops/
H A Dpnamesbuilder.cpp387 int32_t index=1; in setPropertyInt() local
389 int32_t rangeStart=valueMaps.elementAti(index); in setPropertyInt()
390 int32_t rangeLimit=valueMaps.elementAti(index+1); in setPropertyInt()
391 index+=2; in setPropertyInt()
393 valueMaps.setElementAt(value, index+2*(prop-rangeStart)+subIndex); in setPropertyInt()
396 index+=2*(rangeLimit-rangeStart); in setPropertyInt()
536 int32_t i=1; // valueMaps index, initially after numRanges in findProperty()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_tess_io.cpp182 int index; member
190 if (mq->ssa_index == src->ssa->index) { in update_alu_mask()
191 mq->mask |= nir_alu_instr_src_read_mask(mq->alu, mq->index); in update_alu_mask()
193 ++mq->index; in update_alu_mask()
207 mq.ssa_index = use_src->ssa->index; in get_dest_usee_mask()
212 mq.index = 0; in get_dest_usee_mask()
/third_party/node/lib/internal/
H A Dutil.js83 return _toUSVString(str, match.index);
481 function spliceOne(list, index) {
482 for (; index + 1 < list.length; index++)
483 list[index] = list[index + 1];
/third_party/node/deps/v8/src/wasm/
H A Ddecoder.h146 // Reads a prefixed-opcode, possibly with variable-length index.
152 uint32_t index; in read_prefixed_opcode() local
155 index = read_u32v<validate>(pc + 1, length, "prefixed opcode index"); in read_prefixed_opcode()
159 if (validate && V8_UNLIKELY(index > 0xff)) { in read_prefixed_opcode()
160 errorf(pc, "Invalid prefixed opcode %d", index); in read_prefixed_opcode()
162 index = 0; in read_prefixed_opcode()
166 return static_cast<WasmOpcode>((*pc) << 8 | index); in read_prefixed_opcode()
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
H A Ddxil_spirv_nir.c121 nir_ssa_def *index = nir_vulkan_resource_index( in lower_shader_system_values() local
131 index, .desc_type = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER); in lower_shader_system_values()
209 nir_ssa_def *index = nir_vulkan_resource_index( in lower_load_push_constant() local
219 index, .desc_type = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER); in lower_load_push_constant()
298 nir_ssa_def *index = nir_vulkan_resource_index( in lower_yz_flip() local
309 index, .desc_type = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER); in lower_yz_flip()
/third_party/icu/icu4c/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp69 virtual UPerfFunction *runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=NULL);
156 printf("total index size: %6ld\n", (long)(itemNames.length()+count*8)); in BinarySearchPackageLookup()
290 // As value, set the data item index. in BytesTriePackageLookup()
303 printf("total index size: %6ld\n", (long)(length+(count+1)*4)); in BytesTriePackageLookup()
396 if(index!=lastMatch) { in ucharsTrieMatches()
645 UPerfFunction *DictionaryTriePerfTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
648 switch(index) { in runIndexedTest()
678 if(index==0 && exec) { in runIndexedTest()
682 switch(index) { in runIndexedTest()
/third_party/node/deps/v8/include/
H A Dv8-template.h321 void (*)(uint32_t index, const PropertyCallbackInfo<Value>& info);
327 void (*)(uint32_t index, Local<Value> value,
334 void (*)(uint32_t index, const PropertyCallbackInfo<Integer>& info);
340 void (*)(uint32_t index, const PropertyCallbackInfo<Boolean>& info);
355 void (*)(uint32_t index, const PropertyDescriptor& desc,
362 void (*)(uint32_t index, const PropertyCallbackInfo<Value>& info);
/third_party/node/deps/v8/include/v8-include/
H A Dv8-template.h305 void (*)(uint32_t index, const PropertyCallbackInfo<Value>& info);
311 void (*)(uint32_t index, Local<Value> value,
318 void (*)(uint32_t index, const PropertyCallbackInfo<Integer>& info);
324 void (*)(uint32_t index, const PropertyCallbackInfo<Boolean>& info);
339 void (*)(uint32_t index, const PropertyDescriptor& desc,
346 void (*)(uint32_t index, const PropertyCallbackInfo<Value>& info);
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-code-generator.cc130 DCHECK_EQ(source.index(), value_node->spill_slot().index()); in Process()
425 // 2 parameters, where we want argument index 1 -- looking at the array in EmitLazyDeopt()
436 deopt_info->result_location.index(); in EmitLazyDeopt()
512 DCHECK_LE(i, reg.index()); in EmitDeoptFrameValues()
517 while (i < reg.index()) { in EmitDeoptFrameValues()
522 DCHECK_EQ(i, reg.index()); in EmitDeoptFrameValues()
/third_party/node/deps/v8/src/objects/
H A Dstring-table.cc16 #include "src/objects/internal-index.h"
97 OffHeapObjectSlot slot(InternalIndex index) const { in slot()
98 return OffHeapObjectSlot(&elements_[index.as_uint32()]); in slot()
101 Object Get(PtrComprCageBase cage_base, InternalIndex index) const { in Get()
102 return slot(index).Acquire_Load(cage_base); in Get()
105 void Set(InternalIndex index, String entry) { in Set() argument
106 slot(index).Release_Store(entry); in Set()
657 // String could be an array index. in TryStringToIndexOrLookupExisting()
666 // It is an index, but it's not cached. in TryStringToIndexOrLookupExisting()
675 // A string that's not an array index, an in TryStringToIndexOrLookupExisting()
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target_nv50.cpp246 for (int c = 0; c < sym->reg.data.sv.index; ++c) in getSVAddress()
255 return sym->reg.data.sv.index >= 2 ? 0x10 : 0x8 + 2 * sym->reg.data.sv.index; in getSVAddress()
257 return sym->reg.data.sv.index >= 2 ? 0x12 : 0xc + 2 * sym->reg.data.sv.index; in getSVAddress()
259 return 0x2 + 2 * sym->reg.data.sv.index; in getSVAddress()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryPositionFetchTests.cpp190 << " while (index < " << numRays << ") {\n" in initPrograms()
192 //<< " modes.values[3*index.x+i] = vec4(i, 0.0, 5.0, 1.0);\n" in initPrograms()
195 << " const vec3 origin = origins.values[index].xyz;\n" in initPrograms()
206 << " modes.values[3*index.x+i] = vec4(outputVal[i], 0);\n" in initPrograms()
207 // << " modes.values[3*index.x+i] = vec4(1.0, 1.0, 1.0, 0);\n" in initPrograms()
211 << " index += " << kNumThreadsAtOnce << ";\n" in initPrograms()
220 << " uint index = gl_VertexIndex.x;\n" in initPrograms()
235 << " uint index = gl_LaunchIDEXT.x;\n" in initPrograms()
252 << " uint index = gl_LocalInvocationID.x;\n" in initPrograms()
464 for (deUint32 index in iterate()
[all...]

Completed in 32 milliseconds

1...<<431432433434435436437438439440>>...961