Home
last modified time | relevance | path

Searched refs:totalLen (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.cpp513 unsigned totalLen = nameLen + propsLen; in SetMethodToProp() local
515 totalLen++; in SetMethodToProp()
517 totalLen++; in SetMethodToProp()
518 if (totalLen + 5 >= pos) in SetMethodToProp()
520 pos -= totalLen; in SetMethodToProp()
529 temp[pos + totalLen - 1] = ' '; in SetMethodToProp()
/third_party/skia/src/gpu/ops/
H A DDashOp.cpp100 SkScalar totalLen = pts[1].fX - pts[0].fX; in calc_end_adjustment() local
101 SkScalar temp = totalLen / srcIntervalLen; in calc_end_adjustment()
103 *endingInt = totalLen - numFullIntervals * srcIntervalLen + phase; in calc_end_adjustment()
/third_party/vulkan-loader/loader/
H A Dloader.c4164 size_t totalLen = strlen(debug_layer_name) + strlen(lib_prefix) + strlen(so_suffix) + 1;
4165 char* layerSoName = loader_instance_heap_calloc(inst, totalLen, VK_SYSTEM_ALLOCATION_SCOPE_COMMAND);
4170 strncpy(layerSoName, lib_prefix, totalLen);
4171 strncat(layerSoName, debug_layer_name, totalLen);
4172 strncat(layerSoName, so_suffix, totalLen);

Completed in 12 milliseconds