/external/chromium/sdch/open-vcdiff/src/ |
adler32.c | 11 #define BASE 65521UL /* largest prime smaller than 65536 */ 13 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */ 25 if (a >= (BASE << 16)) a -= (BASE << 16); \ 26 if (a >= (BASE << 15)) a -= (BASE << 15); \ 27 if (a >= (BASE << 14)) a -= (BASE << 14); \ 28 if (a >= (BASE << 13)) a -= (BASE << 13); [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
adler32.c | 11 #define BASE 65521UL /* largest prime smaller than 65536 */ 13 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */ 25 if (a >= (BASE << 16)) a -= (BASE << 16); \ 26 if (a >= (BASE << 15)) a -= (BASE << 15); \ 27 if (a >= (BASE << 14)) a -= (BASE << 14); \ 28 if (a >= (BASE << 13)) a -= (BASE << 13); [all...] |
/external/zlib/ |
adler32.c | 14 #define BASE 65521UL /* largest prime smaller than 65536 */ 16 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */ 28 if (a >= (BASE << 16)) a -= (BASE << 16); \ 29 if (a >= (BASE << 15)) a -= (BASE << 15); \ 30 if (a >= (BASE << 14)) a -= (BASE << 14); \ 31 if (a >= (BASE << 13)) a -= (BASE << 13); [all...] |
/external/e2fsprogs/lib/et/ |
compile_et.sh.in | 42 BASE=`basename $ROOT` 49 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et" 50 if test -f ${BASE}.h && cmp -s ${BASE}.h.$$ ${BASE}.h ; then 51 rm -f ${BASE}.h.$$ 53 mv -f ${BASE}.h.$$ ${BASE}.h 54 chmod -w ${BASE}. [all...] |
/external/grub/netboot/ |
3c595.c | 74 outw(RX_DISABLE, BASE + VX_COMMAND); 75 outw(RX_DISCARD_TOP_PACK, BASE + VX_COMMAND); 77 outw(TX_DISABLE, BASE + VX_COMMAND); 78 outw(STOP_TRANSCEIVER, BASE + VX_COMMAND); 80 outw(RX_RESET, BASE + VX_COMMAND); 82 outw(TX_RESET, BASE + VX_COMMAND); 84 outw(C_INTR_LATCH, BASE + VX_COMMAND); 85 outw(SET_RD_0_MASK, BASE + VX_COMMAND); 86 outw(SET_INTR_MASK, BASE + VX_COMMAND); 87 outw(SET_RX_FILTER, BASE + VX_COMMAND) [all...] |
3c509.c | 72 outw(RX_DISABLE, BASE + EP_COMMAND); 73 outw(RX_DISCARD_TOP_PACK, BASE + EP_COMMAND); 74 while (inw(BASE + EP_STATUS) & S_COMMAND_IN_PROGRESS) 76 outw(TX_DISABLE, BASE + EP_COMMAND); 77 outw(STOP_TRANSCEIVER, BASE + EP_COMMAND); 79 outw(RX_RESET, BASE + EP_COMMAND); 80 outw(TX_RESET, BASE + EP_COMMAND); 81 outw(C_INTR_LATCH, BASE + EP_COMMAND); 82 outw(SET_RD_0_MASK, BASE + EP_COMMAND); 83 outw(SET_INTR_MASK, BASE + EP_COMMAND) [all...] |
/external/clang/test/SemaCXX/ |
decl-init-ref.cpp | 5 struct BASE { 13 class B : public BASE , public BASE1
|
ambig-user-defined-conversions.cpp | 4 struct BASE { 11 struct B : public BASE, BASE1 {}; 66 bool f(D d) { return !d; } // expected-error{{ambiguous conversion from derived class 'rdar8876150::D' to base class 'rdar8876150::A':}}
|
/sdk/eclipse/scripts/ |
create_ddms_symlinks.sh | 15 BASE="sdk/eclipse/plugins/com.android.ide.eclipse.ddms" 16 DEST=$BASE/libs 37 DIR=$BASE/src/com/android/$i 39 rm -rfv $BASE/src/com/android/$i
|
create_gldebugger_symlinks.sh | 15 BASE="sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger" 16 DEST=$BASE/libs
|
create_hierarchyviewer_symlinks.sh | 15 BASE="sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer" 16 DEST=$BASE/libs
|
create_test_symlinks.sh | 34 BASE="sdk/eclipse/plugins/com.android.ide.eclipse.tests" 35 DEST=$BASE 79 DEST=$BASE/unittests/com/android 84 DEST=$BASE/unittests/com/android/layoutlib
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pManager.java | 199 private static final int BASE = Protocol.BASE_WIFI_P2P_MANAGER; 202 public static final int ENABLE_P2P = BASE + 1; 204 public static final int ENABLE_P2P_FAILED = BASE + 2; 206 public static final int ENABLE_P2P_SUCCEEDED = BASE + 3; 209 public static final int DISABLE_P2P = BASE + 4; 211 public static final int DISABLE_P2P_FAILED = BASE + 5; 213 public static final int DISABLE_P2P_SUCCEEDED = BASE + 6; 216 public static final int DISCOVER_PEERS = BASE + 7; 218 public static final int DISCOVER_PEERS_FAILED = BASE + 8; 220 public static final int DISCOVER_PEERS_SUCCEEDED = BASE + 9 [all...] |
/external/clang/include/clang/AST/ |
DeclVisitor.h | 34 #define DECL(DERIVED, BASE) \ 43 #define DECL(DERIVED, BASE) \ 44 RetTy Visit##DERIVED##Decl(DERIVED##Decl *D) { DISPATCH(BASE, BASE); }
|
/external/libvpx/vpx_mem/memory_manager/include/ |
hmm_cnfg.h | 45 #define HMM_UNIQUE(BASE) hmm_ ## BASE 74 #define HMM_UNIQUE(BASE) thmm_ ## BASE
|
hmm_intrnl.h | 25 #define U(BASE) HMM_UNIQUE(BASE) 151 #define AVL_UNIQUE(BASE) U(avl_ ## BASE)
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
DataConnectionAc.java | 41 public static final int BASE = Protocol.BASE_DATA_CONNECTION_AC; 43 public static final int REQ_IS_INACTIVE = BASE + 0; 44 public static final int RSP_IS_INACTIVE = BASE + 1; 46 public static final int REQ_GET_CID = BASE + 2; 47 public static final int RSP_GET_CID = BASE + 3; 49 public static final int REQ_GET_APNSETTING = BASE + 4; 50 public static final int RSP_GET_APNSETTING = BASE + 5; 52 public static final int REQ_GET_LINK_PROPERTIES = BASE + 6; 53 public static final int RSP_GET_LINK_PROPERTIES = BASE + 7; 55 public static final int REQ_SET_LINK_PROPERTIES_HTTP_PROXY = BASE + 8 [all...] |
/external/e2fsprogs/lib/ss/ |
mk_cmds.sh.in | 43 BASE=`basename "$ROOT"` 58 rm -f "${BASE}.c" 59 mv -f "${TMP}" "${BASE}.c" 60 chmod -w "${BASE}.c"
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiMonitor.java | 202 private static final int BASE = Protocol.BASE_WIFI_MONITOR; 205 public static final int SUP_CONNECTION_EVENT = BASE + 1; 207 public static final int SUP_DISCONNECTION_EVENT = BASE + 2; 209 public static final int NETWORK_CONNECTION_EVENT = BASE + 3; 211 public static final int NETWORK_DISCONNECTION_EVENT = BASE + 4; 213 public static final int SCAN_RESULTS_EVENT = BASE + 5; 215 public static final int SUPPLICANT_STATE_CHANGE_EVENT = BASE + 6; 217 public static final int AUTHENTICATION_FAILURE_EVENT = BASE + 7; 219 public static final int WPS_OVERLAP_EVENT = BASE + 8; 221 public static final int DRIVER_HUNG_EVENT = BASE + 9 [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
JarURLConnectionTest.java | 44 private static final String BASE = 51 URL u = new URL("jar:"+BASE+"!/swt.dll"); 64 URL u = new URL("jar:"+BASE+"!/plus.bmp"); 68 u = new URL("jar:"+BASE+"!/"); 80 URL u = new URL("jar:"+BASE+"!/plus.bmp"); 84 u = new URL("jar:"+BASE+"!/"); 94 url = new URL("jar:"+BASE+"!/missing"); 124 new URL("jar:"+BASE+"!/"); 185 URL fileURL = new URL(BASE); 186 URL u = new URL("jar:"+BASE+"!/plus.bmp") 309 String base = "file:resources\/org\/apache\/harmony\/luni\/tests\/java\/net\/url-test.jar"; local [all...] |
/sdk/emulator/qtools/ |
callstack.h | 29 virtual void push(int stackLevel, uint64_t time, CallStackBase *base) {}; 30 virtual void pop(int stackLevel, uint64_t time, CallStackBase *base) {}; 46 template <class FRAME, class BASE = CallStackBase> 47 class CallStack : public BASE { 52 typedef BASE base_type; 114 template<class FRAME, class BASE> 115 MethodRec CallStack<FRAME, BASE>::sCurrentMethod; 116 template<class FRAME, class BASE> 117 MethodRec CallStack<FRAME, BASE>::sNextMethod; 119 template<class FRAME, class BASE> [all...] |
/frameworks/base/services/java/com/android/server/am/ |
DeviceMonitor.java | 78 private static final File BASE = new File("/data/anr/"); 80 if (!BASE.isDirectory() && !BASE.mkdirs()) { 81 throw new AssertionError("Couldn't create " + BASE + "."); 97 File[] files = BASE.listFiles(); 114 new File(BASE, String.valueOf(System.currentTimeMillis())));
|
/external/icu4c/common/ |
punycode.c | 59 #define BASE 36 86 * range 0 to BASE-1. The lowercase form is used unless the uppercase flag is 107 * BASE-1, or -1 if b is does not represent a value. 169 for(count=0; delta>((BASE-TMIN)*TMAX)/2; count+=BASE) { 170 delta/=(BASE-TMIN); 173 return count+(((BASE-TMIN+1)*delta)/(delta+SKEW)); 324 for(q=delta, k=BASE; /* no condition */; k+=BASE) { 348 dest[destLength]=digitToBasic(t+(q-t)%(BASE-t), 0) [all...] |
/development/scripts/ |
combine_sdks.sh | 24 BASE="$1" 28 if [[ -z "$BASE" || -z "$IMAGES" || -z "$OUTPUT" ]] ; then 29 echo "usage: combine_sdks.sh [-v] [-nozip] BASE IMAGES OUTPUT" 31 echo " BASE and IMAGES should be sdk zip files. The system image files," 33 echo " everything else will be copied from BASE. All of this will be" 53 BASE_DIR="$TMP"/base 57 unzip $Q "$BASE" -d "$BASE_DIR"
|
/development/tools/findunused/ |
removeunusedresources | 20 BASE=$(pwd)/$(dirname $0) 25 $BASE/findunusedresources -p . | {
|