Home
last modified time | relevance | path

Searched refs:words (Results 1 – 25 of 32) sorted by relevance

12

/ndk/sources/android/support/src/msun/
Ds_nan.c67 _scan_nan(uint32_t *words, int num_words, const char *s) argument
72 bzero(words, num_words * sizeof(uint32_t));
90 words[bitpos / 32] |= digittoint(s[si]) << (bitpos % 32);
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dword3 Test the word, words, wordlist, firstword, and lastword functions.\n";
6 Produce a variable with a large number of words in it,
7 determine the number of words, and then read each one back.\n";
16 @echo $(words $(string))
17 @echo $(words $(string4))
155 a := $(word $(words $(list)),$(list))
Dcall40 rest = $(wordlist 2,$(words ${1}),${1})
/ndk/build/core/
Ddefinitions-tests.mk98 $(eval _test_count := $$(words $$(_test_list)))\
99 $(eval _test_fail_count := $$(words $$(_test_failures)))\
Dsetup-imports.mk24 ifneq ($(words $(NDK_MODULE_PATH)),1)
Dbuild-local.mk34 ifneq ($(words $(NDK_ROOT)),1)
168 ifneq ($(words $(NDK_PROJECT_PATH)),1)
232 ifneq ($(words $(DUMP_VAR)),1)
Dsetup-app.mk92 ifeq (1,$(words $(filter-out $(NDK_KNOWN_ARCHS),$(NDK_FOUND_ARCHS))))
107 ifeq (1,$(words $(_unknown_abis_prefix)))
Dadd-toolchain.mk39 ifeq (1,$(words $(filter-out $(NDK_KNOWN_ARCHS),$(NDK_FOUND_ARCHS))))
Dprebuilt-library.mk27 ifneq ($(words $(LOCAL_SRC_FILES)),1)
Dinit.mk69 ifneq ($(words $(NDK_ROOT)),1)
571 $(if $(filter-out 1,$(words $(NDK_ABI.$(_abi).arch))),\
Ddefinitions.mk578 $(if $(filter 1,$(words $(__fieldval))),\
955 $(if $(call seq,$(words $(LOCAL_MODULE)),1),,\
969 $(if $(call seq,$(words $(LOCAL_MODULE_FILENAME)),1),,\
996 ifneq (1,$$(words $$(LOCAL_MODULE_FILENAME)))
1004 ifneq (1,$$(words $$(subst /, ,$$(LOCAL_MODULE_FILENAME))))
1855 $(if $(call seq,$(words $(__import_tag)),1),,\
/ndk/sources/host-tools/make-3.81/
Dfunction.c676 char *words = argv[0]; /* Use a temp variable for find_next_token */ in func_firstword() local
677 char *p = find_next_token (&words, &i); in func_firstword()
689 char *words = argv[0]; /* Use a temp variable for find_next_token */ in func_lastword() local
693 while ((t = find_next_token (&words, &i))) in func_lastword()
934 int words = 0; in func_filter_filterout() local
980 words++; in func_filter_filterout()
985 hashing = (literals >= 2 && (literals * words) >= 10); in func_filter_filterout()
988 hash_init (&a_word_table, words, a_word_hash_1, a_word_hash_2, a_word_hash_cmp); in func_filter_filterout()
997 if (words) in func_filter_filterout()
1133 char **words = 0; in func_sort() local
[all …]
Dansi2knr.c504 { static char *words[] = local
511 char **key = words;
Dmain.c2668 unsigned int words; in define_makeflags() local
2789 words = 1; in define_makeflags()
2819 ++words; in define_makeflags()
2826 ++words; in define_makeflags()
2890 words = 0; in define_makeflags()
/ndk/
DGNUmakefile31 ifneq ($(words $(NDK_ROOT)),1)
/ndk/build/gmsl/
D__gmsl193 last = $(__gmsl_tr1)$(if $1,$(word $(words $1),$1))
201 rest = $(__gmsl_tr1)$(wordlist 2,$(words $1),$1)
208 chop = $(__gmsl_tr1)$(wordlist 2,$(words $1),x $1)
235 leq = $(__gmsl_tr2)$(strip $(if $(call seq,$(words $1),$(words $2)), \
275 length = $(__gmsl_tr1)$(words $1)
319 $(if $(call seq,1,$(words $2)), \
384 …l __temp := $$(subst $$a,x,$(__temp))))$(eval __temp := $(subst x,x ,$(__temp)))$(words $(__temp)))
505 int_decode = $(__gmsl_tr1)$(words $1)
639 $(filter-out $(words $2), \
640 $(words $(call int_max,$1,$2))))
[all …]
Dgmsl70 __gmsl_root := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))
74 ifeq (1,$(words $(__gmsl_root)))
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/
Dprinters.py122 words = self.val['_M_w']
127 if words.type.code == gdb.TYPE_CODE_ARRAY:
128 word_size = words.type.target ().sizeof
129 n_words = words.type.sizeof / word_size
131 word_size = words.type.sizeof
133 words = [words]
138 w = words[word]
/ndk/sources/cxx-stl/stlport/stlport/
Dbitset26 // A bitset of size N, using words of type _WordT, will have
32 // base class _Base_bitset. The base class works with whole words, not with
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__bit_reference181 // do middle whole words
217 // do middle whole words
266 // do middle whole words
297 // do middle whole words
338 // do middle whole words
368 // do middle whole words
435 // do middle words
498 // do middle words
574 // do middle words
643 // do middle words
[all …]
Dbitset297 // do middle whole words
380 // do middle whole words
400 // do middle whole words
/ndk/sources/host-tools/make-3.81/doc/
Dfdl.texi80 be at most 5 words, and a Back-Cover Text may be at most 25 words.
156 the full title with all words of the title equally prominent and
286 You may add a passage of up to five words as a Front-Cover Text, and a
287 passage of up to 25 words as a Back-Cover Text, to the end of the list
Dmake.info-2401 words, no further chaining is allowed beyond a terminal rule.
2190 Replace words matching PATTERN with REPLACEMENT in TEXT.
2205 Select words in TEXT that match one of the PATTERN words.
2210 Select words in TEXT that _do not_ match any of the PATTERN words.
2215 Sort the words in LIST lexicographically, removing duplicates.
2224 `$(words TEXT)'
2225 Count the number of words in TEXT.
2230 Returns the list of words in TEXT from S to E.
2270 Join two parallel lists of words.
2914 Front-Cover Text may be at most 5 words, and a Back-Cover Text may
[all …]
Dmake.texi1255 @code{words} functions used above. @xref{Flavors, The Two Flavors of
2807 in other words, if a prerequisite has changed since the last time you
4581 does not already begin with one. Then it chops the value into words
4582 separated by blanks, and parses these words as if they were options given
6295 Finds whitespace-separated words in @var{text} that match
6321 Whitespace between words is folded into single space characters;
6435 @cindex filtering words
6436 @cindex words, filtering
6438 Returns all whitespace-separated words in @var{text} that @emph{do} match
6439 any of the @var{pattern} words, removing any words that @emph{do not}
[all …]
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc1789 static std::string FormatWordList(const std::vector<std::string>& words) { in FormatWordList() argument
1791 for (size_t i = 0; i < words.size(); ++i) { in FormatWordList()
1792 if (i > 0 && words.size() > 2) { in FormatWordList()
1795 if (i == words.size() - 1) { in FormatWordList()
1798 word_list << "'" << words[i] << "'"; in FormatWordList()

12