Home
last modified time | relevance | path

Searched refs:n (Results 1 – 15 of 15) sorted by relevance

/libbtbb/python/utils/
H A Dgen_check_tables.py39 def count_bits(n): argument
41 while n != 0:
42 n &= n - 1
/libbtbb/lib/src/
H A Dbluetooth_le_packet.c61 static uint8_t count_bits(uint32_t n) in count_bits() argument
64 for (i = 0; n != 0; i++) in count_bits()
65 n &= n - 1; in count_bits()
H A Dbluetooth_piconet.c33 int count_bits(uint8_t n) in count_bits() argument
36 for (i = 0; n != 0; i++) in count_bits()
37 n &= n - 1; in count_bits()
H A Dbluetooth_packet.c253 static uint8_t count_bits(uint64_t n) in count_bits() argument
256 return (uint8_t) __builtin_popcountll (n); in count_bits()
259 for (i = 0; n != 0; i++) in count_bits()
260 n &= n - 1; in count_bits()
/libbtbb/wireshark/plugins-legacy/btle/cmake/
H A DUseMakeDissectorReg.cmake9 # @if test -n "$(PYTHON)"; then \
/libbtbb/wireshark/plugins/btbredr/cmake/
H A DUseMakeDissectorReg.cmake9 # @if test -n "$(PYTHON)"; then \
/libbtbb/wireshark/plugins-legacy/btatt/cmake/
H A DUseMakeDissectorReg.cmake9 # @if test -n "$(PYTHON)"; then \
/libbtbb/wireshark/plugins-legacy/btsm/cmake/
H A DUseMakeDissectorReg.cmake9 # @if test -n "$(PYTHON)"; then \
/libbtbb/wireshark/plugins-legacy/btbredr/cmake/
H A DUseMakeDissectorReg.cmake9 # @if test -n "$(PYTHON)"; then \
/libbtbb/wireshark/plugins-legacy/btbb/cmake/
H A DUseMakeDissectorReg.cmake9 # @if test -n "$(PYTHON)"; then \
/libbtbb/wireshark/plugins/btbb/cmake/
H A DUseMakeDissectorReg.cmake9 # @if test -n "$(PYTHON)"; then \
/libbtbb/cmake/
H A Dset_release.cmake12 COMMAND git log -n 1 --format=%h
H A Dcmake_uninstall.cmake.in8 STRING(REGEX REPLACE "\n" ";" files "${files}")
/libbtbb/cmake/modules/
H A DFindPackageHandleStandardArgs.cmake121 set(configsText "${configsText} ${filename} (version ${version})\n")
124 … set(configsText "${configsText} Reason given by package: ${${_NAME}_NOT_FOUND_MESSAGE}\n")
126 …_FPHSA_FAILURE_MESSAGE("${FPHSA_FAIL_MESSAGE} ${VERSION_MSG}, checked the following files:\n${conf…
H A DGetGitRevisionDescription.cmake59 string(REGEX REPLACE "gitdir: (.*)\n$" "\\1" GIT_DIR_RELATIVE ${submodule})