| /src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/ |
| protocol_version.pm | 105 foreach my $s_max ($s_max_min..$#max_protocols) { 107 expected_result($c_min, $c_max, $s_min, $s_max, 118 "MaxProtocol" => $max_protocols[$s_max], 335 my ($c_min, $c_max, $s_min, $s_max, $min_enabled, $max_enabled, 342 $s_max = $s_max == scalar @$protocols ? $s_max - 1 : $s_max; 349 $s_max = min $s_max, $max_enabled [all...] |
| /src/lib/libc/regex/ |
| regsub.c | 44 size_t s_max; member in struct:str 56 if (s->s_max - s->s_len > len) 62 s->s_max += len + REINCR; 64 v = realloc(s->s_ptr, s->s_max); 81 s->s_ptr[s->s_max - 1] = c; 96 s->s_max = len; 143 if (s.s_len >= s.s_max) {
|
| /src/external/gpl3/gcc/dist/gcc/ |
| regsub.cc | 43 size_t s_max; member in struct:str 55 if (s->s_max - s->s_len > len) 61 s->s_max += len + REINCR; 63 v = realloc(s->s_ptr, s->s_max); 80 s->s_ptr[s->s_max - 1] = c; 95 s->s_max = len; 142 if (s.s_len >= s.s_max) {
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| regsub.cc | 43 size_t s_max; member in struct:str 55 if (s->s_max - s->s_len > len) 61 s->s_max += len + REINCR; 63 v = realloc(s->s_ptr, s->s_max); 80 s->s_ptr[s->s_max - 1] = c; 95 s->s_max = len; 142 if (s.s_len >= s.s_max) {
|
| /src/crypto/external/apache2/openssl/dist/test/ssl-tests/ |
| protocol_version.pm | 152 foreach my $s_max ($s_max_min..$#max_protocols) { 154 expected_result($c_min, $c_max, $s_min, $s_max, 167 "MaxProtocol" => $max_protocols[$s_max], 343 my ($c_min, $c_max, $s_min, $s_max, $min_enabled, $max_enabled, 352 $s_max = $s_max == scalar @$protocols ? $s_max - 1 : $s_max; 359 $s_max = min $s_max, $max_enabled [all...] |
| /src/crypto/external/bsd/openssl/dist/test/ssl-tests/ |
| protocol_version.pm | 152 foreach my $s_max ($s_max_min..$#max_protocols) { 154 expected_result($c_min, $c_max, $s_min, $s_max, 167 "MaxProtocol" => $max_protocols[$s_max], 343 my ($c_min, $c_max, $s_min, $s_max, $min_enabled, $max_enabled, 352 $s_max = $s_max == scalar @$protocols ? $s_max - 1 : $s_max; 359 $s_max = min $s_max, $max_enabled [all...] |
| /src/sys/arch/arm/arm/ |
| cpufunc_asm_arm9.S | 77 s_max .req r0 112 ldmia ip, {s_max, i_max, s_inc, i_inc} 114 orr ip, s_max, i_max 121 subs s_max, s_max, s_inc 215 ldmia ip, {s_max, i_max, s_inc, i_inc} 217 orr ip, s_max, i_max 224 subs s_max, s_max, s_inc
|
| cpufunc_asm_armv5.S | 63 s_max .req r0 99 ldmia ip, {s_max, i_max, s_inc, i_inc} 101 orr ip, s_max, i_max 108 subs s_max, s_max, s_inc 206 ldmia ip, {s_max, i_max, s_inc, i_inc} 208 orr ip, s_max, i_max 215 subs s_max, s_max, s_inc
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| fixed-bit.c | 217 INT_C_TYPE r_max, s_max, r_min, s_min; local 220 s_max = (INT_C_TYPE)1 << I_F_BITS; 221 s_max = s_max - 1; 223 s_max = -1; 235 || (*high == r_max && (UINT_C_TYPE)(*low) > (UINT_C_TYPE)s_max)) 238 *low = s_max;
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| fixed-bit.c | 217 INT_C_TYPE r_max, s_max, r_min, s_min; local 220 s_max = (INT_C_TYPE)1 << I_F_BITS; 221 s_max = s_max - 1; 223 s_max = -1; 235 || (*high == r_max && (UINT_C_TYPE)(*low) > (UINT_C_TYPE)s_max)) 238 *low = s_max;
|
| /src/external/gpl2/xcvs/dist/src/ |
| modules.c | 785 static int s_max = 0; /* Number of elements allocated */ 824 if (s_count == s_max) 826 s_max += 64; 827 s_head = xnrealloc (s_head, s_max, sizeof (*s_head)); 783 static int s_max = 0; \/* Number of elements allocated *\/ variable
|