Home
last modified time | relevance | path

Searched refs:extra (Results 976 - 1000 of 2407) sorted by relevance

1...<<31323334353637383940>>...97

/third_party/ntfs-3g/ntfsprogs/
H A Dplaylog.c2335 u32 extra; in redo_open_attribute() local
2344 extra = get_extra_offset(&action->record); in redo_open_attribute()
2346 name = ((const char*)&action->record) + extra; in redo_open_attribute()
2348 + LOG_RECORD_HEAD_SZ - extra; in redo_open_attribute()
3416 u32 extra; in undo_open_attribute() local
3425 extra = get_extra_offset(&action->record); in undo_open_attribute()
3427 name = ((const char*)&action->record) + extra; in undo_open_attribute()
3429 + LOG_RECORD_HEAD_SZ - extra; in undo_open_attribute()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc42 Operand InputOperand(size_t index, int extra = 0) { in InputOperand()
43 return ToOperand(instr_->InputAt(index), extra); in InputOperand()
52 Operand ToOperand(InstructionOperand* op, int extra = 0) { in ToOperand()
54 DCHECK_EQ(0, extra); in ToOperand()
57 DCHECK_EQ(0, extra); in ToOperand()
61 return SlotToOperand(AllocatedOperand::cast(op)->index(), extra); in ToOperand()
64 Operand SlotToOperand(int slot, int extra = 0) { in SlotToOperand()
67 offset.offset() + extra); in SlotToOperand()
1692 // contains any extra padding and adjust the stack before the push. in AssembleArchInstruction()
/device/soc/rockchip/common/sdk_linux/drivers/media/usb/uvc/
H A Duvc_driver.c852 unsigned char *_buffer, *buffer = alts->extra; in uvc_parse_streaming()
893 if (ep->extralen > UVC_BUF_LEN_TWO && ep->extra[1] == USB_DT_CS_INTERFACE) { in uvc_parse_streaming()
895 "trying extra data " in uvc_parse_streaming()
898 buffer = alts->endpoint[i].extra; in uvc_parse_streaming()
1496 unsigned char *buffer = alts->extra; in uvc_parse_control()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dsdma.c1187 * The auto algorithm computes the sde_per_vl and the number of extra
1188 * engines. Any extra engines are added from the last VL on down.
1204 int extra, sde_per_vl; in sdma_map_init() local
1216 extra = dd->num_sdma % num_vls; in sdma_map_init()
1219 for (i = num_vls - 1; i >= 0; i--, extra--) in sdma_map_init()
1220 vl_engines[i] = sde_per_vl + (extra > 0 ? 1 : 0); in sdma_map_init()
H A Dinit.c392 * taken and we have to account for any extra groups assigned in hfi1_create_ctxtdata()
1244 * @extra: How many bytes to alloc past the default
1248 * "extra" is for chip-specific data.
1251 size_t extra) in hfi1_alloc_devdata()
1256 /* extra is * number of ports */ in hfi1_alloc_devdata()
1257 nports = extra / sizeof(struct hfi1_pportdata); in hfi1_alloc_devdata()
1259 dd = (struct hfi1_devdata *)rvt_alloc_device(sizeof(*dd) + extra, in hfi1_alloc_devdata()
1250 hfi1_alloc_devdata(struct pci_dev *pdev, size_t extra) hfi1_alloc_devdata() argument
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
H A Duvc_driver.c783 unsigned char *_buffer, *buffer = alts->extra; in uvc_parse_streaming()
823 ep->extra[1] == USB_DT_CS_INTERFACE) { in uvc_parse_streaming()
824 uvc_trace(UVC_TRACE_DESCR, "trying extra data " in uvc_parse_streaming()
826 buffer = alts->endpoint[i].extra; in uvc_parse_streaming()
1392 unsigned char *buffer = alts->extra; in uvc_parse_control()
/kernel/linux/linux-6.6/drivers/media/usb/uvc/
H A Duvc_driver.c516 const unsigned char *_buffer, *buffer = alts->extra; in uvc_parse_streaming()
559 ep->extra[1] == USB_DT_CS_INTERFACE) { in uvc_parse_streaming()
561 "trying extra data from endpoint %u\n", in uvc_parse_streaming()
563 buffer = alts->endpoint[i].extra; in uvc_parse_streaming()
1169 const unsigned char *buffer = alts->extra; in uvc_parse_control()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dsdma.c1145 * The auto algorithm computes the sde_per_vl and the number of extra
1146 * engines. Any extra engines are added from the last VL on down.
1162 int extra, sde_per_vl; in sdma_map_init() local
1174 extra = dd->num_sdma % num_vls; in sdma_map_init()
1177 for (i = num_vls - 1; i >= 0; i--, extra--) in sdma_map_init()
1178 vl_engines[i] = sde_per_vl + (extra > 0 ? 1 : 0); in sdma_map_init()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dhw.c901 unsigned long extra; in irdma_obj_aligned_mem() local
907 extra = newva - va; in irdma_obj_aligned_mem()
908 memptr->va = (u8 *)va + extra; in irdma_obj_aligned_mem()
909 memptr->pa = rf->obj_next.pa + extra; in irdma_obj_aligned_mem()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c1196 /* Allocate space for the extra aux buffer. */ in iris_resource_create_with_modifiers()
1963 /* Account for extra alignment padding in staging buffer */ in iris_flush_staging_region()
1997 unsigned extra = xfer->resource->target == PIPE_BUFFER ? in iris_map_copy_region() local
2002 .width0 = box->width + extra, in iris_map_copy_region()
2028 iris_copy_region(map->blorp, map->batch, map->staging, 0, extra, 0, 0, in iris_map_copy_region()
2045 iris_bo_map(map->dbg, staging_bo, xfer->usage & MAP_FLAGS) + extra; in iris_map_copy_region()
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dproc-v7.S234 mrc p15, 1, r6, c15, c1, 0 @ save CP15 - extra features
246 mcr p15, 1, r6, c15, c1, 0 @ restore CP15 - extra features
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dproc-v7.S236 mrc p15, 1, r6, c15, c1, 0 @ save CP15 - extra features
248 mcr p15, 1, r6, c15, c1, 0 @ restore CP15 - extra features
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H A Dtunnel_conf.c44 * @tun_info.extra: reserved for future use
54 __be32 extra[2]; member
65 * @tun_info.extra: reserved for future use
75 __be32 extra[2]; member
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c50 /* extra stats */
134 atomic64_t *extra = (atomic64_t *)&priv->extra_stats; in gfar_fill_stats() local
137 buf[i] = atomic64_read(&extra[i]); in gfar_fill_stats()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Du_ether.c359 goto extra; in prealloc()
369 extra: in prealloc()
544 * or there's not enough space for extra headers we need in eth_start_xmit()
579 * though any robust network rx path ignores extra padding. in eth_start_xmit()
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dbootgraph.py633 extra = '\
650 aslib.addCSS(hf, sysvals, 1, False, extra)
856 ' -verbose Print extra information during execution and analysis\n'\
/kernel/linux/linux-5.10/drivers/staging/fbtft/
H A Dfbtft-core.c1273 par->extra = devm_kzalloc(par->info->device, in fbtft_probe_common()
1277 if (!par->extra) { in fbtft_probe_common()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c52 /* extra stats */
136 atomic64_t *extra = (atomic64_t *)&priv->extra_stats; in gfar_fill_stats() local
139 buf[i] = atomic64_read(&extra[i]); in gfar_fill_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H A Dtunnel_conf.c44 * @tun_info.extra: reserved for future use
54 __be32 extra[2]; member
65 * @tun_info.extra: reserved for future use
75 __be32 extra[2]; member
/kernel/linux/linux-6.6/drivers/staging/fbtft/
H A Dfbtft-core.c1269 par->extra = devm_kzalloc(par->info->device, in fbtft_probe_common()
1273 if (!par->extra) { in fbtft_probe_common()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Du_ether.c325 goto extra; in prealloc()
335 extra: in prealloc()
533 * or there's not enough space for extra headers we need in eth_start_xmit()
568 * though any robust network rx path ignores extra padding. in eth_start_xmit()
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dbootgraph.py635 extra = '\
652 aslib.addCSS(hf, sysvals, 1, False, extra)
858 ' -verbose Print extra information during execution and analysis\n'\
/third_party/ffmpeg/libswresample/x86/
H A Dresample.asm77 ; on stack so that we have 'ctx' available as one extra register
302 ; on stack so that we have 'ctx' available as one extra register
/kernel/linux/linux-5.10/drivers/usb/class/
H A Dcdc-acm.c1167 unsigned char *buffer = intf->altsetting->extra; in acm_probe()
1219 intf->cur_altsetting->endpoint->extra) { in acm_probe()
1221 "Seeking extra descriptors on endpoint\n"); in acm_probe()
1223 buffer = intf->cur_altsetting->endpoint->extra; in acm_probe()
/kernel/linux/linux-5.10/scripts/mod/
H A Dfile2alias.c522 DEF_FIELD(symval, serio_device_id, extra); in do_serio_entry()
528 ADD(alias, "ex", extra != SERIO_ANY, extra); in do_serio_entry()

Completed in 70 milliseconds

1...<<31323334353637383940>>...97