/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
H A D | common_sparse.h | 35 int pg; in dirty_freeblocks() local
|
H A D | common.h | 141 int pg; in dirty_freeblocks() local
|
/third_party/libsnd/src/ |
H A D | ogg.h | 71 ogg_page_segments (ogg_page *pg) in ogg_page_segments() argument 76 ogg_page_continues (ogg_page *pg) in ogg_page_continues() argument
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_rob.c | 32 int ngtcp2_rob_gap_new(ngtcp2_rob_gap **pg, uint64_t begin, uint64_t end, in ngtcp2_rob_gap_new() argument
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise06.c | 157 int pg; in get_page_fault_num() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | dcaadpcm.c | 133 uint64_t pg = 0; in ff_dcaadpcm_subband_analysis() local
|
H A D | rasc.c | 628 int pg = pal[k * 4 + 1]; in draw_cursor() local
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | usb_controller.c | 798 usb_bus_mem_flush_all_cb(struct usb_bus *bus, struct usb_page_cache *pc, struct usb_page *pg, usb_size_t nsize, usb_size_t align) usb_bus_mem_flush_all_cb() argument 823 usb_bus_mem_alloc_all_cb(struct usb_bus *bus, struct usb_page_cache *pc, struct usb_page *pg, usb_size_t nsize, usb_size_t align) usb_bus_mem_alloc_all_cb() argument 886 usb_bus_mem_free_all_cb(struct usb_bus *bus, struct usb_page_cache *pc, struct usb_page *pg, usb_size_t nsize, usb_size_t align) usb_bus_mem_free_all_cb() argument
|
H A D | xhci.c | 2671 struct usb_page *pg; in xhci_alloc_device_ext() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_fade.c | 217 uint8_t *pg = frame->data[0] + i * frame->linesize[0]; in filter_rgb_planar() local
|
/third_party/FreeBSD/stand/usb/ |
H A D | usb_busdma_loader.c | 241 struct usb_page *pg; in usb_pc_common_mem_cb() local 267 usb_pc_alloc_mem(struct usb_page_cache *pc, struct usb_page *pg, in usb_pc_alloc_mem() argument 494 struct usb_page *pg; in usb_bdma_work_loop() local [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_batch.c | 87 struct zink_program *pg = (struct zink_program*)entry->key; in zink_reset_batch_state() local 625 zink_batch_reference_program(struct zink_batch *batch, struct zink_program *pg) zink_batch_reference_program() argument
|
H A D | zink_program.h | 281 struct zink_program *pg = src ? src : dst ? *dst : NULL; in zink_program_reference() local 306 zink_program_has_descriptors(const struct zink_program *pg) in zink_program_has_descriptors() argument [all...] |
H A D | zink_descriptors_lazy.c | 59 struct zink_program *pg[2]; //gfx, compute member 163 zink_descriptor_program_init_lazy(struct zink_context *ctx, struct zink_program *pg) in zink_descriptor_program_init_lazy() argument 354 zink_descriptor_program_deinit_lazy(struct zink_context *ctx, struct zink_program *pg) zink_descriptor_program_deinit_lazy() argument 391 check_pool_alloc(struct zink_context *ctx, struct zink_descriptor_pool *pool, struct hash_entry *he, struct zink_program *pg, enum zink_descriptor_type type, struct zink_batch_descriptor_data_lazy *bdd, bool is_compute) check_pool_alloc() argument 454 get_descriptor_pool_lazy(struct zink_context *ctx, struct zink_program *pg, enum zink_descriptor_type type, struct zink_batch_descriptor_data_lazy *bdd, bool is_compute) get_descriptor_pool_lazy() argument 488 populate_sets(struct zink_context *ctx, struct zink_batch_descriptor_data_lazy *bdd, struct zink_program *pg, uint8_t *changed_sets, VkDescriptorSet *sets) populate_sets() argument 504 zink_descriptor_set_update_lazy(struct zink_context *ctx, struct zink_program *pg, enum zink_descriptor_type type, VkDescriptorSet set) zink_descriptor_set_update_lazy() argument 516 struct zink_program *pg = is_compute ? &ctx->curr_compute->base : &ctx->curr_program->base; zink_descriptors_update_lazy_masked() local 576 struct zink_program *pg = is_compute ? &ctx->curr_compute->base : &ctx->curr_program->base; zink_descriptors_update_lazy() local [all...] |
H A D | zink_descriptors.h | 155 struct zink_program *pg[2]; //gfx, compute member
|
H A D | zink_program.c | 364 zink_pipeline_layout_create(struct zink_screen *screen, struct zink_program *pg, uint32_t *compat) in zink_pipeline_layout_create() argument 658 zink_program_num_bindings_typed(const struct zink_program *pg, enum zink_descriptor_type type, bool is_compute) in zink_program_num_bindings_typed() argument 674 zink_program_num_bindings(const struct zink_program *pg, bool is_compute) zink_program_num_bindings() argument [all...] |
H A D | zink_descriptors.c | 99 pdd_cached(struct zink_program *pg) in pdd_cached() argument 639 allocate_desc_set(struct zink_context *ctx, struct zink_program *pg, enum zink_descriptor_type type, unsigned descs_used, bool is_compute) in allocate_desc_set() argument 788 struct zink_program *pg = is_compute ? (struct zink_program *)ctx->curr_compute : (struct zink_program *)ctx->curr_program; in zink_descriptor_set_get() local 1047 create_descriptor_ref_template(struct zink_context *ctx, struct zink_program *pg) create_descriptor_ref_template() argument 1112 zink_descriptor_program_init(struct zink_context *ctx, struct zink_program *pg) zink_descriptor_program_init() argument 1147 zink_descriptor_program_deinit(struct zink_context *ctx, struct zink_program *pg) zink_descriptor_program_deinit() argument 1288 struct zink_program *pg = is_compute ? &ctx->curr_compute->base : &ctx->curr_program->base; update_push_ubo_descriptors() local 1342 set_descriptor_set_refs(struct zink_context *ctx, struct zink_descriptor_set *zds, struct zink_program *pg, bool cache_hit) set_descriptor_set_refs() argument 1369 update_descriptors_internal(struct zink_context *ctx, enum zink_descriptor_type type, struct zink_descriptor_set *zds, struct zink_program *pg, bool cache_hit) update_descriptors_internal() argument 1473 struct zink_program *pg = is_compute ? (struct zink_program *)ctx->curr_compute : (struct zink_program *)ctx->curr_program; zink_descriptors_update() local 1762 zink_context_update_descriptor_states(struct zink_context *ctx, struct zink_program *pg) zink_context_update_descriptor_states() argument [all...] |
H A D | zink_screen.c | 217 struct zink_program *pg = data; in cache_put_job() local 243 zink_screen_update_pipeline_cache(struct zink_screen *screen, struct zink_program *pg) in zink_screen_update_pipeline_cache() argument 254 struct zink_program *pg = data; cache_get_job() local 277 zink_screen_get_pipeline_cache(struct zink_screen *screen, struct zink_program *pg) zink_screen_get_pipeline_cache() argument [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-graphite2.cc | 323 hb_codepoint_t *pg = gids; in _hb_graphite2_shape() local
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | qpdf_pdftopdf_processor.cc | 276 PageRect pg=qsub->getRect(),tmp=*crop; in add_subpage() local
|
/third_party/skia/src/image/ |
H A D | SkSurface.cpp | 28 SkSurfaceProps::SkSurfaceProps(uint32_t flags, SkPixelGeometry pg) in SkSurfaceProps() argument
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_transfer.c | 194 struct usb_page *pg; in usbd_transfer_setup_sub_malloc() local
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 7185 PgLow8(PRegister pg) PgLow8() argument 7193 Pg(PRegister pg) Pg() argument [all...] |
/third_party/backends/backend/ |
H A D | coolscan.c | 2291 unsigned char *pr,*pg,*pb,*pi; in RGBIfix() local 2359 unsigned short *pr,*pg,*pb,*pi; in RGBIfix16() local 2405 { unsigned char *pr,*pg,*pb; rgb2g() local [all...] |
H A D | plustek-usbshading.c | 1816 u_long *pr, *pg, *pb; in usb_procHighlightAndShadow() local
|