Searched refs:idx2 (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-current/sys/contrib/openzfs/include/sys/lua/
H A Dluaconf.h295 #define lua_equal(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPEQ)
296 #define lua_lessthan(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPLT)
H A Dlua.h197 LUA_API int (lua_rawequal) (lua_State *L, int idx1, int idx2);
198 LUA_API int (lua_compare) (lua_State *L, int idx1, int idx2, int op);
/freebsd-current/stand/liblua/
H A Dluaconf.h366 #define lua_equal(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPEQ)
367 #define lua_lessthan(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPLT)
/freebsd-current/lib/liblua/
H A Dluaconf.h373 #define lua_equal(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPEQ)
374 #define lua_lessthan(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPLT)
/freebsd-current/contrib/lua/src/
H A Dluaconf.h376 #define lua_equal(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPEQ)
377 #define lua_lessthan(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPLT)
H A Dlua.h237 LUA_API int (lua_rawequal) (lua_State *L, int idx1, int idx2);
238 LUA_API int (lua_compare) (lua_State *L, int idx1, int idx2, int op);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h153 void check(uptr idx1, uptr idx2) const {
155 CHECK_LT(idx2, size());
H A Dsanitizer_bitvector.h147 uptr i2 = idx2(idx);
162 uptr i2 = idx2(idx);
176 uptr i2 = idx2(idx);
338 uptr idx2(uptr idx) const { function
H A Dsanitizer_deadlock_detector.h350 // idx1 and idx2 are raw indices to g_, not lock IDs.
351 bool testOnlyHasEdgeRaw(uptr idx1, uptr idx2) { argument
352 return g_.hasEdge(idx1, idx2);
/freebsd-current/sys/dev/pccard/
H A Dpccardvar.h129 #define pccard_tuple_read_2(tuple, idx2) \
130 (pccard_tuple_read_1((tuple), (idx2)) | \
131 (pccard_tuple_read_1((tuple), (idx2)+1)<<8))
/freebsd-current/contrib/ldns/
H A Dutil.c442 size_t idx0, idx1, idx2, idx3, idx4; local
447 idx2 = ((((size_t)(data[2 * i])) & 3) +
451 retval[j++] = vowels[idx2];
465 idx2 = seed / 6;
468 retval[j++] = vowels[idx2];
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DSymbolTable.cpp37 int &idx2 = symMap[CachedHashStringRef(real->getName())]; local
40 idx2 = idx1;
/freebsd-current/sys/contrib/zstd/programs/
H A Dutil.c558 { unsigned idx2; local
559 for( idx2=0 ; (idx2 < table2->tableSize) && table2->fileNames[idx2] && (pos < newTotalTableSize) ; ++idx2, ++newTableIdx) {
560 size_t const curLen = strlen(table2->fileNames[idx2]);
561 memcpy(buf+pos, table2->fileNames[idx2], curLen);
/freebsd-current/include/
H A Dunistd.h526 int kcmp(pid_t pid1, pid_t pid2, int type, uintptr_t idx1, uintptr_t idx2);
/freebsd-current/sys/dev/cas/
H A Dif_cas.c1624 u_int idx, idx2, len, off, skip; local
1781 idx2 = 0;
1789 idx2 = CAS_GET(word2, CAS_RC2_NEXT_INDEX);
1792 __func__, idx2);
1794 rxds2 = &sc->sc_rxdsoft[idx2];
1808 (void *)(uintptr_t)idx2,
1843 cas_add_rxdesc(sc, idx2);
/freebsd-current/sys/cam/scsi/
H A Dscsi_xpt.c1823 u_int idx1, idx2, nlun_old, nlun_new; local
1844 for (idx2 = 0; idx2 < nlun_new; idx2++) {
1845 nl = new->luns[idx2].lundata;
1850 if (idx2 < nlun_new) {
/freebsd-current/sys/kern/
H A Dsys_generic.c2109 uintptr_t idx1, uintptr_t idx2)
2128 error = fget_remote(td, p2, idx2, &fp2);
2170 uap->idx1, uap->idx2));
2108 kern_kcmp(struct thread *td, pid_t pid1, pid_t pid2, int type, uintptr_t idx1, uintptr_t idx2) argument
H A Dsystrace_args.c3454 uarg[a++] = (intptr_t)p->idx2; /* uintptr_t */
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzap.c275 uint64_t idx2 = idx * 2; local
276 uint64_t blk2 = idx2 >> (bs-3);
277 uint64_t off2 = idx2 & ((1<<(bs-3))-1);
/freebsd-current/crypto/openssh/
H A Dsshkey.c946 u_int idx0, idx1, idx2, idx3, idx4; local
951 idx2 = ((((u_int)(dgst_raw[2 * i])) & 3) +
955 retval[j++] = vowels[idx2];
969 idx2 = seed / 6;
972 retval[j++] = vowels[idx2];
/freebsd-current/sys/sys/
H A Dsyscallsubr.h203 uintptr_t idx1, uintptr_t idx2);
H A Dsysproto.h1878 char idx2_l_[PADL_(uintptr_t)]; uintptr_t idx2; char idx2_r_[PADR_(uintptr_t)]; member in struct:kcmp_args
/freebsd-current/lib/libsys/
H A D_libsys.h862 int __sys_kcmp(pid_t pid1, pid_t pid2, int type, uintptr_t idx1, uintptr_t idx2);
/freebsd-current/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c3201 uu_list_index_t idx2 = 0; local
3386 if (uu_list_find(list, rmnode, NULL, &idx2) == NULL)
3387 uu_list_insert(list, rmnode, idx2);
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c2943 uint16_t idx, idx2; local
2976 idx2 = (txq->sw_tx_cons + 2) & (TX_RING_SIZE - 1);
2978 prefetch(txq->sw_tx_ring[idx2].mp);

Completed in 508 milliseconds

12