/kernel/linux/linux-6.6/sound/core/ |
H A D | control_led.c | 138 struct snd_kcontrol *kctl, unsigned int ioff) in snd_ctl_led_set_state() 157 if (lctl->kctl == kctl && lctl->index_offset == ioff) in snd_ctl_led_set_state() 167 lctl->index_offset = ioff; in snd_ctl_led_set_state() 183 static struct snd_ctl_led_ctl *snd_ctl_led_find(struct snd_kcontrol *kctl, unsigned int ioff) in snd_ctl_led_find() argument 192 if (lctl->kctl == kctl && lctl->index_offset == ioff) in snd_ctl_led_find() 198 static unsigned int snd_ctl_led_remove(struct snd_kcontrol *kctl, unsigned int ioff, in snd_ctl_led_remove() argument 205 lctl = snd_ctl_led_find(kctl, ioff); in snd_ctl_led_remove() 216 struct snd_kcontrol *kctl, unsigned int ioff) in snd_ctl_led_notify() 222 access = snd_ctl_led_remove(kctl, ioff, 0); in snd_ctl_led_notify() 226 vd = &kctl->vd[ioff]; in snd_ctl_led_notify() 137 snd_ctl_led_set_state(struct snd_card *card, unsigned int access, struct snd_kcontrol *kctl, unsigned int ioff) snd_ctl_led_set_state() argument 215 snd_ctl_led_notify(struct snd_card *card, unsigned int mask, struct snd_kcontrol *kctl, unsigned int ioff) snd_ctl_led_notify() argument 248 unsigned int ioff, access, new_access; snd_ctl_led_set_id() local 351 unsigned int ioff; snd_ctl_led_register() local [all...] |
H A D | control.c | 199 * @ioff: the additional offset to the control index 205 struct snd_kcontrol *kctl, unsigned int ioff) in snd_ctl_notify_one() 210 id.index += ioff; in snd_ctl_notify_one() 211 id.numid += ioff; in snd_ctl_notify_one() 215 lops->lnotify(card, mask, kctl, ioff); in snd_ctl_notify_one() 204 snd_ctl_notify_one(struct snd_card *card, unsigned int mask, struct snd_kcontrol *kctl, unsigned int ioff) snd_ctl_notify_one() argument
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | postprocessor.c | 834 size_t ioff; in post_process_multipart() local 839 ioff = 0; in post_process_multipart() 868 ioff++; in post_process_multipart() 876 ioff++; in post_process_multipart() 888 ioff += 2; in post_process_multipart() 893 ioff++; in post_process_multipart() 899 ioff++; in post_process_multipart() 909 ioff++; in post_process_multipart() 942 &ioff, in post_process_multipart() 949 &ioff, in post_process_multipart() [all...] |
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationIteratorTest.java | 747 int ioff, noff = offsets.length; in TestSearchCollatorElements() 750 ioff = 0; in TestSearchCollatorElements() 758 if ( ioff < noff ) { in TestSearchCollatorElements() 759 if ( offset != offsets[ioff] ) { in TestSearchCollatorElements() 760 errln("Error: in locale " + localeString + ", expected CEIterator next()->getOffset " + offsets[ioff] + ", got " + offset); in TestSearchCollatorElements() 761 //ioff = noff; in TestSearchCollatorElements() 764 ioff++; in TestSearchCollatorElements() 769 if ( ioff < noff ) { in TestSearchCollatorElements() 775 ioff = noff; in TestSearchCollatorElements() 782 if ( ioff > in TestSearchCollatorElements() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationIteratorTest.java | 750 int ioff, noff = offsets.length; in TestSearchCollatorElements() 753 ioff = 0; in TestSearchCollatorElements() 761 if ( ioff < noff ) { in TestSearchCollatorElements() 762 if ( offset != offsets[ioff] ) { in TestSearchCollatorElements() 763 errln("Error: in locale " + localeString + ", expected CEIterator next()->getOffset " + offsets[ioff] + ", got " + offset); in TestSearchCollatorElements() 764 //ioff = noff; in TestSearchCollatorElements() 767 ioff++; in TestSearchCollatorElements() 772 if ( ioff < noff ) { in TestSearchCollatorElements() 778 ioff = noff; in TestSearchCollatorElements() 785 if ( ioff > in TestSearchCollatorElements() [all...] |
/kernel/linux/linux-6.6/include/sound/ |
H A D | control.h | 122 void (*lnotify)(struct snd_card *card, unsigned int mask, struct snd_kcontrol *kctl, unsigned int ioff); 132 void snd_ctl_notify_one(struct snd_card * card, unsigned int mask, struct snd_kcontrol * kctl, unsigned int ioff); 190 unsigned int ioff = id->numid - kctl->id.numid; in snd_ctl_get_ioffnum() local 191 return array_index_nospec(ioff, kctl->count); in snd_ctl_get_ioffnum() 196 unsigned int ioff = id->index - kctl->id.index; in snd_ctl_get_ioffidx() local 197 return array_index_nospec(ioff, kctl->count); in snd_ctl_get_ioffidx()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | control.h | 147 unsigned int ioff = id->numid - kctl->id.numid; in snd_ctl_get_ioffnum() local 148 return array_index_nospec(ioff, kctl->count); in snd_ctl_get_ioffnum() 153 unsigned int ioff = id->index - kctl->id.index; in snd_ctl_get_ioffidx() local 154 return array_index_nospec(ioff, kctl->count); in snd_ctl_get_ioffidx()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/ |
H A D | SearchTest.java | 2173 int ioff, noff = offsets.length; in TestUsingSearchCollator() 2177 ioff = 0; in TestUsingSearchCollator() 2183 if ( ioff < noff ) { in TestUsingSearchCollator() 2184 if ( offset != offsets[ioff] ) { in TestUsingSearchCollator() 2185 errln("Error: in locale " + localeString + ", expected SearchIterator.next() " + offsets[ioff] + ", got " + offset); in TestUsingSearchCollator() 2186 //ioff = noff; in TestUsingSearchCollator() 2189 ioff++; in TestUsingSearchCollator() 2194 if ( ioff < noff ) { in TestUsingSearchCollator() 2199 ioff = noff; in TestUsingSearchCollator() 2205 if ( ioff > in TestUsingSearchCollator() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/search/ |
H A D | SearchTest.java | 2176 int ioff, noff = offsets.length; in TestUsingSearchCollator() 2180 ioff = 0; in TestUsingSearchCollator() 2186 if ( ioff < noff ) { in TestUsingSearchCollator() 2187 if ( offset != offsets[ioff] ) { in TestUsingSearchCollator() 2188 errln("Error: in locale " + localeString + ", expected SearchIterator.next() " + offsets[ioff] + ", got " + offset); in TestUsingSearchCollator() 2189 //ioff = noff; in TestUsingSearchCollator() 2192 ioff++; in TestUsingSearchCollator() 2197 if ( ioff < noff ) { in TestUsingSearchCollator() 2202 ioff = noff; in TestUsingSearchCollator() 2208 if ( ioff > in TestUsingSearchCollator() [all...] |
/third_party/mesa3d/src/freedreno/afuc/ |
H A D | asm.c | 281 instr.br.ioff = resolve_label(ai->label) - i; in emit_instructions() 315 instr.br.ioff = resolve_label(ai->label) - i; in emit_instructions()
|
H A D | afuc.h | 185 int32_t ioff : 16; /* relative offset */ member
|
H A D | disasm.c | 601 unsigned off = pc + instr->br.ioff; in disasm_instr() 647 printf(" (#%d, %04x)", instr->br.ioff, off); in disasm_instr() 741 label_idx(i + instr->br.ioff, true); in setup_labels()
|
H A D | emu.c | 249 uint32_t off = emu->gpr_regs.pc + instr->br.ioff; in emu_instr()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ctree.c | 2552 u64 iobjectid, u64 ioff, u8 key_type, in btrfs_find_item() 2564 key.offset = ioff; in btrfs_find_item() 3986 u32 ioff; in __push_leaf_left() local 3990 ioff = btrfs_token_item_offset(&token, item); in __push_leaf_left() 3992 ioff - (BTRFS_LEAF_DATA_SIZE(fs_info) - old_left_item_size)); in __push_leaf_left() 4169 u32 ioff; in copy_for_split() local 4171 ioff = btrfs_token_item_offset(&token, item); in copy_for_split() 4172 btrfs_set_token_item_offset(&token, item, ioff + rt_data_off); in copy_for_split() 4680 u32 ioff; in btrfs_truncate_item() local 4683 ioff in btrfs_truncate_item() 2551 btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *path, u64 iobjectid, u64 ioff, u8 key_type, struct btrfs_key *found_key) btrfs_find_item() argument 4778 u32 ioff; btrfs_extend_item() local 4868 u32 ioff; setup_items_for_insert() local 5078 u32 ioff; btrfs_del_items() local [all...] |
H A D | ctree.h | 2734 u64 inum, u64 ioff, u8 key_type, struct btrfs_key *found_key);
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ctree.c | 1791 u64 iobjectid, u64 ioff, u8 key_type, in btrfs_find_item() 1803 key.offset = ioff; in btrfs_find_item() 3517 u32 ioff; in __push_leaf_left() local 3519 ioff = btrfs_token_item_offset(&token, i); in __push_leaf_left() 3521 ioff - (BTRFS_LEAF_DATA_SIZE(fs_info) - old_left_item_size)); in __push_leaf_left() 3676 u32 ioff; in copy_for_split() local 3678 ioff = btrfs_token_item_offset(&token, i); in copy_for_split() 3679 btrfs_set_token_item_offset(&token, i, ioff + rt_data_off); in copy_for_split() 4169 u32 ioff; in btrfs_truncate_item() local 4171 ioff in btrfs_truncate_item() 1790 btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *path, u64 iobjectid, u64 ioff, u8 key_type, struct btrfs_key *found_key) btrfs_find_item() argument 4263 u32 ioff; btrfs_extend_item() local 4350 u32 ioff; setup_items_for_insert() local 4617 u32 ioff; btrfs_del_items() local [all...] |
H A D | ctree.h | 562 u64 inum, u64 ioff, u8 key_type, struct btrfs_key *found_key);
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp9dsp_template.c | 2347 int imx = mx, ioff = 0; in do_scaled_8tap_c() local 2350 tmp_ptr[x] = FILTER_8TAP(src, ioff, filters[imx], 1); in do_scaled_8tap_c() 2352 ioff += imx >> 4; in do_scaled_8tap_c() 2421 int imx = mx, ioff = 0; in do_scaled_bilin_c() local 2424 tmp_ptr[x] = FILTER_BILIN(src, ioff, imx, 1); in do_scaled_bilin_c() 2426 ioff += imx >> 4; in do_scaled_bilin_c()
|
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 5084 stbi__uint32 ioff=0, idata_limit=0, i, pal_len=0; in stbi__parse_png_file() local 5182 if ((int)(ioff + c.length) < (int)ioff) return 0; in stbi__parse_png_file() 5183 if (ioff + c.length > idata_limit) { in stbi__parse_png_file() 5187 while (ioff + c.length > idata_limit) in stbi__parse_png_file() 5193 if (!stbi__getn(s, z->idata+ioff,c.length)) return stbi__err("outofdata","Corrupt PNG"); in stbi__parse_png_file() 5194 ioff += c.length; in stbi__parse_png_file() 5206 z->expanded = (stbi_uc *) stbi_zlib_decode_malloc_guesssize_headerflag((char *) z->idata, ioff, raw_len, (int *) &raw_len, !is_iphone); in stbi__parse_png_file()
|