HomeSort by relevance Sort by last modified time
    Searched refs:BASE (Results 1 - 25 of 48) sorted by null

1 2

  /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/chromium/third_party/zlib/
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...]
3c595.h 67 #define BASE (eth_nic_base)
99 #define EEPROM_ADDR_CFG 0x8 /* Base addr */
117 #define VX_COMMAND 0x0e /* Write. BASE+0x0e is always a
119 #define VX_STATUS 0x0e /* Read. BASE+0x0e is always status
121 #define VX_WINDOW 0x0f /* Read. BASE+0x0f is always window
296 #define VX_BUSY_WAIT while (inw(BASE + VX_STATUS) & S_COMMAND_IN_PROGRESS)
416 #define GO_WINDOW(x) outw(WINDOW_SELECT|(x),BASE+VX_COMMAND)
  /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)
  /dalvik/tests/etc/
local-run-test-jar 121 BASE="$OUT" # from build environment
132 export ANDROID_ROOT="${BASE}/system"
133 export LD_LIBRARY_PATH="${BASE}/system/lib"
134 export DYLD_LIBRARY_PATH="${BASE}/system/lib"
136 exe="${BASE}/system/bin/dalvikvm"
137 framework="${BASE}/system/framework"
  /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"
  /sdk/eclipse/scripts/
create_ddms_symlinks.sh 58 BASE="sdk/eclipse/plugins/com.android.ide.eclipse.ddms"
59 DEST=$BASE/libs
79 DIR=$BASE/src/com/android/$i
81 rm -rfv $BASE/src/com/android/$i
create_test_symlinks.sh 34 BASE="sdk/eclipse/plugins/com.android.ide.eclipse.tests"
35 DEST=$BASE
79 DEST=$BASE/unittests/com/android
86 DEST=$BASE/unittests/com/android/layoutlib
88 cpdir $DEST frameworks/base/tools/layoutlib/bridge/tests/com/android/layoutlib/bridge
89 cpdir $DEST frameworks/base/tools/layoutlib/bridge/tests/com/android/layoutlib/testdata
  /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/chromium/third_party/icu/source/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...]
  /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 . | {
  /external/quake/quake/src/QW/gas2masm/
gas2masm.mak 41 # PROP BASE Use_MFC 0
42 # PROP BASE Use_Debug_Libraries 0
43 # PROP BASE Output_Dir "Release"
44 # PROP BASE Intermediate_Dir "Release"
45 # PROP BASE Target_Dir ""
63 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
69 # ADD BASE RSC /l 0x409 /d "NDEBUG"
72 # ADD BASE BSC32 /nologo
78 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
94 # PROP BASE Use_MFC 0
    [all...]
  /development/apps/Development/src/com/android/development/
AppHwPref.java 53 private static final int BASE = 0;
54 private static final int TOUCHSCREEN = BASE + 1;
55 private static final int KEYBOARD_TYPE = BASE + 2;
56 private static final int NAVIGATION = BASE + 3;
57 private static final int GLES_VERSION = BASE + 4;
  /frameworks/base/core/java/android/os/
Build.java 120 public static final int BASE = 1;
  /frameworks/base/libs/ui/
GraphicBuffer.cpp 40 : BASE(), mOwner(ownData), mBufferMapper(GraphicBufferMapper::get()),
53 : BASE(), mOwner(ownData), mBufferMapper(GraphicBufferMapper::get()),
68 : BASE(), mOwner(keepOwnership ? ownHandle : ownNone),
  /external/elfutils/libebl/
eblcorenote.c 83 NEW_AT (BASE);

Completed in 909 milliseconds

1 2