Home
last modified time | relevance | path

Searched refs:BASE (Results 1 – 25 of 235) sorted by relevance

12345678910

/external/mesa3d/src/mesa/sparc/
Dsparc_matrix.h52 #define LDMATRIX_0_1_2_3_12_13_14_15(BASE) \ argument
53 ldd [BASE + ( 0 * 0x4)], M0; \
54 ldd [BASE + ( 2 * 0x4)], M2; \
55 ldd [BASE + (12 * 0x4)], M12; \
56 ldd [BASE + (14 * 0x4)], M14
58 #define LDMATRIX_0_1_12_13(BASE) \ argument
59 ldd [BASE + ( 0 * 0x4)], M0; \
60 ldd [BASE + (12 * 0x4)], M12
62 #define LDMATRIX_0_12_13(BASE) \ argument
63 ld [BASE + ( 0 * 0x4)], M0; \
[all …]
/external/syslinux/com32/lib/zlib/
Dadler32.c14 #define BASE 65521UL /* largest prime smaller than 65536 */ macro
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); \
32 if (a >= (BASE << 12)) a -= (BASE << 12); \
33 if (a >= (BASE << 11)) a -= (BASE << 11); \
34 if (a >= (BASE << 10)) a -= (BASE << 10); \
35 if (a >= (BASE << 9)) a -= (BASE << 9); \
36 if (a >= (BASE << 8)) a -= (BASE << 8); \
[all …]
/external/curl/tests/unit/
Dunit1303.c45 #define BASE 1000000 macro
79 {BASE + 4, 0, 10000, 8000, FALSE, 6000, "6 seconds should be left"},
80 {BASE + 4, 990000, 10000, 8000, FALSE, 5010, "5010 ms should be left"},
81 {BASE + 10, 0, 10000, 8000, FALSE, -1, "timeout is -1, expired"},
82 {BASE + 12, 0, 10000, 8000, FALSE, -2000, "-2000, overdue 2 seconds"},
85 {BASE + 4, 0, 10000, 8000, TRUE, 4000, "4 seconds should be left"},
86 {BASE + 4, 990000, 10000, 8000, TRUE, 3010, "3010 ms should be left"},
87 {BASE + 8, 0, 10000, 8000, TRUE, -1, "timeout is -1, expired"},
88 {BASE + 10, 0, 10000, 8000, TRUE, -2000, "-2000, overdue 2 seconds"},
91 {BASE + 4, 0, 10000, 0, FALSE, 6000, "6 seconds should be left"},
[all …]
/external/syslinux/gpxe/src/drivers/net/
D3c595.c77 outw(RX_DISABLE, BASE + VX_COMMAND); in t595_reset()
78 outw(RX_DISCARD_TOP_PACK, BASE + VX_COMMAND); in t595_reset()
80 outw(TX_DISABLE, BASE + VX_COMMAND); in t595_reset()
81 outw(STOP_TRANSCEIVER, BASE + VX_COMMAND); in t595_reset()
83 outw(RX_RESET, BASE + VX_COMMAND); in t595_reset()
85 outw(TX_RESET, BASE + VX_COMMAND); in t595_reset()
87 outw(C_INTR_LATCH, BASE + VX_COMMAND); in t595_reset()
88 outw(SET_RD_0_MASK, BASE + VX_COMMAND); in t595_reset()
89 outw(SET_INTR_MASK, BASE + VX_COMMAND); in t595_reset()
90 outw(SET_RX_FILTER, BASE + VX_COMMAND); in t595_reset()
[all …]
Dtlan.c225 static u32 BASE; variable
310 data = inl(BASE + TLAN_HOST_CMD); in TLan_ResetAdapter()
312 outl(data, BASE + TLAN_HOST_CMD); in TLan_ResetAdapter()
318 data = inl(BASE + TLAN_HOST_CMD); in TLan_ResetAdapter()
320 outl(data, BASE + TLAN_HOST_CMD); in TLan_ResetAdapter()
324 TLan_DioWrite32(BASE, (u16) i, 0); in TLan_ResetAdapter()
331 TLan_DioWrite16(BASE, TLAN_NET_CONFIG, (u16) data); in TLan_ResetAdapter()
335 outl(TLAN_HC_LD_TMR | 0x3f, BASE + TLAN_HOST_CMD); in TLan_ResetAdapter()
336 outl(TLAN_HC_LD_THR | 0x0, BASE + TLAN_HOST_CMD); in TLan_ResetAdapter()
340 outw(TLAN_NET_SIO, BASE + TLAN_DIO_ADR); in TLan_ResetAdapter()
[all …]
Dsundance.c243 static u32 BASE; variable
299 outw(inw(BASE + MACCtrl0) | EnbFullDuplex, in check_duplex()
300 BASE + MACCtrl0); in check_duplex()
312 outw(inw(BASE + MACCtrl0) | duplex ? 0x20 : 0, in check_duplex()
313 BASE + MACCtrl0); in check_duplex()
369 outl(virt_to_le32desc(&rx_ring[0]), BASE + RxListPtr); in sundance_reset()
378 outw(addr16, BASE + StationAddr); in sundance_reset()
380 outw(addr16, BASE + StationAddr + 2); in sundance_reset()
382 outw(addr16, BASE + StationAddr + 4); in sundance_reset()
385 outw(sdc->mtu + 14, BASE + MaxFrameSize); in sundance_reset()
[all …]
/external/eigen/bench/btl/data/
Dsmooth_all.sh10 BASE=${FILE##*/}
11 ./smooth ${ORIG_DIR}/${BASE} 4 ${SMOOTH_DIR}/${BASE}_tmp
12 ./regularize ${SMOOTH_DIR}/${BASE}_tmp 2500 15000 ${SMOOTH_DIR}/${BASE}
13 rm -f ${SMOOTH_DIR}/${BASE}_tmp
21 BASE=${FILE##*/}
22 ./smooth ${ORIG_DIR}/${BASE} 4 ${SMOOTH_DIR}/${BASE}_tmp
23 ./regularize ${SMOOTH_DIR}/${BASE}_tmp 50 180 ${SMOOTH_DIR}/${BASE}
24 rm -f ${SMOOTH_DIR}/${BASE}_tmp
31 BASE=${FILE##*/}
32 ./smooth ${ORIG_DIR}/${BASE} 4 ${SMOOTH_DIR}/${BASE}
[all …]
/external/e2fsprogs/lib/et/
Dcompile_et.sh.in41 BASE=`basename $ROOT`
48 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et"
49 if test -f ${BASE}.h && cmp -s ${BASE}.h.$$ ${BASE}.h ; then
50 rm -f ${BASE}.h.$$
52 mv -f ${BASE}.h.$$ ${BASE}.h
53 chmod a-w ${BASE}.h
55 $AWK -f "${DIR}/et_c.awk" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.et"
56 if test -f ${BASE}.c && cmp -s ${BASE}.c.$$ ${BASE}.c ; then
57 rm -f ${BASE}.c.$$
59 mv -f ${BASE}.c.$$ ${BASE}.c
[all …]
/external/pdfium/third_party/zlib_v128/
Dadler32.c14 #define BASE 65521 /* largest prime smaller than 65536 */ macro
38 if (a >= BASE) a -= BASE; \
56 if (a >= BASE) a -= BASE; \
59 # define MOD(a) a %= BASE
60 # define MOD28(a) a %= BASE
61 # define MOD63(a) a %= BASE
80 if (adler >= BASE) in adler32()
81 adler -= BASE; in adler32()
83 if (sum2 >= BASE) in adler32()
84 sum2 -= BASE; in adler32()
[all …]
/external/python/cpython2/Modules/zlib/
Dadler32.c14 #define BASE 65521 /* largest prime smaller than 65536 */ macro
38 if (a >= BASE) a -= BASE; \
56 if (a >= BASE) a -= BASE; \
59 # define MOD(a) a %= BASE
60 # define MOD28(a) a %= BASE
61 # define MOD63(a) a %= BASE
80 if (adler >= BASE)
81 adler -= BASE;
83 if (sum2 >= BASE)
84 sum2 -= BASE;
[all …]
/external/zlib/src/
Dadler32.c14 #define BASE 65521 /* largest prime smaller than 65536 */ macro
38 if (a >= BASE) a -= BASE; \
56 if (a >= BASE) a -= BASE; \
59 # define MOD(a) a %= BASE
60 # define MOD28(a) a %= BASE
61 # define MOD63(a) a %= BASE
80 if (adler >= BASE)
81 adler -= BASE;
83 if (sum2 >= BASE)
84 sum2 -= BASE;
[all …]
/external/curl/projects/Windows/VC6/lib/
Dlibcurl.tmpl54 # PROP BASE Use_MFC 0
55 # PROP BASE Use_Debug_Libraries 1
56 # PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\DLL Debug"
57 # PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Debug\lib"
58 # PROP BASE Target_Dir ""
66 # ADD BASE CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\…
69 # ADD BASE MTL /nologo /D "_DEBUG" /win32
72 # ADD BASE RSC /l 0x409 /d "_DEBUG"
75 # ADD BASE BSC32 /nologo
78 # ADD BASE LINK32 advapi32.lib wldap32.lib ws2_32.lib /nologo /dll /incremental:no /debug /machine:…
[all …]
/external/curl/projects/Windows/VC6/src/
Dcurl.tmpl55 # PROP BASE Use_MFC 0
56 # PROP BASE Use_Debug_Libraries 1
57 # PROP BASE Output_Dir "..\..\..\..\build\Win32\VC6\DLL Debug"
58 # PROP BASE Intermediate_Dir "..\..\..\..\build\Win32\VC6\DLL Debug\src"
59 # PROP BASE Target_Dir ""
66 # ADD BASE CPP /nologo /MDd /W4 /Zi /Od /I "$(ProgramFiles)\Microsoft Platform SDK\Include" /I "..\…
68 # ADD BASE RSC /l 0x409 /i "..\..\..\..\include" /d "_DEBUG"
71 # ADD BASE BSC32 /nologo
74 # ADD BASE LINK32 wldap32.lib ws2_32.lib libcurld.lib /nologo /subsystem:console /incremental:no /d…
79 # PROP BASE Use_MFC 0
[all …]
/external/llvm/test/CodeGen/Mips/msa/
Dframeindex.ll39 ; MIPS32-AE: addiu [[BASE:\$([0-9]+|gp)]], $sp, 512
40 ; MIPS32-AE: ld.b [[R1:\$w[0-9]+]], 0([[BASE]])
42 ; MIPS32-AE: addiu [[BASE:\$([0-9]+|gp)]], $sp, 512
43 ; MIPS32-AE: st.b [[R1]], 0([[BASE]])
57 ; MIPS32-AE: addu [[BASE:\$([0-9]+|gp)]], $sp, [[R2]]
58 ; MIPS32-AE: ld.b [[R1:\$w[0-9]+]], 0([[BASE]])
61 ; MIPS32-AE: addu [[BASE:\$([0-9]+|gp)]], $sp, [[R2]]
62 ; MIPS32-AE: st.b [[R1]], 0([[BASE]])
76 ; MIPS32-AE: addu [[BASE:\$([0-9]+|gp)]], $sp, [[R2]]
77 ; MIPS32-AE: ld.b [[R1:\$w[0-9]+]], 0([[BASE]])
[all …]
/external/python/cpython2/PC/VC6/
D_ssl.dsp31 # PROP BASE Use_MFC 0
32 # PROP BASE Use_Debug_Libraries 0
33 # PROP BASE Output_Dir "Release"
34 # PROP BASE Intermediate_Dir "Release"
35 # PROP BASE Cmd_Line "NMAKE /f _ssl.mak"
36 # PROP BASE Rebuild_Opt "/a"
37 # PROP BASE Target_File "_ssl.exe"
38 # PROP BASE Bsc_Name "_ssl.bsc"
39 # PROP BASE Target_Dir ""
52 # PROP BASE Use_MFC 0
[all …]
Dw9xpopen.dsp34 # PROP BASE Use_MFC 0
35 # PROP BASE Use_Debug_Libraries 0
36 # PROP BASE Output_Dir "Release"
37 # PROP BASE Intermediate_Dir "Release"
38 # PROP BASE Target_Dir ""
45 # ADD BASE CPP /nologo /W3 /GX /O2 /D "Py_BUILD_CORE_MODULE" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /…
47 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
49 # ADD BASE RSC /l 0xc09 /d "NDEBUG"
52 # ADD BASE BSC32 /nologo
55 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.…
[all …]
/external/llvm/test/CodeGen/ARM/
Dstruct_byval_arm_t1_t2.ll60 ;THUMB1: ldrb r{{[0-9]+}}, {{\[}}[[BASE:r[0-9]+]]{{\]}}
61 ;THUMB1: adds [[BASE]], #1
81 ;THUMB1: ldrh r{{[0-9]+}}, {{\[}}[[BASE:r[0-9]+]]{{\]}}
82 ;THUMB1: adds [[BASE]], #2
102 ;THUMB1: ldr r{{[0-9]+}}, {{\[}}[[BASE:r[0-9]+]]{{\]}}
103 ;THUMB1: adds [[BASE]], #4
124 ;THUMB1: ldr r{{[0-9]+}}, {{\[}}[[BASE:r[0-9]+]]{{\]}}
125 ;THUMB1: adds [[BASE]], #4
148 ;THUMB1: ldr r{{[0-9]+}}, {{\[}}[[BASE:r[0-9]+]]{{\]}}
149 ;THUMB1: adds [[BASE]], #4
[all …]
/external/valgrind/auxprogs/
Dvalgrind-di-server.c252 # define BASE 65521UL /* largest prime smaller than 65536 */ in adler32() macro
267 if (a >= (BASE << 16)) a -= (BASE << 16); \ in adler32()
268 if (a >= (BASE << 15)) a -= (BASE << 15); \ in adler32()
269 if (a >= (BASE << 14)) a -= (BASE << 14); \ in adler32()
270 if (a >= (BASE << 13)) a -= (BASE << 13); \ in adler32()
271 if (a >= (BASE << 12)) a -= (BASE << 12); \ in adler32()
272 if (a >= (BASE << 11)) a -= (BASE << 11); \ in adler32()
273 if (a >= (BASE << 10)) a -= (BASE << 10); \ in adler32()
274 if (a >= (BASE << 9)) a -= (BASE << 9); \ in adler32()
275 if (a >= (BASE << 8)) a -= (BASE << 8); \ in adler32()
[all …]
/external/icu/icu4c/source/test/perf/ubrkperf/
Dubrkperf.dsp35 # PROP BASE Use_MFC 0
36 # PROP BASE Use_Debug_Libraries 0
37 # PROP BASE Output_Dir "Release"
38 # PROP BASE Intermediate_Dir "Release"
39 # PROP BASE Target_Dir ""
47 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
50 # ADD BASE RSC /l 0x409 /d "NDEBUG"
53 # ADD BASE BSC32 /nologo
56 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.…
69 # PROP BASE Use_MFC 0
[all …]
Dubrkperf20.dsp35 # PROP BASE Use_MFC 0
36 # PROP BASE Use_Debug_Libraries 0
37 # PROP BASE Output_Dir "Release"
38 # PROP BASE Intermediate_Dir "Release"
39 # PROP BASE Target_Dir ""
47 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
50 # ADD BASE RSC /l 0x409 /d "NDEBUG"
53 # ADD BASE BSC32 /nologo
56 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.…
69 # PROP BASE Use_MFC 0
[all …]
Dubrkperfold.dsp35 # PROP BASE Use_MFC 0
36 # PROP BASE Use_Debug_Libraries 0
37 # PROP BASE Output_Dir "Release"
38 # PROP BASE Intermediate_Dir "Release"
39 # PROP BASE Target_Dir ""
47 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
50 # ADD BASE RSC /l 0x409 /d "NDEBUG"
53 # ADD BASE BSC32 /nologo
56 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.…
69 # PROP BASE Use_MFC 0
[all …]
/external/libpng/contrib/visupng/
DVisualPng.dsp34 # PROP BASE Use_MFC 0
35 # PROP BASE Use_Debug_Libraries 0
36 # PROP BASE Output_Dir "Release"
37 # PROP BASE Intermediate_Dir "Release"
38 # PROP BASE Ignore_Export_Lib 0
39 # PROP BASE Target_Dir ""
46 # ADD BASE CPP /nologo /W3 /O2 /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /D "PNG_NO_STDI…
47 # SUBTRACT BASE CPP /YX
50 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
52 # ADD BASE RSC /l 0x409 /d "NDEBUG"
[all …]
/external/libogg/win32/VS6/
Dogg_static.dsp33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir "Release"
36 # PROP BASE Intermediate_Dir "Release"
37 # PROP BASE Target_Dir ""
43 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
45 # ADD BASE RSC /l 0x409 /d "NDEBUG"
48 # ADD BASE BSC32 /nologo
51 # ADD BASE LIB32 /nologo
56 # PROP BASE Use_MFC 0
[all …]
/external/bzip2/
Ddlltest.dsp32 # PROP BASE Use_MFC 0
33 # PROP BASE Use_Debug_Libraries 0
34 # PROP BASE Output_Dir "Release"
35 # PROP BASE Intermediate_Dir "Release"
36 # PROP BASE Target_Dir ""
43 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
45 # ADD BASE RSC /l 0x411 /d "NDEBUG"
48 # ADD BASE BSC32 /nologo
51 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.…
56 # PROP BASE Use_MFC 0
[all …]
/external/tinyxml/
DtinyxmlSTL.dsp33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir "tinyxmlSTL___Win32_Release"
36 # PROP BASE Intermediate_Dir "tinyxmlSTL___Win32_Release"
37 # PROP BASE Target_Dir ""
43 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
46 # ADD BASE RSC /l 0x409 /d "NDEBUG"
49 # ADD BASE BSC32 /nologo
52 # ADD BASE LIB32 /nologo
57 # PROP BASE Use_MFC 0
[all …]

12345678910