Searched refs:put32 (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 6726 static void put32(compiler *c, uint32_t v) { in put32() function 6747 put32(c, OP_SETDISPATCH); in putop() 6748 put32(c, ptr); in putop() 6750 put32(c, (uint64_t)ptr >> 32); in putop() 6761 put32(c, op); in putop() 6784 put32(c, op | va_arg(ap, upb_selector_t) << 8); in putop() 6787 put32(c, op); in putop() 6788 put32(c, va_arg(ap, int)); in putop() 6792 put32(c, op | (method->code_base.ofs - (pcofs(c) + 1)) << 8); in putop() 6800 put32(c, instruction); in putop() [all …]
|
/external/valgrind/perf/ |
D | tinycc.c | 18773 static void put32(unsigned char *p, uint32_t val) in put32() function 18799 put32(ptr, 0); in build_got() 18801 put32(ptr + 4, 0); in build_got() 18802 put32(ptr + 8, 0); in build_got() 18850 put32(p + 2, 4); in put_got_entry() 18853 put32(p + 8, 8); in put_got_entry() 18859 put32(p + 2, s1->got->data_offset); in put_got_entry() 18861 put32(p + 7, (plt->data_offset - 32) >> 1); in put_got_entry() 18863 put32(p + 12, -(plt->data_offset)); in put_got_entry() 18884 put32(p , 0xe52de004); in put_got_entry() [all …]
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 7399 static void put32(compiler *c, uint32_t v) { in put32() function 7421 put32(c, OP_SETDISPATCH); in putop() 7422 put32(c, ptr); in putop() 7424 put32(c, (uint64_t)ptr >> 32); in putop() 7435 put32(c, op); in putop() 7458 put32(c, op | va_arg(ap, upb_selector_t) << 8); in putop() 7461 put32(c, op); in putop() 7462 put32(c, va_arg(ap, int)); in putop() 7466 put32(c, op | (method->code_base.ofs - (pcofs(c) + 1)) << 8); in putop() 7474 put32(c, instruction); in putop() [all …]
|