HomeSort by relevance Sort by last modified time
    Searched refs:inc (Results 251 - 275 of 402) sorted by null

<<11121314151617

  /hardware/qcom/gps/loc_api/libloc_api/
Android.mk 1 #Copyright (c) 2009, QUALCOMM USA, INC.
6 #? Neither the name of the QUALCOMM USA, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
35 $(TARGET_OUT_HEADERS)/libloc_api-rpc/inc \
36 $(TARGET_OUT_HEADERS)/libcommondefs-rpc/inc \
  /external/aac/libAACdec/src/
aacdec_tns.cpp 216 static void CTns_Filter (FIXP_DBL *spec, int size, int inc, FIXP_TCC coeff [], int order)
226 // to the next data sample is given by "inc"
249 if (inc == -1)
276 pSpec += inc ;
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 82 inc %edx # advance pointer in text_buf
87 inc %ebp # r++
99 inc %ecx # we set ecx to one so byte
207 inc %ecx # increment pointer
223 inc %ebx # otherwise, we have a bogo
224 inc %ebx # times two for future magic
297 inc %esi # if singular, skip the s
372 inc %eax # put exit syscall number (1) in eax
387 inc %esi
450 inc %edi # move to a clear buffe
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
x86p_16.asm 15 %include "common.inc"
103 inc ecx
215 inc ebp
327 inc ecx
384 inc edi
407 inc edi
481 inc edi
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp 690 long inc = ((BLInstrumentationEdge*)(*edge))->getIncrement(); local
694 dotFile << "[label=" << inc << "] [color=black];\n"; local
702 dotFile << "[label=" << inc local
711 dotFile << "[label=" << inc << "] [color=red];\n"; local
715 dotFile << "[label=" << inc << "] [color=green];\n"; local
1045 SelectInst* inc = local
1249 long inc = ((BLInstrumentationEdge*)(*edge))->getIncrement(); local
    [all...]
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 90 inc %edx # advance pointer in text_buf
95 inc %ebp # r++
107 inc %ecx # we set ecx to one so byte
213 inc %esi # increment pointer
297 inc %rsi # ! if singular, skip the s
389 inc %esi
450 inc %edi # move to a clear buffer
460 inc %edx
511 inc %edx
533 inc %ecx # add to length counte
    [all...]
  /external/quake/quake/src/QW/client/
qwcl.mak 146 # ADD CPP /nologo /GX /O2 /I "..\..\scitech\include" /I "..\..\dxsdk\sdk\inc" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
149 "..\..\dxsdk\sdk\inc" /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
435 # ADD CPP /nologo /Gm /GX /Zi /Od /I "..\..\scitech\include" /I "..\..\dxsdk\sdk\inc" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /c
438 "..\..\dxsdk\sdk\inc" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR"$(INTDIR)/"\
747 # ADD CPP /nologo /Gm /GX /Zi /Od /I "..\..\scitech\include" /I "..\..\dxsdk\sdk\inc" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "GLQUAKE" /FR /YX /c
750 "..\..\dxsdk\sdk\inc" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "GLQUAKE"\
959 # ADD CPP /nologo /GX /O2 /I "..\..\scitech\include" /I "..\..\dxsdk\sdk\inc" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "GLQUAKE" /YX /c
962 "..\..\dxsdk\sdk\inc" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "GLQUAKE"\
    [all...]
  /external/zlib/contrib/masmx64/
inffasx64.asm 144 inc eax
182 inc eax
207 inc rdi
231 inc rdi
243 inc eax
257 inc eax
  /external/clang/docs/tools/
Makefile 44 $(PROJ_OBJ_DIR)/$(CLANG_LEVEL)/include/clang/Basic/Version.inc))
  /external/clang/runtime/compiler-rt/
Makefile 20 $(PROJ_OBJ_DIR)/$(CLANG_LEVEL)/include/clang/Basic/Version.inc))
  /external/libpcap/
pcap-pf.c 92 register int cc, n, buflen, inc; local
178 /* Calculate inc before possible pad update */
179 inc = ENALIGN(buflen + sp->ens_stamplen);
180 cc -= inc;
181 bp += inc;
  /external/openssl/crypto/rc4/asm/
rc4-586.pl 60 push(@INC,"${dir}","${dir}../../perlasm");
82 &inc (&LB($xx));
136 &inc ($xx);
176 &inc (&LB($xx));
256 &inc (&LB($xx));
  /external/openssl/crypto/
x86cpuid.pl 4 push(@INC, "${dir}perlasm", "perlasm");
67 &inc ("esi"); # number of cores
212 &inc ("eax");
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
Android.mk 36 LOCAL_C_INCLUDES := $(LOCAL_PATH)/./inc \
118 LOCAL_C_INCLUDES := $(LOCAL_PATH)/inc
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
NinePatchTexture.java 354 int start, end, inc; local
358 inc = 1;
362 inc = -1;
365 for (int col = start; col != end; col += inc) {
  /external/libxml2/
xinclude.c 57 xmlNodePtr inc; /* the included copy */ member in struct:_xmlXIncludeRef
245 ret->inc = NULL;
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 331 #include "ARMGenDisassemblerTables.inc"
332 #include "ARMGenInstrInfo.inc"
333 #include "ARMGenEDInfo.inc"
2741 unsigned inc = fieldFromInstruction32(Insn, 5, 1) + 1; local
2777 unsigned inc = fieldFromInstruction32(Insn, 5, 1) + 1; local
3734 unsigned inc = 1; local
3801 unsigned inc = 1; local
3865 unsigned inc = 1; local
3935 unsigned inc = 1; local
3999 unsigned inc = 1; local
4073 unsigned inc = 1; local
    [all...]
  /external/clang/test/SemaCXX/
member-pointer.cpp 125 Incomplete *inc; local
127 (void)(inc->*pii);
  /external/icu4c/i18n/
sortkey.cpp 22 // 7/31/98 erm hashCode: minimum inc should be 2 not 1,
375 int32_t inc = (fCount >= 256) ? fCount/128 : 2; // inc = max(fSize/64, 1);
381 p += inc;
  /external/openssl/crypto/bn/asm/
via-mont.pl 81 push(@INC,"${dir}","${dir}../../perlasm");
235 &inc ("eax"); # signal "done"
x86-mont.pl 30 push(@INC,"${dir}","${dir}../../perlasm");
151 &inc ($j); # j++
188 &inc ($i); # i++
216 &inc ($j); # j++
327 &inc ($j);
422 &inc ($j);
  /external/sonivox/arm-wt-22k/
Android.mk 95 LOCAL_COPY_HEADERS += lib_src/ARM_synth_constants_gnu.inc
  /bionic/libc/arch-x86/string/
ssse3-memcmp3-new.S 250 inc %edx
332 inc %edx
415 inc %edx
498 inc %edx
581 inc %edx
664 inc %edx
747 inc %edx
830 inc %edx
913 inc %edx
996 inc %ed
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
prefix_set_unittest.cc 85 // by |inc|, and write it back in place. |fp| should be opened in
87 static void IncrementIntAt(FILE* fp, long offset, int inc) {
93 value += inc;
128 // Open |filename| and increment the int32 at |offset| by |inc|.
130 void ModifyAndCleanChecksum(const FilePath& filename, long offset, int inc) {
135 IncrementIntAt(file.get(), offset, inc);
  /external/openssl/crypto/modes/
ccm128.c 311 static void ctr64_add (unsigned char *counter,size_t inc)
317 val += counter[n] + (inc&0xff);
320 inc >>= 8;
321 } while(n && (inc || val));

Completed in 1064 milliseconds

<<11121314151617