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

<<1112131415161718

  /ndk/sources/host-tools/make-3.81/
main.c 2668 unsigned int words; local
    [all...]
  /external/libunwind/doc/
unw_create_addr_space.tex 143 target. In other words, it is the responsibility of the call-back
162 of the byte-order of the target. In other words, it is the
182 target. In other words, it is the responsibility of the call-back
  /external/icu/icu4c/source/common/
unistr.cpp 347 int32_t words = (int32_t)(((sizeof(int32_t) + (capacity + 1) * U_SIZEOF_UCHAR + 15) & ~15) >> 2); local
348 int32_t *array = (int32_t*) uprv_malloc( sizeof(int32_t) * words );
355 fUnion.fFields.fCapacity = (int32_t)((words - 1) * (sizeof(int32_t) / U_SIZEOF_UCHAR));
    [all...]
  /build/core/
envsetup.mk 138 ifneq ($(build_variant)-$(words $(TARGET_BUILD_VARIANT)),-1)
167 ifneq ($(words $(board_config_mk)),1)
  /external/boringssl/src/include/openssl/
bn.h 310 /* bn_wexpand ensures that |bn| has at least |words| works of space without
313 OPENSSL_EXPORT BIGNUM *bn_wexpand(BIGNUM *bn, unsigned words);
    [all...]
  /external/compiler-rt/
Makefile 158 $(if $(call streq,1,$(words $(Tmp.ArchsToBuild))), \
  /external/doclava/src/com/google/doclava/
Doclava.java 462 String[] words = line.split("\\s+", 2); local
463 if (words.length == 2) {
464 if (words[1].charAt(0) != '#') {
471 knownTags.add(words[0]);
    [all...]
  /external/libpcap/msdos/
ndis2.h 455 WORD words[3]; member in union:_HardwareAddress
  /external/libvpx/libvpx/vp8/common/x86/
idctllm_sse2.asm 380 ; load up 2 dc words here == 2*16 = doubleword
399 ; Predict buffer needs to be expanded from bytes to words
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmscgats.c 2232 int words = 1, space = 0, quot = 0; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
idctllm_sse2.asm 380 ; load up 2 dc words here == 2*16 = doubleword
399 ; Predict buffer needs to be expanded from bytes to words
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ssl.py 750 words = path.split('/')
751 words = filter(None, words)
753 for word in words:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ssl.py 750 words = path.split('/')
751 words = filter(None, words)
753 for word in words:
    [all...]
  /external/bison/lib/
ebitset.c 49 /* Number of words to use for each element. */
61 bitset_word words[EBITSET_ELT_WORDS]; /* Bits that are set. */ member in union:ebitset_elt_struct::__anon4668
95 #define EBITSET_WORDS(ELT) ((ELT)->u.words)
  /external/guava/guava-tests/test/com/google/common/base/
SplitterTest.java 374 Iterable<String> words = Splitter.on(Pattern.compile("\\b")).split(string); local
375 ASSERT.that(words).iteratesOverSequence("foo", "<", "bar", ">", "bletch");
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc 307 int words = MiscField::decode(instr->opcode()); local
308 __ Claim(words);
  /prebuilts/tools/common/m2/repository/xslthl/xslthl/2.0.1/
xslthl-2.0.1.jar 
  /dalvik/docs/
prettify.js 96 function wordSet(words) {
97 words = words.split(/ /g);
99 for (var i = words.length; --i >= 0;) {
100 var w = words[i];
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py     [all...]
  /external/libvpx/libvpx/build/make/
Makefile 232 $(call pairmap,$(1),$(wordlist 3,$(words $(2)),$(2)))\
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state_validate.c 370 nv50_state_validate(struct nv50_context *nv50, uint32_t mask, unsigned words)
  /external/v8/third_party/fdlibm/
fdlibm.js 384 // other words,
547 // by 2**-61. In other words,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Makefile 213 $(call pairmap,$(1),$(wordlist 3,$(words $(2)),$(2)))\
  /ndk/build/core/
init.mk 69 ifneq ($(words $(NDK_ROOT)),1)
571 $(if $(filter-out 1,$(words $(NDK_ABI.$(_abi).arch))),\

Completed in 1420 milliseconds

<<1112131415161718