HomeSort by relevance Sort by last modified time
    Searched refs:words (Results 276 - 300 of 443) sorted by null

<<1112131415161718

  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
OrderingTest.java     [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
OrderingTest.java     [all...]
  /external/iproute2/ip/
ipxfrm.c 75 int words = bits >> 0x05; local
79 if (words)
80 if (memcmp(a1, a2, words << 2))
87 w1 = a1[words];
88 w2 = a2[words];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/gcc-4.8.3/python/libstdcxx/v6/
printers.py 495 words = self.val['_M_w']
496 wtype = words.type
504 words = [words]
511 w = words[byte]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
printers.py 495 words = self.val['_M_w']
496 wtype = words.type
504 words = [words]
511 w = words[byte]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
printers.py 495 words = self.val['_M_w']
496 wtype = words.type
504 words = [words]
511 w = words[byte]
    [all...]
  /build/core/
definitions.mk 410 $(if $(1),$(call reverse-list,$(wordlist 2,$(words $(1)),$(1)))) $(firstword $(1))
674 ## Read the word out of a colon-separated list of words.
678 ## The individual words may not contain spaces.
773 $(eval ### Discard any words containing slashes, unless they end in .apk, \
783 $(eval ### Remove any remaining words that contain dots.)
787 $(eval ### Now we have a list of any words that could possibly refer to \
788 ### packages, although there may be words that do not. Only \
    [all...]
prebuilt_internal.mk 242 ifneq (1,$(words $(my_src_dir)))
base_rules.mk 98 ifneq ($(words $(LOCAL_MODULE_CLASS)),1)
325 # This makes a list of words like
462 ifneq ($(words $(LOCAL_INSTRUMENTATION_FOR)),1)
508 ifeq ($(filter 0 1,$(words $(filter --extra-packages,$(LOCAL_AAPT_FLAGS)))),)
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc 3827 list<string> words; local
3876 list<string> words; local
    [all...]
  /external/llvm/lib/Support/
APFloat.cpp     [all...]
  /external/bison/lib/
abitset.c 29 of words. Any unused bits in the last word must be zero. */
32 #define ABITSET_WORDS(X) ((X)->a.words)
789 size_t header_size = offsetof (union bitset_union, a.words);
bitset.h 57 bitset_word words[1]; /* The array of bits. */ member in struct:bitset_union::abitset_struct
  /external/libunwind/doc/
libunwind-setjmp.tex 30 \Func{setjmp}() routines is very fast. Typically, just 2 or 3 words
unw_resume.tex 49 value as the contents of the register. In other words, the exception
  /external/libvpx/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 153 ; expand to double words
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 158 ; expand to double words
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 153 ; expand to double words
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 153 ; expand to double words
  /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/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/e2fsprogs/lib/ext2fs/
crc32c.c 80 size_t words; local
89 * 'words' aligned 4 byte words followed by
94 words = (len - init_bytes) >> 2;
110 for (i = 0; i < words; i++) {
150 size_t words; local
161 words = (len - init_bytes) >> 2;
176 for (i = 0; i < words; i++) {
217 size_t words; local
228 words = (len - init_bytes) >> 3
297 size_t words; local
    [all...]
  /external/flac/libFLAC/
md5.c 139 static void byteSwap(FLAC__uint32 *buf, unsigned words)
146 } while (--words);
170 #define byteSwap(buf, words)

Completed in 5012 milliseconds

<<1112131415161718