Searched refs:bkt (Results 1 – 7 of 7) sorted by relevance
12 s bkt;13 if (0 < bkt.a) {14 if (!block(bkt)) {
39 filter u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:16 (rule hit 32 success 20)56 …t divisor 1filter protocol ip pref 6 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:16 (rul…72 …t divisor 1filter protocol ip pref 6 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:16 (rul…
173 filter protocol ip pref 1 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:15 214 filter protocol ip pref 1 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:1
88 filter protocol ip pref 10 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:1
464 Elf_Word *bkt = cr_word; in module_find_symbol_sysv() local467 Elf_Word crt_index = bkt[h % module->hash_table[0]]; in module_find_symbol_sysv()
10338 xmlSchemaBucketPtr bkt = NULL; in xmlSchemaAddSchemaDoc() local10366 bkt = xmlSchemaGetSchemaBucket(pctxt, schemaLocation); in xmlSchemaAddSchemaDoc()10367 if ((bkt != NULL) && in xmlSchemaAddSchemaDoc()10368 (pctxt->constructor->bucket == bkt)) { in xmlSchemaAddSchemaDoc()10405 if (bkt != NULL) { in xmlSchemaAddSchemaDoc()10406 if ((WXS_IS_BUCKET_IMPMAIN(type)) && (! bkt->imported)) { in xmlSchemaAddSchemaDoc()10414 bkt->schemaLocation)) { in xmlSchemaAddSchemaDoc()10422 } else if ((! WXS_IS_BUCKET_IMPMAIN(type)) && (bkt->imported)) { in xmlSchemaAddSchemaDoc()10431 bkt->schemaLocation)) { in xmlSchemaAddSchemaDoc()10463 if (bkt != NULL) { in xmlSchemaAddSchemaDoc()[all …]
320 #define HASH_TO_BKT(hashv,num_bkts,bkt) \ argument322 bkt = ((hashv) & ((num_bkts) - 1U)); \