/bionic/linker/ |
D | linker_sleb128.h | 35 uint8_t byte; in pop_front() local 41 byte = *current_++; in pop_front() 42 value |= (static_cast<size_t>(byte & 127) << shift); in pop_front() 44 } while (byte & 128); in pop_front() 46 if (shift < size && (byte & 64)) { in pop_front()
|
/bionic/tools/relocation_packer/src/ |
D | sleb128.cc | 56 uint8_t byte = value & 127; in Enqueue() local 64 const bool sign_bit = byte & 64; in Enqueue() 68 byte |= 128; in Enqueue() 69 encoding_.push_back(byte); in Enqueue() 101 uint8_t byte; in Dequeue() local 105 byte = encoding_[cursor_++]; in Dequeue() 106 value |= (static_cast<uint_t>(byte & 127) << shift); in Dequeue() 108 } while (byte & 128); in Dequeue() 112 if (shift < size && (byte & 64)) in Dequeue()
|
/bionic/libm/x86_64/ |
D | e_hypot.S | 199 .4byte 0x00000014 200 .8byte 0x00527a0100000000 201 .8byte 0x08070c1b01107801 202 .4byte 0x00000190 203 .4byte 0x00000014 204 .4byte 0x0000001c 205 .4byte ..___tag_value_hypot.1-. 206 .4byte ..___tag_value_hypot.4-..___tag_value_hypot.1 207 .2byte 0x0400 208 .4byte ..___tag_value_hypot.3-..___tag_value_hypot.1 [all …]
|
D | e_log.S | 764 .4byte 0x00000014 765 .8byte 0x00527a0100000000 766 .8byte 0x08070c1b01107801 767 .4byte 0x00000190 768 .4byte 0x0000001c 769 .4byte 0x0000001c 770 .4byte ..___tag_value_log.1-. 771 .4byte ..___tag_value_log.5-..___tag_value_log.1 772 .2byte 0x0400 773 .4byte ..___tag_value_log.3-..___tag_value_log.1 [all …]
|
D | e_log10.S | 792 .4byte 0x00000014 793 .8byte 0x00527a0100000000 794 .8byte 0x08070c1b01107801 795 .4byte 0x00000190 796 .4byte 0x0000001c 797 .4byte 0x0000001c 798 .4byte ..___tag_value_log10.1-. 799 .4byte ..___tag_value_log10.5-..___tag_value_log10.1 800 .2byte 0x0400 801 .4byte ..___tag_value_log10.3-..___tag_value_log10.1 [all …]
|
D | s_atan.S | 912 .4byte 0x00000014 913 .8byte 0x00527a0100000000 914 .8byte 0x08070c1b01107801 915 .4byte 0x00000190 916 .4byte 0x0000001c 917 .4byte 0x0000001c 918 .4byte ..___tag_value_atan.1-. 919 .4byte ..___tag_value_atan.5-..___tag_value_atan.1 920 .2byte 0x0400 921 .4byte ..___tag_value_atan.3-..___tag_value_atan.1 [all …]
|
D | s_cbrt.S | 739 .4byte 0x00000014 740 .8byte 0x00527a0100000000 741 .8byte 0x08070c1b01107801 742 .4byte 0x00000190 743 .4byte 0x0000001c 744 .4byte 0x0000001c 745 .4byte ..___tag_value_cbrt.1-. 746 .4byte ..___tag_value_cbrt.5-..___tag_value_cbrt.1 747 .2byte 0x0400 748 .4byte ..___tag_value_cbrt.3-..___tag_value_cbrt.1 [all …]
|
D | s_tanh.S | 1377 .4byte 0x00000014 1378 .8byte 0x00527a0100000000 1379 .8byte 0x08070c1b01107801 1380 .4byte 0x00000190 1381 .4byte 0x0000001c 1382 .4byte 0x0000001c 1383 .4byte ..___tag_value_tanh.1-. 1384 .4byte ..___tag_value_tanh.5-..___tag_value_tanh.1 1385 .2byte 0x0400 1386 .4byte ..___tag_value_tanh.3-..___tag_value_tanh.1 [all …]
|
D | e_cosh.S | 1357 .4byte 0x00000014 1358 .8byte 0x00527a0100000000 1359 .8byte 0x08070c1b01107801 1360 .4byte 0x00000190 1361 .4byte 0x0000001c 1362 .4byte 0x0000001c 1363 .4byte ..___tag_value_cosh.1-. 1364 .4byte ..___tag_value_cosh.5-..___tag_value_cosh.1 1365 .2byte 0x0400 1366 .4byte ..___tag_value_cosh.3-..___tag_value_cosh.1 [all …]
|
D | e_exp.S | 621 .4byte 0x00000014 622 .8byte 0x00527a0100000000 623 .8byte 0x08070c1b01107801 624 .4byte 0x00000190 625 .4byte 0x0000001c 626 .4byte 0x0000001c 627 .4byte ..___tag_value_exp.1-. 628 .4byte ..___tag_value_exp.5-..___tag_value_exp.1 629 .2byte 0x0400 630 .4byte ..___tag_value_exp.3-..___tag_value_exp.1 [all …]
|
D | s_log1p.S | 814 .4byte 0x00000014 815 .8byte 0x00527a0100000000 816 .8byte 0x08070c1b01107801 817 .4byte 0x00000190 818 .4byte 0x0000001c 819 .4byte 0x0000001c 820 .4byte ..___tag_value_log1p.1-. 821 .4byte ..___tag_value_log1p.5-..___tag_value_log1p.1 822 .2byte 0x0400 823 .4byte ..___tag_value_log1p.3-..___tag_value_log1p.1 [all …]
|
D | e_sinh.S | 1415 .4byte 0x00000014 1416 .8byte 0x00527a0100000000 1417 .8byte 0x08070c1b01107801 1418 .4byte 0x00000190 1419 .4byte 0x0000001c 1420 .4byte 0x0000001c 1421 .4byte ..___tag_value_sinh.1-. 1422 .4byte ..___tag_value_sinh.5-..___tag_value_sinh.1 1423 .2byte 0x0400 1424 .4byte ..___tag_value_sinh.3-..___tag_value_sinh.1 [all …]
|
D | s_expm1.S | 712 .4byte 0x00000014 713 .8byte 0x00527a0100000000 714 .8byte 0x08070c1b01107801 715 .4byte 0x00000190 716 .4byte 0x0000001c 717 .4byte 0x0000001c 718 .4byte ..___tag_value_expm1.1-. 719 .4byte ..___tag_value_expm1.5-..___tag_value_expm1.1 720 .2byte 0x0400 721 .4byte ..___tag_value_expm1.3-..___tag_value_expm1.1 [all …]
|
D | e_acos.S | 1942 .4byte 0x00000014 1943 .8byte 0x00527a0100000000 1944 .8byte 0x08070c1b01107801 1945 .4byte 0x00000190 1946 .4byte 0x0000001c 1947 .4byte 0x0000001c 1948 .4byte ..___tag_value_acos.1-. 1949 .4byte ..___tag_value_acos.5-..___tag_value_acos.1 1950 .2byte 0x0400 1951 .4byte ..___tag_value_acos.3-..___tag_value_acos.1 [all …]
|
D | s_cos.S | 1256 .4byte 0x00000014 1257 .8byte 0x00527a0100000000 1258 .8byte 0x08070c1b01107801 1259 .4byte 0x00000190 1260 .4byte 0x0000002c 1261 .4byte 0x0000001c 1262 .4byte ..___tag_value_cos.1-. 1263 .4byte ..___tag_value_cos.9-..___tag_value_cos.1 1264 .2byte 0x0400 1265 .4byte ..___tag_value_cos.3-..___tag_value_cos.1 [all …]
|
D | e_atan2.S | 1227 .4byte 0x00000014 1228 .8byte 0x00527a0100000000 1229 .8byte 0x08070c1b01107801 1230 .4byte 0x00000190 1231 .4byte 0x0000001c 1232 .4byte 0x0000001c 1233 .4byte ..___tag_value_atan2.1-. 1234 .4byte ..___tag_value_atan2.5-..___tag_value_atan2.1 1235 .2byte 0x0400 1236 .4byte ..___tag_value_atan2.3-..___tag_value_atan2.1 [all …]
|
D | s_sin.S | 1281 .4byte 0x00000014 1282 .8byte 0x00527a0100000000 1283 .8byte 0x08070c1b01107801 1284 .4byte 0x00000190 1285 .4byte 0x0000002c 1286 .4byte 0x0000001c 1287 .4byte ..___tag_value_sin.1-. 1288 .4byte ..___tag_value_sin.9-..___tag_value_sin.1 1289 .2byte 0x0400 1290 .4byte ..___tag_value_sin.3-..___tag_value_sin.1 [all …]
|
D | e_asin.S | 2021 .4byte 0x00000014 2022 .8byte 0x00527a0100000000 2023 .8byte 0x08070c1b01107801 2024 .4byte 0x00000190 2025 .4byte 0x0000001c 2026 .4byte 0x0000001c 2027 .4byte ..___tag_value_asin.1-. 2028 .4byte ..___tag_value_asin.5-..___tag_value_asin.1 2029 .2byte 0x0400 2030 .4byte ..___tag_value_asin.3-..___tag_value_asin.1 [all …]
|
D | s_tan.S | 2220 .4byte 0x00000014 2221 .8byte 0x00527a0100000000 2222 .8byte 0x08070c1b01107801 2223 .4byte 0x00000190 2224 .4byte 0x0000002c 2225 .4byte 0x0000001c 2226 .4byte ..___tag_value_tan.1-. 2227 .4byte ..___tag_value_tan.9-..___tag_value_tan.1 2228 .2byte 0x0400 2229 .4byte ..___tag_value_tan.3-..___tag_value_tan.1 [all …]
|
/bionic/libc/arch-x86/bionic/ |
D | __restore.S | 65 .byte 1; /* Version. */ \ 71 .byte (DW_EH_PE_pcrel|DW_EH_PE_sdata4); /* FDE encoding. */ \ 85 .byte DW_CFA_def_cfa_expression; \ 87 1:.byte DW_OP_breg4; \ 89 .byte DW_OP_deref; \ 93 .byte DW_CFA_expression; \ 96 1:.byte DW_OP_breg4; \
|
/bionic/libc/arch-x86_64/bionic/ |
D | __restore_rt.S | 83 .byte 1; /* Version. */ \ 89 .byte (DW_EH_PE_pcrel | DW_EH_PE_sdata4); /* FDE encoding. */ \ 103 .byte DW_CFA_def_cfa_expression; \ 105 1:.byte DW_OP_breg7; \ 107 .byte DW_OP_deref; \ 111 .byte DW_CFA_expression; \ 114 1:.byte DW_OP_breg7; \
|
/bionic/libc/bionic/ |
D | mbstate.cpp | 40 __LIBC_HIDDEN__ void mbstate_set_byte(mbstate_t* ps, int i, char byte) { in mbstate_set_byte() argument 41 ps->__seq[i] = static_cast<uint8_t>(byte); in mbstate_set_byte()
|
/bionic/libc/private/ |
D | bionic_mbstate.h | 47 void mbstate_set_byte(mbstate_t* ps, int i, char byte);
|
/bionic/libc/arch-arm/cortex-a15/bionic/ |
D | string_copy.S | 275 .byte 0 276 .byte ((.Lstringcopy_unalign7 - .Lstringcopy_unaligned_branchtable)/2) 277 .byte ((.Lstringcopy_unalign6 - .Lstringcopy_unaligned_branchtable)/2) 278 .byte ((.Lstringcopy_unalign5 - .Lstringcopy_unaligned_branchtable)/2) 279 .byte ((.Lstringcopy_unalign4 - .Lstringcopy_unaligned_branchtable)/2) 280 .byte ((.Lstringcopy_unalign3 - .Lstringcopy_unaligned_branchtable)/2) 281 .byte ((.Lstringcopy_unalign2 - .Lstringcopy_unaligned_branchtable)/2) 282 .byte ((.Lstringcopy_unalign1 - .Lstringcopy_unaligned_branchtable)/2)
|
/bionic/libc/arch-arm/cortex-a9/bionic/ |
D | string_copy.S | 277 .byte 0 278 .byte ((.Lstringcopy_unalign7 - .Lstringcopy_unaligned_branchtable)/2) 279 .byte ((.Lstringcopy_unalign6 - .Lstringcopy_unaligned_branchtable)/2) 280 .byte ((.Lstringcopy_unalign5 - .Lstringcopy_unaligned_branchtable)/2) 281 .byte ((.Lstringcopy_unalign4 - .Lstringcopy_unaligned_branchtable)/2) 282 .byte ((.Lstringcopy_unalign3 - .Lstringcopy_unaligned_branchtable)/2) 283 .byte ((.Lstringcopy_unalign2 - .Lstringcopy_unaligned_branchtable)/2) 284 .byte ((.Lstringcopy_unalign1 - .Lstringcopy_unaligned_branchtable)/2)
|