HomeSort by relevance Sort by last modified time
    Searched refs:words (Results 626 - 650 of 1016) sorted by null

<<21222324252627282930>>

  /external/mksh/src/
funcs.c 298 XPtrV words; member in struct:__anon28824
317 /* print words as wide characters? */
454 XPinit(po.words, 16);
516 XPput(po.words, Xclose(xs, xp));
525 size_t w = XPsize(po.words);
528 XPput(po.words, NULL);
532 pr_list(&co, (char **)XPptrv(po.words));
534 afree(XPptrv(po.words)[w], ATEMP);
535 XPfree(po.words);
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
arith.go 30 // Elementary operations on words
  /prebuilts/go/darwin-x86/src/math/
exp.go 50 // other words,
log1p.go 43 // other words,
  /prebuilts/go/linux-x86/src/math/big/
arith.go 30 // Elementary operations on words
  /prebuilts/go/linux-x86/src/math/
exp.go 50 // other words,
log1p.go 43 // other words,
  /toolchain/binutils/binutils-2.25/gas/
configure.com 178 /* Define to 1 if your processor stores words with the most significant byte
  /toolchain/binutils/binutils-2.25/opcodes/
tic54x-dis.c 112 /* a few opcodes span two words */
159 size = insn->words;
163 size = insn->words + has_lkaddr (memdata, insn);
  /build/make/core/
droiddoc.mk 115 $(call dump-words-to-file, $(2), $(1))
  /device/google/contexthub/firmware/app/
app.mk 50 ifeq ($(words $(variant_conf)),1)
277 ifeq ($(words $(findstring $(MAKECMDGOALS), $(NOAUTODEPTARGETS))), 0)
  /external/bison/lib/
bitset.h 57 bitset_word words[1]; /* The array of bits. */ member in struct:bitset_union::abitset_struct
  /external/google-breakpad/src/testing/gtest/scripts/
upload.py 755 words = line.split()
756 if len(words) == 2 and words[0] == "URL:":
757 url = words[1]
    [all...]
  /external/google-breakpad/src/testing/scripts/
upload.py 755 words = line.split()
756 if len(words) == 2 and words[0] == "URL:":
757 url = words[1]
    [all...]
  /external/googletest/googlemock/scripts/
upload.py 755 words = line.split()
756 if len(words) == 2 and words[0] == "URL:":
757 url = words[1]
    [all...]
  /external/googletest/googletest/scripts/
upload.py 755 words = line.split()
756 if len(words) == 2 and words[0] == "URL:":
757 url = words[1]
    [all...]
  /external/libvorbis/doc/
02-bitpacking.tex 16 bitstream into an actual representation in fixed-width words.
19 \subsubsection{octets, bytes and words}
52 Words are native groupings of multiple bytes. Several byte orderings
05-comment.tex 17 text note that need not only be a couple words, but isn't going to be
18 more than a short paragraph. The essentials, in other words, whatever
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_context.h 381 unsigned offset, unsigned words, const uint32_t *data);
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
TclUtil.py 20 """TclLexer - Lex a string into "words", following the Tcl syntax."""
  /external/v8/testing/gmock/scripts/
upload.py 755 words = line.split()
756 if len(words) == 2 and words[0] == "URL:":
757 url = words[1]
    [all...]
  /external/v8/testing/gtest/scripts/
upload.py 755 words = line.split()
756 if len(words) == 2 and words[0] == "URL:":
757 url = words[1]
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-crx.c 38 /* Maximum size of a single instruction (in words). */
1202 /* Divide the constant between two consecutive words :
1887 unsigned short words[4]; local
    [all...]
  /external/flac/libFLAC/
md5.c 139 static void byteSwap(FLAC__uint32 *buf, unsigned words)
146 } while (--words);
170 #define byteSwap(buf, words)
  /packages/services/Car/tools/bootanalyze/
bootanalyze.py 526 words = line.split()
527 if len(words) > 1:
528 pid = int(words[1])

Completed in 558 milliseconds

<<21222324252627282930>>