Home
last modified time | relevance | path

Searched defs:bytes_count (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
Dhb-subset-fuzzer.cc34 unsigned int bytes_count = 0; in trySubset() local
/third_party/alsa-utils/bat/
Dtinyalsa.c390 unsigned int bytes_count = bat->frames * bat->frame_size; in capture_sample() local
435 unsigned int bytes_count = bat->frames * bat->frame_size; in latencytest_process_input() local
Dalsa.c554 int bytes_count = bat->frames * bat->frame_size; in read_from_pcm_loop() local
614 int bytes_count = bat->frames * bat->frame_size; in latencytest_process_input() local
/third_party/node/deps/v8/src/profiler/
Dtick-sample.cc34 int bytes_count; in IsNoFrameRegion() member
/third_party/jerryscript/jerry-core/lit/
Dlit-strings.c390 ecma_length_t bytes_count = 0; in lit_read_code_point_from_utf8() local
439 ecma_length_t bytes_count; in lit_read_code_unit_from_utf8() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-global.c305 uint32_t bytes_count; in ecma_builtin_global_object_decode_uri_helper() local
/third_party/python/Objects/
Dbytesobject.c2030 bytes_count(PyBytesObject *self, PyObject *args) in bytes_count() function
/third_party/mesa3d/src/imgui/
Dimgui_widgets.cpp3014 void ImGuiInputTextCallbackData::DeleteChars(int pos, int bytes_count) in DeleteChars()
Dimgui.cpp1739 int bytes_count = 0; in ImTextCountUtf8BytesFromStr() local