/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | psmouse-base.c | 1762 .extra = SERIO_ANY, 1768 .extra = SERIO_ANY,
|
/third_party/node/deps/brotli/c/enc/ |
H A D | brotli_bit_stream.c | 45 uint32_t* n_extra, uint32_t* extra) { in GetBlockLengthPrefixCode() 48 *extra = len - _kBrotliPrefixCodeRanges[*code].offset; in GetBlockLengthPrefixCode() 624 the run length plus extra bits (lower 9 bits is the prefix code and the rest 625 are the extra bits). Non-zero values in v[] are shifted by 628 Log2Floor(L) and the number of extra bits is the same as the prefix code. */ 44 GetBlockLengthPrefixCode(uint32_t len, size_t* code, uint32_t* n_extra, uint32_t* extra) GetBlockLengthPrefixCode() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | uniform_query.cpp | 741 const char *const extra = (cols == 1) ? "uniform" : "uniform matrix"; in log_uniform() local 745 shProg->Name, extra, uni->name.string, location, uni->type->name, in log_uniform() 1521 /* If the uniform is a sampler, do the extra magic necessary to propagate
|
H A D | get.c | 68 * attaching optional extra information to the value description 69 * struct, it's sort of like an array of opcodes that describe extra 224 const int *extra; member 309 /* The 'extra' mechanism is a way to specify extra checks (such as 1375 * Check extra constraints on a struct value_desc descriptor 1377 * If a struct value_desc has a non-NULL extra pointer, it means that 1378 * there are a number of extra constraints to check or actions to 1384 * \param d the struct value_desc that has the extra constraints 1397 for (e = d->extra; * in check_extra() [all...] |
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 936 extra argument. If 'dry_run' is true, the value passed to the test method 1303 are started. This will help ensure that no extra children (zombies) 1566 def check__all__(test_case, module, name_of_module=None, extra=(), 1579 The 'extra' argument can be a set of names that wouldn't otherwise be 1599 extra = {'BAR_CONST', 'FOO_CONST'} 1603 extra=extra, not_exported=not_exported) 1612 expected = set(extra) 2010 # we use the `decimal` module to get plenty of extra precision.
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | brotli_bit_stream.c | 45 uint32_t* n_extra, uint32_t* extra) { in GetBlockLengthPrefixCode() 48 *extra = len - _kBrotliPrefixCodeRanges[*code].offset; in GetBlockLengthPrefixCode() 624 the run length plus extra bits (lower 9 bits is the prefix code and the rest 625 are the extra bits). Non-zero values in v[] are shifted by 628 Log2Floor(L) and the number of extra bits is the same as the prefix code. */ 44 GetBlockLengthPrefixCode(uint32_t len, size_t* code, uint32_t* n_extra, uint32_t* extra) GetBlockLengthPrefixCode() argument
|
/third_party/python/Lib/test/ |
H A D | test_fstring.py | 587 def build_fstr(n, extra=''): 588 return "f'" + ('{x} ' * n) + extra + "'"
|
H A D | test_sys.py | 1589 def check_slots(self, obj, base, extra): 1590 expected = sys.getsizeof(base) + struct.calcsize(extra)
|
H A D | test_enum.py | 4660 extra = [name for name in dir(test_type) if name not in enum_dir(test_type)] 4663 extra + missing, 4665 msg='extra names: %r; missing names: %r' % (extra, missing), 4702 extra = [name for name in dir(test_type) if name not in enum_dir(test_type)] 4705 extra + missing, 4707 msg='extra names: %r; missing names: %r' % (extra, missing),
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 50 % The extra TeX runs get the cross-reference information correct. 612 % @frenchspacing on|off says whether to put extra space after punctuation. 643 % explicit \vfill so that the extra space is at the bottom. The 661 % the `@group' to put extra space in the output. Since @group 1052 \let\setfilename=\comment % Ignore extra @setfilename cmds. 2198 % For me, subjectively, the few extra characters that fit aren't worth 3216 % Open one extra group, as we want to close it in the middle of \Etitlepage. 3525 % horizontal list on a line by itself, resulting in extra blank space. 4787 % will have extra space inserted, because the \medbreak in the 4794 % Avoid page breaks due to these extra skip [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | intel_pm.c | 472 * pessimal value. It's a tradeoff between extra memory fetches (if we 660 * formula. The caller may additonally add extra cachelines 707 * formula. The caller may additonally add extra cachelines 2533 * extra paranoid to avoid a potential divide-by-zero if we screw up in ilk_wm_fbc() 4308 /* Cursor doesn't support NV12/planar, so no extra calculation needed */ in skl_ddb_get_hw_plane_state() 4914 * watermark level, plus an extra share of the leftover blocks in skl_allocate_pipe_ddb() 4921 u16 extra; in skl_allocate_pipe_ddb() local 4934 extra = min_t(u16, alloc_size, in skl_allocate_pipe_ddb() 4937 total[plane_id] = wm->wm[level].min_ddb_alloc + extra; in skl_allocate_pipe_ddb() 4938 alloc_size -= extra; in skl_allocate_pipe_ddb() [all...] |
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | sata_mv.c | 3626 int rc, attempts = 0, extra = 0; in mv_hardreset() local 3640 rc = sata_link_hardreset(link, timing, deadline + extra, in mv_hardreset() 3650 extra = HZ; /* only extend it once, max */ in mv_hardreset()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945-mac.c | 563 * If end is not dword aligned, we'll have 2 extra bytes at the end in il3945_tx_skb() 2535 u32 extra; in il3945_request_scan() local 2554 extra = (suspend_time / interval) << 24; in il3945_request_scan() 2556 0xFF0FFFFF & (extra | ((suspend_time % interval) * 1024)); in il3945_request_scan()
|
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/ |
H A D | libcxgbi.c | 131 struct cxgbi_device *cxgbi_device_register(unsigned int extra, in cxgbi_device_register() argument 136 cdev = kzalloc(sizeof(*cdev) + extra + nports * in cxgbi_device_register() 147 if (extra) in cxgbi_device_register()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | util.c | 1679 const u8 *extra, size_t extra_len, const u8 *da, in ieee80211_send_auth() 1705 if (extra) in ieee80211_send_auth() 1706 skb_put_data(skb, extra, extra_len); in ieee80211_send_auth() 1677 ieee80211_send_auth(struct ieee80211_sub_if_data *sdata, u16 transaction, u16 auth_alg, u16 status, const u8 *extra, size_t extra_len, const u8 *da, const u8 *bssid, const u8 *key, u8 key_len, u8 key_idx, u32 tx_flags) ieee80211_send_auth() argument
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | sata_mv.c | 3625 int rc, attempts = 0, extra = 0; in mv_hardreset() local 3639 rc = sata_link_hardreset(link, timing, deadline + extra, in mv_hardreset() 3649 extra = HZ; /* only extend it once, max */ in mv_hardreset()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945-mac.c | 563 * If end is not dword aligned, we'll have 2 extra bytes at the end in il3945_tx_skb() 2527 u32 extra; in il3945_request_scan() local 2546 extra = (suspend_time / interval) << 24; in il3945_request_scan() 2548 0xFF0FFFFF & (extra | ((suspend_time % interval) * 1024)); in il3945_request_scan()
|
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/ |
H A D | libcxgbi.c | 131 struct cxgbi_device *cxgbi_device_register(unsigned int extra, in cxgbi_device_register() argument 136 cdev = kzalloc(sizeof(*cdev) + extra + nports * in cxgbi_device_register() 147 if (extra) in cxgbi_device_register()
|
/third_party/node/deps/v8/third_party/ittapi/include/ |
H A D | ittnotify.h | 69 expense of extra API calls. 1859 * @param[in] extra The extra data to unique identify object; low QWORD of the ID value. 1862 ITT_INLINE __itt_id ITTAPI __itt_id_make(void* addr, unsigned long long extra) ITT_INLINE_ATTRIBUTE; 1863 ITT_INLINE __itt_id ITTAPI __itt_id_make(void* addr, unsigned long long extra) in __itt_id_make() argument 1867 id.d2 = (unsigned long long)extra; in __itt_id_make() 2380 * The metadata API is used to attach extra information to named
|
/third_party/libdrm/ |
H A D | xf86drm.c | 4002 size_t max_node_length, extra, size; in drmDeviceAlloc() local 4008 extra = DRM_NODE_MAX * (sizeof(void *) + max_node_length); in drmDeviceAlloc() 4010 size = sizeof(*device) + extra + bus_size + device_size; in drmDeviceAlloc() 4601 "Skipping extra nodes\n", MAX_DRM_NODES); in drmGetDeviceFromDevId() 4714 "Skipping extra nodes\n", MAX_DRM_NODES); in drmGetDevices2()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 4129 /* release extra els sgls from list */ in lpfc_sli4_els_sgl_update() 4253 /* release extra nvmet sgls from list */ in lpfc_sli4_nvmet_sgl_update() 4435 /* release the extra allocated nvme buffers */ in lpfc_sli4_io_sgl_update() 5454 /* Keep the link status for extra SLI4 state machine reference */ in lpfc_sli4_async_link_evt() 5957 uint64_t total, rcv, lat, mbpi, extra, cnt; in lpfc_cmf_timer() local 6024 extra = 0; in lpfc_cmf_timer() 6026 /* Calculate any extra bytes needed to account for the in lpfc_cmf_timer() 6034 extra = cnt - total; in lpfc_cmf_timer() 6036 lpfc_issue_cmf_sync_wqe(phba, LPFC_CMF_INTERVAL, total + extra); in lpfc_cmf_timer() 6042 extra in lpfc_cmf_timer() 7921 int extra; lpfc_sli4_driver_resource_setup() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ctrl_iface.c | 10098 char extra[30]; local 10125 extra[0] = '\0'; 10127 os_snprintf(extra, sizeof(extra), " len=%d", ntohs(ip.ip_len)); 10129 MAC2STR(eth->ether_dhost), MAC2STR(eth->ether_shost), extra); 10131 MAC2STR_SEC(eth->ether_dhost), MAC2STR_SEC(eth->ether_shost), extra); 13279 char *pos, *extra; 13348 extra = pos; 13352 if (!extra[0]) 13355 if (os_strcmp(extra, "creat [all...] |
/third_party/ntfs-3g/libntfs-3g/ |
H A D | attrib.c | 5003 * @extra: minimum amount of free space in the new holder of record 5005 * New attribute record holder must have free @extra bytes after moving 5013 int ntfs_attr_record_move_away(ntfs_attr_search_ctx *ctx, int extra) argument 5019 if (!ctx || !ctx->attr || !ctx->ntfs_ino || extra < 0) { 5021 ntfs_log_perror("%s: ctx=%p ctx->attr=%p extra=%d", __FUNCTION__, 5022 ctx, ctx ? ctx->attr : NULL, extra); 5058 le32_to_cpu(ctx->attr->length) + extra)
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 47 Operand InputOperand(size_t index, int extra = 0) { in InputOperand() 48 return ToOperand(instr_->InputAt(index), extra); in InputOperand() 65 Operand ToOperand(InstructionOperand* op, int extra = 0) { in ToOperand() 67 return SlotToOperand(AllocatedOperand::cast(op)->index(), extra); in ToOperand() 70 Operand SlotToOperand(int slot_index, int extra = 0) { in SlotToOperand() 73 offset.offset() + extra); in SlotToOperand() 2662 // contains any extra padding and adjust the stack before the pushq. in AssembleArchInstruction()
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | hso.c | 3172 *ports = iface->extra[2]; in hso_get_mux_ports() 3178 *ports = iface->endpoint[i].extra[2]; in hso_get_mux_ports()
|