Home
last modified time | relevance | path

Searched refs:space (Results 551 - 575 of 581) sorted by relevance

1...<<21222324

/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc4486 // Stack space reservation moved to the branch delay slot below. in CallRecordWriteStub()
4854 // Make scratch1 the space we have left. The stack might already be overflowed in CallRecordWriteStub()
5417 int space = kNumOfSavedRegisters * kDoubleSize; in CallRecordWriteStub() local
5418 Dsubu(sp, sp, Operand(space)); in CallRecordWriteStub()
5426 // Reserve place for the return address, stack space and an optional slot in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc3992 // Stack space reservation moved to the branch delay slot below. in CallRecordWriteStub()
4327 // Make scratch1 the space we have left. The stack might already be overflowed in CallRecordWriteStub()
4885 int space = FPURegister::kNumRegisters * kDoubleSize; in CallRecordWriteStub() local
4886 Subu(sp, sp, Operand(space)); in CallRecordWriteStub()
4894 // Reserve place for the return address, stack space and an optional slot in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.cc3689 // Make scratch1 the space we have left. The stack might already be overflowed in StackOverflowCheck()
4406 int space = kNumCallerSavedFPU * kDoubleSize; in EnterExitFrame() local
4407 Sub64(sp, sp, Operand(space)); in EnterExitFrame()
4418 // Reserve place for the return address, stack space and an optional slot in EnterExitFrame()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp872 CalcDimension space; in ParsePopupCommonParam() local
873 if (JSViewAbstract::ParseJsDimensionVp(targetSpace, space)) { in ParsePopupCommonParam()
875 popupParam->SetTargetSpace(space); in ParsePopupCommonParam()
/third_party/backends/backend/
H A Dhp3900_rts8822.c95 /* functions to allocate and free space for a device */
593 /* this function frees space of devices's variable */ in RTS_Free()
623 /* this function allocates space for device's variable */ in RTS_Alloc()
677 /* if something fails, free space */ in RTS_Alloc()
1266 /* if rst == ERROR may be related to allocating space for chipset name */ in Load_Chipset()
1366 SANE_Int space; in Arrange_Colour() local
1398 space = in Arrange_Colour()
1403 scn->imagebuffer = (SANE_Byte *) malloc (space * sizeof (SANE_Byte)); in Arrange_Colour()
2181 /* this function releases space for stepper motor */ in Free_Motor()
2217 /* this function releases space fo in Free_Sensor()
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/
H A Dkeccak1600-armv4.S1842 sub sp,sp,#440+16 @ space for A[5][5],D[5],T[5][5],...
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/
H A Dkeccak1600-armv4.S1842 sub sp,sp,#440+16 @ space for A[5][5],D[5],T[5][5],...
/third_party/libabigail/
H A Dltmain.sh438 # Invoke $ECHO with all args, space-separated.
832 # by a space.
4939 that within double quotes, space and tab are treated like normal
5533 func_fatal_error "require no space between \`-L' and \`$1'"
8611 # turning comma into space..
/third_party/skia/third_party/externals/microhttpd/
H A Dltmain.sh458 # Invoke $ECHO with all args, space-separated.
852 # by a space.
4959 that within double quotes, space and tab are treated like normal
5553 func_fatal_error "require no space between \`-L' and \`$1'"
8637 # turning comma into space..
/third_party/glfw/deps/
H A Dnuklear.h1401 /// nk_window_get_content_region | Returns the position and size of the currently visible and non-clipped space inside the currently processed window
1402 /// nk_window_get_content_region_min | Returns the upper rectangle position of the currently visible and non-clipped space inside the currently processed window
1403 /// nk_window_get_content_region_max | Returns the upper rectangle position of the currently visible and non-clipped space inside the currently processed window
1404 /// nk_window_get_content_region_size | Returns the size of the currently visible and non-clipped space inside the currently processed window
1631 /// Returns the position and size of the currently visible and non-clipped space
1646 /// of the visible space inside the current window
1651 /// space inside the currently processed window.
1665 /// of the visible space inside the current window
1670 /// non-clipped space inside the currently processed window.
1684 /// of the visible space insid
7330 nk_text_clamp(const struct nk_user_font *font, const char *text, int text_len, float space, int *glyphs, float *text_width, nk_rune *sep_list, int sep_count) nk_text_clamp() argument
17969 float space = nk_layout_row_calculate_usable_space(&ctx->style, layout->type, nk_layout_row_template_end() local
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_msl.cpp1862 // so that we will get the appropriate address space when declaring these builtins. in extract_global_variables_from_function()
4201 // does not take up as much space as the ArrayStride or MatrixStride. This can happen with DX cbuffers. in ensure_member_packing_rules_msl()
4817 // Unfortunately we cannot template on the address space, so combinatorial explosion it is. in emit_custom_functions()
7204 // We're in flattened space, so just increment the member index into IO block. in emit_tessellation_access_chain()
8548 // Unfortunately, we cannot template on address space in MSL,
8549 // so explicit address space redirection it is ...
10173 // the callee will expect an argument in thread const address space
10175 // To resolve this, we must emit a copy in this address space.
10427 ".w) * 0.5; // Adjust clip-space for Metal");
10461 // address space
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h899 void (*setListSpace)(ArkUINodeHandle node, ArkUI_Float32 space);
/third_party/ffmpeg/
H A Dconfigure474 --enable-memory-poisoning fill heap uninitialized allocated space with arbitrary data
584 echo "$@" | sed 's/^ *//;s/[[:space:]][[:space:]]*/ /g;s/ *$//'
912 # " $unique_out" +space such that every item is surrounded with spaces
3963 DEPCMD='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< 2>/dev/null | sed -e "/^\#.*/d" -e "s,^[[:space:]]*$(@F),$(@D)/$(@F)," > $(@:.o=.d)'
/third_party/eudev/
H A Dltmain.sh458 # warnings, or a space delimited list of some subset of
577 # by a space.
606 # each end implied by leading space in second argument).
732 # Invoke $ECHO with all args, space-separated.
1757 # trailing space prevents matching last $1 above
6385 that within double quotes, space and tab are treated like normal
7011 func_fatal_error "require no space between '-L' and '$1'"
10176 # into space.
/third_party/curl/
H A Dltmain.sh501 # warnings, or a space delimited list of some subset of
608 # by a space.
637 # each end implied by leading space in second argument).
763 # Invoke $ECHO with all args, space-separated.
1917 # trailing space prevents matching last $1 above
6586 that within double quotes, space and tab are treated like normal
7219 func_fatal_error "require no space between '-L' and '$1'"
10410 # into space.
/third_party/lame/
H A Dltmain.sh458 # warnings, or a space delimited list of some subset of
577 # by a space.
606 # each end implied by leading space in second argument).
732 # Invoke $ECHO with all args, space-separated.
1710 # trailing space prevents matching last $1 above
6337 that within double quotes, space and tab are treated like normal
6963 func_fatal_error "require no space between '-L' and '$1'"
10124 # into space.
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c127 void *space[16]; member
1561 * we have enough space to shift the dso to the correct location. */ in map_library()
1579 /* use tmp_map_len to mmap enough space for the dso with anonymous mapping */ in map_library()
1588 /* mummap the space we mmap before so that we can mmap correct space again */ in map_library()
1593 /* use map_len to mmap correct space for the dso with file mapping */ in map_library()
4960 * we have enough space to shift the dso to the correct location. */ in task_map_library()
4984 /* use tmp_map_len to mmap enough space for the dso with anonymous mapping */ in task_map_library()
4995 /* mummap the space we mmap before so that we can mmap correct space agai in task_map_library()
[all...]
/third_party/node/deps/cares/
H A Dltmain.sh501 # warnings, or a space delimited list of some subset of
608 # by a space.
637 # each end implied by leading space in second argument).
763 # Invoke $ECHO with all args, space-separated.
1917 # trailing space prevents matching last $1 above
6586 that within double quotes, space and tab are treated like normal
7219 func_fatal_error "require no space between '-L' and '$1'"
10410 # into space.
/third_party/node/deps/cares/config/
H A Dltmain.sh501 # warnings, or a space delimited list of some subset of
608 # by a space.
637 # each end implied by leading space in second argument).
763 # Invoke $ECHO with all args, space-separated.
1917 # trailing space prevents matching last $1 above
6586 that within double quotes, space and tab are treated like normal
7219 func_fatal_error "require no space between '-L' and '$1'"
10410 # into space.
/third_party/libevdev/build-aux/
H A Dltmain.sh501 # warnings, or a space delimited list of some subset of
620 # by a space.
649 # each end implied by leading space in second argument).
775 # Invoke $ECHO with all args, space-separated.
1927 # trailing space prevents matching last $1 above
6587 that within double quotes, space and tab are treated like normal
7220 func_fatal_error "require no space between '-L' and '$1'"
10403 # into space.
/third_party/musl/ldso/linux/
H A Ddynlink.c155 void *space[16]; member
1713 * we have enough space to shift the dso to the correct location. */ in map_library()
1734 /* use tmp_map_len to mmap enough space for the dso with anonymous mapping */ in map_library()
1744 /* use map_len to mmap correct space for the dso with file mapping */ in map_library()
5330 * we have enough space to shift the dso to the correct location. */ in task_map_library()
5354 /* use tmp_map_len to mmap enough space for the dso with anonymous mapping */ in task_map_library()
5367 /* use map_len to mmap correct space for the dso with file mapping */ in task_map_library()
/third_party/skia/third_party/externals/libpng/
H A Dltmain.sh458 # warnings, or a space delimited list of some subset of
577 # by a space.
606 # each end implied by leading space in second argument).
732 # Invoke $ECHO with all args, space-separated.
1710 # trailing space prevents matching last $1 above
6337 that within double quotes, space and tab are treated like normal
6963 func_fatal_error "require no space between '-L' and '$1'"
10124 # into space.
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h591 // In both cases, the ExactAssemblyScope is left with enough remaining space for
1081 // Claim or drop stack space without actually accessing memory.
7969 // TODO: This method can only accept values of 'space' that can be encoded in
7971 void BumpSystemStackPointer(const Operand& space);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp24372 && !__ct.is(__ctype_base::space,
27532 static const mask space = _ISspace;
29101 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::space, __c); }
32040 && __ct.is(ctype_base::space,
32954 && !__ct.is(ctype_base::space,
33000 && __ct.is(ctype_base::space, _Traits::to_char_type(__c)))
[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js1771 // a-z, 0-9, \u0131, \u00DF, \, /, ., : and space
2213 /** Remove an item from an array, moving everything to its right one space left. */
2224 /** Remove an item by index from an array, moving everything to its right one space left. */
2455 * Removes the leading and trailing white space and line terminator characters from a string.
5046 // they can not merge with anything in the value space
5636 // Unicode 3.0 space characters
5637 CharacterCodes[CharacterCodes["space"] = 32] = "space";
6088 // fancy effectively defining it twice, once in value-space and once in type-space
[all...]

Completed in 249 milliseconds

1...<<21222324