Home
last modified time | relevance | path

Searched refs:rem (Results 1 - 25 of 383) sorted by relevance

12345678910>>...16

/third_party/curl/
H A Dbuildconf.bat2 rem ***************************************************************************
3 rem * _ _ ____ _
4 rem * Project ___| | | | _ \| |
5 rem * / __| | | | |_) | |
6 rem * | (__| |_| | _ <| |___
7 rem * \___|\___/|_| \_\_____|
8 rem *
9 rem * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
10 rem *
11 rem * Thi
[all...]
/third_party/curl/winbuild/
H A Dgen_resp_file.bat2 rem ***************************************************************************
3 rem * _ _ ____ _
4 rem * Project ___| | | | _ \| |
5 rem * / __| | | | |_) | |
6 rem * | (__| |_| | _ <| |___
7 rem * \___|\___/|_| \_\_____|
8 rem *
9 rem * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
10 rem *
11 rem * Thi
[all...]
/third_party/lame/
H A Dlame.bat2 rem ---------------------------------------------
3 rem PURPOSE:
4 rem - put this Batch-Command on your Desktop,
5 rem so you can drag and drop wave files on it
6 rem and LAME will encode them to mp3 format.
7 rem - put this Batch-Command in a place mentioned
8 rem in your PATH environment, start the DOS-BOX
9 rem and change to a directory where your wave
10 rem files are located. the following line will
11 rem encod
[all...]
/third_party/lame/misc/
H A Dlame4dos.bat2 rem ---------------------------------------------
3 rem PURPOSE:
4 rem - put this Batch-Command on your Desktop,
5 rem so you can drag and drop wave files on it
6 rem and LAME will encode them to mp3 format.
7 rem - put this Batch-Command in a place mentioned
8 rem in your PATH environment, start the DOS-BOX
9 rem and change to a directory where your wave
10 rem files are located. the following line will
11 rem encod
[all...]
/third_party/curl/projects/
H A Dbuild-openssl.bat2 rem ***************************************************************************
3 rem * _ _ ____ _
4 rem * Project ___| | | | _ \| |
5 rem * / __| | | | |_) | |
6 rem * | (__| |_| | _ <| |___
7 rem * \___|\___/|_| \_\_____|
8 rem *
9 rem * Copyright (C) Steve Holme, <steve_holme@hotmail.com>.
10 rem *
11 rem * Thi
[all...]
H A Dchecksrc.bat2 rem ***************************************************************************
3 rem * _ _ ____ _
4 rem * Project ___| | | | _ \| |
5 rem * / __| | | | |_) | |
6 rem * | (__| |_| | _ <| |___
7 rem * \___|\___/|_| \_\_____|
8 rem *
9 rem * Copyright (C) Steve Holme, <steve_holme@hotmail.com>.
10 rem *
11 rem * Thi
[all...]
H A Dbuild-wolfssl.bat2 rem ***************************************************************************
3 rem * _ _ ____ _
4 rem * Project ___| | | | _ \| |
5 rem * / __| | | | |_) | |
6 rem * | (__| |_| | _ <| |___
7 rem * \___|\___/|_| \_\_____|
8 rem *
9 rem * Copyright (C) Steve Holme, <steve_holme@hotmail.com>.
10 rem * Copyright (C) Jay Satiro, <raysatiro@yahoo.com>.
11 rem *
[all...]
H A Dgenerate.bat2 rem ***************************************************************************
3 rem * _ _ ____ _
4 rem * Project ___| | | | _ \| |
5 rem * / __| | | | |_) | |
6 rem * | (__| |_| | _ <| |___
7 rem * \___|\___/|_| \_\_____|
8 rem *
9 rem * Copyright (C) Steve Holme, <steve_holme@hotmail.com>.
10 rem *
11 rem * Thi
[all...]
/third_party/musl/porting/liteos_a/kernel/src/time/
H A D__year_to_secs.c13 int cycles, centuries, leaps, rem; in __year_to_secs() local
17 rem = (year-100) % 400; in __year_to_secs()
18 if (rem < 0) { in __year_to_secs()
20 rem += 400; in __year_to_secs()
22 if (!rem) { in __year_to_secs()
27 if (rem >= 200) { in __year_to_secs()
28 if (rem >= 300) centuries = 3, rem -= 300; in __year_to_secs()
29 else centuries = 2, rem -= 200; in __year_to_secs()
31 if (rem > in __year_to_secs()
[all...]
/third_party/musl/porting/liteos_m/kernel/src/time/
H A D__year_to_secs.c13 int cycles, centuries, leaps, rem; in __year_to_secs() local
17 rem = (year-100) % 400; in __year_to_secs()
18 if (rem < 0) { in __year_to_secs()
20 rem += 400; in __year_to_secs()
22 if (!rem) { in __year_to_secs()
27 if (rem >= 200) { in __year_to_secs()
28 if (rem >= 300) centuries = 3, rem -= 300; in __year_to_secs()
29 else centuries = 2, rem -= 200; in __year_to_secs()
31 if (rem > in __year_to_secs()
[all...]
/third_party/musl/src/time/
H A D__year_to_secs.c13 int cycles, centuries, leaps, rem, dummy; in __year_to_secs() local
17 rem = (year-100) % 400; in __year_to_secs()
18 if (rem < 0) { in __year_to_secs()
20 rem += 400; in __year_to_secs()
22 if (!rem) { in __year_to_secs()
27 if (rem >= 200) { in __year_to_secs()
28 if (rem >= 300) centuries = 3, rem -= 300; in __year_to_secs()
29 else centuries = 2, rem -= 200; in __year_to_secs()
31 if (rem > in __year_to_secs()
[all...]
/third_party/musl/porting/uniproton/kernel/src/time/
H A D__year_to_secs.c13 int cycles, centuries, leaps, rem; in __year_to_secs() local
17 rem = (year-100) % 400; in __year_to_secs()
18 if (rem < 0) { in __year_to_secs()
20 rem += 400; in __year_to_secs()
22 if (!rem) { in __year_to_secs()
27 if (rem >= 200) { in __year_to_secs()
28 if (rem >= 300) centuries = 3, rem -= 300; in __year_to_secs()
29 else centuries = 2, rem -= 200; in __year_to_secs()
31 if (rem > in __year_to_secs()
[all...]
/third_party/skia/third_party/externals/libwebp/
H A Dgradlew.bat1 @rem
2 @rem Copyright 2015 the original author or authors.
3 @rem
4 @rem Licensed under the Apache License, Version 2.0 (the "License");
5 @rem you may not use this file except in compliance with the License.
6 @rem You may obtain a copy of the License at
7 @rem
8 @rem https://www.apache.org/licenses/LICENSE-2.0
9 @rem
10 @rem Unles
[all...]
/third_party/python/PCbuild/
H A Drt.bat2 rem Run Tests. Run the regression test suite.
3 rem Usage: rt [-d] [-O] [-q] [-x64] regrtest_args
4 rem -d Run Debug build (python_d.exe). Else release build.
5 rem -O Run python.exe or python_d.exe (see -d) with -O.
6 rem -q "quick" -- normally the tests are run twice, the first time
7 rem after deleting all the .pyc files reachable from Lib/.
8 rem -q runs the tests just once, and without deleting .pyc files.
9 rem -p <Win32|x64|ARM|ARM64> or -win32, -x64, -arm32, -arm64
10 rem Run the specified architecture of python (or python_d if -d
11 rem wa
[all...]
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Dghash-ia64.pl66 (p19) dep rem=Zlo,rem_4bitp,3,4 }
71 { .mfi; (p19) ld8 rem=[rem]
76 { .mib; (p19) xor Hhi=Hhi,rem
80 (p18) dep rem=Zlo,rem_4bitp,3,4 }
85 { .mfi; (p18) ld8 rem=[rem]
90 { .mib; (p18) xor Hhi=Hhi,rem
102 rem=r22; rem_4bitp=r23;
264 @rem
[all...]
H A Dghash-parisc.pl73 $rem="%r29";
118 ldi 3,$rem
120 andcm $rem_4bit,$rem,$rem_4bit
126 ldi 31,$rem
127 mtctl $rem,%cr11
128 extrd,u,*= $rem,%sar,1,$rem ; executes on PA-RISC 1.0
144 depd,z $Zll,60,4,$rem
156 ldd $rem($rem_4bit),$rem
[all...]
/third_party/openssl/crypto/modes/asm/
H A Dghash-ia64.pl66 (p19) dep rem=Zlo,rem_4bitp,3,4 }
71 { .mfi; (p19) ld8 rem=[rem]
76 { .mib; (p19) xor Hhi=Hhi,rem
80 (p18) dep rem=Zlo,rem_4bitp,3,4 }
85 { .mfi; (p18) ld8 rem=[rem]
90 { .mib; (p18) xor Hhi=Hhi,rem
102 rem=r22; rem_4bitp=r23;
264 @rem
[all...]
H A Dghash-parisc.pl73 $rem="%r29";
118 ldi 3,$rem
120 andcm $rem_4bit,$rem,$rem_4bit
126 ldi 31,$rem
127 mtctl $rem,%cr11
128 extrd,u,*= $rem,%sar,1,$rem ; executes on PA-RISC 1.0
144 depd,z $Zll,60,4,$rem
156 ldd $rem($rem_4bit),$rem
[all...]
/third_party/skia/third_party/externals/tint/kokoro/windows/cmake-msvc2019-debug/
H A Dbuild.bat1 @rem Copyright 2021 The Tint Authors.
2 @rem
3 @rem Licensed under the Apache License, Version 2.0 (the "License");
4 @rem you may not use this file except in compliance with the License.
5 @rem You may obtain a copy of the License at
6 @rem
7 @rem http://www.apache.org/licenses/LICENSE-2.0
8 @rem
9 @rem Unless required by applicable law or agreed to in writing, software
10 @rem distribute
[all...]
/third_party/skia/third_party/externals/tint/kokoro/windows/cmake-msvc2019-release/
H A Dbuild.bat1 @rem Copyright 2021 The Tint Authors.
2 @rem
3 @rem Licensed under the Apache License, Version 2.0 (the "License");
4 @rem you may not use this file except in compliance with the License.
5 @rem You may obtain a copy of the License at
6 @rem
7 @rem http://www.apache.org/licenses/LICENSE-2.0
8 @rem
9 @rem Unless required by applicable law or agreed to in writing, software
10 @rem distribute
[all...]
/third_party/lzma/CPP/7zip/Common/
H A DStreamObjects.cpp17 size_t rem = Buf.Size() - (size_t)_pos; in Read()
18 if (rem > size) in Read()
19 rem = (size_t)size; in Read()
20 memcpy(data, (const Byte *)Buf + (size_t)_pos, rem); in Read()
21 _pos += rem; in Read()
23 *processedSize = (UInt32)rem; in Read()
52 size_t rem = _size - (size_t)_pos; in Read()
53 if (rem > size) in Read()
54 rem = (size_t)size; in Read()
55 memcpy(data, _data + (size_t)_pos, rem); in Read()
153 size_t rem = _size - _pos; Write() local
231 const UInt64 rem = _size - _pos; Read() local
258 const size_t rem = kBlockSize - offset; Read() local
[all...]
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams-serialize.c383 par->rem = (uint16_t)((*cp++) << 8); in lws_ss_deserialize_parse()
388 par->rem = (uint16_t)(par->rem | *cp++); in lws_ss_deserialize_parse()
445 if (par->rem < 1 + 4 + 1) in lws_ss_deserialize_parse()
453 if (par->rem < 3) in lws_ss_deserialize_parse()
467 if (par->rem != 4) in lws_ss_deserialize_parse()
476 if (par->rem != 4) in lws_ss_deserialize_parse()
501 if (par->rem < 1) in lws_ss_deserialize_parse()
514 if (par->rem < 5 || par->rem > in lws_ss_deserialize_parse()
[all...]
/third_party/musl/porting/linux/user/src/stdio/
H A D__stdio_write.c9 size_t rem = f->wpos - f->wbase; in __flush_buffer() local
10 while (rem > 0) { in __flush_buffer()
11 cnt = syscall(SYS_write, f->fd, wbase, rem); in __flush_buffer()
18 rem -= cnt; in __flush_buffer()
29 size_t rem = len; in __stdio_write() local
39 if (f->lbf < 0 && rem <= f->wend - f->wpos) { in __stdio_write()
40 memcpy(f->wpos, wbuf, rem); in __stdio_write()
41 f->wpos += rem; in __stdio_write()
46 * 1. file buffer < rem in __stdio_write()
49 cnt = syscall(SYS_write, f->fd, wbuf, rem); in __stdio_write()
[all...]
/third_party/musl/src/stdio/
H A D__stdio_write.c9 size_t rem = f->wpos - f->wbase; in __flush_buffer() local
10 while (rem > 0) { in __flush_buffer()
11 cnt = syscall(SYS_write, f->fd, wbase, rem); in __flush_buffer()
18 rem -= cnt; in __flush_buffer()
29 size_t rem = len; in __stdio_write() local
39 if (f->lbf < 0 && rem <= f->wend - f->wpos) { in __stdio_write()
40 memcpy(f->wpos, wbuf, rem); in __stdio_write()
41 f->wpos += rem; in __stdio_write()
46 * 1. file buffer < rem in __stdio_write()
49 cnt = syscall(SYS_write, f->fd, wbuf, rem); in __stdio_write()
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/
H A Dgradlew.bat2 @rem ##########################################################################
3 @rem
4 @rem Gradle startup script for Windows
5 @rem
6 @rem ##########################################################################
8 @rem Set local scope for the variables with windows NT shell
11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slur
[all...]

Completed in 6 milliseconds

12345678910>>...16