HomeSort by relevance Sort by last modified time
    Searched refs:inc (Results 101 - 125 of 236) sorted by null

1 2 3 45 6 7 8 910

  /external/chromium/third_party/icu/public/common/unicode/
uclean.h 190 * @return The value of the variable after the inc or dec operation.
205 * @param inc Pointer to a function to do an atomic increment operation. Must be non-null.
212 u_setAtomicIncDecFunctions(const void *context, UMtxAtomicFn *inc, UMtxAtomicFn *dec,
  /external/icu4c/common/unicode/
uclean.h 174 * @return The value of the variable after the inc or dec operation.
189 * @param inc Pointer to a function to do an atomic increment operation. Must be non-null.
196 u_setAtomicIncDecFunctions(const void *context, UMtxAtomicFn *inc, UMtxAtomicFn *dec,
  /external/libpcap/
pcap-enet.c 57 register int inc; local
90 inc = ph->length.PacketOffset;
91 cc -= inc;
92 bp += inc;
  /hardware/ti/wlan/wl1271/CUDK/tiwlan_loader/
Makefile 28 -I $(CUDK_ROOT)/os/common/inc \
29 -I $(WILINK_ROOT)/platforms/os/common/inc \
30 -I $(WILINK_ROOT)/platforms/os/linux/inc \
41 -I $(CUDK_ROOT)/os/linux/inc \
  /system/wlan/ti/wilink_6_1/CUDK/tiwlan_loader/
Makefile 28 -I $(CUDK_ROOT)/os/common/inc \
29 -I $(WILINK_ROOT)/platforms/os/common/inc \
30 -I $(WILINK_ROOT)/platforms/os/linux/inc \
41 -I $(CUDK_ROOT)/os/linux/inc \
  /external/chromium/third_party/icu/source/config/
pkgdataMakefile.in 15 OUTPUTFILE=pkgdata.inc
  /external/chromium/third_party/icu/source/data/
pkgdataMakefile.in 15 OUTPUTFILE=icupkg.inc
  /external/chromium/third_party/icu/source/test/testdata/
pkgdataMakefile.in 17 OUTPUTFILE=pkgdata.inc
  /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
  /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
  /system/wlan/ti/wilink_6_1/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
63 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
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 31 const int inc = (flags & WRITE_BACK)?1:0; local
34 if (inc) STR(AL, s.reg, addr.reg, immed12_post(4));
48 if (inc)
52 if (inc) STRH(AL, s.reg, addr.reg, immed8_post(2));
56 if (inc) STRB(AL, s.reg, addr.reg, immed12_post(1));
68 const int inc = (flags & WRITE_BACK)?1:0; local
71 if (inc) LDR(AL, s.reg, addr.reg, immed12_post(4));
92 if (inc)
96 if (inc) LDRH(AL, s.reg, addr.reg, immed8_post(2));
100 if (inc) LDRB(AL, s.reg, addr.reg, immed12_post(1))
    [all...]
  /external/chromium/third_party/icu/source/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...]
  /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 \
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/
makefile 65 -I inc \
66 -I $(CUDK_ROOT)/os/linux/inc \
67 -I $(CUDK_ROOT)/os/common/inc \
76 -I $(WILINK_ROOT)/platforms/os/linux/inc \
77 -I $(WILINK_ROOT)/platforms/os/common/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
  /external/webkit/WebKitTools/Scripts/
update-sources-list.py 14 # THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
17 # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
70 QT and GTK would have to include the file "WebCore/sources.inc" into their makefiles.
85 outfile = os.path.join(wkroot, "WebCore/sources.inc")
  /frameworks/base/voip/jni/rtp/
Android.mk 46 external/libgsm/inc \

Completed in 956 milliseconds

1 2 3 45 6 7 8 910