Home
last modified time | relevance | path

Searched refs:space (Results 226 - 250 of 2379) sorted by relevance

12345678910>>...96

/kernel/linux/linux-6.6/drivers/media/rc/img-ir/
H A Dimg-ir-rc5.c64 .space = { 1 },
70 .space = { 1 },
/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dtpm-dev.h10 struct tpm_space *space; member
25 struct file_priv *priv, struct tpm_space *space);
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DToken.cpp40 void Token::setHasLeadingSpace(bool space) in setHasLeadingSpace() argument
42 if (space) in setHasLeadingSpace()
/kernel/linux/linux-5.10/drivers/ipack/carriers/
H A Dtpci200.c262 /* Request IO ID INT space (Bar 3) */ in tpci200_register()
265 "Carrier IO ID INT space"); in tpci200_register()
274 /* Request MEM8 space (Bar 5) */ in tpci200_register()
276 "Carrier MEM8 space"); in tpci200_register()
285 /* Request MEM16 space (Bar 4) */ in tpci200_register()
287 "Carrier MEM16 space"); in tpci200_register()
296 /* Map internal tpci200 driver user space */ in tpci200_register()
303 "(bn 0x%X, sn 0x%X) failed to map driver user space!", in tpci200_register()
490 enum ipack_space space; in tpci200_create_device() local
499 for (space in tpci200_create_device()
[all...]
/kernel/linux/linux-5.10/drivers/w1/
H A Dw1_netlink.c75 * w1_reply_make_space() - send message if needed to make space
76 * @block: block to make space on
77 * @space: how many bytes requested
79 * Verify there is enough room left for the caller to add "space" bytes to the
82 static void w1_reply_make_space(struct w1_cb_block *block, u16 space) in w1_reply_make_space() argument
85 if (len + space >= block->maxlen) { in w1_reply_make_space()
107 * block->cn->len does not include space for block->msg
136 u32 space; in w1_netlink_queue_cmd() local
150 space = sizeof(*cmd) + cmd->len; in w1_netlink_queue_cmd()
152 memcpy(block->cmd, cmd, space); in w1_netlink_queue_cmd()
164 u16 space = sizeof(struct cn_msg) + sizeof(*req_msg) + sizeof(*req_cmd); w1_netlink_queue_status() local
[all...]
/kernel/linux/linux-6.6/drivers/w1/
H A Dw1_netlink.c76 * w1_reply_make_space() - send message if needed to make space
77 * @block: block to make space on
78 * @space: how many bytes requested
80 * Verify there is enough room left for the caller to add "space" bytes to the
83 static void w1_reply_make_space(struct w1_cb_block *block, u16 space) in w1_reply_make_space() argument
86 if (len + space >= block->maxlen) { in w1_reply_make_space()
109 * block->cn->len does not include space for block->msg
138 u32 space; in w1_netlink_queue_cmd() local
152 space = sizeof(*cmd) + cmd->len; in w1_netlink_queue_cmd()
154 memcpy(block->cmd, cmd, space); in w1_netlink_queue_cmd()
166 u16 space = sizeof(struct cn_msg) + sizeof(*req_msg) + sizeof(*req_cmd); w1_netlink_queue_status() local
[all...]
/kernel/linux/linux-6.6/drivers/ipack/carriers/
H A Dtpci200.c260 /* Request IO ID INT space (Bar 3) */ in tpci200_register()
263 "Carrier IO ID INT space"); in tpci200_register()
272 /* Request MEM8 space (Bar 5) */ in tpci200_register()
274 "Carrier MEM8 space"); in tpci200_register()
283 /* Request MEM16 space (Bar 4) */ in tpci200_register()
285 "Carrier MEM16 space"); in tpci200_register()
294 /* Map internal tpci200 driver user space */ in tpci200_register()
301 "(bn 0x%X, sn 0x%X) failed to map driver user space!", in tpci200_register()
488 enum ipack_space space; in tpci200_create_device() local
497 for (space in tpci200_create_device()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_model_ng.cpp42 void ListItemGroupModelNG::SetSpace(const Dimension& space) in SetSpace() argument
44 ACE_UPDATE_LAYOUT_PROPERTY(ListItemGroupLayoutProperty, Space, space); in SetSpace()
142 void ListItemGroupModelNG::SetSpace(FrameNode* frameNode, const Dimension& space) in SetSpace() argument
144 ACE_UPDATE_NODE_LAYOUT_PROPERTY(ListItemGroupLayoutProperty, Space, space, frameNode); in SetSpace()
H A Dlist_paint_method.cpp76 .space = space_, in UpdateContentModifier()
144 float divOffset = (dividerInfo.space + dividerInfo.constrainStrokeWidth) / 2; /* 2 half */ in HandleDividerList()
149 float divOffset = (dividerInfo.space - dividerInfo.constrainStrokeWidth) / 2; /* 2 half */ in HandleDividerList()
174 float divOffset = (dividerInfo.space - dividerInfo.constrainStrokeWidth) / 2; /* 2 half */ in HandleLastLineIndex()
179 float divOffset = (dividerInfo.space + dividerInfo.constrainStrokeWidth) / 2; /* 2 half */ in HandleLastLineIndex()
H A Dlist_item_group_model_ng.h33 void SetSpace(const Dimension& space) override;
51 static void SetSpace(FrameNode* frameNode, const Dimension& space);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_column.cpp46 std::optional<CalcDimension> space; in Create() local
49 JSRef<JSVal> spaceVal = obj->GetProperty("space"); in Create()
52 space = value.IsValid() ? value : Dimension(); in Create()
54 space = Dimension(); in Create()
66 ColumnModel::GetInstance()->Create(space, declaration, inspectorTag_); in Create()
H A Djs_row.cpp45 std::optional<CalcDimension> space; in Create() local
48 JSRef<JSVal> spaceVal = obj->GetProperty("space"); in Create()
51 space = value; in Create()
53 space = Dimension(); in Create()
65 RowModel::GetInstance()->Create(space, declaration, ""); in Create()
/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm.h230 int tpm2_init_space(struct tpm_space *space, unsigned int buf_size);
231 void tpm2_del_space(struct tpm_chip *chip, struct tpm_space *space);
233 int tpm2_prepare_space(struct tpm_chip *chip, struct tpm_space *space, u8 *cmd,
235 int tpm2_commit_space(struct tpm_chip *chip, struct tpm_space *space, void *buf,
/third_party/node/deps/v8/src/heap/
H A Dcode-stats.cc65 void CodeStatistics::CollectCodeStatistics(PagedSpace* space, in CollectCodeStatistics() argument
67 PagedSpaceObjectIterator obj_it(isolate->heap(), space); in CollectCodeStatistics()
77 void CodeStatistics::CollectCodeStatistics(OldLargeObjectSpace* space, in CollectCodeStatistics() argument
79 LargeObjectSpaceObjectIterator obj_it(space); in CollectCodeStatistics()
H A Dpaged-spaces.h36 // space to its top or from the bottom of the given page to its top.
43 // Creates a new object iterator in a given space.
44 PagedSpaceObjectIterator(Heap* heap, PagedSpace* space);
45 PagedSpaceObjectIterator(Heap* heap, PagedSpace* space, Page* page);
48 // skipping the special garbage section of which there is one per space.
88 // Creates a space with an id.
96 // Checks whether an object/address is in this space.
101 // Does the space need executable memory?
110 // Approximate amount of physical memory committed for this space.
120 // Sets the capacity, the available space an
331 ConcurrentAllocationMutex(const PagedSpace* space) ConcurrentAllocationMutex() argument
482 Get(AllocationSpace space) Get() argument
[all...]
/third_party/rust/crates/cxx/src/
H A Dcxx_string.rs284 space: MaybeUninit<[usize; 8]>,
291 space: MaybeUninit::uninit(), in new()
298 let this = &mut *self.space.as_mut_ptr().cast::<MaybeUninit<CxxString>>(); in init()
308 let this = &mut *self.space.as_mut_ptr().cast::<MaybeUninit<CxxString>>(); in drop()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSymbolEnv.h27 char const *toString(AddressSpace space);
180 void markAsPointer(VarField x, AddressSpace space);
184 void markAsReference(VarField x, AddressSpace space);
197 void markSpace(VarField x, AddressSpace space, std::unordered_map<VarField, AddressSpace> &map);
/third_party/rust/crates/nom/tests/
H A Dini_str.rs3 character::complete::{alphanumeric1 as alphanumeric, char, space0 as space},
33 let (i, _) = tuple((opt(space), tag("="), opt(space)))(i)?; in key_value()
35 let (i, _) = opt(space)(i)?; in key_value()
/third_party/alsa-utils/amixer/
H A Damixer.c257 /* FIXME: normalize to int32 space to be compatible with other types */
600 static int show_control(const char *space, snd_hctl_elem_t *elem, in show_control() argument
624 printf("%s; type=%s,access=%s,values=%u", space, control_type(info), control_access(info), count); in show_control()
648 printf("%s; Item #%u '%s'\n", space, item, snd_ctl_elem_info_get_item_name(info)); in show_control()
663 printf("%s: values=", space); in show_control()
702 printf("%s; ASoC TLV Byte control, skipping bytes dump\n", space); in show_control()
712 decode_tlv(strlen(space), tlv, 4096); in show_control()
774 static int show_selem(snd_mixer_t *handle, snd_mixer_selem_id_t *id, const char *space, int level) in show_selem() argument
790 printf("%sCapabilities:", space); in show_selem()
855 printf("%sCapture exclusive group: %i\n", space, in show_selem()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Ddevice.c248 int space; in dump_qp() local
253 space = qpd->bufsize - qpd->pos - 1; in dump_qp()
254 if (space == 0) in dump_qp()
267 cc = snprintf(qpd->buf + qpd->pos, space, in dump_qp()
288 cc = snprintf(qpd->buf + qpd->pos, space, in dump_qp()
304 cc = snprintf(qpd->buf + qpd->pos, space, in dump_qp()
309 if (cc < space) in dump_qp()
374 int space; in dump_stag() local
379 space = stagd->bufsize - stagd->pos - 1; in dump_stag()
380 if (space in dump_stag()
560 int space; dump_ep() local
618 int space; dump_listen_ep() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Ddevice.c248 int space; in dump_qp() local
253 space = qpd->bufsize - qpd->pos - 1; in dump_qp()
254 if (space == 0) in dump_qp()
267 cc = snprintf(qpd->buf + qpd->pos, space, in dump_qp()
288 cc = snprintf(qpd->buf + qpd->pos, space, in dump_qp()
304 cc = snprintf(qpd->buf + qpd->pos, space, in dump_qp()
309 if (cc < space) in dump_qp()
374 int space; in dump_stag() local
379 space = stagd->bufsize - stagd->pos - 1; in dump_stag()
380 if (space in dump_stag()
560 int space; dump_ep() local
618 int space; dump_listen_ep() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_list_item_group_bridge.cpp132 Local<JSValueRef> spaceArg = runtimeCallInfo->GetCallArgRef(1); //1 is index of space in SetListItemGroupInitialize()
136 double space = 0.0; in SetListItemGroupInitialize() local
137 if (spaceArg->IsObject(vm) || !ArkTSUtils::ParseJsDouble(vm, spaceArg, space) || LessNotEqual(space, 0.0)) { in SetListItemGroupInitialize()
138 space = 0.0; in SetListItemGroupInitialize()
140 GetArkUINodeModifiers()->getListItemGroupModifier()->setListItemGroupSpace(nativeNode, space); in SetListItemGroupInitialize()
/kernel/linux/linux-5.10/drivers/pci/endpoint/
H A Dpci-epf-core.c73 * pci_epf_free_space() - free the allocated PCI EPF register space
75 * @addr: the virtual address of the PCI EPF register space
76 * @bar: the BAR number corresponding to the register space
78 * Invoke to free the allocated PCI EPF register space.
99 * pci_epf_alloc_space() - allocate memory for the PCI EPF register space
102 * @bar: the BAR number corresponding to the allocated register space
105 * Invoke to allocate memory for the PCI EPF register space.
110 void *space; in pci_epf_alloc_space() local
122 space = dma_alloc_coherent(dev, size, &phys_addr, GFP_KERNEL); in pci_epf_alloc_space()
123 if (!space) { in pci_epf_alloc_space()
[all...]
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A Dtokenize.js11 var wordDelimiters = (_wordDelimiters = {}, _wordDelimiters[t.space] = true, _wordDelimiters[t.tab] = true, _wordDelimiters[t.newline] = true, _wordDelimiters[t.cr] = true, _wordDelimiters[t.feed] = true, _wordDelimiters[t.ampersand] = true, _wordDelimiters[t.asterisk] = true, _wordDelimiters[t.bang] = true, _wordDelimiters[t.comma] = true, _wordDelimiters[t.colon] = true, _wordDelimiters[t.semicolon] = true, _wordDelimiters[t.openParenthesis] = true, _wordDelimiters[t.closeParenthesis] = true, _wordDelimiters[t.openSquare] = true, _wordDelimiters[t.closeSquare] = true, _wordDelimiters[t.singleQuote] = true, _wordDelimiters[t.doubleQuote] = true, _wordDelimiters[t.plus] = true, _wordDelimiters[t.pipe] = true, _wordDelimiters[t.tilde] = true, _wordDelimiters[t.greaterThan] = true, _wordDelimiters[t.equals] = true, _wordDelimiters[t.dollar] = true, _wordDelimiters[t.caret] = true, _wordDelimiters[t.slash] = true, _wordDelimiters);
58 // if fewer than 6 hex chars, a trailing space ends the escape
59 if (hexDigits < 6 && code === t.space) {
104 case t.space:
117 } while (code === t.space || code === t.newline || code === t.tab || code === t.cr || code === t.feed);
118 tokenType = t.space;
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw.c359 unsigned space = NV50_HW_QUERY_ALLOC_SPACE; in nv50_hw_create_query() local
389 space = 32 + 16; /* separate fence value written here */ in nv50_hw_create_query()
392 space = 64 + 16; /* separate fence value written here */ in nv50_hw_create_query()
396 space = 9 * 2 * 16; /* 9 values, start/end, 16-bytes each */ in nv50_hw_create_query()
402 space = 32; in nv50_hw_create_query()
405 space = 16; in nv50_hw_create_query()
413 if (!nv50_hw_query_allocate(nv50, q, space)) { in nv50_hw_create_query()

Completed in 15 milliseconds

12345678910>>...96