Searched refs:id1 (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_ring_perf.c | 73 unsigned id1, id2; in get_two_hyperthreads() local 75 RTE_LCORE_FOREACH(id1) { in get_two_hyperthreads() 80 if (id1 == id2) in get_two_hyperthreads() 88 lcp->c1 = id1; in get_two_hyperthreads() 100 unsigned id1, id2; in get_two_cores() local 102 RTE_LCORE_FOREACH(id1) { in get_two_cores() 104 if (id1 == id2) in get_two_cores() 112 lcp->c1 = id1; in get_two_cores() 124 unsigned id1, id2; in get_two_sockets() local 128 if (id1 == id2) in get_two_sockets() [all …]
|
| /f-stack/app/redis-5.0.5/tests/unit/type/ |
| H A D | stream-cgroups.tcl | 75 set id1 [lindex $pending 0 0] 77 assert {[r XACK mystream mygroup $id1] eq 1} 87 assert {[r XACK mystream mygroup $id1] eq 0} 93 assert {[r XACK mystream mygroup $id1 $id2] eq 1} 153 set id1 [r XADD mystream * a 1] 167 r XCLAIM mystream mygroup client2 10 $id1 201 set id1 [r XADD mystream * a 1] 215 r XCLAIM mystream mygroup client2 10 $id1 229 r XCLAIM mystream mygroup client3 10 $id1 JUSTID 232 assert {[lindex $reply 0] eq $id1}
|
| H A D | stream.tcl | 65 set id1 [r XADD mystream * item 1 value a] 68 assert {[streamCompareID $id1 $id2] == -1} 77 lassign [r exec] id1 id2 id3 78 assert {[streamCompareID $id1 $id2] == -1}
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | db.c | 1000 int dbSwapDatabases(int id1, int id2) { in dbSwapDatabases() argument 1001 if (id1 < 0 || id1 >= server.dbnum || in dbSwapDatabases() 1003 if (id1 == id2) return C_OK; in dbSwapDatabases() 1004 redisDb aux = server.db[id1]; in dbSwapDatabases() 1005 redisDb *db1 = &server.db[id1], *db2 = &server.db[id2]; in dbSwapDatabases() 1034 long id1, id2; in swapdbCommand() local 1043 if (getLongFromObjectOrReply(c, c->argv[1], &id1, in swapdbCommand() 1052 if (dbSwapDatabases(id1,id2) == C_ERR) { in swapdbCommand()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dummynet.c | 271 int is_v6 = IS_IP6_FLOW_ID(id1); in flow_id_cmp() 278 id1->src_ip == id2->src_ip && in flow_id_cmp() 279 id1->dst_port == id2->dst_port && in flow_id_cmp() 280 id1->src_port == id2->src_port && in flow_id_cmp() 281 id1->proto == id2->proto && in flow_id_cmp() 286 !bcmp(&id1->dst_ip6,&id2->dst_ip6, sizeof(id1->dst_ip6)) && in flow_id_cmp() 287 !bcmp(&id1->src_ip6,&id2->src_ip6, sizeof(id1->src_ip6)) && in flow_id_cmp() 288 id1->dst_port == id2->dst_port && in flow_id_cmp() 289 id1->src_port == id2->src_port && in flow_id_cmp() 290 id1->proto == id2->proto && in flow_id_cmp() [all …]
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | sort.tcl | 76 foreach {id1 w1} $l1 {id2 w2} $l2 { 77 assert_equal $id1 $id2
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_mount.c | 1402 int error, id0, id1; in kern_unmount() local 1420 if (sscanf(pathbuf, "FSID:%d:%d", &id0, &id1) != 2) { in kern_unmount() 1428 mp->mnt_stat.f_fsid.val[1] == id1) { in kern_unmount()
|
| /f-stack/freebsd/net/ |
| H A D | bridgestp.c | 2007 bstp_same_bridgeid(uint64_t id1, uint64_t id2) in bstp_same_bridgeid() argument 2012 PV2ADDR(id1, addr1); in bstp_same_bridgeid()
|