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

1 2 3 4 5 6 7 891011>>

  /external/icu4c/config/
pkgdataMakefile.in 15 OUTPUTFILE=pkgdata.inc
  /external/icu4c/data/
pkgdataMakefile.in 15 OUTPUTFILE=icupkg.inc
  /external/icu4c/extra/uconv/
pkgdataMakefile.in 17 OUTPUTFILE=pkgdata.inc
  /external/icu4c/test/testdata/
pkgdataMakefile.in 17 OUTPUTFILE=pkgdata.inc
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 3 // Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc.
122 inc();
136 inc() function in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 3 // Copyright (C) 2005, 2006, 2009, 2010 Free Software Foundation, Inc.
122 inc();
136 inc() function in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 3 // Copyright (C) 2005, 2006, 2009, 2010 Free Software Foundation, Inc.
122 inc();
136 inc() function in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 3 // Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc.
122 inc();
136 inc() function in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 3 // Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc.
122 inc();
136 inc() function in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 3 // Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc.
122 inc();
136 inc() function in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/generators/
DSAParametersGenerator.java 88 inc(part2);
107 inc(offset);
113 inc(offset);
118 inc(offset);
223 inc(offset);
300 // inc(U);
324 private static void inc(byte[] buf) method in class:DSAParametersGenerator
  /external/grub/docs/
help2man 4 # Copyright ? 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
18 # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
34 Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
98 my ($inc, $required) = @$_;
100 next unless -f $inc or $required;
101 die "$this_program: can't open `$inc' ($!)\n"
102 unless open INC, $inc;
107 while (<INC>)
130 die "$inc:$.:$@"
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/build/
Makefile 21 # DK_ROOT must be set prior to including common.inc
29 include $(M)/$(DK_ROOT)/stad/build/linux/common.inc
30 include $(M)/$(DK_ROOT)/platforms/os/linux/build/os_sources.inc
32 include $(DK_ROOT)/stad/build/linux/common.inc
33 include $(DK_ROOT)/platforms/os/linux/build/os_sources.inc
62 OS_INCS = $(DK_ROOT)/platforms/os/linux/inc $(DK_ROOT)/platforms/os/linux/src $(DK_ROOT)/platforms/os/common/inc
  /hardware/ti/omap3/omx/
Android.mk 8 TI_BRIDGE_INCLUDES := hardware/ti/omap3/dspbridge/inc
39 $(TI_OMX_SYSTEM)/omx_core/inc
66 $(TI_OMX_SYSTEM)/lcml/inc \
67 $(TI_OMX_SYSTEM)/common/inc \
68 $(TI_OMX_SYSTEM)/perf/inc
  /external/icu4c/common/
unisetspan.cpp 667 int32_t inc=length16-overlap; // Keep overlap+inc==length16. local
669 if(inc>rest) {
673 if(!offsets.containsOffset(inc) && matches16CPB(s, pos-overlap, length, s16, length16)) {
674 if(inc==rest) {
677 offsets.addOffset(inc);
683 ++inc;
706 int32_t inc=length16-overlap; // Keep overlap+inc==length16. local
708 if(inc>rest || overlap<maxOverlap)
997 int32_t inc=length8-overlap; \/\/ Keep overlap+inc==length8. local
1043 int32_t inc=length8-overlap; \/\/ Keep overlap+inc==length8. local
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/
makefile 69 -I inc \
70 -I $(CUDK_ROOT)/os/linux/inc \
71 -I $(CUDK_ROOT)/os/common/inc \
80 -I $(WILINK_ROOT)/platforms/os/linux/inc \
81 -I $(WILINK_ROOT)/platforms/os/common/inc \
  /external/llvm/utils/lit/lit/
Util.py 103 for inc in itertools.cycle((5, 2, 2.5, 1)):
104 barH = inc * 10**power
108 elif inc == 1:
  /frameworks/native/libs/utils/
BasicHashtable.cpp 131 size_t inc = chainIncrement(hash, mBucketCount); local
133 index = chainSeek(index, inc, mBucketCount);
160 size_t inc = chainIncrement(hash, mBucketCount); local
163 index = chainSeek(index, inc, mBucketCount);
217 size_t inc = chainIncrement(hash, newBucketCount); local
220 index = chainSeek(index, inc, newBucketCount);
RefBase.cpp 105 char inc = refs->ref >= 0 ? '+' : '-'; local
106 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref);
123 char inc = refs->ref >= 0 ? '+' : '-'; local
124 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref);
272 char inc = ref->ref >= 0 ? '+' : '-'; local
273 ALOGD("\t%c ID %p (ref %d):", inc, ref->id, ref->ref);
301 char inc = refs->ref >= 0 ? '+' : '-'; local
303 inc, refs->id, refs->ref);
  /external/aac/libFDK/src/arm/
dct_arm.cpp 188 int inc)
199 twiddle += inc;
203 LDR val_tw, [twiddle], inc, LSL #2 // val_tw = *twiddle; twiddle += inc local
227 LDR val_tw, [twiddle], inc, LSL #2 // val_tw = *twiddle; twiddle += inc local
255 LDR val_tw, [twiddle], inc, LSL #2 // val_tw = *twiddle; twiddle += inc local
357 int inc)
383 LDR val_tw, [twiddle], inc, LSL #2 // val_tw = *twiddle; twiddle += in local
415 LDR val_tw, [twiddle], inc, LSL #2 \/\/ val_tw = *twiddle; twiddle += inc local
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-expr-1.cpp 81 void test_increment(Incrementable inc) {
82 increment(inc);
  /external/qemu-pc-bios/vgabios/
clext.c 18 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
393 inc dx
432 inc dx
658 inc dx
682 inc dx
692 inc bx
693 inc bx
712 inc dx
725 inc dx
920 inc d
    [all...]
  /external/clang/test/Sema/
ext_vector_casts.c 49 void inc(float2 f2) { function
  /external/clang/tools/driver/
Makefile 58 $(PROJ_OBJ_DIR)/$(CLANG_LEVEL)/include/clang/Basic/Version.inc))
  /external/icu4c/samples/legacy/
Makefile 1 # Copyright (c) 2001-2004 IBM, Inc. and others
12 # (will look for $(prefix)/lib/icu/Makefile.inc )
24 ICU_INC=$(ICU_PREFIX)/lib/icu/Makefile.inc

Completed in 4319 milliseconds

1 2 3 4 5 6 7 891011>>