/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_types.h | 151 #define setDASDUSED(dasdp, used)\ 153 (dasdp)->used_hi = ((u64)used) >> 32;\ 154 (dasdp)->used_lo = __cpu_to_le32(used);\
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | virtio_ring.h | 19 * may be used to endorse or promote products derived from this software 48 * Mark a descriptor as available or used in packed ring. 54 /* The Host uses this in used->flags to advise the Guest: don't kick me when 83 /* The Guest publishes the used index for which it expects an interrupt 86 * at the end of the used ring. Guest should ignore the used->flags field. */ 120 /* u32 is used here for ids for padding reasons. */ 122 /* Index of start of used descriptor chain. */ 124 /* Total length of the descriptor chain which was used (written to) */ 145 * When used o 165 vring_used_t *used; global() member [all...] |
/kernel/linux/linux-6.6/tools/perf/dlfilters/ |
H A D | dlfilter-show-cycles.c | 28 __u32 used; member 53 while (e->used) { in find_entry() 67 e->used = 1; in find_entry()
|
/kernel/linux/linux-6.6/sound/synth/ |
H A D | util_mem.c | 116 hdr->used += units; in __snd_util_memblk_new() 144 hdr->used -= blk->size; in __snd_util_mem_free() 169 size = hdr->size - hdr->used; in snd_util_mem_avail()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_shuffleplanes.c | 39 /* set to 1 if some plane is used more than once, so we need to make a copy */ 79 int used[4] = { 0 }; in shuffleplanes_config_input() local 86 if (used[s->map[i]]) in shuffleplanes_config_input() 88 used[s->map[i]]++; in shuffleplanes_config_input() 138 { "map0", "Index of the input plane to be used as the first output plane ", OFFSET(map[0]), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 3, FLAGS }, 139 { "map1", "Index of the input plane to be used as the second output plane ", OFFSET(map[1]), AV_OPT_TYPE_INT, { .i64 = 1 }, 0, 3, FLAGS }, 140 { "map2", "Index of the input plane to be used as the third output plane ", OFFSET(map[2]), AV_OPT_TYPE_INT, { .i64 = 2 }, 0, 3, FLAGS }, 141 { "map3", "Index of the input plane to be used as the fourth output plane ", OFFSET(map[3]), AV_OPT_TYPE_INT, { .i64 = 3 }, 0, 3, FLAGS },
|
/third_party/popt/src/ |
H A D | poptint.c | 9 /* Any pair of 32 bit hashes can be used. lookup3.c generates pairs, will do. */ 113 { size_t used = (size_t)(pout - dstr); in strdup_locale_from_utf8() local 122 pout = dstr + used; in strdup_locale_from_utf8() 123 ob = db - used; in strdup_locale_from_utf8()
|
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/ |
H A D | importHelpers-backing-types-removed-incremental.js | 48 /a/lib/lib.d.ts (used version)
49 /users/username/projects/project/node_modules/tslib/index.d.ts (used version)
50 /users/username/projects/project/index.tsx (used version)
|
H A D | jsxImportSource-backing-types-removed-incremental.js | 59 /a/lib/lib.d.ts (used version)
60 /users/username/projects/project/node_modules/react/jsx-runtime/index.d.ts (used version)
61 /users/username/projects/project/index.tsx (used version)
|
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/own-file-emit-without-errors/ |
H A D | with-commandline-parameters-that-are-not-relative-incremental.js | 43 /a/lib/lib.d.ts (used version)
44 /users/username/projects/project/file1.ts (used version)
45 /users/username/projects/project/file2.ts (used version)
|
H A D | without-commandline-options-incremental.js | 43 /a/lib/lib.d.ts (used version)
44 /users/username/projects/project/file1.ts (used version)
45 /users/username/projects/project/file2.ts (used version)
|
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | debug.c | 35 JFFS2_ERROR("free %#08x + dirty %#08x + used %#08x + wasted %#08x + unchecked %#08x != total %#08x.\n", in __jffs2_dbg_acct_sanity_check_nolock() 44 JFFS2_ERROR("free %#08x + dirty %#08x + used %#08x + erasing %#08x + bad %#08x + wasted %#08x + unchecked %#08x != total %#08x.\n", in __jffs2_dbg_acct_sanity_check_nolock() 163 uint32_t free = 0, dirty = 0, used = 0, wasted = 0, in __jffs2_dbg_superblock_counts() local 172 used += c->gcblock->used_size; in __jffs2_dbg_superblock_counts() 180 used += c->nextblock->used_size; in __jffs2_dbg_superblock_counts() 188 used += jeb->used_size; in __jffs2_dbg_superblock_counts() 196 used += jeb->used_size; in __jffs2_dbg_superblock_counts() 204 used += jeb->used_size; in __jffs2_dbg_superblock_counts() 212 used += jeb->used_size; in __jffs2_dbg_superblock_counts() 220 used in __jffs2_dbg_superblock_counts() [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | coredump.c | 66 int used, size; member 93 free = cn->size - cn->used; in cn_vprintf() 96 need = vsnprintf(cn->corename + cn->used, free, fmt, arg_copy); in cn_vprintf() 100 cn->used += need; in cn_vprintf() 125 int cur = cn->used; in cn_esc_printf() 138 if ((cn->used - cur == 1 && cn->corename[cur] == '.') || in cn_esc_printf() 139 (cn->used - cur == 2 && cn->corename[cur] == '.' in cn_esc_printf() 144 * Empty names are fishy and could be used to create a "//" in a in cn_esc_printf() 149 if (cn->used == cur) in cn_esc_printf() 153 for (; cur < cn->used; in cn_esc_printf() [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | coredump.c | 66 int used, size; member 94 free = cn->size - cn->used; in cn_vprintf() 97 need = vsnprintf(cn->corename + cn->used, free, fmt, arg_copy); in cn_vprintf() 101 cn->used += need; in cn_vprintf() 126 int cur = cn->used; in cn_esc_printf() 139 if ((cn->used - cur == 1 && cn->corename[cur] == '.') || in cn_esc_printf() 140 (cn->used - cur == 2 && cn->corename[cur] == '.' in cn_esc_printf() 145 * Empty names are fishy and could be used to create a "//" in a in cn_esc_printf() 150 if (cn->used == cur) in cn_esc_printf() 154 for (; cur < cn->used; in cn_esc_printf() [all...] |
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | debug.c | 35 JFFS2_ERROR("free %#08x + dirty %#08x + used %#08x + wasted %#08x + unchecked %#08x != total %#08x.\n", in __jffs2_dbg_acct_sanity_check_nolock() 44 JFFS2_ERROR("free %#08x + dirty %#08x + used %#08x + erasing %#08x + bad %#08x + wasted %#08x + unchecked %#08x != total %#08x.\n", in __jffs2_dbg_acct_sanity_check_nolock() 163 uint32_t free = 0, dirty = 0, used = 0, wasted = 0, in __jffs2_dbg_superblock_counts() local 172 used += c->gcblock->used_size; in __jffs2_dbg_superblock_counts() 180 used += c->nextblock->used_size; in __jffs2_dbg_superblock_counts() 188 used += jeb->used_size; in __jffs2_dbg_superblock_counts() 196 used += jeb->used_size; in __jffs2_dbg_superblock_counts() 204 used += jeb->used_size; in __jffs2_dbg_superblock_counts() 212 used += jeb->used_size; in __jffs2_dbg_superblock_counts() 220 used in __jffs2_dbg_superblock_counts() [all...] |
/kernel/linux/linux-6.6/drivers/vdpa/pds/ |
H A D | vdpa_dev.c | 179 u16 used; in pds_vdpa_set_vq_state() local 190 used = state->packed.last_used_idx | in pds_vdpa_set_vq_state() 193 /* The avail and used index are stored with the packed wrap in pds_vdpa_set_vq_state() 200 used ^= PDS_VDPA_PACKED_INVERT_IDX; in pds_vdpa_set_vq_state() 205 * the current used index the next time the vq is kicked. in pds_vdpa_set_vq_state() 207 used = avail; in pds_vdpa_set_vq_state() 210 if (used != avail) { in pds_vdpa_set_vq_state() 211 dev_dbg(dev, "Setting used equal to avail, for interoperability\n"); in pds_vdpa_set_vq_state() 212 used = avail; in pds_vdpa_set_vq_state() 216 pdsv->vqs[qid].used_idx = used; in pds_vdpa_set_vq_state() 229 u16 used; pds_vdpa_get_vq_state() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ipsec.c | 116 if (r->used) { in ixgbevf_ipsec_restore() 123 if (t->used) { in ixgbevf_ipsec_restore() 150 if (!ipsec->rx_tbl[i].used) in ixgbevf_ipsec_find_empty_idx() 159 if (!ipsec->tx_tbl[i].used) in ixgbevf_ipsec_find_empty_idx() 300 rsa.used = true; in ixgbevf_ipsec_add_sa() 354 tsa.used = true; in ixgbevf_ipsec_add_sa() 400 if (!ipsec->rx_tbl[sa_idx].used) { in ixgbevf_ipsec_del_sa() 413 if (!ipsec->tx_tbl[sa_idx].used) { in ixgbevf_ipsec_del_sa() 490 if (unlikely(!tsa->used)) { in ixgbevf_ipsec_tx()
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_jack.c | 78 for (i = 0; i < codec->jacktbl.used; i++, jack++) in snd_hda_jack_tbl_get_mst() 100 for (i = 0; i < codec->jacktbl.used; i++, jack++) in snd_hda_jack_tbl_get_from_tag() 115 for (i = 0; i < codec->jacktbl.used; i++, jack++) in any_jack_tbl_get_from_nid() 155 jack->tag = codec->jacktbl.used; in snd_hda_jack_tbl_new() 166 for (i = 0; i < codec->jacktbl.used; i++, jack++) { in snd_hda_jack_tbl_clear() 227 for (i = 0; i < codec->jacktbl.used; i++, jack++) in snd_hda_jack_set_dirty_all() 402 for (i = 0; i < codec->jacktbl.used; i++, jack++) in snd_hda_jack_report_sync() 410 for (i = 0; i < codec->jacktbl.used; i++, jack++) in snd_hda_jack_report_sync() 673 for (i = 0; i < codec->jacktbl.used; i++, jack++) { in snd_hda_jack_poll_all()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/ |
H A D | gc2235.h | 143 bool used; member 541 .used = 0, 557 .used = 0, 572 .used = 0, 598 .used = 0, 613 .used = 0, 628 .used = 0, 649 .used = 0, 664 .used = 0,
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/i2c/ |
H A D | gc2235.h | 137 bool used; member 533 .used = 0, 546 .used = 0, 558 .used = 0, 581 .used = 0, 593 .used = 0, 605 .used = 0, 623 .used = 0, 635 .used = 0,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ipsec.c | 116 if (r->used) { in ixgbevf_ipsec_restore() 123 if (t->used) { in ixgbevf_ipsec_restore() 150 if (!ipsec->rx_tbl[i].used) in ixgbevf_ipsec_find_empty_idx() 159 if (!ipsec->tx_tbl[i].used) in ixgbevf_ipsec_find_empty_idx() 306 rsa.used = true; in ixgbevf_ipsec_add_sa() 360 tsa.used = true; in ixgbevf_ipsec_add_sa() 406 if (!ipsec->rx_tbl[sa_idx].used) { in ixgbevf_ipsec_del_sa() 419 if (!ipsec->tx_tbl[sa_idx].used) { in ixgbevf_ipsec_del_sa() 496 if (unlikely(!tsa->used)) { in ixgbevf_ipsec_tx()
|
/third_party/elfutils/libdwfl/ |
H A D | frame_unwind.c | 91 size_t used; member 98 if (stack->used >= DWARF_EXPR_STACK_MAX) in do_push() 103 if (stack->used == stack->allocated) in do_push() 116 stack->addrs[stack->used++] = val; in do_push() 123 if (stack->used == 0) in do_pop() 128 *val = stack->addrs[--stack->used]; in do_pop() 148 .used = 0, in expr_eval() 258 if (stack.used <= op->number) in expr_eval() 264 if (! push (stack.addrs[stack.used - 1 - op->number])) in expr_eval() 453 // Not used b in expr_eval() [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | contexts.cc | 46 int used = table->used(kAcquireLoad); in Extend() local 48 CHECK(used >= 0 && length > 0 && used < length); in Extend() 49 if (used + kFirstContextSlotIndex == length) { in Extend() 60 ignore_duplicates, used); in Extend() 61 result->set(used + kFirstContextSlotIndex, *script_context, kReleaseStore); in Extend() 62 result->set_used(used + 1, kReleaseStore); in Extend() 82 DCHECK_LT(index, used(kAcquireLoad)); in Lookup() 166 * account. This is used Fo [all...] |
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir_opt_dead_code.c | 29 * It walks all the instructions finding what temps are used, then walks again 181 bool *used = calloc(c->num_temps, sizeof(bool)); in vir_opt_dead_code() local 192 used[inst->src[i].index] = true; in vir_opt_dead_code() 208 !used[inst->dst.index])) { in vir_opt_dead_code() 285 free(used); in vir_opt_dead_code()
|
/third_party/lwip/src/core/ |
H A D | memp.c | 26 * 3. The name of the author may not be used to endorse or promote products 283 desc->stats->used++; in do_memp_malloc_pool() 284 if (desc->stats->used > desc->stats->max) { in do_memp_malloc_pool() 285 desc->stats->max = desc->stats->used; in do_memp_malloc_pool() 377 desc->stats->used--; in do_memp_free_pool()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | gen-indic-table.py | 171 used = 0 variable 174 global total, used, last_block 192 used += num 233 occupancy = used * 100. / total
|