/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/ |
H A D | flex_model.h | 74 virtual void SetMainSpace(const std::optional<Dimension>& space) = 0; 75 virtual void SetCrossSpace(const std::optional<Dimension>& space) = 0;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/ |
H A D | linear_layout_utils.h | 34 float space = 0.0f; member 44 float space = 0.0f; member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | list_item_group_model_impl.cpp | 31 void ListItemGroupModelImpl::SetSpace(const Dimension& space) in SetSpace() argument 33 JSViewSetProperty(&V2::ListItemGroupComponent::SetSpace, space); in SetSpace()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_list_item_group_ffi.cpp | 26 void (*headerBuilder)(), void (*footerBuilder)(), double space, int32_t spaceUnit) in FfiOHOSAceFrameworkListItemGroupCreate() 28 Dimension spaceDime(space, static_cast<DimensionUnit>(spaceUnit)); in FfiOHOSAceFrameworkListItemGroupCreate() 25 FfiOHOSAceFrameworkListItemGroupCreate( void (*headerBuilder)(), void (*footerBuilder)(), double space, int32_t spaceUnit) FfiOHOSAceFrameworkListItemGroupCreate() argument
|
H A D | cj_column_ffi.cpp | 43 void FfiOHOSAceFrameworkColumnCreateWithSpace(double space, int32_t unit) in FfiOHOSAceFrameworkColumnCreateWithSpace() argument 45 Dimension value(space, static_cast<DimensionUnit>(unit)); in FfiOHOSAceFrameworkColumnCreateWithSpace()
|
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
H A D | memory.h | 19 * 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 D | ftrace_64.S | 16 .space 64 22 .space 64
|
/kernel/linux/linux-5.10/drivers/media/rc/img-ir/ |
H A D | img-ir-sharp.c | 85 .space = { 680 /* 1 ms period */ }, 90 .space = { 1680 /* 2 ms period */ },
|
/kernel/linux/linux-6.6/drivers/media/rc/img-ir/ |
H A D | img-ir-sharp.c | 85 .space = { 680 /* 1 ms period */ }, 90 .space = { 1680 /* 2 ms period */ },
|
/third_party/node/deps/v8/src/heap/ |
H A D | concurrent-allocator.h | 40 explicit ConcurrentAllocator(LocalHeap* local_heap, PagedSpace* space) in ConcurrentAllocator() argument 42 space_(space), in ConcurrentAllocator()
|
H A D | evacuation-allocator.h | 43 // Give back remaining LAB space if this EvacuationAllocator's new space LAB in Finalize() 44 // sits right next to new space allocation top. in Finalize() 49 inline AllocationResult Allocate(AllocationSpace space, int object_size, 52 inline void FreeLast(AllocationSpace space, HeapObject object,
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | Token.cpp | 48 void Token::setHasLeadingSpace(bool space) in setHasLeadingSpace() argument 50 if (space) in setHasLeadingSpace()
|
/third_party/node/deps/brotli/c/dec/ |
H A D | decode.c | 516 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 D | decode.c | 516 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 D | tcp_output.c | 199 * 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/drivers/media/rc/ |
H A D | gpio-ir-tx.c | 100 unsigned int pulse, space; in gpio_ir_tx_modulated() local 105 space = DIV_ROUND_CLOSEST((100 - gpio_ir->duty_cycle) * in gpio_ir_tx_modulated() 114 // space in gpio_ir_tx_modulated() 129 edge = ktime_add_ns(edge, space); in gpio_ir_tx_modulated()
|
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | gpio-ir-tx.c | 105 unsigned int pulse, space; in gpio_ir_tx_modulated() local 110 space = DIV_ROUND_CLOSEST((100 - gpio_ir->duty_cycle) * in gpio_ir_tx_modulated() 119 // space in gpio_ir_tx_modulated() 134 edge = ktime_add_ns(edge, space); in gpio_ir_tx_modulated()
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_flush_cache.tex | 21 target address-space \Var{as}. In addition, all info cached for 22 address-space \Var{as} that is not tied to a particular code-range is 32 information cached on behalf of address space \Var{as} is flushed.
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | head_40x.S | 86 .space 4 88 .space 4 90 .space 4 92 .space 4 94 .space 4 227 /* Trap_0D is commented out to get more space for system call exception */ 514 * exception space :-). Both the instruction and data TLB 712 .space 4096 716 .space PGD_TABLE_SIZE 722 .space [all...] |
/kernel/linux/linux-5.10/scripts/ |
H A D | get_abi.pl | 96 my $space; 126 $space = ""; 188 $space = $1; 192 undef($space); 216 if (!defined($space)) { 219 $space = $1; 223 $space = "" if (!($content =~ s/^($space)//));
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_query_hw.c | 530 unsigned space = NVC0_HW_QUERY_ALLOC_SPACE; in nvc0_hw_create_query() local 558 space = NVC0_HW_QUERY_ALLOC_SPACE; in nvc0_hw_create_query() 562 space = 512; in nvc0_hw_create_query() 566 space = 64; in nvc0_hw_create_query() 573 space = 32; in nvc0_hw_create_query() 579 space = 32; in nvc0_hw_create_query() 582 space = 16; in nvc0_hw_create_query() 590 if (!nvc0_hw_query_allocate(nvc0, q, space)) { in nvc0_hw_create_query()
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | doio.c | 92 #define MEM_DATA 1 /* data space */ 113 void *space; /* memory address of allocated space */ member 300 char *Memptr; /* ptr to core buffer space */ 305 int Sdssize; /* # bytes of allocated sds space */ 608 * Malloc space for the children pid array. Initialize all entries in main() 961 * core space, and close all fd's in Fd_Map[]. in doio() 1630 * Allocate core memory and possibly sds space. Initialize the data in do_write() 1647 * Allocate SDS space for backdoor write if desired in do_write() 2345 * Grab core and sds space in do_ssdio() [all...] |
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-json.c | 1388 ecma_value_t arg3) /**< space */ in ecma_builtin_json_stringify() 1484 ecma_value_t space; in ecma_builtin_json_stringify() local 1503 space = value; in ecma_builtin_json_stringify() 1516 space = ecma_make_string_value (value_str_p); in ecma_builtin_json_stringify() 1520 space = ecma_copy_value (arg3); in ecma_builtin_json_stringify() 1525 space = ecma_copy_value (arg3); in ecma_builtin_json_stringify() 1529 if (ecma_is_value_number (space)) in ecma_builtin_json_stringify() 1533 ecma_op_to_integer (space, &num_of_spaces); in ecma_builtin_json_stringify() 1554 else if (ecma_is_value_string (space)) in ecma_builtin_json_stringify() 1556 ecma_string_t *space_str_p = ecma_get_string_from_value (space); in ecma_builtin_json_stringify() [all...] |
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | ParseC.pm | 689 \s? # Possible space 720 \s? # Possible space 734 \s? # Possible space 798 # case, there's only one space. 799 # The cases where a space needs to stay present 911 # shouldn't get concatenated, add a space 912 my $space = 931 .$space 954 .$space 978 $collected_stmt .= $space [all...] |
/third_party/openssl/util/perl/OpenSSL/ |
H A D | ParseC.pm | 689 \s? # Possible space 720 \s? # Possible space 734 \s? # Possible space 798 # case, there's only one space. 799 # The cases where a space needs to stay present 911 # shouldn't get concatenated, add a space 912 my $space = 931 .$space 954 .$space 978 $collected_stmt .= $space [all...] |