Searched defs:no (Results 1 - 25 of 52) sorted by relevance

123

/external/strace/tests/
H A Dsigaction.c6 static void handle_signal(int no) argument
8 _exit(128 + no);
/external/chromium_org/third_party/skia/src/utils/
H A DSkEventTracer.cpp29 static uint8_t no = 0; variable
30 return &no;
/external/skia/src/utils/
H A DSkEventTracer.cpp29 static uint8_t no = 0; variable
30 return &no;
/external/clang/test/Sema/
H A Doutof-range-constant-compare.c48 if (a == 0x12345678L) // no warning
131 if (fl == 0x0000000000000000L) // no warning
135 if (dl == 0x0000000000000000L) // no warning
140 no, enumerator in enum:E
H A DMicrosoftExtensions.c53 var.bad1; // expected-error {{no member named 'bad1' in 'struct test'}}
54 var.bad2; // expected-error {{no member named 'bad2' in 'struct test'}}
103 enum DE1 no; // no warning because E1 is not deprecated local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.h71 unsigned no; member in struct:lp_setup_variant
H A Dlp_state_fs.h104 unsigned no; member in struct:lp_fragment_shader_variant
121 unsigned no; member in struct:lp_fragment_shader
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.h71 unsigned no; member in struct:lp_setup_variant
H A Dlp_state_fs.h104 unsigned no; member in struct:lp_fragment_shader_variant
121 unsigned no; member in struct:lp_fragment_shader
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_debug_memory.c56 unsigned long no; member in struct:debug_memory_header
124 hdr->no = last_no++;
232 new_hdr->no = old_hdr->no;
290 if((start_no <= hdr->no && hdr->no < last_no) ||
291 (last_no < start_no && (hdr->no < last_no || start_no <= hdr->no))) {
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_memory.c56 unsigned long no; member in struct:debug_memory_header
124 hdr->no = last_no++;
232 new_hdr->no = old_hdr->no;
290 if((start_no <= hdr->no && hdr->no < last_no) ||
291 (last_no < start_no && (hdr->no < last_no || start_no <= hdr->no))) {
/external/qemu/audio/
H A Dnoaudio.c43 NoVoiceOut *no = (NoVoiceOut *) hw; local
50 ticks = now - no->old_ticks;
55 no->old_ticks = now;
99 NoVoiceIn *no = (NoVoiceIn *) hw; local
106 int64_t ticks = now - no->old_ticks;
110 no->old_ticks = now;
/external/deqp/framework/common/
H A DtcuFloatFormat.cpp38 Interval chooseInterval(YesNoMaybe choice, const Interval& no, const Interval& yes) argument
42 case NO: return no;
44 case MAYBE: return no | yes;
/external/fsck_msdos/
H A Dfat.c119 * Now check the actual clean flag (and the no-error flag).
169 _readfat(int fs, struct bootblock *boot, int no, u_char **buffer) argument
182 off = boot->ResSectors + no * boot->FATsecs;
207 readfat(int fs, struct bootblock *boot, int no, struct fatEntry **fp) argument
216 if (!_readfat(fs, boot, no, &buffer))
292 ret |= checkclnum(boot, no, cl, &fat[cl].next);
298 ret |= checkclnum(boot, no, cl, &fat[cl].next);
304 ret |= checkclnum(boot, no, cl, &fat[cl].next);
309 ret |= checkclnum(boot, no, cl, &fat[cl].next);
/external/libcxxabi/src/
H A Dprivate_typeinfo.h70 no enumerator in enum:__cxxabiv1::__anon22831
95 // when there is no dst_type along the path
108 // is_dst_type_derived_from_static_type is either unknown, yes or no.
122 // Has no base class
/external/srec/srec/ca/
H A Dsyn_srec.c333 int CA_CheckTranscription(CA_Syntax *hSyntax, const char *transcription, int no) argument
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadstabs.c121 Int no; /* current line */ member in struct:__anon31640
274 addr, line.no + line.ovf * LINENO_OVERFLOW, i);
281 line.no = 0;
298 addr, line.no + line.ovf * LINENO_OVERFLOW, i);
302 line.prev = line.no;
303 line.no = (Int)((UShort)st->n_desc);
305 if (line.prev > line.no + OVERFLOW_DIFFERENCE && file.same) {
308 line.prev, line.no, file.name);
321 func.line = line.no;
357 addr, line.no
[all...]
/external/bison/src/
H A Dgetargs.c96 * If VALUE != 0 then KEY sets flags and no-KEY clears them.
97 * If VALUE == 0 then KEY clears all flags from \c all and no-KEY sets all
98 * flags from \c all. Thus no-none = all and no-all = none.
110 int no = strncmp (args, "no-", 3) == 0 ? 3 : 0; local
111 int value = XARGMATCH (option, args + no, keys, values);
114 if (no)
121 if (no)
188 "none - no trace
[all...]
/external/iproute2/include/linux/
H A Dinet_diag.h55 * to offset cc+"yes" or to offset cc+"no". "yes" is supposed to be
62 unsigned short no; member in struct:inet_diag_bc_op
/external/kernel-headers/original/uapi/linux/
H A Dinet_diag.h55 * to offset cc+"yes" or to offset cc+"no". "yes" is supposed to be
62 unsigned short no; member in struct:inet_diag_bc_op
/external/ppp/pppd/
H A Dccp.c251 #define RREQ_REPEAT 2 /* send another reset-req if no reset-ack */
623 error("MPPE required, but kernel has no support.");
903 ccp_options no; /* options we've seen already */ local
906 memset(&no, 0, sizeof(no));
912 no.mppe = 1;
935 no.deflate = 1;
958 no.bsd_compress = 1;
972 * Predictor-1 and 2 have no options, so they can't be Naked.
1177 error("MPPE required, but kernel has no suppor
[all...]
H A Dipv6cp.c339 * If comma first character, then no local identifier
359 * If comma last character, the no remote identifier
683 ipv6cp_options no; /* options we've seen Naks for */ local
686 BZERO(&no, sizeof(no));
702 no.neg = 1; \
714 no.neg = 1; \
767 if (go->neg_vj || no.neg_vj ||
770 no.neg_vj = 1;
773 if (go->neg_ifaceid || no
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/comp/
H A Dc_zlib.c36 static void* zlib_zalloc(void* opaque, unsigned int no, unsigned int size) argument
40 p=OPENSSL_malloc(no*size);
42 memset(p, 0, no*size);
671 /* If no data written or already flush show success */
/external/clang/test/SemaCXX/
H A Denum-scoped.cpp108 enum class scoped_enum { yes, no, maybe }; member in class:E1::E2::Redeclare5::scoped_enum
110 if (e == scoped_enum::no) { }
295 struct E::S {}; // expected-error {{no struct named 'S'}}
297 enum E::E {}; // expected-error {{no enum named 'E'}}
299 using E::f; // expected-error {{no member named 'f'}}
/external/openssl/crypto/comp/
H A Dc_zlib.c36 static void* zlib_zalloc(void* opaque, unsigned int no, unsigned int size) argument
40 p=OPENSSL_malloc(no*size);
42 memset(p, 0, no*size);
671 /* If no data written or already flush show success */

Completed in 3436 milliseconds

123