Home
last modified time | relevance | path

Searched refs:index (Results 12001 - 12025 of 19626) sorted by relevance

1...<<481482483484485486487488489490>>...786

/kernel/linux/linux-6.6/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_dev_api.h406 u8 index; member
630 u32 index; member
638 u32 index; member
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H A Dgcc-common.h118 tree cstr, elem, index, type; in build_const_char_string() local
122 index = build_index_type(size_int(len - 1)); in build_const_char_string()
123 type = build_array_type(elem, index); in build_const_char_string()
/kernel/linux/linux-6.6/sound/core/
H A Dhwdep.c213 if (info->index >= 32) in snd_hwdep_dsp_load()
216 if (hw->dsp_loaded & (1u << info->index)) in snd_hwdep_dsp_load()
221 hw->dsp_loaded |= (1u << info->index); in snd_hwdep_dsp_load()
355 * @device: the device index (zero-based)
358 * Creates a new hwdep instance with the given index on the card.
/kernel/linux/linux-6.6/security/selinux/ss/
H A Debitmap.c368 u32 mapunit, count, startbit, index; in ebitmap_read() local
454 index = (startbit - n->startbit) / EBITMAP_UNIT_SIZE; in ebitmap_read()
456 n->maps[index++] = map & (-1UL); in ebitmap_read()
/kernel/linux/linux-6.6/security/tomoyo/
H A Daudit.c322 * @index: Index number of functionality.
329 const u8 profile, const u8 index, in tomoyo_get_audit()
334 const u8 category = tomoyo_index2category[index] + in tomoyo_get_audit()
346 mode = p->config[index]; in tomoyo_get_audit()
328 tomoyo_get_audit(const struct tomoyo_policy_namespace *ns, const u8 profile, const u8 index, const struct tomoyo_acl_info *matched_acl, const bool is_granted) tomoyo_get_audit() argument
/kernel/linux/linux-6.6/sound/firewire/fireface/
H A Dff-protocol-latter.c400 unsigned int index = (data & 0x000000f0) >> 4; in latter_handle_midi_msg() local
405 if (index >= ff->spec->midi_in_ports) in latter_handle_midi_msg()
431 substream = READ_ONCE(ff->tx_midi_substreams[index]); in latter_handle_midi_msg()
/kernel/linux/linux-6.6/sound/oss/dmasound/
H A Ddmasound_q40.c50 static void Q40PlayNextFrame(int index);
401 static void Q40PlayNextFrame(int index) in Q40PlayNextFrame() argument
412 size = (write_sq.count == index ? write_sq.rear_size : write_sq.block_size); in Q40PlayNextFrame()
/kernel/linux/linux-6.6/sound/usb/caiaq/
H A Dcontrol.c154 .index = 0,
163 int index; member
579 kcontrol_template.private_value = c->index; in add_controls()
/third_party/ffmpeg/libavcodec/
H A Dh264_sei.c139 int index = get_bits_count(gb); in decode_picture_timing() local
143 if (index & 7) { in decode_picture_timing()
151 memcpy(h->payload, gb->buffer + index / 8, size); in decode_picture_timing()
H A Dvaapi_encode_mjpeg.c151 int index, int *type, in vaapi_encode_mjpeg_write_extra_buffer()
157 if (index == 0) { in vaapi_encode_mjpeg_write_extra_buffer()
182 } else if (index == 1) { in vaapi_encode_mjpeg_write_extra_buffer()
149 vaapi_encode_mjpeg_write_extra_buffer(AVCodecContext *avctx, VAAPIEncodePicture *pic, int index, int *type, char *data, size_t *data_len) vaapi_encode_mjpeg_write_extra_buffer() argument
/third_party/ffmpeg/fftools/
H A Dffmpeg.h162 /* indexed by output file stream index */
291 int index; member
408 int ist_index; /* index of first stream in input_streams */
458 int file_index; /* file index */
459 int index; /* stream index in the output file */ member
460 int source_index; /* InputStream index */
587 int index; member
593 int ost_index; /* index of the first stream in output_streams */
/third_party/ffmpeg/libavdevice/
H A Ddshow_pin.c297 int index; in ff_dshow_meminputpin_Receive() local
348 index = pin->filter->stream_index; in ff_dshow_meminputpin_Receive()
353 pin->filter->callback(priv_data, index, buf, buf_size, chosentime, devtype); in ff_dshow_meminputpin_Receive()
/third_party/ffmpeg/libavfilter/
H A Davf_aphasemeter.c66 #define get_duration(index) (index[1] - index[0])
/third_party/ffmpeg/libavformat/
H A Dmovenchint.c29 int ff_mov_init_hinting(AVFormatContext *s, int index, int src_index) in ff_mov_init_hinting() argument
32 MOVTrack *track = &mov->tracks[index]; in ff_mov_init_hinting()
56 src_track->hint_track = index; in ff_mov_init_hinting()
/third_party/ffmpeg/tests/checkasm/
H A Dh264dsp.c274 int index = i / sz; in check_idct_multiple() local
275 int block_y = (index / 16) * sz; in check_idct_multiple()
276 int block_x = index % 16; in check_idct_multiple()
/third_party/alsa-utils/topology/nhlt/intel/
H A Ddmic-nhlt.c195 int index) in nhlt_dmic_get_ep()
256 ep.virtualbus_id = index; in nhlt_dmic_get_ep()
258 ret = dmic_get_params(nhlt, index, &sample_rate, &channel_count, &bits_per_sample, in nhlt_dmic_get_ep()
426 * index 0
194 nhlt_dmic_get_ep(struct intel_nhlt_params *nhlt, struct endpoint_descriptor **eps, int index) nhlt_dmic_get_ep() argument
/third_party/alsa-lib/modules/mixer/simple/
H A Dsbase.c462 unsigned int index = snd_hctl_elem_get_index(helem); in simple_event_add() local
470 if (hsel->iface == iface && !strcmp(hsel->name, name) && hsel->index == index) { in simple_event_add()
/third_party/alsa-lib/src/pcm/
H A Dpcm_misc.c761 * \param cardp the pointer to store the card index
768 * and the card index. It's used by softvol. External PCM plugins can use this
779 long index = 0; in snd_pcm_parse_control_id() local
823 if (strcmp(id, "index") == 0) { in snd_pcm_parse_control_id()
824 if ((err = snd_config_get_integer(n, &index)) < 0) { in snd_pcm_parse_control_id()
880 snd_ctl_elem_id_set_index(ctl_id, index); in snd_pcm_parse_control_id()
/third_party/backends/backend/genesys/
H A Dscanner_interface_usb.cpp178 void ScannerInterfaceUsb::write_0x8c(std::uint8_t index, std::uint8_t value) in write_0x8c() argument
180 DBG_HELPER_ARGS(dbg, "0x%02x,0x%02x", index, value); in write_0x8c()
181 usb_dev_.control_msg(REQUEST_TYPE_OUT, REQUEST_REGISTER, VALUE_BUF_ENDACCESS, index, 1, &value); in write_0x8c()
/third_party/backends/sanei/
H A Dsanei_DomainOS.c442 int done, index; in sanei_DomainOS_init() local
479 index = ec2_$wait_svc(CommandAvailablePtr, &CommandTriggerValue, 1, &status); in sanei_DomainOS_init()
483 assert (index == 1); in sanei_DomainOS_init()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNFRuleSet.java101 * @param index The index into "descriptions" of the description
104 public NFRuleSet(RuleBasedNumberFormat owner, String[] descriptions, int index) throws IllegalArgumentException { in NFRuleSet() argument
106 String description = descriptions[index]; in NFRuleSet()
133 descriptions[index] = description; in NFRuleSet()
260 * @param originalIndex The index into nonNumericalRules
780 // commented out because the error-index API on ParsePosition isn't there in 1.1.x in parse()
807 // commented out because the error-index API on ParsePosition isn't there in 1.1.x in parse()
818 // commented out because the error-index API on ParsePosition isn't there in 1.1.x in parse()
/third_party/icu/icu4c/source/test/perf/leperf/
H A DPortableFontInstance.cpp388 le_uint16 index = ttGlyph; in getGlyphAdvance() local
396 index = fNumLongHorMetrics - 1; in getGlyphAdvance()
399 advance.fX = xUnitsToPoints(SWAPW(fHMTXTable->hMetrics[index].advanceWidth)); in getGlyphAdvance()
/third_party/icu/icu4c/source/test/letest/
H A DPortableFontInstance.cpp380 le_uint16 index = ttGlyph; in getGlyphAdvance() local
388 index = fNumLongHorMetrics - 1; in getGlyphAdvance()
391 advance.fX = xUnitsToPoints(SWAPW(fHMTXTable->hMetrics[index].advanceWidth)); in getGlyphAdvance()
/third_party/icu/icu4c/source/test/perf/unisetperf/
H A Dunisetperf.cpp92 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
410 UPerfFunction* UnicodeSetPerformanceTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* par) { in runIndexedTest() argument
411 switch (index) { in runIndexedTest()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci.h40 * Alignment NOTE: structures must be aligned so that the hardware can index
364 uint16_t index);
454 uint16_t ehci_get_port_speed_portsc(struct ehci_softc *sc, uint16_t index);
455 uint16_t ehci_get_port_speed_hostc(struct ehci_softc *sc, uint16_t index);

Completed in 34 milliseconds

1...<<481482483484485486487488489490>>...786