Searched refs:L_done (Results 1 – 10 of 10) sorted by relevance
| /xnu-8796.121.2/osfmk/arm64/ |
| H A D | lz4_encode_arm64.s | 82 b.lt L_done 245 b.lo L_done // exit if dst isn't sufficent 255 b.lo L_done 261 b.lo L_done 283 b.lo L_done 289 b.lo L_done 328 b.ne L_done // if skip_final_literals is set skip writing them 332 b.eq L_done // finish if there are 0 trailing literals 338 b.le L_done // (need to verify that it has room for literals tokens 343 b.mi L_done [all …]
|
| H A D | WKdmDecompress_16k.s | 173 b L_done 361 b.ls L_done // if next_tag >= tag_area_end, we're done 387 L_done: label 413 b L_done // if next_tag >= tag_area_end, we're done 426 b L_done // if next_tag >= tag_area_end, we're done
|
| H A D | WKdmDecompress_4k.s | 173 b L_done 361 b.ls L_done // if next_tag >= tag_area_end, we're done 387 L_done: label 413 b L_done // if next_tag >= tag_area_end, we're done 426 b L_done // if next_tag >= tag_area_end, we're done
|
| H A D | WKdmCompress_4k.s | 452 L_done: label 470 b L_done 516 b L_done 558 b L_done 598 b L_done
|
| H A D | WKdmCompress_16k.s | 454 L_done: label 472 b L_done 518 b L_done 560 b L_done 600 b L_done
|
| H A D | lz4_decode_arm64.s | 120 b.hs L_done // extremely unlikely, DONE when src >= src_end 126 b.hs L_done // extremely unlikely, DONE when dst >= dst_end 293 L_done: label
|
| /xnu-8796.121.2/osfmk/x86_64/ |
| H A D | WKdmDecompress_new.s | 117 jmp L_done 267 je L_done 287 L_done: label 310 jmp L_done 317 jmp L_done
|
| H A D | WKdmCompress_new.s | 430 L_done: label 444 jmp L_done 487 jmp L_done 533 jmp L_done 580 jmp L_done
|
| H A D | lz4_decode_x86_64.s | 157 jbe L_done // done if src >= src_end 162 jbe L_done // done if dst >= dst_end 357 L_done: label
|
| /xnu-8796.121.2/libsyscall/custom/ |
| H A D | __getpid.s | 168 cbnz w10, L_done // Unless unset, don't even try 170 L_done: label
|