Home
last modified time | relevance | path

Searched defs:rawLength (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DModelArgumentInfo.cpp64 const uint32_t rawLength = neededLength == 0 ? length : neededLength; in createFromPointer() local
96 const uint32_t rawLength = neededLength == 0 ? length : neededLength; in createFromMemory() local
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
H A Ddic_node_state_input.h50 const int prevCodePoint, const float terminalDiffCost, const float rawLength) { in updateInputIndexG()
H A Ddic_node_state_scoring.h98 void addRawLength(const float rawLength) { in addRawLength()
/aosp12/system/netd/server/
H A DNetdConstants.cpp115 int rawLength; in parsePrefix() local
H A DRouteController.cpp360 int rawLength = parsePrefix(destination, &family, rawAddress, sizeof(rawAddress), in modifyIpRoute() local