Searched refs:shiftcount (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/byacc/ |
H A D | lr0.c | 253 int shiftcount; in new_itemsets() local 260 shiftcount = 0; in new_itemsets() 272 shift_symbol[shiftcount++] = symbol; in new_itemsets() 281 nshifts = shiftcount; in new_itemsets()
|
H A D | output.c | 439 Value_t shiftcount, reducecount; in token_actions() local 457 shiftcount = 0; in token_actions() 496 ++shiftcount; in token_actions() 547 tally[i] = shiftcount; in token_actions() 559 if (shiftcount > 0) in token_actions() 561 froms[i] = r = NEW2(shiftcount, Value_t); in token_actions() 562 tos[i] = s = NEW2(shiftcount, Value_t); in token_actions()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_cm.h | 230 u8 shiftcount; member
|
H A D | irdma_cm.c | 766 all_options->windowscale.shiftcount; in irdma_process_options() 1460 options->windowscale.shiftcount = cm_node->tcp_cntxt.rcv_wscale; in irdma_send_syn()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsARM.td | 1078 [LLVMMatchType<0>, llvm_i32_ty /*shiftcount*/, llvm_i32_ty /*unsigned*/]>; 1080 [LLVMMatchType<0>, llvm_i32_ty /*shiftcount*/, llvm_i32_ty /*unsigned*/]>; 1082 [LLVMMatchType<0>, llvm_i32_ty /*shiftcount*/]>; 1084 [llvm_anyvector_ty, llvm_i32_ty /*shiftcount*/, llvm_i32_ty /*unsigned*/, 1094 llvm_i32_ty /*shiftcount*/, llvm_i32_ty /*saturate*/, llvm_i32_ty /*round*/, 1099 [llvm_anyvector_ty], [LLVMMatchType<0>, llvm_i32_ty /*shiftcount*/,
|