HomeSort by relevance Sort by last modified time
    Searched full:used (Results 401 - 425 of 64207) sorted by null

<<11121314151617181920>>

  /external/clang/test/Parser/
check_cast.c 10 xxx = (struct foo)1; // expected-error {{used type 'struct foo' where arithmetic or pointer type is required}}
  /external/clang/test/Preprocessor/
non_fragile_feature.m 7 #error Non-fragile ABI used for compilation but feature macro not set.
non_fragile_feature1.m 7 #error Non-fragile ABI not used for compilation but feature macro set.
warn-macro-unused.c 5 #define unused // expected-warning {{macro is not used}}
  /external/clang/test/Sema/
MicrosoftCompatibility.cpp 10 char * cls::* __uptr wrong2 = &cls::m; // expected-error {{'__uptr' attribute cannot be used with pointers to members}}
uninit-variables-vectors.c 10 x = _mm_xor_ps(x,x); // expected-warning {{variable 'x' is uninitialized when used here}}
11 y = _mm_xor_ps(y,y); // expected-warning {{variable 'y' is uninitialized when used here}}
12 z = _mm_xor_ps(z,z); // expected-warning {{variable 'z' is uninitialized when used here}}
13 w = _mm_xor_ps(w,w); // expected-warning {{variable 'w' is uninitialized when used here}}
  /external/clang/test/SemaCXX/
attr-unused.cpp 8 ns_unused::Int_unused i0; // expected-warning {{'Int_unused' was marked unused but was used}}
  /external/clang/test/SemaObjC/
forward-class-receiver.m 4 + new; // expected-note {{method 'new' is used for the forward class}}
  /external/dropbear/libtommath/
bn_mp_or.c 24 if (a->used > b->used) {
28 px = b->used;
34 px = a->used;
bn_mp_reduce_is_2k.c 18 /* determines if mp_reduce_2k can be used */
24 if (a->used == 0) {
26 } else if (a->used == 1) {
28 } else if (a->used > 1) {
bn_mp_shrink.c 22 if (a->alloc != a->used && a->used > 0) {
23 if ((tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * a->used)) == NULL) {
27 a->alloc = a->used;
bn_mp_sqr.c 26 if (a->used >= TOOM_SQR_CUTOFF) {
32 if (a->used >= KARATSUBA_SQR_CUTOFF) {
39 if ((a->used * 2 + 1) < MP_WARRAY &&
40 a->used <
bn_mp_xor.c 25 if (a->used > b->used) {
29 px = b->used;
35 px = a->used;
  /external/e2fsprogs/lib/uuid/
configure.in 2 dnl Not used now, for the future when uuid is separated out into its
  /external/freetype/include/freetype/internal/services/
svsfnt.h 10 /* This file is part of the FreeType project, and may only be used, */
37 * Used to implement FT_Load_Sfnt_Table().
47 * Used to implement FT_Get_Sfnt_Table().
55 * Used to implement FT_Sfnt_Table_Info().
  /external/iproute2/etc/iproute2/
rt_protos 20 # Used by me for gated
  /external/iptables/extensions/
libxt_SECMARK.man 1 This is used to set the security mark value associated with the
  /external/iptables/include/linux/netfilter/
xt_LED.h 11 /* Kernel data used in the module */
xt_connlimit.h 28 /* Used internally by the kernel */
xt_quota2.h 21 /* Used internally by the kernel */
xt_string.h 30 /* Used internally by the kernel */
  /external/iptables/include/linux/netfilter_ipv4/
ipt_CLUSTERIP.h 30 /* Used internally by the kernel */
  /external/jmonkeyengine/engine/src/core/checkers/quals/
package-info.java 2 * Contains the basic annotations to be used by all type systems
  /external/jsr305/ri/src/main/java/javax/annotation/
WillClose.java 10 * Used to annotate a method parameter to indicate that this method will close
WillCloseWhenClosed.java 10 * Used to annotate a constructor/factory parameter to indicate that returned

Completed in 989 milliseconds

<<11121314151617181920>>