/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | util.c | 988 * @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 D | seq_oss_midi.c | 222 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 D | dmesg.c | 525 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 D | efc_nport.c | 182 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 D | trace.h | 44 __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 D | cpp_parser_lite.py | 120 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 D | AlarmTest.cpp | 395 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 D | alacenc.c | 301 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 D | xan.c | 214 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 D | signature_lookup.c | 556 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 D | af_lv2.c | 357 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 D | user-ctl-element-set.c | 521 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 D | rts88xx_lib.c | 124 * 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 D | pnamesbuilder.cpp | 387 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 D | sfn_nir_lower_tess_io.cpp | 182 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 D | util.js | 83 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 D | decoder.h | 146 // 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 D | dxil_spirv_nir.c | 121 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 D | dicttrieperf.cpp | 69 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 D | v8-template.h | 321 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 D | v8-template.h | 305 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 D | maglev-code-generator.cc | 130 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 D | string-table.cc | 16 #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 D | nv50_ir_target_nv50.cpp | 246 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 D | vktRayQueryPositionFetchTests.cpp | 190 << " 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...] |