/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | input.py | 210 for index, child in enumerate(node.elts): 212 kp.append(repr(index)) 441 index = 0 442 while index < len(build_file_data["targets"]): 450 old_target_dict = build_file_data["targets"][index] 457 build_file_data["targets"][index] = new_target_dict 458 index += 1 677 for index, char in enumerate(input_str): 681 start = index 688 return (start, index [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | OutputASM.cpp | 534 callMain->dst.index = 0; // main() in output() 664 // so declare them but don't assign a register index yet (one will be assigned when referenced in reachable code). in visitSymbol() 711 return false; // Don't traverse, the register index is determined statically in visitBinary() 851 for(int index = 1; index < left->totalRegisterCount(); index++) in visitBinary() 854 emit(sw::Shader::OPCODE_EQ, &equal, 0, left, index, right, index); in visitBinary() 864 for(int index = 1; index < lef in visitBinary() 2186 emitCmp(sw::Shader::Control cmpOp, TIntermTyped *dst, TIntermNode *left, TIntermNode *right, int index) emitCmp() argument 2216 int index = registers / type.elementRegisterCount(); componentCount() local 2268 int index = registers / type.elementRegisterCount(); registerSize() local 2329 getArgumentInfo(TIntermTyped *arg, int index) getArgumentInfo() argument 2383 source(sw::Shader::SourceParameter ¶meter, TIntermNode *argument, int index) source() argument 2500 destination(sw::Shader::DestinationParameter ¶meter, TIntermTyped *arg, int index) destination() argument 2523 swizzleElement(int swizzle, int index) swizzleElement() argument 2764 int index = right->getAsConstantUnion()->getIConst(0); lvalue() local 2791 int index = sequence[i]->getAsConstantUnion()->getIConst(0); lvalue() local 2974 writeMask(TIntermTyped *destination, int index) writeMask() argument 3104 int index = allocate(temporaries, temporary); temporaryRegister() local 3316 int index = isBlockMember ? lookup(uniforms, parentBlock) : lookup(uniforms, uniform); uniformRegister() local 3352 int index = lookup(attributes, attribute); attributeRegister() local 3432 int index = right->getAsConstantUnion() ? right->getAsConstantUnion()->getIConst(0) : 0; samplerRegister() local 3479 int index = lookup(samplers, sampler); samplerRegister() local 3607 int index = lookup(list, variable); allocate() local 3655 int index = lookup(list, variable); free() local [all...] |
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | btree.c | 137 nilfs_btree_node_get_key(const struct nilfs_btree_node *node, int index) in nilfs_btree_node_get_key() argument 139 return le64_to_cpu(*(nilfs_btree_node_dkeys(node) + index)); in nilfs_btree_node_get_key() 143 nilfs_btree_node_set_key(struct nilfs_btree_node *node, int index, __u64 key) in nilfs_btree_node_set_key() argument 145 *(nilfs_btree_node_dkeys(node) + index) = cpu_to_le64(key); in nilfs_btree_node_set_key() 149 nilfs_btree_node_get_ptr(const struct nilfs_btree_node *node, int index, in nilfs_btree_node_get_ptr() argument 152 return le64_to_cpu(*(nilfs_btree_node_dptrs(node, ncmax) + index)); in nilfs_btree_node_get_ptr() 156 nilfs_btree_node_set_ptr(struct nilfs_btree_node *node, int index, __u64 ptr, in nilfs_btree_node_set_ptr() argument 159 *(nilfs_btree_node_dptrs(node, ncmax) + index) = cpu_to_le64(ptr); in nilfs_btree_node_set_ptr() 239 static void nilfs_btree_node_insert(struct nilfs_btree_node *node, int index, in nilfs_btree_node_insert() argument 249 if (index < nchildre in nilfs_btree_node_insert() 262 nilfs_btree_node_delete(struct nilfs_btree_node *node, int index, __u64 *keyp, __u64 *ptrp, int ncmax) nilfs_btree_node_delete() argument 295 int index, low, high, s; nilfs_btree_node_lookup() local 466 int index; /* current index on the parent node */ global() member 554 int level, index, found, ncmax, ret; nilfs_btree_do_lookup() local 614 int index, level, ncmax, ret; nilfs_btree_do_lookup_last() local 663 int index, next_adj, level; nilfs_btree_get_next_key() local 712 int ret, cnt, index, maxlevel, ncmax; nilfs_btree_lookup_contig() local 2158 pgoff_t index = 0; nilfs_btree_lookup_dirty_buffers() local [all...] |
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | btree.c | 137 nilfs_btree_node_get_key(const struct nilfs_btree_node *node, int index) in nilfs_btree_node_get_key() argument 139 return le64_to_cpu(*(nilfs_btree_node_dkeys(node) + index)); in nilfs_btree_node_get_key() 143 nilfs_btree_node_set_key(struct nilfs_btree_node *node, int index, __u64 key) in nilfs_btree_node_set_key() argument 145 *(nilfs_btree_node_dkeys(node) + index) = cpu_to_le64(key); in nilfs_btree_node_set_key() 149 nilfs_btree_node_get_ptr(const struct nilfs_btree_node *node, int index, in nilfs_btree_node_get_ptr() argument 152 return le64_to_cpu(*(nilfs_btree_node_dptrs(node, ncmax) + index)); in nilfs_btree_node_get_ptr() 156 nilfs_btree_node_set_ptr(struct nilfs_btree_node *node, int index, __u64 ptr, in nilfs_btree_node_set_ptr() argument 159 *(nilfs_btree_node_dptrs(node, ncmax) + index) = cpu_to_le64(ptr); in nilfs_btree_node_set_ptr() 239 static void nilfs_btree_node_insert(struct nilfs_btree_node *node, int index, in nilfs_btree_node_insert() argument 249 if (index < nchildre in nilfs_btree_node_insert() 262 nilfs_btree_node_delete(struct nilfs_btree_node *node, int index, __u64 *keyp, __u64 *ptrp, int ncmax) nilfs_btree_node_delete() argument 295 int index, low, high, s; nilfs_btree_node_lookup() local 466 int index; /* current index on the parent node */ global() member 554 int level, index, found, ncmax, ret; nilfs_btree_do_lookup() local 614 int index, level, ncmax, ret; nilfs_btree_do_lookup_last() local 663 int index, next_adj, level; nilfs_btree_get_next_key() local 712 int ret, cnt, index, maxlevel, ncmax; nilfs_btree_lookup_contig() local 2155 pgoff_t index = 0; nilfs_btree_lookup_dirty_buffers() local [all...] |
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | adt7462.c | 784 if (!temp_enabled(data, attr->index)) in temp_min_show() 787 return sprintf(buf, "%d\n", 1000 * (data->temp_min[attr->index] - 64)); in temp_min_show() 799 if (kstrtol(buf, 10, &temp) || !temp_enabled(data, attr->index)) in temp_min_store() 806 data->temp_min[attr->index] = temp; in temp_min_store() 807 i2c_smbus_write_byte_data(client, ADT7462_TEMP_MIN_REG(attr->index), in temp_min_store() 820 if (!temp_enabled(data, attr->index)) in temp_max_show() 823 return sprintf(buf, "%d\n", 1000 * (data->temp_max[attr->index] - 64)); in temp_max_show() 835 if (kstrtol(buf, 10, &temp) || !temp_enabled(data, attr->index)) in temp_max_store() 842 data->temp_max[attr->index] = temp; in temp_max_store() 843 i2c_smbus_write_byte_data(client, ADT7462_TEMP_MAX_REG(attr->index), in temp_max_store() [all...] |
H A D | ftsteutates.c | 349 int index = to_sensor_dev_attr(devattr)->index; in in_value_show() local 356 return sprintf(buf, "%u\n", data->volt[index]); in in_value_show() 363 int index = to_sensor_dev_attr(devattr)->index; in temp_value_show() local 370 return sprintf(buf, "%u\n", data->temp_input[index]); in temp_value_show() 377 int index = to_sensor_dev_attr(devattr)->index; in temp_fault_show() local 385 return sprintf(buf, "%d\n", data->temp_input[index] == 0); in temp_fault_show() 392 int index in temp_alarm_show() local 407 int index = to_sensor_dev_attr(devattr)->index; temp_alarm_store() local 438 int index = to_sensor_dev_attr(devattr)->index; fan_value_show() local 452 int index = to_sensor_dev_attr(devattr)->index; fan_source_show() local 466 int index = to_sensor_dev_attr(devattr)->index; fan_alarm_show() local 481 int index = to_sensor_dev_attr(devattr)->index; fan_alarm_store() local [all...] |
H A D | max6697.c | 255 int index = to_sensor_dev_attr(devattr)->index; in temp_input_show() local 262 temp = (data->temp[index][MAX6697_TEMP_INPUT] - data->temp_offset) << 3; in temp_input_show() 263 temp |= data->temp[index][MAX6697_TEMP_EXT] >> 5; in temp_input_show() 272 int index = to_sensor_dev_attr_2(devattr)->index; in temp_show() local 279 temp = data->temp[nr][index]; in temp_show() 288 int index = to_sensor_dev_attr(attr)->index; in alarm_show() local 295 index in alarm_show() 305 int index = to_sensor_dev_attr_2(devattr)->index; temp_store() local 330 int val, ret, index, select; offset_store() local 375 int select, ret, index; offset_show() local 460 max6697_is_visible(struct kobject *kobj, struct attribute *attr, int index) max6697_is_visible() argument [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | adt7462.c | 784 if (!temp_enabled(data, attr->index)) in temp_min_show() 787 return sprintf(buf, "%d\n", 1000 * (data->temp_min[attr->index] - 64)); in temp_min_show() 799 if (kstrtol(buf, 10, &temp) || !temp_enabled(data, attr->index)) in temp_min_store() 806 data->temp_min[attr->index] = temp; in temp_min_store() 807 i2c_smbus_write_byte_data(client, ADT7462_TEMP_MIN_REG(attr->index), in temp_min_store() 820 if (!temp_enabled(data, attr->index)) in temp_max_show() 823 return sprintf(buf, "%d\n", 1000 * (data->temp_max[attr->index] - 64)); in temp_max_show() 835 if (kstrtol(buf, 10, &temp) || !temp_enabled(data, attr->index)) in temp_max_store() 842 data->temp_max[attr->index] = temp; in temp_max_store() 843 i2c_smbus_write_byte_data(client, ADT7462_TEMP_MAX_REG(attr->index), in temp_max_store() [all...] |
/third_party/node/deps/v8/src/debug/ |
H A D | debug-wasm-objects.cc | 21 // Helper for unpacking a maybe name that makes a default with an index if 26 uint32_t index) { in GetNameOrDefault() 36 int len = SNPrintF(value, "%s%u", default_name_prefix, index); in GetNameOrDefault() 42 wasm::ImportExportKindCode kind, uint32_t index) { in GetNameFromImportsAndExportsOrNull() 47 auto import_name_ref = debug_info->GetImportName(kind, index); in GetNameFromImportsAndExportsOrNull() 61 auto export_name_ref = debug_info->GetExportName(kind, index); in GetNameFromImportsAndExportsOrNull() 181 static void IndexedGetter(uint32_t index, in IndexedGetter() 185 if (index < T::Count(isolate, provider)) { in IndexedGetter() 186 auto value = T::Get(isolate, provider, index); in IndexedGetter() 191 static void IndexedDescriptor(uint32_t index, in IndexedDescriptor() 23 GetNameOrDefault(Isolate* isolate, MaybeHandle<String> maybe_name, const char* default_name_prefix, uint32_t index) GetNameOrDefault() argument 40 GetNameFromImportsAndExportsOrNull( Isolate* isolate, Handle<WasmInstanceObject> instance, wasm::ImportExportKindCode kind, uint32_t index) GetNameFromImportsAndExportsOrNull() argument [all...] |
/kernel/linux/linux-5.10/sound/soc/meson/ |
H A D | axg-card.c | 104 int *index) in axg_card_add_tdm_loopback() 107 struct snd_soc_dai_link *pad = &card->dai_link[*index]; in axg_card_add_tdm_loopback() 117 lb = &card->dai_link[*index + 1]; in axg_card_add_tdm_loopback() 143 priv->link_data[*index + 1] = priv->link_data[*index]; in axg_card_add_tdm_loopback() 152 *index += 1; in axg_card_add_tdm_loopback() 249 int *index) in axg_card_parse_tdm() 252 struct snd_soc_dai_link *link = &card->dai_link[*index]; in axg_card_parse_tdm() 260 priv->link_data[*index] = be; in axg_card_parse_tdm() 281 ret = axg_card_add_tdm_loopback(card, index); in axg_card_parse_tdm() 103 axg_card_add_tdm_loopback(struct snd_soc_card *card, int *index) axg_card_add_tdm_loopback() argument 247 axg_card_parse_tdm(struct snd_soc_card *card, struct device_node *node, int *index) axg_card_parse_tdm() argument 310 axg_card_add_link(struct snd_soc_card *card, struct device_node *np, int *index) axg_card_add_link() argument [all...] |
/kernel/linux/linux-5.10/net/dsa/ |
H A D | switch.c | 58 if (ds->index == info->sw_index) in dsa_switch_mtu_match() 94 if (dst->index == info->tree_index && ds->index == info->sw_index && in dsa_switch_bridge_join() 98 if ((dst->index != info->tree_index || ds->index != info->sw_index) && in dsa_switch_bridge_join() 114 if (dst->index == info->tree_index && ds->index == info->sw_index && in dsa_switch_bridge_leave() 118 if ((dst->index != info->tree_index || ds->index != info->sw_index) && in dsa_switch_bridge_leave() 184 if (ds->index in dsa_switch_mdb_match() [all...] |
/kernel/linux/linux-6.6/drivers/platform/x86/amd/ |
H A D | hsmp.c | 82 u32 index; in __hsmp_send_message() local 93 index = 0; in __hsmp_send_message() 95 while (index < msg->num_args) { in __hsmp_send_message() 96 ret = amd_hsmp_rdwr(root, SMN_HSMP_MSG_DATA + (index << 2), in __hsmp_send_message() 97 &msg->args[index], HSMP_WR); in __hsmp_send_message() 99 pr_err("Error %d writing message argument %d\n", ret, index); in __hsmp_send_message() 102 index++; in __hsmp_send_message() 156 index = 0; in __hsmp_send_message() 157 while (index < msg->response_sz) { in __hsmp_send_message() 158 ret = amd_hsmp_rdwr(root, SMN_HSMP_MSG_DATA + (index << in __hsmp_send_message() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | eeprom.c | 272 int index, target_power; in mt7915_eeprom_get_target_power() local 283 index = MT_EE_TX0_POWER_2G_V2 + chain_idx; in mt7915_eeprom_get_target_power() 284 target_power = eeprom[index]; in mt7915_eeprom_get_target_power() 286 index = MT_EE_TX0_POWER_2G + chain_idx * 3; in mt7915_eeprom_get_target_power() 287 target_power = eeprom[index]; in mt7915_eeprom_get_target_power() 290 target_power += eeprom[index + 1]; in mt7915_eeprom_get_target_power() 296 index = MT_EE_TX0_POWER_5G_V2 + chain_idx * 5; in mt7915_eeprom_get_target_power() 297 target_power = eeprom[index + group]; in mt7915_eeprom_get_target_power() 299 index = MT_EE_TX0_POWER_5G + chain_idx * 12; in mt7915_eeprom_get_target_power() 300 target_power = eeprom[index in mt7915_eeprom_get_target_power() [all...] |
/kernel/linux/linux-6.6/sound/soc/meson/ |
H A D | axg-card.c | 104 int *index) in axg_card_add_tdm_loopback() 107 struct snd_soc_dai_link *pad = &card->dai_link[*index]; in axg_card_add_tdm_loopback() 117 lb = &card->dai_link[*index + 1]; in axg_card_add_tdm_loopback() 141 priv->link_data[*index + 1] = priv->link_data[*index]; in axg_card_add_tdm_loopback() 150 *index += 1; in axg_card_add_tdm_loopback() 247 int *index) in axg_card_parse_tdm() 250 struct snd_soc_dai_link *link = &card->dai_link[*index]; in axg_card_parse_tdm() 258 priv->link_data[*index] = be; in axg_card_parse_tdm() 279 ret = axg_card_add_tdm_loopback(card, index); in axg_card_parse_tdm() 103 axg_card_add_tdm_loopback(struct snd_soc_card *card, int *index) axg_card_add_tdm_loopback() argument 245 axg_card_parse_tdm(struct snd_soc_card *card, struct device_node *node, int *index) axg_card_parse_tdm() argument 308 axg_card_add_link(struct snd_soc_card *card, struct device_node *np, int *index) axg_card_add_link() argument [all...] |
/kernel/liteos_m/arch/risc-v/riscv32/gcc/ |
H A D | los_interrupt.c | 98 UINT32 index; in HalHwiInit() local 99 for (index = OS_RISCV_SYS_VECTOR_CNT; index < OS_HWI_MAX_NUM; index++) { in HalHwiInit() 100 g_hwiForm[index].pfnHook = HalHwiDefaultHandler; in HalHwiInit() 101 g_hwiForm[index].uwParam = 0; in HalHwiInit() 214 UINT32 index; in ExcBackTrace() local 219 for (index = 0; index < LOSCFG_BACKTRACE_DEPTH; index in ExcBackTrace() [all...] |
/kernel/liteos_m/arch/xtensa/lx6/gcc/ |
H A D | los_interrupt.c | 250 INT32 index;
in OsExcRegInfo() local 260 for (index = 0; index < XTENSA_LOGREG_NUM; index++) {
in OsExcRegInfo() 261 PRINTK("regA%d = 0x%x\n", index, excInfo->context->regA[index]);
in OsExcRegInfo() 269 UINT32 index;
in OsExcBackTraceInfo() local 274 for (index = 0; index < LOSCFG_BACKTRACE_DEPTH; index in OsExcBackTraceInfo() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numbertest.h | 45 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = 0) override; 107 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = 0) override; 215 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = 0) override; 228 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = 0) override; 238 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = 0) override; 256 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = 0) override; 271 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = 0) override; 288 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = 0) override; 305 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = 0) override; 332 void runIndexedTest(int32_t index, UBoo [all...] |
/third_party/node/test/node-api/test_threadsafe_function/ |
H A D | binding.c | 41 int index; in data_source_thread() local 72 for (index = ARRAY_LENGTH - 1; index > -1 && !queue_was_closing; index--) { in data_source_thread() 73 status = napi_call_threadsafe_function(ts_fn, &ints[index], in data_source_thread() 75 if (ts_fn_info->max_queue_size == 0 && (index % 1000 == 0)) { in data_source_thread() 84 index++; in data_source_thread() 303 size_t index; in Init() local 304 for (index = 0; index < ARRAY_LENGT in Init() [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | multisample.c | 87 GLuint index, in get_sample_position() 97 index, outPos); in get_sample_position() 103 _mesa_GetMultisamplefv(GLenum pname, GLuint index, GLfloat * val) in _mesa_GetMultisamplefv() argument 113 if (index >= ctx->DrawBuffer->Visual.samples) { in _mesa_GetMultisamplefv() 114 _mesa_error( ctx, GL_INVALID_VALUE, "glGetMultisamplefv(index)" ); in _mesa_GetMultisamplefv() 118 get_sample_position(ctx, ctx->DrawBuffer, index, val); in _mesa_GetMultisamplefv() 133 if (index >= MAX_SAMPLE_LOCATION_TABLE_SIZE * 2) { in _mesa_GetMultisamplefv() 134 _mesa_error( ctx, GL_INVALID_VALUE, "glGetMultisamplefv(index)" ); in _mesa_GetMultisamplefv() 139 *val = ctx->DrawBuffer->SampleLocationTable[index]; in _mesa_GetMultisamplefv() 152 sample_maski(struct gl_context *ctx, GLuint index, GLbitfiel argument 85 get_sample_position(struct gl_context *ctx, struct gl_framebuffer *fb, GLuint index, GLfloat *outPos) get_sample_position() argument 163 _mesa_SampleMaski_no_error(GLuint index, GLbitfield mask) _mesa_SampleMaski_no_error() argument 170 _mesa_SampleMaski(GLuint index, GLbitfield mask) _mesa_SampleMaski() argument [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | schedule.h | 50 static Id FromSize(size_t index) { return Id(index); } in FromSize() argument 51 static Id FromInt(int index) { return Id(static_cast<size_t>(index)); } in FromInt() argument 54 explicit Id(size_t index) : index_(index) {} in Id() argument 76 BasicBlock* PredecessorAt(size_t index) { return predecessors_[index]; } in PredecessorAt() argument 79 void RemovePredecessor(size_t index); 85 BasicBlock* SuccessorAt(size_t index) { retur in SuccessorCount() argument 93 NodeAt(size_t index) NodeAt() argument [all...] |
/third_party/rust/crates/clap/src/output/ |
H A D | usage.rs | 251 if let Some(index) = arg.get_index() { 252 let new_len = index + 1; 256 required_positionals[index] = Some(stylized); 273 let index = pos.get_index().unwrap(); 274 let new_len = index + 1; 278 if required_positionals[index].is_some() { 280 let styled = required_positionals[index].take().unwrap(); 284 required_positionals[index] = Some(new); 296 required_positionals[index] = Some(styled); 299 required_positionals[index] [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderBlitting.cpp | 194 for (unsigned int index = 0; index < TEXTURE_WIDTH * TEXTURE_HEIGHT * TEXTURE_TEXEL_COMPONENTS; in iterate() 195 index += TEXTURE_TEXEL_COMPONENTS) in iterate() 197 if (memcmp(&expected_result_data[index], &result_data[index], TEXTURE_TEXEL_COMPONENTS) != 0) in iterate() 199 m_testCtx.getLog() << tcu::TestLog::Message << "Rendered data [" << (int)result_data[index + 0] << ", " in iterate() 200 << (int)result_data[index + 1] << ", " << (int)result_data[index + 2] << ", " in iterate() 201 << (int)result_data[index + 3] << "] is different from reference data [" in iterate() 202 << (int)expected_result_data[index in iterate() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | QuadRasterizer.cpp | 79 for(int index = 0; index < MAX_COLOR_BUFFERS; index++) 81 if(state.colorWriteActive(index)) 83 cBuffer[index] = *Pointer<Pointer<Byte>>(data + OFFSET(DrawData, colorBuffer[index])) + yMin * *Pointer<Int>(data + OFFSET(DrawData, colorPitchB[index])); 210 for(int index = 0; index < MAX_COLOR_BUFFERS; index [all...] |
/third_party/typescript/tests/baselines/reference/tsbuild/sample1/ |
H A D | listFiles.js | 21 //// [/src/core/index.ts]
41 //// [/src/logic/index.ts]
42 import * as c from '../core/index';
65 //// [/src/tests/index.ts]
66 import * as c from '../core/index';
67 import * as logic from '../logic/index';
82 "files": ["index.ts"],
91 //// [/src/ui/index.ts]
105 { "path": "../logic/index" }
116 /src/core/index [all...] |
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | dsp_tones.c | 377 int index, count, start, num; in dsp_tone_copy() local 390 index = tone->index; /* gives current sequence index */ in dsp_tone_copy() 398 if (!pat->seq[index]) { in dsp_tone_copy() 400 index = 0; in dsp_tone_copy() 403 if (count < pat->seq[index]) in dsp_tone_copy() 407 "(index=%d)\n", __func__, index); in dsp_tone_copy() 408 count -= pat->seq[index]; in dsp_tone_copy() 465 int index = tone->index; dsp_tone_timeout() local [all...] |