Searched refs:convert (Results 1 – 18 of 18) sorted by relevance
/ndk/sources/host-tools/ndk-stack/elff/ |
D | mapfile.c | 135 LARGE_INTEGER convert; in mapfile_read_at() local 136 convert.QuadPart = offset; in mapfile_read_at() 137 if ((SetFilePointer(handle, convert.LowPart, &convert.HighPart, in mapfile_read_at()
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | binary.sed | 6 # b convert decimal to binary 7 # d convert binary to decimal 165 # Left shift, convert to analog and add a binary digit for each analog digit 175 # Right shift, convert to analog and remove a binary digit for each analog digit
|
D | binary2.sed | 6 # b convert decimal to binary 7 # d convert binary to decimal 199 # Left shift, convert to analog and add a binary digit for each analog digit 210 # Right shift, convert to analog and remove a binary digit for each analog digit
|
D | binary3.sed | 6 # b convert decimal to binary 7 # d convert binary to decimal 178 # Left shift, convert to analog and add a binary digit for each analog digit 188 # Right shift, convert to analog and remove a binary digit for each analog digit
|
/ndk/build/tools/toolchain-patches/python/Python-2.7.3/ |
D | 0007-MINGW-x86_64-size_t-format-specifier-pid_t.patch | 15 * format to convert an argument with the width of a size_t or Py_ssize_t.
|
/ndk/build/core/ |
D | definitions.mk | 1369 convert-deps = $1.org 1370 cmd-convert-deps = && $(NDK_DEPENDENCIES_CONVERTER) $1 1372 convert-deps = $1 1373 cmd-convert-deps = 1403 …$$(hide) $$(PRIVATE_CC) -MMD -MP -MF $$(call convert-deps,$$(PRIVATE_DEPS)) $$(PRIVATE_CFLAGS) $$(… 1404 $$(call cmd-convert-deps,$$(PRIVATE_DEPS))
|
D | build-local.mk | 163 NDK_DEPENDENCIES_CONVERTER := $(NDK_APP_OUT)/convert-dependencies.sh
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | eval | 137 # If we ever convert all the above to run_make_test() we can remove this line.
|
/ndk/sources/host-tools/make-3.81/ |
D | README.W32 | 157 result and convert the paths internally to the format needed
|
D | README.DOS | 237 require such a shell). More important, you can convert Unix
|
D | ChangeLog | 2256 [changed]: convert to a bitfield.
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.info | 1627 On the last line, we convert the abacus form back to decimal. For 1629 `s' commands(1): first we convert units, removing `a's from the number; 1659 # On the last line, convert back to decimal
|
D | sed-in.texi | 2105 On the last line, we convert the abacus form back to decimal. 2109 convert units, removing @samp{a}s from the number; then we 2141 # On the last line, convert back to decimal
|
D | sed.texi | 2208 On the last line, we convert the abacus form back to decimal. 2212 convert units, removing @samp{a}s from the number; then we 2250 # On the last line, convert back to decimal
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 5973 is to convert each newline (or carriage-return / newline pair) to a 6876 just the preprocessor to convert a Ratfor or preprocessable 7113 Program to convert a Texinfo source file into an Info file; default
|
D | make.texi | 7311 the result is to convert each newline (or carriage-return / newline 8417 @file{@var{n}.F}. This rule runs just the preprocessor to convert a 8754 Program to convert a Texinfo source file into an Info file; default
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 5867 \let\hash=##% convert placeholders to macro parameter chars
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 7026 \let\hash=##% convert placeholders to macro parameter chars
|