Searched refs:GPR_BITCLEAR (Results 1 – 5 of 5) sorted by relevance
54 GPR_ASSERT(GPR_BITCLEAR(&bitset, 3) == 2); in main()
44 #define GPR_BITCLEAR(i, n) ((*(i)) &= ~(1u << (n))) macro
123 GPR_BITCLEAR(&opts->enabled_algorithms_bitset, algorithm); in grpc_compression_options_disable_algorithm()
277 GPR_BITCLEAR((unsigned*)states_arg, algorithm); in grpc_channel_args_compression_algorithm_set_state()289 GPR_BITCLEAR((unsigned*)&tmp.value.integer, algorithm); in grpc_channel_args_compression_algorithm_set_state()
133 GPR_BITCLEAR(&enabled_compression_algorithms_bitset_, algorithm); in SetCompressionAlgorithmSupportStatus()