Searched
full:forward (Results
451 -
475 of
6195) sorted by null
<<11121314151617181920>>
/external/kernel-headers/original/linux/ |
ashmem.h | 32 __u32 len; /* length forward from offset, in bytes, page-aligned */
|
/external/kernel-headers/original/linux/netfilter/ |
xt_IDLETIMER.h | 10 * Converted to x_tables and forward-ported to 2.6.34
|
/external/llvm/test/Bitcode/ |
flags.ll | 7 ; forward and backward references.
|
/external/llvm/test/Feature/ |
constexpr.ll | 16 @t2 = global i32* @t1 ;; Forward reference without cast 17 @t3 = global i32* bitcast (i32* @t1 to i32*) ;; Forward reference with cast 25 global i32* bitcast (float* @4 to i32*) ;; Forward numeric reference 26 global float* @4 ;; Duplicate forward numeric reference
|
/external/llvm/test/Integer/ |
constexpr_bt.ll | 17 @t2 = global i33* @t1 ;; Forward reference without cast 18 @t3 = global i33* bitcast (i33* @t1 to i33*) ;; Forward reference with cast 27 global i32* bitcast (float* @4 to i32*) ;; Forward numeric reference 28 global float* @4 ;; Duplicate forward numeric reference
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/docs/ |
coding_style.txt | 52 Forward declarations should not be used unless necessary. 53 In particular C++ classes should be implemented "inline" and should you should almost never have a forward declaration of a class. 55 Alternatively, use global helpers with forward declaration. 57 Order definitions so that forward declarations are not necessary (e.g. put main at the end of the file).
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
drisw_util.c | 152 /* There are no forward-compatible contexts before OpenGL 3.0. The 155 * "Forward-compatible contexts are defined only for OpenGL versions 158 * Moreover, Mesa can't fulfill the requirements of a forward-looking 159 * context. Return failure if a forward-looking context is requested.
|
/external/openssl/crypto/sha/asm/ |
sha1-ia64.pl | 63 { .mmi; ld1 $Xn=[inp],2 // forward Xload 66 { .mmi; ld1 tmp2=[tmp3],2 // forward Xload 75 { .mmi; ld1 tmp0=[inp],2 // forward Xload 78 { .mmi; ld1 tmp4=[tmp3],2 // forward Xload 82 dep $Xn=$Xn,tmp2,8,8 // forward Xload 98 { .mmi; xor $Xn=$Xn,$X[($j+2)%16] // forward Xupdate 99 xor tmp3=$X[($j+8)%16],$X[($j+13)%16] // forward Xupdate 102 xor $Xn=$Xn,tmp3 // forward Xupdate 128 { .mmi; xor $Xn=$Xn,$X[($j+2)%16] // forward Xupdate 129 xor tmp3=$X[($j+8)%16],$X[($j+13)%16] // forward Xupdat [all...] |
/external/skia/tools/ |
picture_utils.h | 28 // forward slash into path.
|
/external/srec/doc/logs/srec/ |
recog4_SHIP_bothtags5.res | 31 R: forward
|
recog4_SHIP_bothtags5_from_saved.res | 31 R: forward
|
/external/srec/srec/clib/ |
fpi_tgt.inl | 81 * Forward = +830 84 * We can only move forward "830" frames from our 93 * Forward = +880 96 * We can only move forward "880" frames from our
|
/external/v8/test/mjsunit/harmony/ |
module-resolution.js | 69 // import A.* // invalid forward import 73 // import M.* // invalid forward import 126 //// export module C5 = { import C5.* } // invalid forward import 127 //// export module C6 = { import M3.C6.* } // invalid forward import
|
/external/valgrind/main/drd/ |
drd_cond.h | 33 /* Forward declarations. */
|
drd_hb.h | 33 /* Forward declarations. */
|
/frameworks/base/core/java/android/view/animation/ |
AnticipateInterpolator.java | 24 * An interpolator where the change starts backward then flings forward.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
iosfwd | 32 // ISO C++ 14882: 27.2 Forward declarations 41 #include <bits/stringfwd.h> // For string forward declarations. 116 * Because properly forward-declaring these classes can be difficult, you 119 * well as the typedefs. Trying to forward-declare the typedefs
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
inet_diag.h | 43 * All the commands identified by "code" are conditional jumps forward:
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
iosfwd | 32 // ISO C++ 14882: 27.2 Forward declarations 41 #include <bits/stringfwd.h> // For string forward declarations. 65 * Because properly forward-declaring these classes can be difficult, you 68 * well as the typedefs. Trying to forward-declare the typedefs
|
thread | 113 _Impl(_Callable&& __f) : _M_func(std::forward<_Callable>(__f)) 136 std::forward<_Callable>(__f), 137 std::forward<_Args>(__args)...))); 194 return make_shared<_Impl<_Callable>>(std::forward<_Callable>(__f));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
inet_diag.h | 43 * All the commands identified by "code" are conditional jumps forward:
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
inet_diag.h | 43 * All the commands identified by "code" are conditional jumps forward:
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
iosfwd | 32 // ISO C++ 14882: 27.2 Forward declarations 41 #include <bits/stringfwd.h> // For string forward declarations. 65 * Because properly forward-declaring these classes can be difficult, you 68 * well as the typedefs. Trying to forward-declare the typedefs
|
thread | 113 _Impl(_Callable&& __f) : _M_func(std::forward<_Callable>(__f)) 136 std::forward<_Callable>(__f), 137 std::forward<_Args>(__args)...))); 194 return make_shared<_Impl<_Callable>>(std::forward<_Callable>(__f));
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
iosfwd | 32 // ISO C++ 14882: 27.2 Forward declarations 41 #include <bits/stringfwd.h> // For string forward declarations. 116 * Because properly forward-declaring these classes can be difficult, you 119 * well as the typedefs. Trying to forward-declare the typedefs
|
Completed in 508 milliseconds
<<11121314151617181920>>