Searched refs:RESULT (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | hash.h | 84 #define STRING_HASH_1(KEY, RESULT) do { \ argument 87 (RESULT) += (*_key_ << (_key_[1] & 0xf)); \ 95 #define STRING_HASH_2(KEY, RESULT) do { \ argument 98 (RESULT) += (*_key_ << (_key_[1] & 0x7)); \ 106 #define STRING_COMPARE(X, Y, RESULT) do { \ argument 107 RESULT = strcmp ((X), (Y)); \ 114 #define STRING_N_HASH_1(KEY, N, RESULT) do { \ argument 119 (RESULT) += (*_key_ << (_key_[1] & 0xf)); \ 120 (RESULT) += *++_key_; \ 128 #define STRING_N_HASH_2(KEY, N, RESULT) do { \ argument [all …]
|
D | ChangeLog | 1921 macro to use RESULT instead of the incorrect _RESULT_.
|
/ndk/build/awk/ |
D | gen-cygwin-deps-converter.awk | 135 RESULT = "" 151 print " sed -e '" RESULT "' $1.org > $1 && rm -f $1.org" 197 RESULT = RESULT "s!^" hostpath "!" cygpath "!ig;" 200 RESULT = RESULT "s! " hostpath "! " cygpath "!ig;"
|
D | gen-windows-host-path.awk | 132 RESULT = "$1" 136 print RESULT 144 RESULT = "$(patsubst /%," hostpath "/%,\n" RESULT ")" 148 RESULT = "$(patsubst " cygpath "/%," hostpath "/%,\n" RESULT ")"
|
/ndk/build/tools/ |
D | common-build-host-funcs.sh | 194 local RESULT=first 198 echo $RESULT 201 RESULT=yes
|
D | prebuilt-common.sh | 1145 local RESULT FOUND_ARCHS 1150 RESULT=$(ls $NDK_DIR/platforms/android-* | grep "arch-") 1151 for arch in $RESULT; do
|
D | ndk-common.sh | 732 local RESULT TARFLAGS ZIPFLAGS
|