| /freebsd-12-stable/sys/crypto/rc4/ |
| D | rc4.c | 69 state->index1 = 0; in rc4_init() 97 state->index1++; in rc4_crypt() 98 state->index2 += state->perm[state->index1]; in rc4_crypt() 101 swap_bytes(&state->perm[state->index1], in rc4_crypt() 105 j = state->perm[state->index1] + state->perm[state->index2]; in rc4_crypt()
|
| D | rc4.h | 45 u_char index1; member
|
| /freebsd-12-stable/usr.sbin/keyserv/ |
| D | crypt_server.c | 88 unsigned char index1; in prepare_key() local 98 index1 = 0; in prepare_key() 102 index2 = (key_data_ptr[index1] + state[counter] + in prepare_key() 106 index1 = (index1 + 1) % key_data_len; in prepare_key()
|
| /freebsd-12-stable/release/picobsd/tinyware/msh/ |
| D | sh4.c | 723 register char *index1, *index2, c; local 727 index1 = i; 730 c = *index1; 731 *index1++ = *index2; 740 register char *index1, *index2, *index3; local 745 index1 = i; 749 c = *index1; 750 *index1++ = *index3;
|
| /freebsd-12-stable/contrib/gcc/ |
| D | cfg.c | 1022 int index1; member 1033 return data->index1; in bb_copy_original_hash() 1043 return data->index1 == data2->index1; in bb_copy_original_eq() 1084 key.index1 = bb->index; in set_bb_original() 1093 (*slot)->index1 = bb->index; in set_bb_original() 1108 key.index1 = bb->index; in get_bb_original() 1126 key.index1 = bb->index; in set_bb_copy() 1135 (*slot)->index1 = bb->index; in set_bb_copy() 1150 key.index1 = bb->index; in get_bb_copy()
|
| D | expr.c | 7345 tree index1 = index; in expand_expr_real_1() local 7347 index1 = fold_convert (sizetype, TREE_OPERAND (exp, 1)); in expand_expr_real_1() 7358 index1 = size_diffop (index1, fold_convert (sizetype, in expand_expr_real_1() 7361 if (0 > compare_tree_int (index1, in expand_expr_real_1() 7370 [TREE_INT_CST_LOW (index1)], in expand_expr_real_1()
|
| /freebsd-12-stable/sys/kern/ |
| D | subr_pctrie.c | 204 pctrie_keydiff(uint64_t index1, uint64_t index2) in pctrie_keydiff() argument 208 KASSERT(index1 != index2, ("%s: passing the same key value %jx", in pctrie_keydiff() 209 __func__, (uintmax_t)index1)); in pctrie_keydiff() 211 index1 ^= index2; in pctrie_keydiff() 213 if (pctrie_slot(index1, clev) != 0) in pctrie_keydiff()
|
| /freebsd-12-stable/sys/vm/ |
| D | vm_radix.c | 216 vm_radix_keydiff(vm_pindex_t index1, vm_pindex_t index2) in vm_radix_keydiff() argument 220 KASSERT(index1 != index2, ("%s: passing the same key value %jx", in vm_radix_keydiff() 221 __func__, (uintmax_t)index1)); in vm_radix_keydiff() 223 index1 ^= index2; in vm_radix_keydiff() 225 if (vm_radix_slot(index1, clev) != 0) in vm_radix_keydiff()
|
| /freebsd-12-stable/contrib/lua/src/ |
| D | lapi.c | 295 LUA_API int lua_rawequal (lua_State *L, int index1, int index2) { in lua_rawequal() argument 296 StkId o1 = index2addr(L, index1); in lua_rawequal() 318 LUA_API int lua_compare (lua_State *L, int index1, int index2, int op) { in lua_compare() argument 322 o1 = index2addr(L, index1); in lua_compare()
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| D | lapi.c | 285 LUA_API int lua_rawequal (lua_State *L, int index1, int index2) { in lua_rawequal() argument 286 StkId o1 = index2addr(L, index1); in lua_rawequal() 315 LUA_API int lua_compare (lua_State *L, int index1, int index2, int op) { in lua_compare() argument 319 o1 = index2addr(L, index1); in lua_compare()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | SIRegisterInfo.td | 410 int index1 = !add(index, size, -1), 411 string name = "ttmp["#index#":"#index1#"]"> : 420 int index1 = !add(index0, 1), 428 Register r1 = !cast<Register>("TTMP"#index1#tgt),
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZOperators.td | 895 class z_vse_by_parts<SDPatternOperator operator, int index1, int index2> 898 (operator (z_vector_extract node:$src, index1)),
|
| /freebsd-12-stable/sys/netgraph/ |
| D | ng_ppp.c | 2409 const int index1 = *((const int *) v1); in ng_ppp_intcmp() local 2412 return ((int *)latency)[index1] - ((int *)latency)[index2]; in ng_ppp_intcmp()
|