Home
last modified time | relevance | path

Searched refs:ind (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
DAttributes.h115 const auto& ind = index(); in getBuffer() local
116 const auto it = ind.find(attrtype); in getBuffer()
117 if (it == ind.end()) return std::nullopt; in getBuffer()
135 const auto& ind = index(); in getStruct() local
136 const auto it = ind.find(attrtype); in getStruct()
137 if (it == ind.end()) { in getStruct()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
Dread_device_node.c78 int ret, i, ind, fp; in read_data() local
89 ind = 0; in read_data()
109 ind = read_size + left_over_size; in read_data()
111 buf_size = ind - (dptr - data); in read_data()
199 buf_size = ind - (dptr - data); in read_data()
201 if (ind - (dptr - data) > 0) in read_data()
202 memcpy(tmp, dptr, ind - (dptr - data)); in read_data()
203 left_over_size = ind - (dptr - data); in read_data()
/hardware/interfaces/wifi/supplicant/1.4/
DISupplicantStaNetworkCallback.hal45 oneway onTransitionDisable(bitfield<TransitionDisableIndication> ind);
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DCompilationCachingTests.cpp1161 uint32_t ind = in TEST_P() local
1163 mToken[ind] ^= (1U << getRandomInt(0, 7)); in TEST_P()
DMemoryDomainTests.cpp630 auto trans = [](int32_t ind) -> BufferRole { in allocateBuffer() argument
631 return {.modelIndex = 0, .ioIndex = ind, .probability = 1.0f}; in allocateBuffer()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DCompilationCachingTests.cpp1357 uint32_t ind = in TEST_P() local
1359 mToken[ind] ^= (1U << getRandomInt(0, 7)); in TEST_P()