HomeSort by relevance Sort by last modified time
    Searched refs:how (Results 1 - 25 of 326) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/zlib/src/contrib/blast/
blast.h 34 typedef unsigned (*blast_in)(void *how, unsigned char **buf);
35 typedef int (*blast_out)(void *how, unsigned char *buf, unsigned len);
48 * The input function is invoked: len = infun(how, &buf), where buf is set by
54 * The output function is invoked: err = outfun(how, buf, len), where the bytes
blast.c 408 /* Example of how to use blast() */
414 local unsigned inf(void *how, unsigned char **buf)
419 return fread(hold, 1, CHUNK, (FILE *)how);
422 local int outf(void *how, unsigned char *buf, unsigned len)
424 return fwrite(buf, 1, len, (FILE *)how) != len;
  /external/valgrind/main/include/
pub_tool_libcsignal.h 40 extern Int VG_(sigprocmask) ( Int how, const vki_sigset_t* set,
  /bionic/libc/bionic/
pthread_sigmask.cpp 38 int pthread_sigmask(int how, const sigset_t* iset, sigset_t* oset) {
43 // be to ignore 'how' and return the current signal set into 'oset').
52 if (__rt_sigprocmask(how, in_set_ptr, &out_set, sizeof(out_set)) == -1) {
  /external/clang/test/SemaCXX/
switch.cpp 46 template <En how> void foo() {
49 switch (how) { //expected-warning {{no case matching constant switch condition '2'}}
  /external/chromium/third_party/libevent/test/
regress.rpc 17 string how = 1;
  /external/icu4c/samples/
readme.txt 7 break - demonstrates how to use BreakIterators in C and C++.
11 case - demonstrates how to do Unicode case conversion in C and C++.
29 strsrch - demonstrates how to search for patterns in Unicode text using the usearch interface.
33 uciter8.c - demonstrates how to leniently read 8-bit Unicode text.
60 * How do I build the samples?
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
PERF.awk 32 how = how ? how : "sending"; # what is the operation
53 else if (gsub("^how=", "",arg)) { how = arg }
93 print "how = ", how
115 # how and what has to match
117 $13 == how && $14 == what && (!from || ($15 == from)) && (!to || ($16 == to)) &&
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
fastfile.h 21 extern BOOL FastFileSeek( HFASTFILE pfe, int off, int how );
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
FASTFILE.H 21 extern BOOL FastFileSeek( HFASTFILE pfe, int off, int how );
  /system/core/sh/
miscbltin.c 344 how = SOFT | HARD; local
354 how = HARD;
357 how = SOFT;
396 if (how & SOFT)
398 else if (how & HARD)
419 if (how & HARD)
421 if (how & SOFT)
426 if (how & SOFT)
428 else if (how & HARD)
  /external/libppp/src/
systems.c 287 /* Values for ``how'' in ReadSystem */
317 struct prompt *prompt, struct datalink *cx, int how)
359 n = ReadSystem(bundle, name, arg, prompt, cx, how);
378 if (how == SYSTEM_EXISTS) {
391 if (*cp != '!' && how == SYSTEM_EXEC)
401 if ((how != SYSTEM_EXEC && allowcmd) ||
402 (how == SYSTEM_EXEC && !allowcmd)) {
433 int def, how, rs; local
437 how = ID0realuid() == 0 ? SYSTEM_EXISTS : SYSTEM_VALIDATE;
442 rs = ReadSystem(NULL, "default", CONFFILE, prompt, NULL, how);
    [all...]
  /external/libvorbis/doc/
a2-encapsulation-rtp.tex 9 Audio''} for description of how to embed Vorbis audio in an RTP stream.
  /external/valgrind/main/none/tests/
shell.stderr.exp 5 Add more stringent tests in PRE(sys_execve), or work out how to recover.
  /external/openssh/openbsd-compat/
sigact.h 82 int sigprocmask (int how, sigset_t *mask, sigset_t *omask);
  /external/quake/quake/src/QW/
qwcl.spec.sh 32 After realizing how many people played Quake on the internet, and how many
qwsv.spec.sh 32 After realizing how many people played Quake on the internet, and how many
  /external/v8/src/
serialize.cc 794 #define CASE_STATEMENT(where, how, within, space_number) \
795 case where + how + within + space_number: \
797 ASSERT((how & ~kHowToCodeMask) == 0); \
801 #define CASE_BODY(where, how, within, space_number_if_any, offset_from_start) \
807 if (where == kNewObject && how == kPlain && within == kStartOfObject) {\
849 if (how == kFromCode) { \
    [all...]
  /external/bison/lib/
signal.in.h 134 (int how, const sigset_t *new_mask, sigset_t *old_mask));
136 (int how, const sigset_t *new_mask, sigset_t *old_mask));
140 (int how, const sigset_t *new_mask, sigset_t *old_mask));
143 (int how, const sigset_t *new_mask, sigset_t *old_mask));
  /external/webkit/LayoutTests/fast/url/script-tests/
mailto.js 19 // Not sure how to test null characters in JavaScript. They appear to get
  /external/zlib/src/
gzread.c 77 If this is the first time in, allocate required memory. state->how will be
138 state->how = GZIP;
161 state->how = COPY;
168 data. If the gzip stream completes, state->how is reset to LOOK to look for
213 state->how = LOOK;
221 file depending on state->how. If state->how is LOOK, then a gzip header is
223 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
231 switch(state->how) {
235 if (state->how == LOOK
    [all...]
  /external/valgrind/main/coregrind/
pub_core_signals.h 62 extern SysRes VG_(do_sys_sigprocmask) ( ThreadId tid, Int how,
  /dalvik/vm/mterp/armv5te/
OP_AGET_WIDE.S 21 @ May want to swap the order of these two branches depending on how the
OP_APUT_WIDE.S 22 @ May want to swap the order of these two branches depending on how the
  /development/ndk/samples/two-libs/jni/
Android.mk 16 # the purpose of this sample is to demonstrate how one can

Completed in 509 milliseconds

1 2 3 4 5 6 7 8 91011>>