HomeSort by relevance Sort by last modified time
    Searched defs:inc (Results 1 - 25 of 60) sorted by null

1 2 3

  /frameworks/base/media/libstagefright/codecs/aacdec/
shellsort.cpp 106 Int32 inc = 1; local
110 inc = 3 * inc + 1;
112 while (inc <= n);
116 inc = inc / 3;
117 for (i = inc + 1; i <= n; i++)
121 while (in[j-inc-1] > v)
123 in[j-1] = in[j-inc-1];
124 j -= inc;
    [all...]
  /external/clang/test/SemaCXX/
increment-decrement.cpp 5 const int &inc = i++; variable
  /frameworks/compile/slang/
RSSpec.mk 19 define generate-rs-spec-inc
29 ifneq ($(findstring RSClangBuiltinEnums.inc,$(RS_SPEC_TABLES)),)
30 LOCAL_GENERATED_SOURCES += $(intermediates)/RSClangBuiltinEnums.inc
31 $(intermediates)/RSClangBuiltinEnums.inc: $(RS_SPEC_GEN)
32 $(call generate-rs-spec-inc,clang-builtin-enums)
35 ifneq ($(findstring RSDataTypeEnums.inc,$(RS_SPEC_TABLES)),)
36 LOCAL_GENERATED_SOURCES += $(intermediates)/RSDataTypeEnums.inc
37 $(intermediates)/RSDataTypeEnums.inc: $(RS_SPEC_GEN)
38 $(call generate-rs-spec-inc,rs-data-type-enums)
41 ifneq ($(findstring RSMatrixTypeEnums.inc,$(RS_SPEC_TABLES)),
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/
Android.mk 60 libmm-vdec-inc := $(LOCAL_PATH)/inc
61 libmm-vdec-inc += $(TARGET_OUT_HEADERS)/mm-core/omxcore
65 LOCAL_C_INCLUDES := $(libmm-vdec-inc)
80 mm-vdec-test-inc := $(TARGET_OUT_HEADERS)/mm-core/omxcore
81 mm-vdec-test-inc += $(LOCAL_PATH)/inc
86 LOCAL_C_INCLUDES := $(mm-vdec-test-inc)
99 mm-vdec-drv-test-inc := $(TARGET_OUT_HEADERS)/mm-core/omxcore
100 mm-vdec-drv-test-inc += $(LOCAL_PATH)/in
    [all...]
  /bootable/recovery/updater/
Android.mk 45 inc := $(call intermediates-dir-for,PACKAGING,updater_extensions)/register.inc macro
49 # it is different than the existing .list (if any). The register.inc
53 junk := $(shell mkdir -p $(dir $(inc));\
54 echo $(TARGET_RECOVERY_UPDATER_LIBS) > $(inc).temp;\
55 diff -q $(inc).temp $(inc).list 2>/dev/null || cp -f $(inc).temp $(inc).list)
57 $(inc) : libs := $(TARGET_RECOVERY_UPDATER_LIBS
    [all...]
  /external/openssl/crypto/hmac/
hm_ameth.c 119 int inc; local
126 inc = 0;
128 else inc = 1;
132 if (inc)
  /hardware/qcom/media/mm-video/vidc/venc/
Android.mk 54 libmm-venc-inc := $(LOCAL_PATH)/inc
55 libmm-venc-inc += $(TARGET_OUT_HEADERS)/mm-core/omxcore
59 LOCAL_C_INCLUDES := $(libmm-venc-inc)
75 mm-venc-test720p-inc := $(TARGET_OUT_HEADERS)/mm-core/omxcore
76 mm-venc-test720p-inc += $(LOCAL_PATH)/inc
81 LOCAL_C_INCLUDES := $(mm-venc-test720p-inc)
97 venc-test-inc += $(LOCAL_PATH)/inc
    [all...]
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
p1.cpp 133 int inc(int x);
139 int test5::inc(int x = default_x) { function in class:test5
  /external/javassist/src/main/javassist/runtime/
Cflow.java 30 void inc() { ++depth; } method in class:Cflow.Depth
41 public void enter() { ((Depth)get()).inc(); }
  /libcore/luni/src/main/java/libcore/icu/
CollationKeyICU.java 98 int inc = ((len - 32) / 32) + 1; local
101 i += inc;
  /external/clang/test/Sema/
ext_vector_casts.c 49 void inc(float2 f2) { function
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 3 // Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc.
129 inc();
143 inc() function in class:__gnu_pbds::detail::binary_heap_const_iterator_
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 3 // Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc.
129 inc();
143 inc() function in class:__gnu_pbds::detail::binary_heap_const_iterator_
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 3 // Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc.
129 inc();
143 inc() function in class:__gnu_pbds::detail::binary_heap_const_iterator_
  /external/libpcap/
pcap-enet.c 57 register int inc; local
90 inc = ph->length.PacketOffset;
91 cc -= inc;
92 bp += inc;
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;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 3 // Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc.
186 inc(integral_constant<int,Is_Forward_Iterator>());
215 inc(false_type) function in class:__gnu_pbds::detail::bin_search_tree_const_it_
219 inc(true_type) function in class:__gnu_pbds::detail::bin_search_tree_const_it_
249 { inc(true_type()); }
  /prebuilt/linux-x86/toolchain/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_
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 3 // Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc.
186 inc(integral_constant<int,Is_Forward_Iterator>());
215 inc(false_type) function in class:__gnu_pbds::detail::bin_search_tree_const_it_
219 inc(true_type) function in class:__gnu_pbds::detail::bin_search_tree_const_it_
249 { inc(true_type()); }
  /prebuilt/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_
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 3 // Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc.
186 inc(integral_constant<int,Is_Forward_Iterator>());
215 inc(false_type) function in class:__gnu_pbds::detail::bin_search_tree_const_it_
219 inc(true_type) function in class:__gnu_pbds::detail::bin_search_tree_const_it_
249 { inc(true_type()); }
  /prebuilt/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_
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 34 const int inc = (flags & WRITE_BACK)?1:0; local
37 if (inc) STR(AL, s.reg, addr.reg, immed12_post(4));
51 if (inc)
55 if (inc) STRH(AL, s.reg, addr.reg, immed8_post(2));
59 if (inc) STRB(AL, s.reg, addr.reg, immed12_post(1));
71 const int inc = (flags & WRITE_BACK)?1:0; local
74 if (inc) LDR(AL, s.reg, addr.reg, immed12_post(4));
95 if (inc)
99 if (inc) LDRH(AL, s.reg, addr.reg, immed8_post(2));
103 if (inc) LDRB(AL, s.reg, addr.reg, immed12_post(1))
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/template/
HtmlWhiteSpaceStripper.java 2 * Copyright (C) 2010 Google Inc.
234 private int updateScope(int current, int inc) {
235 current += inc;
247 int inc = inOpenTag ? 1 : -1; local
249 textAreaScope = updateScope(textAreaScope, inc);
251 preScope = updateScope(preScope, inc);
253 verbatimScope = updateScope(verbatimScope, inc);
255 scriptScope = updateScope(scriptScope, inc);
  /external/mesa3d/src/glsl/
loop_analysis.cpp 307 ir_rvalue *const inc = local
309 if (inc != NULL) {
312 lv->increment = inc;
435 ir_rvalue *inc = (op0 == var) ? rhs->operands[1] : rhs->operands[0];
437 if (inc->as_constant() == NULL) {
438 ir_variable *const inc_var = inc->variable_referenced();
444 inc = NULL;
446 inc = NULL;
449 if ((inc != NULL) && (rhs->operation == ir_binop_sub)) {
452 inc = new(mem_ctx) ir_expression(ir_unop_neg
    [all...]

Completed in 988 milliseconds

1 2 3