Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 25 of 78) sorted by relevance

1234

/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dmult_rules13 on the make command line as extradeps=extra.h which adds yet
45 "extradeps=extra.h",
50 $answer = "$make_name: *** No rule to make target `extra.h', needed by `foo.o'. Stop.\n";
58 &touch("extra.h");
61 "extradeps=extra.h",
70 unlink("defs.h","test.h","config.h","extra.h");
Dinclude7 Test extra whitespace at the end of the include, multiple -includes and
/ndk/sources/host-tools/sed-4.2.1/lib/
Dobstack.c163 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)) in _obstack_begin() local
166 size = 4096 - extra; in _obstack_begin()
210 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)) in _obstack_begin_1() local
213 size = 4096 - extra; in _obstack_begin_1()
Dregcomp.c40 void *extra);
43 void *extra);
44 static reg_errcode_t optimize_subexps (void *extra, bin_tree_t *node);
45 static reg_errcode_t lower_subexps (void *extra, bin_tree_t *node);
48 static reg_errcode_t calc_first (void *extra, bin_tree_t *node);
49 static reg_errcode_t calc_next (void *extra, bin_tree_t *node);
50 static reg_errcode_t link_nfa_nodes (void *extra, bin_tree_t *node);
113 const unsigned char *extra,
123 static reg_errcode_t free_tree (void *extra, bin_tree_t *node);
124 static reg_errcode_t mark_opt_subexp (void *extra, bin_tree_t *node);
[all …]
Dmemchr.valgrind2 # POSIX states that when the character is found, memchr must not read extra
Dregex_internal.h834 const unsigned char *p, *extra; in internal_function() local
843 extra = (const unsigned char *) in internal_function()
Dregexec.c3894 const unsigned char *weights, *extra; in check_node_accept_bytes() local
3902 extra = (const unsigned char *) in check_node_accept_bytes()
3906 const unsigned char *coll_sym = extra + cset->coll_syms[i]; in check_node_accept_bytes()
3950 extra = (const unsigned char *) in check_node_accept_bytes()
4032 const unsigned char *extra = (const unsigned char *) in find_collation_sequence_value() local
4035 _NL_CURRENT (LC_COLLATE, _NL_COLLATE_SYMB_EXTRAMB + 1) - extra; in find_collation_sequence_value()
4043 idx = idx + extra[idx] + 1; in find_collation_sequence_value()
4044 elem_mbs_len = extra[idx++]; in find_collation_sequence_value()
4048 if (extra[idx + mbs_cnt] != mbs[mbs_cnt]) in find_collation_sequence_value()
4061 idx = idx + sizeof (uint32_t) * (extra[idx] + 1); in find_collation_sequence_value()
[all …]
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4308 dnl - extra AH_TEMPLATE calls, so that autoheader knows what to put into
310 dnl - extra AC_SUBST calls, so that the right substitutions are made.
346 dnl - extra AH_TEMPLATE calls, so that autoheader knows what to put into
348 dnl - extra AC_SUBST calls, so that the right substitutions are made.
379 dnl - extra AH_TEMPLATE calls, so that autoheader knows what to put into
381 dnl - extra AC_SUBST calls, so that the right substitutions are made.
Dstdio_h.m411 dnl No need to create extra modules for these functions. Everyone who uses
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
DSHELL22 # all when $(SHELL) is perl :-/. So, we just add an extra initial /./ which
/ndk/sources/host-tools/sed-4.2.1/
Dbootstrap.sh56 bug if you need extra "#define"s in here. */
Dbootstrap.sh.in56 bug if you need extra "#define"s in here. */
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dmac-mf.sed140 # Include from the extra-include dir.
141 # /^INCLUDES = /s/^INCLUDES = /INCLUDES = -i "{srcroot}"extra-include /
Duniq.good219 bmtable = extra->data.bmtable;
325 const pcre_extra *extra;
364 else if ((extra->options & PCRE_STUDY_BM) != 0)
415 if (!startline && extra != NULL)
419 if ((extra->options & PCRE_STUDY_MAPPED) != 0)
717 pcre_exec (re, extra, subject, length, start_offset, options, offsets, offsetcount)
787 start_bits = extra->data.start_bits;
Duniq.inp624 bmtable = extra->data.bmtable;
835 const pcre_extra *extra;
973 else if ((extra->options & PCRE_STUDY_BM) != 0)
1076 if (!startline && extra != NULL)
1081 if ((extra->options & PCRE_STUDY_MAPPED) != 0)
1490 pcre_exec (re, extra, subject, length, start_offset, options, offsets, offsetcount)
1675 start_bits = extra->data.start_bits;
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindLevel1-gcc-ext.c160 bases->tbase = (uintptr_t)info.extra; in _Unwind_Find_FDE()
DUnwindCursor.hpp861 _info.extra = (unw_word_t) sects.dso_base; in getInfoFromDwarfSection()
1132 _info.extra = sects.dso_base; in getInfoFromCompactEncodingSection()
1223 _info.extra = 0; in setInfoBasedOnIPRegister()
1251 _info.extra = 0; in setInfoBasedOnIPRegister()
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Deval34 # Test to make sure defining variables when we have extra scope pushed works
/ndk/sources/host-tools/make-3.81/
DREADME.Amiga6 This is a pure Amiga port of GNU make. It needs no extra libraries or
DSMakefile71 # If your system needs extra libraries loaded in, define them here.
77 # Any extra object files your system needs.
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dlibunwind.h90 unw_word_t extra; /* mach_header of mach-o image containing func */ member
/ndk/build/tools/
Dbuild-device-llvm.sh219 --with-extra-options="$CFLAGS" \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
Dlit.cfg262 # Configure extra compiler flags.
270 # Configure extra linker parameters.
/ndk/sources/host-tools/sed-4.2.1/po/
Dnl.po42 msgid "extra characters after command"
43 msgstr "extra tekens na opdracht"
Dpt.po40 msgid "extra characters after command"
41 msgstr "caracteres extra após comando"

1234