Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dcompile_decoder.c115 static int instruction_len(uint32_t instr) { in instruction_len() function
175 setofs(codep, (int32_t)(c->pc - codep - instruction_len(*codep))); in label()
/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh434 unsigned int length (unsigned int instruction_len) const in length()
435 { return instruction_len_offset () + 2 + instruction_len; } in length()
/external/curl/lib/vssh/
Dlibssh2.c188 int instruction_len, int num_prompts, in kbd_callback() argument
199 fprintf(stderr, "instruction_len=%d\n", instruction_len); in kbd_callback()
205 (void)instruction_len; in kbd_callback()
/external/freetype/src/sfnt/
Dsfwoff2.c536 FT_UShort instruction_len, in store_points() argument
541 FT_UInt flag_offset = 10 + ( 2 * n_contours ) + 2 + instruction_len; in store_points()
/external/protobuf/php/ext/google/protobuf/
Dupb.c5912 static int instruction_len(uint32_t instr) { in instruction_len() function
5970 setofs(codep, c->pc - codep - instruction_len(*codep)); in label()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9663 static int instruction_len(uint32_t instr) { in instruction_len() function
9721 setofs(codep, c->pc - codep - instruction_len(*codep)); in label()