Home
last modified time | relevance | path

Searched refs:space (Results 201 - 225 of 1118) sorted by relevance

12345678910>>...45

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_render.h110 /// \brief Encoding gamma curve for a given color space.
121 dng_function_gamma_encode (const dng_color_space &space);
235 /// Set final color space in which resulting image data should be represented.
237 /// \param space Color space to use.
239 void SetFinalSpace (const dng_color_space &space) in SetFinalSpace() argument
241 fFinalSpace = &space; in SetFinalSpace()
244 /// Get final color space in which resulting image data should be represented.
245 /// \retval Color space to use.
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringprintf.cc60 char space[kSpaceLength]; in StringAppendV() local
67 int result = vsnprintf(space, kSpaceLength, format, backup_ap); in StringAppendV()
73 dst->append(space, result); in StringAppendV()
78 // Error or MSVC running out of space. MSVC 8.0 and higher in StringAppendV()
79 // can be asked about space needed with the special idiom below: in StringAppendV()
/third_party/rust/crates/nom/benchmarks/benches/
H A Dini.rs9 alphanumeric1 as alphanumeric, char, multispace1 as multispace, space1 as space,
28 let (i, _) = tuple((opt(space), char('='), 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...]
/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm-dev.h10 struct tpm_space *space; member
25 struct file_priv *priv, struct tpm_space *space);
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,
/kernel/linux/linux-5.10/drivers/media/rc/img-ir/
H A Dimg-ir-rc5.c64 .space = { 1 },
70 .space = { 1 },
/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()
/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/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()
/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/node/deps/brotli/c/dec/
H A Ddecode.c516 D) reduce the Huffman space
519 uint32_t* symbol, uint32_t* repeat, uint32_t* space, in ProcessSingleCodeLength()
527 *space -= 32768U >> code_len; in ProcessSingleCodeLength()
547 uint32_t* repeat, uint32_t* space, uint32_t* prev_code_len, in ProcessRepeatedCodeLength()
571 *space = 0xFFFFF; in ProcessRepeatedCodeLength()
584 *space -= repeat_delta << (15 - *repeat_code_len); in ProcessRepeatedCodeLength()
599 uint32_t space = h->space; in ReadSymbolCodeLengths() local
608 while (symbol < alphabet_size && space > 0) { in ReadSymbolCodeLengths()
617 h->space in ReadSymbolCodeLengths()
518 ProcessSingleCodeLength(uint32_t code_len, uint32_t* symbol, uint32_t* repeat, uint32_t* space, uint32_t* prev_code_len, uint16_t* symbol_lists, uint16_t* code_length_histo, int* next_symbol) ProcessSingleCodeLength() argument
545 ProcessRepeatedCodeLength(uint32_t code_len, uint32_t repeat_delta, uint32_t alphabet_size, uint32_t* symbol, uint32_t* repeat, uint32_t* space, uint32_t* prev_code_len, uint32_t* repeat_code_len, uint16_t* symbol_lists, uint16_t* code_length_histo, int* next_symbol) ProcessRepeatedCodeLength() argument
696 unsigned space = h->space; ReadCodeLengthCodeLengths() local
[all...]
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c516 D) reduce the Huffman space
519 uint32_t* symbol, uint32_t* repeat, uint32_t* space, in ProcessSingleCodeLength()
527 *space -= 32768U >> code_len; in ProcessSingleCodeLength()
547 uint32_t* repeat, uint32_t* space, uint32_t* prev_code_len, in ProcessRepeatedCodeLength()
571 *space = 0xFFFFF; in ProcessRepeatedCodeLength()
584 *space -= repeat_delta << (15 - *repeat_code_len); in ProcessRepeatedCodeLength()
599 uint32_t space = h->space; in ReadSymbolCodeLengths() local
608 while (symbol < alphabet_size && space > 0) { in ReadSymbolCodeLengths()
617 h->space in ReadSymbolCodeLengths()
518 ProcessSingleCodeLength(uint32_t code_len, uint32_t* symbol, uint32_t* repeat, uint32_t* space, uint32_t* prev_code_len, uint16_t* symbol_lists, uint16_t* code_length_histo, int* next_symbol) ProcessSingleCodeLength() argument
545 ProcessRepeatedCodeLength(uint32_t code_len, uint32_t repeat_delta, uint32_t alphabet_size, uint32_t* symbol, uint32_t* repeat, uint32_t* space, uint32_t* prev_code_len, uint32_t* repeat_code_len, uint16_t* symbol_lists, uint16_t* code_length_histo, int* next_symbol) ProcessRepeatedCodeLength() argument
696 unsigned space = h->space; ReadCodeLengthCodeLengths() local
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_output.c199 * Based on the assumption that the given amount of space
201 * NOTE: for smooth operation initial space offering should
210 unsigned int space = (__space < 0 ? 0 : __space); in tcp_select_initial_window() local
215 space = min(*window_clamp, space); in tcp_select_initial_window()
217 /* Quantize space offering to a multiple of mss if possible. */ in tcp_select_initial_window()
218 if (space > mss) in tcp_select_initial_window()
219 space = rounddown(space, mss); in tcp_select_initial_window()
230 (*rcv_wnd) = min(space, MAX_TCP_WINDO in tcp_select_initial_window()
3210 tcp_retrans_try_collapse(struct sock *sk, struct sk_buff *to, int space) tcp_retrans_try_collapse() argument
3862 int space, err = 0; tcp_send_syn_data() local
[all...]
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A Dmemory.h19 * TASK_SIZE - the maximum size of a user space task.
27 * Physical vs virtual RAM address space conversion. These are
37 * The module space lives between the addresses given by TASK_SIZE
44 #error Top of user space clashes with start of module space
/kernel/linux/linux-5.10/arch/powerpc/kernel/trace/
H A Dftrace_64.S16 .space 64
22 .space 64

Completed in 18 milliseconds

12345678910>>...45