/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/Inputs/ |
basic3.c | 11 static int inc() { function 18 return inc();
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
hd_init.c | 38 htinit(h, s, inc) unsigned char *h; unsigned char *s; int inc; 40 htinit(unsigned char *h, unsigned char *s, int inc) 45 h[j] = i + inc;
|
/external/swiftshader/third_party/subzero/crosstest/ |
test_stacksave.h | 20 uint32_t inc); \ 22 uint32_t inc); \ 24 uint32_t inc);
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
shared-lib-test.cc | 30 fun_t *inc = (fun_t*)dlsym(lib, "inc"); local 31 if (!inc) return 1; 33 inc(1); 34 inc(-1); // BOOM 49 void inc(int index) { function
|
/device/google/contexthub/firmware/external/ |
Android.mk | 36 $(NANOHUB_OS_PATH)/inc \ 37 $(NANOHUB_OS_PATH)/src/platform/$(AUX_ARCH)/inc \ 38 $(NANOHUB_OS_PATH)/src/platform/$(AUX_ARCH)/inc/plat/cmsis \ 39 $(NANOHUB_OS_PATH)/src/cpu/$(AUX_CPU)/inc \ 42 $(LOCAL_PATH)/freebsd/inc \ 62 $(NANOHUB_OS_PATH)/inc \ 63 $(NANOHUB_OS_PATH)/src/platform/$(AUX_ARCH)/inc \ 64 $(NANOHUB_OS_PATH)/src/platform/$(AUX_ARCH)/inc/plat/cmsis \ 65 $(NANOHUB_OS_PATH)/src/cpu/$(AUX_CPU)/inc \ 68 $(LOCAL_PATH)/freebsd/inc \ [all...] |
/device/google/contexthub/firmware/build/ |
config_internal.mk | 18 $(NANOHUB_OS_PATH)/os/inc \ 19 $(NANOHUB_OS_PATH)/os/platform/$(AUX_ARCH)/inc \ 20 $(NANOHUB_OS_PATH)/os/cpu/$(AUX_CPU)/inc \
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
hd_init.c | 41 htinit(h, s, inc) unsigned char *h; CONST unsigned char *s; int inc;
43 htinit(unsigned char *h, CONST unsigned char *s, int inc)
48 h[j] = (unsigned char)(i + inc);
|
/external/clang/test/SemaCXX/ |
increment-decrement.cpp | 5 const int &inc = i++; variable
|
/external/tensorflow/tensorflow/contrib/tensorrt/custom_plugin_examples/ |
inc_op_kernel.h | 26 void IncrementKernel(const float* d_input, float inc, float* d_output,
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/targets/ |
Synthetic.java | 40 private static void inc() { method in class:Synthetic.Inner 61 Inner.inc();
|
/external/ltp/include/mk/ |
generic_leaf_target.mk | 4 # Copyright (C) 2009, Cisco Systems Inc. 17 # with this program; if not, write to the Free Software Foundation, Inc., 24 include $(top_srcdir)/include/mk/generic_leaf_target.inc
|
generic_trunk_target.mk | 4 # Copyright (C) 2009, Cisco Systems Inc. 17 # with this program; if not, write to the Free Software Foundation, Inc., 24 include $(top_srcdir)/include/mk/generic_trunk_target.inc
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
DfpDec.java | 215 final boolean inc; 218 inc = false; 222 inc = (n != 0) || (discarded != 0); // round up if n!=0 226 inc = n >= 5; // round half up 230 inc = n > 5; // round half down 234 inc = (n > 5) || 240 inc = (n > 5) || 246 inc = (sign == 1) && (n != 0 || discarded != 0); // round ceil 251 inc = (sign == -1) && (n != 0 || discarded != 0); // round floor 255 if (inc) { 307 Dfp inc; local [all...] |
/external/ltp/testcases/kernel/syscalls/brk/ |
brk01.c | 28 uintptr_t inc = getpagesize() * 2 - 1; local 36 new_brk = cur_brk + inc; 42 new_brk = cur_brk - inc;
|
/device/google/contexthub/firmware/variant/linux/ |
Android.mk | 28 $(LOCAL_PATH)/inc \
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
InterlockedIncrement.c | 25 lock inc dword ptr [eax]
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseSynchronizationLib/Ia32/ |
InterlockedIncrement.c | 39 lock inc dword ptr [eax]
|
/external/compiler-rt/lib/builtins/ |
atomic_flag_clear.c | 16 #define __has_include(inc) 0
|
atomic_flag_clear_explicit.c | 16 #define __has_include(inc) 0
|
atomic_flag_test_and_set.c | 16 #define __has_include(inc) 0
|
atomic_flag_test_and_set_explicit.c | 16 #define __has_include(inc) 0
|
atomic_signal_fence.c | 16 #define __has_include(inc) 0
|
atomic_thread_fence.c | 16 #define __has_include(inc) 0
|
/external/llvm/test/MC/X86/AlignedBundling/ |
autogen-inst-offset-align-to-end.s | 15 inc %eax 26 inc %eax 37 inc %eax 48 inc %eax 59 inc %eax 70 inc %eax 81 inc %eax 92 inc %eax 103 inc %eax 114 inc %ea [all...] |
autogen-inst-offset-padding.s | 15 inc %eax 25 inc %eax 35 inc %eax 45 inc %eax 55 inc %eax 65 inc %eax 75 inc %eax 85 inc %eax 95 inc %eax 105 inc %ea [all...] |