/external/u-boot/arch/arm/mach-rmobile/ |
D | pfc-r8a7790.h | 14 #define CPU_32_PORT(fn, pfx, sfx) \ argument 15 PORT_10(fn, pfx, sfx), PORT_10(fn, pfx##1, sfx), \ 16 PORT_10(fn, pfx##2, sfx), PORT_1(fn, pfx##30, sfx), \ 17 PORT_1(fn, pfx##31, sfx) 19 #define CPU_32_PORT2(fn, pfx, sfx) \ argument 20 PORT_10(fn, pfx, sfx), PORT_10(fn, pfx##1, sfx), \ 21 PORT_10(fn, pfx##2, sfx) 24 #define CPU_32_PORT1(fn, pfx, sfx) \ argument 25 PORT_10(fn, pfx, sfx), PORT_10(fn, pfx##1, sfx), \ 26 PORT_10(fn, pfx##2, sfx) \ [all …]
|
D | pfc-sh73a0.c | 26 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 27 PORT_10(fn, pfx, sfx), PORT_10(fn, pfx##1, sfx), \ 28 PORT_10(fn, pfx##2, sfx), PORT_10(fn, pfx##3, sfx), \ 29 PORT_10(fn, pfx##4, sfx), PORT_10(fn, pfx##5, sfx), \ 30 PORT_10(fn, pfx##6, sfx), PORT_10(fn, pfx##7, sfx), \ 31 PORT_10(fn, pfx##8, sfx), PORT_10(fn, pfx##9, sfx), \ 32 PORT_10(fn, pfx##10, sfx), \ 33 PORT_1(fn, pfx##110, sfx), PORT_1(fn, pfx##111, sfx), \ 34 PORT_1(fn, pfx##112, sfx), PORT_1(fn, pfx##113, sfx), \ 35 PORT_1(fn, pfx##114, sfx), PORT_1(fn, pfx##115, sfx), \ [all …]
|
/external/u-boot/drivers/pinctrl/renesas/ |
D | sh_pfc.h | 356 #define PORT_GP_CFG_1(bank, pin, fn, sfx, cfg) \ argument 357 fn(bank, pin, GP_##bank##_##pin, sfx, cfg) 358 #define PORT_GP_1(bank, pin, fn, sfx) PORT_GP_CFG_1(bank, pin, fn, sfx, 0) argument 360 #define PORT_GP_CFG_4(bank, fn, sfx, cfg) \ argument 361 PORT_GP_CFG_1(bank, 0, fn, sfx, cfg), \ 362 PORT_GP_CFG_1(bank, 1, fn, sfx, cfg), \ 363 PORT_GP_CFG_1(bank, 2, fn, sfx, cfg), \ 364 PORT_GP_CFG_1(bank, 3, fn, sfx, cfg) 365 #define PORT_GP_4(bank, fn, sfx) PORT_GP_CFG_4(bank, fn, sfx, 0) argument 367 #define PORT_GP_CFG_6(bank, fn, sfx, cfg) \ argument [all …]
|
D | pfc-r8a7792.c | 17 #define CPU_ALL_PORT(fn, sfx) \ argument 18 PORT_GP_29(0, fn, sfx), \ 19 PORT_GP_23(1, fn, sfx), \ 20 PORT_GP_32(2, fn, sfx), \ 21 PORT_GP_28(3, fn, sfx), \ 22 PORT_GP_17(4, fn, sfx), \ 23 PORT_GP_17(5, fn, sfx), \ 24 PORT_GP_17(6, fn, sfx), \ 25 PORT_GP_17(7, fn, sfx), \ 26 PORT_GP_17(8, fn, sfx), \ [all …]
|
/external/u-boot/include/ |
D | sh_pfc.h | 118 #define PORT_1(fn, pfx, sfx) fn(pfx, sfx) argument 120 #define PORT_10(fn, pfx, sfx) \ argument 121 PORT_1(fn, pfx##0, sfx), PORT_1(fn, pfx##1, sfx), \ 122 PORT_1(fn, pfx##2, sfx), PORT_1(fn, pfx##3, sfx), \ 123 PORT_1(fn, pfx##4, sfx), PORT_1(fn, pfx##5, sfx), \ 124 PORT_1(fn, pfx##6, sfx), PORT_1(fn, pfx##7, sfx), \ 125 PORT_1(fn, pfx##8, sfx), PORT_1(fn, pfx##9, sfx) 127 #define PORT_90(fn, pfx, sfx) \ argument 128 PORT_10(fn, pfx##1, sfx), PORT_10(fn, pfx##2, sfx), \ 129 PORT_10(fn, pfx##3, sfx), PORT_10(fn, pfx##4, sfx), \ [all …]
|
D | compiler.h | 78 #define _uswap_64(x, sfx) \ argument 79 ((((x) & 0xff00000000000000##sfx) >> 56) | \ 80 (((x) & 0x00ff000000000000##sfx) >> 40) | \ 81 (((x) & 0x0000ff0000000000##sfx) >> 24) | \ 82 (((x) & 0x000000ff00000000##sfx) >> 8) | \ 83 (((x) & 0x00000000ff000000##sfx) << 8) | \ 84 (((x) & 0x0000000000ff0000##sfx) << 24) | \ 85 (((x) & 0x000000000000ff00##sfx) << 40) | \ 86 (((x) & 0x00000000000000ff##sfx) << 56))
|
D | wait_bit.h | 35 #define BUILD_WAIT_FOR_BIT(sfx, type, read) \ argument 37 static inline int wait_for_bit_##sfx(const void *reg, \
|
/external/lzma/DOC/ |
D | installer.txt | 23 7zSD.sfx is SFX module for installers. 7zSD.sfx uses msvcrt.dll. 32 copy /b 7zSD.sfx + config.txt + archive.7z archive.exe 106 7zS2.sfx - small SFX module (GUI version) 107 7zS2con.sfx - small SFX module (Console version) 124 copy /b 7zS2.sfx + archive.7z sfx.exe 126 When you run installer sfx module (sfx.exe) 142 Windows CE (ARM) version of 7zS2.sfx is included to 7-Zip for Windows Mobile package. 151 copy /b 7zS2con.sfx + c.7z 7zCompr.exe 158 copy /b 7zS2.sfx + g.7z 7zgCompr.exe 165 copy /b 7zS2.sfx + h.7z 7zTxt.exe
|
D | lzma-sdk.txt | 97 bin/7zS2.sfx - small SFX module for installers (GUI version) 98 bin/7zS2con.sfx - small SFX module for installers (Console version) 99 bin/7zSD.sfx - SFX module for installers. 144 SFXCon - 7zCon.sfx: Console 7z SFX module 145 SFXSetup - 7zS.sfx: 7z SFX module for installers 146 SFXWin - 7z.sfx: GUI 7z SFX module
|
/external/libvpx/libvpx/build/make/ |
D | gen_asm_deps.sh | 44 sfx=${sfx:-asm} 45 includes=$(LC_ALL=C egrep -i "include +\"?[a-z0-9_/]+\.${sfx}" $srcfile | 46 perl -p -e "s;.*?([a-z0-9_/]+.${sfx}).*;\1;")
|
D | gen_msvs_sln.sh | 65 var=${var%%.${sfx}}
|
/external/u-boot/arch/mips/include/asm/ |
D | io.h | 506 #define __BUILD_CLRBITS(bwlq, sfx, end, type) \ argument 508 static inline void clrbits_##sfx(volatile void __iomem *mem, type clr) \ 517 #define __BUILD_SETBITS(bwlq, sfx, end, type) \ argument 519 static inline void setbits_##sfx(volatile void __iomem *mem, type set) \ 528 #define __BUILD_CLRSETBITS(bwlq, sfx, end, type) \ argument 530 static inline void clrsetbits_##sfx(volatile void __iomem *mem, \ 541 #define BUILD_CLRSETBITS(bwlq, sfx, end, type) \ argument 543 __BUILD_CLRBITS(bwlq, sfx, end, type) \ 544 __BUILD_SETBITS(bwlq, sfx, end, type) \ 545 __BUILD_CLRSETBITS(bwlq, sfx, end, type)
|
/external/toybox/toys/pending/ |
D | userdel.c | 27 char *filenamesfx = NULL, *sfx = NULL, *line = NULL; in update_groupfiles() local 33 sfx = strchr(filenamesfx, '+'); in update_groupfiles() 36 *sfx = '-'; in update_groupfiles() 40 *sfx = '+'; in update_groupfiles()
|
/external/opencensus-java/exporters/stats/signalfx/src/main/java/io/opencensus/exporter/stats/signalfx/ |
D | SignalFxMetricsSenderFactory.java | 49 SignalFxEndpoint sfx = 53 new HttpDataPointProtobufReceiverFactory(sfx).setVersion(2), 54 new HttpEventProtobufReceiverFactory(sfx),
|
/external/toybox/lib/ |
D | password.c | 111 *sfx = NULL, *line = NULL; in update_password() local 118 sfx = strchr(filenamesfx, '+'); in update_password() 126 *sfx = '-'; in update_password() 131 *sfx = '+'; in update_password()
|
/external/boringssl/src/crypto/perlasm/ |
D | arm-xlate.pl | 112 my ($r,$sfx,$start,$end) = @_; 114 join(",",map("$r$_$sfx",($start..$end)));
|
/external/elfutils/libdwfl/ |
D | linux-kernel-modules.c | 315 #define TRY(sfx) \ in check_suffix() argument 316 if ((namelen ? f->fts_namelen == namelen + sizeof sfx - 1 \ in check_suffix() 317 : f->fts_namelen >= sizeof sfx) \ in check_suffix() 318 && !memcmp (f->fts_name + f->fts_namelen - (sizeof sfx - 1), \ in check_suffix() 319 sfx, sizeof sfx)) \ in check_suffix() 320 return sizeof sfx - 1 in check_suffix()
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | rules.c | 637 char pfx, sfx; in append_expanded_kccgst_value() local 648 pfx = sfx = 0; in append_expanded_kccgst_value() 654 if (s[i] == '(') sfx = ')'; in append_expanded_kccgst_value() 682 if (sfx != 0) { in append_expanded_kccgst_value() 684 if (s[i++] != sfx) goto error; in append_expanded_kccgst_value() 721 if (sfx != 0) in append_expanded_kccgst_value() 722 darray_appends_nullterminate(expanded, &sfx, 1); in append_expanded_kccgst_value()
|
/external/lzma/CPP/7zip/Bundles/SFXCon/ |
D | resource.rc | 3 MY_VERSION_INFO_APP("7z Console SFX", "7z.sfx")
|
/external/lzma/C/Util/SfxSetup/ |
D | resource.rc | 3 MY_VERSION_INFO_APP("7z Setup SFX small", "7zS2.sfx")
|
D | makefile | 1 PROG = 7zS2.sfx
|
D | makefile_con | 1 PROG = 7zS2con.sfx
|
/external/libyuv/files/tools_libyuv/valgrind/ |
D | libyuv_tests.bat | 47 set DRMEMORY_SFX=%DRMEMORY_PATH%\drmemory-windows-sfx.exe 63 set TSAN_SFX=%TSAN_PATH%\tsan-x86-windows-sfx.exe
|
/external/blktrace/btt/ |
D | args.c | 273 static FILE *std_open(char *output_name, char *sfx, char *msg) in std_open() argument 278 sprintf(fname, "%s.%s", output_name, sfx); in std_open()
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | resource.rc | 4 MY_VERSION_INFO_APP("7z Setup SFX", "7zS.sfx")
|