Home
last modified time | relevance | path

Searched refs:we (Results 1 - 25 of 244) sorted by relevance

12345678910

/third_party/musl/porting/liteos_a/user/src/misc/
H A Dwordexp.c27 static int do_wordexp(const char *s, wordexp_t *we, int flags) in do_wordexp() argument
42 if (flags & WRDE_REUSE) wordfree(we); in do_wordexp()
87 wc = we->we_wordc; in do_wordexp()
88 wv = we->we_wordv; in do_wordexp()
93 if (we->we_offs > SIZE_MAX/sizeof(void *)/4) in do_wordexp()
95 i += we->we_offs; in do_wordexp()
97 we->we_offs = 0; in do_wordexp()
153 we->we_wordv = wv; in do_wordexp()
154 we->we_wordc = i; in do_wordexp()
157 if (wv) for (i=we in do_wordexp()
171 wordexp(const char *restrict s, wordexp_t *restrict we, int flags) wordexp() argument
181 wordfree(wordexp_t *we) wordfree() argument
[all...]
/third_party/musl/src/misc/
H A Dwordexp.c27 static int do_wordexp(const char *s, wordexp_t *we, int flags) in do_wordexp() argument
42 if (flags & WRDE_REUSE) wordfree(we); in do_wordexp()
87 wc = we->we_wordc; in do_wordexp()
88 wv = we->we_wordv; in do_wordexp()
93 if (we->we_offs > SIZE_MAX/sizeof(void *)/4) in do_wordexp()
95 i += we->we_offs; in do_wordexp()
97 we->we_offs = 0; in do_wordexp()
153 we->we_wordv = wv; in do_wordexp()
154 we->we_wordc = i; in do_wordexp()
157 if (wv) for (i=we in do_wordexp()
171 wordexp(const char *restrict s, wordexp_t *restrict we, int flags) wordexp() argument
181 wordfree(wordexp_t *we) wordfree() argument
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dfunctionalext_wordfree.c26 wordexp_t we; in wordfree_0100() local
27 int ret = wordexp("ls -l", &we, 0); in wordfree_0100()
29 EXPECT_EQ("wordfree_0100", we.we_wordc > 0, 1); in wordfree_0100()
30 EXPECT_EQ("wordfree_0100", we.we_wordv != NULL, 1); in wordfree_0100()
31 wordfree(&we); in wordfree_0100()
32 EXPECT_EQ("wordfree_0100", we.we_wordv, (char **)0); in wordfree_0100()
33 EXPECT_EQ("wordfree_0100", we.we_wordc, 0); in wordfree_0100()
43 wordexp_t we = {0}; in wordfree_0200() local
44 wordfree(&we); in wordfree_0200()
45 EXPECT_EQ("wordfree_0200", we in wordfree_0200()
[all...]
/third_party/alsa-lib/src/
H A Duserfile.c40 wordexp_t we; in snd_user_file() local
44 err = wordexp(file, &we, WRDE_NOCMD); in snd_user_file()
47 wordfree(&we); in snd_user_file()
50 if (we.we_wordc == 1) in snd_user_file()
52 wordfree(&we); in snd_user_file()
57 *result = strdup(we.we_wordv[0]); in snd_user_file()
58 wordfree(&we); in snd_user_file()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex39 % complete document in each bug report with which we can reproduce the
64 % and turn on active characters that we couldn't do earlier because
72 % For @tex, we can use \tabalign.
75 % Save some plain tex macros whose names we will redefine.
109 % messages, but if we're using an old version of TeX, don't do anything.
158 % Since the category of space is not known, we have to be careful.
162 % sometimes characters are active, so we need control sequences.
242 % we did was a \nobreak, we don't want to insert more space.
265 % We dump everything together because we onl
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9lpf_16bpp_neon.S233 @ Depending on the width of the loop filter, we either use d16-d19
432 @ matter for the flat8out part below, since we only update those pixels
727 @ Move r0/r12 forward by 2 pixels; we don't need to rewrite the
818 @ Even though only 6 pixels per row have been changed, we write the
835 @ If we didn't need to do the flat8in part, we use the same writeback
886 @ If we did the flat8out part, we get the output in
911 @ If we didn't do the flat8out part, the output is left in the
972 @ we ca
[all...]
/third_party/python/PCbuild/
H A Dfind_msbuild.bat2 @rem Searches for MSBuild.exe. This is the only tool we need to initiate
3 @rem a build, so we no longer search for the full VC toolset.
6 @rem the MSBUILD variable), so we do not use setlocal or echo, and avoid
13 @rem One argument may be the full path. Use a goto so we don't try to
42 @rem VS 2015 and earlier register MSBuild separately, so we can find it.
/third_party/libunwind/libunwind/tests/
H A Dx64-test-dwarf-expressions.S13 # These tests capture a bug we have fixed in libunwind. CFI expression programs
62 # !! IMPORTANT BIT !! The test is all about how we parse the following bytes.
63 # Now we use an expression to describe where our sentinel value is stored:
68 # of cfa-16 (cfa points at old rsp, cfa-8 is our rip, so we stored r12 at
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Depoll.rs31 //! // Remember the socket raw fd, which we use for comparisons only.
132 // Safety: We're calling `epoll_create1` via FFI and we know how it in new()
151 // Safety: We're calling `epoll_ctl` via FFI and we know how it in add()
181 // Safety: We're calling `epoll_ctl` via FFI and we know how it in mod_()
201 // Safety: We're calling `epoll_ctl` via FFI and we know how it in del()
221 // Safety: We're calling `epoll_wait` via FFI and we know how it in wait()
303 // Safety: `self.context` is guaranteed to be valid because we hold in next()
304 // `'context` for it. And we know this event is associated with this in next()
/third_party/musl/src/signal/mipsn32/
H A Dsigsetjmp.s18 # save base of got so that we can use it later
19 # once we return from 'longjmp'
/third_party/musl/src/signal/mips64/
H A Dsigsetjmp.s18 # save base of got so that we can use it later
19 # once we return from 'longjmp'
/third_party/ffmpeg/tests/fate/
H A Dmov.mak44 # Make sure we handle edit lists correctly in normal cases.
59 # Makes sure that the CTTS is also modified when we fix avindex in mov.c while parsing edit lists.
62 # Makes sure that we handle edit lists ending on a B-frame correctly.
67 # Makes sure that we handle timestamps of packets in case of multiple edit lists with one of them ending on a B-frame correctly.
70 # Makes sure that if edit list ends on a B-frame but before the I-frame, then we output the B-frame but discard the I-frame.
73 # Makes sure that we handle edit lists and start padding correctly.
76 # Makes sure that we handle invalid edit list entry count correctly.
86 # Makes sure that we handle overlapping framgments
89 # Makes sure that we pick the right frames according to edit list when there is no keyframe with PTS < edit list start.
/third_party/musl/src/thread/sh/
H A Dclone.s32 ! we are the parent, return
36 1: ! we are the child, call fn(arg)
/third_party/optimized-routines/string/arm/
H A Dmemchr.S47 and r1,r1,#0xff @ Don't think we can trust the caller to actually pass a char
65 @ At this point, we are aligned, we know we have at least 8 bytes to work with
107 60: @ We're here because the fast path found a hit - now we have to track down exactly which word it was
H A Dmemset.S48 @ Ok, so we're misaligned here
53 cbz r2, 10f @ Exit if we hit the end
57 @ OK, so we're aligned
79 @ At this point we're still aligned and we have upto align-1 bytes left to right
80 @ we can avoid some of the byte-at-a time now by testing for some big chunks
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Depoll.rs31 //! // Remember the socket raw fd, which we use for comparisons only.
132 // Safety: We're calling `epoll_create1` via FFI and we know how it in new()
153 // Safety: We're calling `epoll_ctl` via FFI and we know how it in add()
184 // Safety: We're calling `epoll_ctl` via FFI and we know how it in mod_()
205 // Safety: We're calling `epoll_ctl` via FFI and we know how it in del()
230 // Safety: We're calling `epoll_wait` via FFI and we know how it in wait()
311 // Safety: `self.context` is guaranteed to be valid because we hold in next()
312 // `'context` for it. And we know this event is associated with this in next()
/third_party/ffmpeg/libavcodec/x86/
H A Dflac_dsp_gpl.asm40 ; Here we assume that the maximum order value is 32. This means that we only
41 ; need to copy a maximum of 32 samples. Therefore we let the preprocessor
/third_party/ffmpeg/libswscale/x86/
H A Dscale.asm43 ; ($source_width can be either 8, 9, 10 or 16, difference is whether we have to
136 %if %1 == 16 ; pmaddwd needs signed adds, so this moves unsigned -> signed, we'll
180 %if %1 == 16 ; pmaddwd needs signed adds, so this moves unsigned -> signed, we'll
213 ; FIXME if we rearrange the filter in pairs of 4, we can
272 %if %1 == 16 ; pmaddwd needs signed adds, so this moves unsigned -> signed, we'll
299 %if %1 == 16 ; pmaddwd needs signed adds, so this moves unsigned -> signed, we'll
355 ; per iteration. see "shl wq,1" above as for why we do this
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DdumpICUrules.bat110 # Flag a rule as JAVA_ONLY if it exists and we use it in Java,
111 # but we don't use it in C.
272 # we have printed out the copyright info ... ignore one in Java version
358 binmode OUT; # Must do this so we can write our UTF8 marker
384 # we have printed out the copyright info ... ignore one in Java version
397 # If there is a trailing backslash, then delete it -- we don't
/third_party/gn/src/gn/
H A Dfunction_template.cc117 # time the template is invoked we get a unique intermediate action name
124 # Note that we need an absolute path for our script file name. The
126 # (this is why we can use the "sources" directly above without having to
127 # rebase all of the paths). But if we need to reference a script relative
128 # to the template file, we'll need to use an absolute path instead.
141 # Generates the list of sources, we get these from the action_foreach
162 # Depend on the name we gave the template call above. Internally, this will
175 // Of course you can have configs and targets in a template. But here, we're
/third_party/musl/src/fenv/sh/
H A Dfenv.S68 ! the default environment is complicated by the fact that we need to
69 ! preserve the current precision bit, which we do not know a priori
/third_party/node/deps/v8/src/heap/base/asm/x64/
H A Dpush_registers_masm.S16 ;; on the stack and we push 232 bytes which maintains 16-byte stack
32 ;; Use aligned instrs as we are certain that the stack is properly aligned.
/third_party/icu/icu4c/source/data/
H A Dmakedata.mak154 # we need to know if we're building the ARM/ARM64 data DLL, otherwise
155 # the existence of the x64 bits will cause us to think we are already done.
172 # Since tools, particularly pkggen, have architecture built-in, we made x64 on
174 # Note: If we're building ARM/ARM64 Debug, then we'll use the x64 Debug tools.
175 # If we're building ARM/ARM64 Release, then we'll use the x64 Release tools.
257 # Note: we really want the common data dll to go to $(DLL_OUTPUT), not $(ICUBLD_PKG). But specifying
291 # On Windows, however, we ru
[all...]
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak147 # we need to know if we're building the ARM/ARM64 data DLL, otherwise
148 # the existence of the x64 bits will cause us to think we are already done.
165 # Since tools, particularly pkggen, have architecture built-in, we made x64 on
167 # Note: If we're building ARM/ARM64 Debug, then we'll use the x64 Debug tools.
168 # If we're building ARM/ARM64 Release, then we'll use the x64 Release tools.
238 # Note: we really want the common data dll to go to $(DLL_OUTPUT), not $(ICUBLD_PKG). But specifying
272 # On Windows, however, we ru
[all...]
/third_party/icu/icu4c/source/extra/uconv/
H A Dmakedata.mak13 #If no config, we default to debug
19 #Here we test if a valid configuration is given
81 # If building ARM/ARM, then we need to pass the arch as an argument.

Completed in 10 milliseconds

12345678910