HomeSort by relevance Sort by last modified time
    Searched defs:input_length (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-layout.h 220 unsigned int input_length, member in struct:__anon19920
  /external/pdfium/xfa/fxbarcode/pdf417/
BC_PDF417HighLevelEncoder_unittest.cpp 47 size_t input_length = strlen(ptr->input); local
48 input_array.SetSize(input_length);
49 for (size_t j = 0; j < input_length; ++j) {
  /external/brotli/python/
_brotli.cc 91 std::vector<uint8_t>* output, uint8_t* input, size_t input_length) {
95 size_t available_in = input_length;
241 size_t input_length; local
244 ok = (BROTLI_BOOL)PyArg_ParseTuple(args, "s#:process", &input, &input_length);
254 &output, input, input_length);
  /external/v8/src/regexp/arm64/
regexp-macro-assembler-arm64.cc 854 Register input_length = w14; local
868 __ Add(input_length, start_offset(), Operand(w10, LSR, 1));
870 __ Add(input_length, start_offset(), w10);
885 __ Add(capture_start, input_length, Operand(capture_start, ASR, 1));
886 __ Add(capture_end, input_length, Operand(capture_end, ASR, 1));
888 __ Add(capture_start, input_length, capture_start);
889 __ Add(capture_end, input_length, capture_end);
    [all...]

Completed in 265 milliseconds