/third_party/skia/src/core/ |
H A D | SkResourceCache.cpp | 26 // SkResourceCache is typically used as a singleton and we don't label Inboxes so all messages in SkShouldPostMessageToBus() 182 size_t used = rec->bytesUsed(); in remove() local 183 SkASSERT(used <= fTotalBytesUsed); in remove() 188 fTotalBytesUsed -= used; in remove() 195 make_size_str(used, &bytesStr); in remove() 387 size_t used = 0; in validate() local 392 used += rec->bytesUsed(); in validate() 393 SkASSERT(used <= fTotalBytesUsed); in validate() 402 SkASSERT(used >= rec->bytesUsed()); in validate() 403 used in validate() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ipsec.h | 39 bool used; member 47 bool used; member 56 bool used; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_scheduler.h | 22 (plist)->used ? (idx = __ffs((plist)->used)), 1 : 0; \ 23 (plist)->used &= ~BIT(idx)) \
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tty_flip.h | 24 if (!change && tb->used < tb->size) { in tty_insert_flip_char() 26 *flag_buf_ptr(tb, tb->used) = flag; in tty_insert_flip_char() 27 *char_buf_ptr(tb, tb->used++) = ch; in tty_insert_flip_char()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ipsec.h | 39 bool used; member 47 bool used; member 56 bool used; member
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | iommu_api.c | 30 unsigned long used; member 126 mem->used = 1; in mm_iommu_do_alloc() 256 if (mem->used == 0) { in mm_iommu_put() 261 --mem->used; in mm_iommu_put() 263 if (mem->used) in mm_iommu_put() 268 ++mem->used; in mm_iommu_put() 319 ++mem->used; in mm_iommu_get()
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | index.c | 314 * indx_mark_used - Mark the bit @bit as used. 518 * indx_used_bit - Look for used bit. 520 * Return: MINUS_ONE_T if no used bits. 563 u32 used_2 = le32_to_cpu(hdr->used) >> 1; in hdr_find_split() 588 * It is used to insert entries into a newly-created buffer. 595 u32 used = le32_to_cpu(hdr->used); in hdr_insert_head() local 601 to_move = used - le32_to_cpu(hdr->de_off); in hdr_insert_head() 604 hdr->used = cpu_to_le32(used in hdr_insert_head() 809 u32 used = le32_to_cpu(hdr->used); hdr_insert_de() local 849 u32 used = le32_to_cpu(hdr->used); hdr_delete_de() local 1792 u32 to_copy, used, used1; indx_insert_into_buffer() local 2070 size_t used = MINUS_ONE_T; indx_shrink() local [all...] |
H A D | fslog.c | 30 __le32 page_size; // 0x14: Log page size used for this log file. 95 __le16 used; // 0x02: Entries member 236 /* This is used to uniquely identify a client for a particular log file. */ 383 return le16_to_cpu(rt->used) * le16_to_cpu(rt->size) + in bytes_per_rt() 719 u16 ne = le16_to_cpu(rt->used); in check_rstbl() 750 * sure none of the entries are currently being used. in check_rstbl() 791 static inline struct RESTART_TABLE *init_rsttbl(u16 esize, u16 used) in init_rsttbl() argument 795 u32 bytes = esize * used + sizeof(struct RESTART_TABLE); in init_rsttbl() 796 u32 lf = sizeof(struct RESTART_TABLE) + (used - 1) * esize; in init_rsttbl() 803 t->used in init_rsttbl() 823 u32 used = le16_to_cpu(tbl->used); extend_rsttbl() local 2581 u32 min_de, de_off, used, total; check_index_header() local 2893 u32 used = le32_to_cpu(hdr->used); check_if_alloc_index() local 2919 u32 used = le32_to_cpu(rec->used); change_attr_size() local 3033 u32 nsize, t32, asize, used, esize, off, bits; do_action() local [all...] |
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | bitext.c | 69 "bitmap out: size %d used %d off %d len %d align %d count %d\n", in bit_map_string_get() 70 t->size, t->used, offset, len, align, count); in bit_map_string_get() 91 t->used += len; in bit_map_string_get() 107 if (t->used < len) in bit_map_clear() 117 t->used -= len; in bit_map_clear()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-tm-spd-vsx.c | 20 __attribute__((used)) void load_vsx(void) in load_vsx() 25 __attribute__((used)) void load_vsx_new(void) in load_vsx_new() 30 __attribute__((used)) void load_vsx_ckpt(void) in load_vsx_ckpt() 35 __attribute__((used)) void wait_parent(void) in wait_parent()
|
/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | bitext.c | 69 "bitmap out: size %d used %d off %d len %d align %d count %d\n", in bit_map_string_get() 70 t->size, t->used, offset, len, align, count); in bit_map_string_get() 91 t->used += len; in bit_map_string_get() 107 if (t->used < len) in bit_map_clear() 117 t->used -= len; in bit_map_clear()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-tm-spd-vsx.c | 20 __attribute__((used)) void load_vsx(void) in load_vsx() 25 __attribute__((used)) void load_vsx_new(void) in load_vsx_new() 30 __attribute__((used)) void load_vsx_ckpt(void) in load_vsx_ckpt() 35 __attribute__((used)) void wait_parent(void) in wait_parent()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | verifier_map_ptr_mixing.c | 147 static __naked __noinline __attribute__((used)) 158 static __naked __noinline __attribute__((used)) 197 static __naked __noinline __attribute__((used)) 208 static __naked __noinline __attribute__((used))
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | linux_wakelock.c | 15 * 3. Neither the name of the copyright holder nor the names of its contributors may be used 47 UINT32 used; /* Indicate used bit */ member 88 pos = FindEmptyBit(g_wlBitmap.used); in linux_wake_lock_init() 91 SET_BIT(g_wlBitmap.used, lock->bitmap_pos); in linux_wake_lock_init() 147 CLEAR_BIT(g_wlBitmap.used, lock->bitmap_pos); in linux_wake_lock_destroy()
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | psa_information.py | 83 used = set() 85 used.update(re.findall(r'PSA_(?:ALG|ECC_FAMILY|DH_FAMILY|KEY_TYPE)_\w+', expr)) 86 used.difference_update(SYMBOLS_WITHOUT_DEPENDENCY) 87 return sorted(psa_want_symbol(name) for name in used)
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_opt_dead_code.c | 29 * It walks all the instructions finding what temps are used, then walks again 88 bool *used = calloc(c->num_temps, sizeof(bool)); in qir_opt_dead_code() local 93 used[inst->src[i].index] = true; in qir_opt_dead_code() 101 !used[inst->dst.index])) { in qir_opt_dead_code() 150 free(used); in qir_opt_dead_code()
|
/third_party/lwip/src/core/ |
H A D | stats.c | 19 * 3. The name of the author may not be used to endorse or promote products 109 LWIP_PLATFORM_DIAG(("used: %"MEM_SIZE_F"\n\t", mem->used)); in stats_display_mem() 130 LWIP_PLATFORM_DIAG(("sem.used: %"STAT_COUNTER_F"\n\t", sys->sem.used)); in stats_display_sys() 133 LWIP_PLATFORM_DIAG(("mutex.used: %"STAT_COUNTER_F"\n\t", sys->mutex.used)); in stats_display_sys() 136 LWIP_PLATFORM_DIAG(("mbox.used: %"STAT_COUNTER_F"\n\t", sys->mbox.used)); in stats_display_sys()
|
/third_party/ltp/include/lapi/ |
H A D | rt_sigaction.h | 101 static void __attribute__((used)) __rt_sigreturn_stub(void) in __rt_sigreturn_stub() 117 static void __attribute__((used)) __rt_sigreturn_stub(void) in __rt_sigreturn_stub() 125 static void __attribute__((used)) __sigreturn_stub(void) in __sigreturn_stub() 145 __attribute__ ((optimize("Os"))) __attribute__((used)) restore_rt(void) in restore_rt() 161 * act/oact values of INVAL_SA_PTR is used to pass
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | wpabuf.h | 22 size_t used; /* length of data in the buffer */ member 56 * Returns: Currently used length of the buffer 60 return buf->used; in wpabuf_len() 70 return buf->size - buf->used; in wpabuf_tailroom() 156 buf->size = buf->used = len; in wpabuf_set()
|
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_save_api.c | 195 save->vertex_store->used = 0; in reset_counters() 196 save->prim_store->used = 0; in reset_counters() 268 save->vertex_store->used += sz; in convert_line_loop_to_strip() 404 int new_size = (save->vertex_store->used + in grow_vertex_storage() 408 if (save->prim_store->used > 0 && in grow_vertex_storage() 503 return save->vertex_store->used / save->vertex_size; in get_vertex_count() 535 node->cold->prims = malloc(sizeof(struct _mesa_prim) * save->prim_store->used); in compile_vertex_list() 536 memcpy(node->cold->prims, save->prim_store->prims, sizeof(struct _mesa_prim) * save->prim_store->used); in compile_vertex_list() 538 node->cold->prim_count = save->prim_store->used; in compile_vertex_list() 1010 GLint i = save->prim_store->used in wrap_buffers() [all...] |
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | io.c | 19 * buffer is full or when it is not used for some time (by timer). This is 20 * similar to the mechanism is used by JFFS2. 304 * Padding nodes are also used to fill gaps when the "commit-in-gaps" method is 305 * used. 533 * if the write-buffer is only partially filled with data, only the used part 543 if (!wbuf->used || wbuf->lnum == -1) in ubifs_wbuf_sync_nolock() 548 wbuf->lnum, wbuf->offs, wbuf->used, dbg_jhead(wbuf->jhead)); in ubifs_wbuf_sync_nolock() 565 sync_len = ALIGN(wbuf->used, c->min_io_size); in ubifs_wbuf_sync_nolock() 566 dirt = sync_len - wbuf->used; in ubifs_wbuf_sync_nolock() 568 ubifs_pad(c, wbuf->buf + wbuf->used, dir in ubifs_wbuf_sync_nolock() [all...] |
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | io.c | 19 * buffer is full or when it is not used for some time (by timer). This is 20 * similar to the mechanism is used by JFFS2. 325 * Padding nodes are also used to fill gaps when the "commit-in-gaps" method is 326 * used. 554 * if the write-buffer is only partially filled with data, only the used part 564 if (!wbuf->used || wbuf->lnum == -1) in ubifs_wbuf_sync_nolock() 569 wbuf->lnum, wbuf->offs, wbuf->used, dbg_jhead(wbuf->jhead)); in ubifs_wbuf_sync_nolock() 586 sync_len = ALIGN(wbuf->used, c->min_io_size); in ubifs_wbuf_sync_nolock() 587 dirt = sync_len - wbuf->used; in ubifs_wbuf_sync_nolock() 589 ubifs_pad(c, wbuf->buf + wbuf->used, dir in ubifs_wbuf_sync_nolock() [all...] |
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/no-circular-import/ |
H A D | export-with-incremental.js | 83 /a/lib/lib.d.ts (used version)
84 /user/username/projects/myproject/lib1/tools/tools.interface.ts (used version)
85 /user/username/projects/myproject/lib1/tools/public.ts (used version)
86 /user/username/projects/myproject/lib1/public.ts (used version)
87 /user/username/projects/myproject/lib2/data.ts (used version)
88 /user/username/projects/myproject/lib2/public.ts (used version)
89 /user/username/projects/myproject/app.ts (used version)
581 /user/username/projects/myproject/lib1/public.ts (used version)
582 /user/username/projects/myproject/lib2/data.ts (used version)
583 /user/username/projects/myproject/lib2/public.ts (used versio [all...] |
H A D | export.js | 83 /a/lib/lib.d.ts (used version)
84 /user/username/projects/myproject/lib1/tools/tools.interface.ts (used version)
85 /user/username/projects/myproject/lib1/tools/public.ts (used version)
86 /user/username/projects/myproject/lib1/public.ts (used version)
87 /user/username/projects/myproject/lib2/data.ts (used version)
88 /user/username/projects/myproject/lib2/public.ts (used version)
89 /user/username/projects/myproject/app.ts (used version)
339 /user/username/projects/myproject/lib1/public.ts (used version)
340 /user/username/projects/myproject/lib2/data.ts (used version)
341 /user/username/projects/myproject/lib2/public.ts (used versio [all...] |
/kernel/linux/linux-6.6/drivers/irqchip/ |
H A D | irq-ls-scfg-msi.c | 56 unsigned long *used; member 148 pos = find_first_zero_bit(msi_data->used, msi_data->irqs_num); in ls_scfg_msi_domain_irq_alloc() 150 __set_bit(pos, msi_data->used); in ls_scfg_msi_domain_irq_alloc() 183 __clear_bit(pos, msi_data->used); in ls_scfg_msi_domain_irq_free() 280 bitmap_clear(msi_data->used, hwirq, 1); in ls_scfg_msi_setup_hwirq() 297 bitmap_set(msi_data->used, hwirq, 1); in ls_scfg_msi_teardown_hwirq() 364 msi_data->used = devm_bitmap_zalloc(&pdev->dev, msi_data->irqs_num, GFP_KERNEL); in ls_scfg_msi_probe() 365 if (!msi_data->used) in ls_scfg_msi_probe() 371 bitmap_set(msi_data->used, 0, msi_data->irqs_num); in ls_scfg_msi_probe()
|