Searched refs:a2 (Results 1 – 13 of 13) sorted by relevance
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
D | misc.c | 34 int _cdecl compare(const void *a1, const void *a2) in compare() argument 36 return _stricoll(*((char**)a1),*((char**)a2)); in compare()
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | execute.c | 999 if (!cmd->a2) 1008 if (!cmd->a2) 1017 switch (cmd->a2->addr_type) 1024 if (input->line_number >= cmd->a2->addr_number) 1028 cmd->a2->addr_number = input->line_number + cmd->a2->addr_step; 1031 cmd->a2->addr_number = input->line_number + cmd->a2->addr_step 1032 - (input->line_number%cmd->a2->addr_step); 1042 if (cmd->a2->addr_type == ADDR_IS_NUM) 1048 if (input->line_number >= cmd->a2->addr_number) 1051 return (input->line_number <= cmd->a2->addr_number); [all …]
|
D | compile.c | 441 cmd->a2 = NULL; 1077 cur_cmd->a2 = MEMDUP(&a, 1, struct addr); 1083 && ((!cur_cmd->a2 || cur_cmd->a2->addr_type != ADDR_IS_REGEX) 1106 if (cur_cmd->a2) 1208 if (cur_cmd->a2)
|
D | sed.h | 148 struct addr *a2; member
|
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/ |
D | general3 | 12 .PHONY: all a1 a2 a3 a4 13 all: a1 a2 a3 a4 16 a2:
|
/ndk/sources/host-tools/make-3.81/ |
D | misc.c | 47 # define va_alist a1, a2, a3, a4, a5, a6, a7, a8 48 # define va_dcl char *a1, *a2, *a3, *a4, *a5, *a6, *a7, *a8;
|
D | ChangeLog | 1101 segfault in cases like "make 'a1=$(shell :)' 'a2:=$(a1)'".
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _pthread_alloc.h | 206 const pthread_allocator<_T2>& a2)
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | ChangeLog | 1597 anticipation of new features. Changed type of `a2' member 1655 member a2 to reflect new pointer status; add new support for 1656 a2->addr_type addr_is_step and addr_is_step_mod cases. 1707 the a2 member a pointer-to-addr instead of an addr. 1738 adjusted to new cur_cmd->a2 pointer status; added addr_is_num2 1739 detection; deleted pointless "a2->addr_number < a1.addr_number" 2968 normalize numeric addresses (make a2.addr_number > a1.addr_number). 2970 but sed does not try to match a2 until after a1 has matched, 2971 yet a1,a2 where a2 <= a1 is defined to be equivelent to
|
D | configure | 20084 int16_t a2 = INT16_MAX;
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | stdint.m4 | 79 int16_t a2 = INT16_MAX;
|
/ndk/build/gmsl/ |
D | gmsl-tests | 147 $(call test_assert,$(call pairmap,addsuffix,2 1 3,a b c),a2 b1 c3)
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 8137 \gdef^^a2{\missingcharmsg{CENT SIGN}} 8259 \gdef^^a2{\u{}}
|