Searched refs:ind1 (Results 1 – 6 of 6) sorted by relevance
/netbsd/external/mpl/dhcp/dist/contrib/ms2isc/ |
H A D | Registry.pm | 201 my ($byte, $size, $ind1, $ind2, @octet) = unpack("VVVV", $MSDHCPOption6Value); 205 my $number = $size * $ind1; 206 ($byte, $size, $ind1, $ind2, @octet) = unpack("VVVVC$number", $MSDHCPOption6Value); 231 my ($byte, $start, $ind1, $ind2, $size, @data) = unpack("VVVVV", $MSDHCPOption15Value); 235 my $number = $size * $ind1; 236 ($byte, $start, $ind1, $ind2, $size, @data) = unpack("VVVVVC$number", $MSDHCPOption15Value); 238 for (my $i=0; $i<$ind1; $i++) { 267 my ($byte, $unknown, $ind1, $ind2, @data) = unpack("VVVV", $MSDHCPOption46Value); 272 ($byte, $unknown, $ind1, $ind2, @data) = unpack("VVVVC$number", $MSDHCPOption46Value); 276 for (my $i=0; $i<$ind1; $i++) {
|
/netbsd/sys/external/bsd/sljit/dist/regex_src/ |
H A D | regexJIT.c | 295 int ind1; in stack_push_copy() local 305 ind1 = stack->index; in stack_push_copy() 328 frag2->items[ind2--] = frag1->items[ind1--]; in stack_push_copy() 329 if (ind1 < 0) { in stack_push_copy() 330 ind1 = STACK_FRAGMENT_SIZE - 1; in stack_push_copy()
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | builtins.c | 9294 tree ind1 in fold_builtin_memcmp() local 9306 return fold_build2_loc (loc, MINUS_EXPR, integer_type_node, ind1, ind2); in fold_builtin_memcmp()
|
H A D | builtins.cc | 8490 tree ind1 in fold_builtin_memcmp() local 8502 return fold_build2_loc (loc, MINUS_EXPR, integer_type_node, ind1, ind2); in fold_builtin_memcmp()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | builtins.c | 9294 tree ind1 in fold_builtin_memcmp() local 9306 return fold_build2_loc (loc, MINUS_EXPR, integer_type_node, ind1, ind2); in fold_builtin_memcmp()
|
/netbsd/external/apache2/llvm/dist/llvm/docs/ |
H A D | LangRef.rst | 10290 getelementptr %struct.ST, <4 x %struct.ST*> %s, <4 x i64> %ind1, 10296 getelementptr %struct.ST, <4 x %struct.ST*> %s, <4 x i64> %ind1,
|