Home
last modified time | relevance | path

Searched refs:index1 (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/crypto/rc4/
H A Drc4.c66 state->index1 = 0; in rc4_init()
94 state->index1++; in rc4_crypt()
95 state->index2 += state->perm[state->index1]; in rc4_crypt()
98 swap_bytes(&state->perm[state->index1], in rc4_crypt()
102 j = state->perm[state->index1] + state->perm[state->index2]; in rc4_crypt()
H A Drc4.h43 u_char index1; member
/freebsd/usr.sbin/keyserv/
H A Dcrypt_server.c83 unsigned char index1; in prepare_key() local
93 index1 = 0; in prepare_key()
97 index2 = (key_data_ptr[index1] + state[counter] + in prepare_key()
101 index1 = (index1 + 1) % key_data_len; in prepare_key()
/freebsd/sys/dev/nvdimm/
H A Dnvdimm.c245 struct nvdimm_label_index *indices, *index1; in read_labels() local
260 index1 = (void *)((uint8_t *)indices + index_size); in read_labels()
275 if (((int)indices->seq - (int)index1->seq + 3) % 3 == 1) { in read_labels()
289 bcopy(index_0_valid ? indices : index1, nv->label_index, index_size); in read_labels()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlapi.c284 LUA_API int lua_rawequal (lua_State *L, int index1, int index2) { in lua_rawequal() argument
285 StkId o1 = index2addr(L, index1); in lua_rawequal()
314 LUA_API int lua_compare (lua_State *L, int index1, int index2, int op) { in lua_compare() argument
318 o1 = index2addr(L, index1); in lua_compare()
/freebsd/contrib/lua/src/
H A Dlapi.c328 LUA_API int lua_rawequal (lua_State *L, int index1, int index2) { in lua_rawequal() argument
329 const TValue *o1 = index2value(L, index1); in lua_rawequal()
351 LUA_API int lua_compare (lua_State *L, int index1, int index2, int op) { in lua_compare() argument
356 o1 = index2value(L, index1); in lua_compare()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.td507 int index1 = !add(index, size, -1),
508 string name = "ttmp["#index#":"#index1#"]"> :
517 int index1 = !add(index0, 1),
525 Register r1 = !cast<Register>("TTMP"#index1#tgt),
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZOperators.td921 class z_vse_by_parts<SDPatternOperator operator, int index1, int index2>
924 (operator (z_vector_extract node:$src, index1)),
/freebsd/sys/netgraph/
H A Dng_ppp.c2404 const int index1 = *((const int *) v1); in ng_ppp_intcmp() local
2407 return ((int *)latency)[index1] - ((int *)latency)[index2]; in ng_ppp_intcmp()