Searched refs:idx1 (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | luaconf.h | 296 #define lua_equal(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPEQ) argument 297 #define lua_lessthan(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPLT) argument
|
| H A D | lua.h | 198 LUA_API int (lua_rawequal) (lua_State *L, int idx1, int idx2); 199 LUA_API int (lua_compare) (lua_State *L, int idx1, int idx2, int op);
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua.h | 142 LUA_API int (lua_equal) (lua_State *L, int idx1, int idx2); 143 LUA_API int (lua_rawequal) (lua_State *L, int idx1, int idx2); 144 LUA_API int (lua_lessthan) (lua_State *L, int idx1, int idx2);
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | util.c | 479 { unsigned idx1; in UTIL_mergeFileNamesTable() local 480 …for( idx1=0 ; (idx1 < table1->tableSize) && table1->fileNames[idx1] && (pos < newTotalTableSize); … in UTIL_mergeFileNamesTable() 481 size_t const curLen = strlen(table1->fileNames[idx1]); in UTIL_mergeFileNamesTable() 482 memcpy(buf+pos, table1->fileNames[idx1], curLen); in UTIL_mergeFileNamesTable()
|
| /f-stack/freebsd/x86/iommu/ |
| H A D | intel_idpgtbl.c | 362 vm_pindex_t idx, idx1; in domain_pgtbl_map_pte() local 400 flags, &idx1, &sfp); in domain_pgtbl_map_pte()
|
| /f-stack/freebsd/arm64/linux/ |
| H A D | linux_systrace_args.c | 2041 iarg[3] = p->idx1; /* l_ulong */ in systrace_args()
|
| H A D | linux_proto.h | 1017 char idx1_l_[PADL_(l_ulong)]; l_ulong idx1; char idx1_r_[PADR_(l_ulong)]; member
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_systrace_args.c | 2411 iarg[3] = p->idx1; /* l_ulong */ in systrace_args()
|
| H A D | linux_proto.h | 1198 char idx1_l_[PADL_(l_ulong)]; l_ulong idx1; char idx1_r_[PADR_(l_ulong)]; member
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_systrace_args.c | 2523 iarg[3] = p->idx1; /* l_ulong */ in systrace_args()
|
| H A D | linux32_proto.h | 1267 char idx1_l_[PADL_(l_ulong)]; l_ulong idx1; char idx1_r_[PADR_(l_ulong)]; member
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_systrace_args.c | 2562 iarg[3] = p->idx1; /* l_ulong */ in systrace_args()
|
| H A D | linux_proto.h | 1260 char idx1_l_[PADL_(l_ulong)]; l_ulong idx1; char idx1_r_[PADR_(l_ulong)]; member
|