Home
last modified time | relevance | path

Searched defs:bit_value (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/autotest/client/common_lib/
H A Dsmogcheck_pca9555.py109 def _computeLEDmask(self, bit_value, failure, warning): argument
153 def setLEDs(self, bit_value, failure, warning): argument
H A Dsmogcheck_ttci.py165 def TTCI_Set_LEDs(self, bit_value, failure, warning): argument
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h295 uint16_t bit_value = in get_round() local
313 uint16_t bit_value; in set_round() local
/aosp_15_r20/external/coreboot/src/soc/qualcomm/sc7180/
H A Dqclib.c12 unsigned int fuse_value, bit_value; in dcb_fuse_longsys1p8() local
/aosp_15_r20/external/icing/icing/file/
H A Dfile-backed-bitmap.cc203 bool bit_value) { in Set()
/aosp_15_r20/external/pdfium/third_party/libopenjpeg/
H A Dmqc.c281 OPJ_BYTE bit_value = 0; in opj_mqc_bypass_flush_enc() local
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/aarch64/
H A Dfenv_darwin_impl.h240 uint16_t bit_value; in set_round() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/subgroups/
H A Dtest_subgroup_ballot.cpp284 int bit_value = 0; in chk() local
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/test/testFec/
H A Dtest_packet_masks_metrics.cc419 int bit_value = i >> (tot_num_packets - j - 1) & 1; in ComputeMetricsForCode() local
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1732 uint8_t bit_value = static_cast<uint8_t>(command_view.GetBitValue()); in LeSetHostFeatureV1() local
Dlink_layer_controller.cc616 ErrorCode LinkLayerController::LeSetHostFeature(uint8_t bit_number, uint8_t bit_value) { in LeSetHostFeature()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h40242 …e_ptr<LeSetHostFeatureBuilder> Create(LeHostFeatureBits bit_number, Enable bit_value) {auto builde… in Create()
40261 explicit LeSetHostFeatureBuilder(LeHostFeatureBits bit_number, Enable bit_value) :CommandBuilder(Op… in Create()