/third_party/skia/third_party/externals/freetype/src/gzip/ |
D | infblock.c | 165 LEAVE in inflate_blocks() 182 LEAVE in inflate_blocks() 192 LEAVE in inflate_blocks() 201 LEAVE in inflate_blocks() 225 LEAVE in inflate_blocks() 232 LEAVE in inflate_blocks() 259 LEAVE in inflate_blocks() 299 LEAVE in inflate_blocks() 328 LEAVE in inflate_blocks() 334 LEAVE in inflate_blocks() [all …]
|
D | infcodes.c | 158 LEAVE in inflate_codes() 191 LEAVE in inflate_codes() 229 LEAVE in inflate_codes() 234 LEAVE in inflate_codes() 237 LEAVE in inflate_codes() 240 LEAVE in inflate_codes()
|
D | infutil.h | 70 #define LEAVE {UPDATE return inflate_flush(s,z,r);} macro 73 #define NEEDBYTE {if(n)r=Z_OK;else LEAVE} 82 #define NEEDOUT {if(m==0){WRAP if(m==0){FLUSH WRAP if(m==0) LEAVE}}r=Z_OK;}
|
/third_party/freetype/src/gzip/ |
D | infblock.c | 165 LEAVE in inflate_blocks() 182 LEAVE in inflate_blocks() 192 LEAVE in inflate_blocks() 201 LEAVE in inflate_blocks() 225 LEAVE in inflate_blocks() 232 LEAVE in inflate_blocks() 259 LEAVE in inflate_blocks() 299 LEAVE in inflate_blocks() 328 LEAVE in inflate_blocks() 334 LEAVE in inflate_blocks() [all …]
|
D | infcodes.c | 158 LEAVE in inflate_codes() 191 LEAVE in inflate_codes() 229 LEAVE in inflate_codes() 234 LEAVE in inflate_codes() 237 LEAVE in inflate_codes() 240 LEAVE in inflate_codes()
|
D | infutil.h | 70 #define LEAVE {UPDATE return inflate_flush(s,z,r);} macro 73 #define NEEDBYTE {if(n)r=Z_OK;else LEAVE} 82 #define NEEDOUT {if(m==0){WRAP if(m==0){FLUSH WRAP if(m==0) LEAVE}}r=Z_OK;}
|
/third_party/flutter/skia/third_party/externals/freetype/src/gzip/ |
D | infblock.c | 165 LEAVE in inflate_blocks() 182 LEAVE in inflate_blocks() 192 LEAVE in inflate_blocks() 201 LEAVE in inflate_blocks() 225 LEAVE in inflate_blocks() 232 LEAVE in inflate_blocks() 259 LEAVE in inflate_blocks() 299 LEAVE in inflate_blocks() 328 LEAVE in inflate_blocks() 334 LEAVE in inflate_blocks() [all …]
|
D | infcodes.c | 158 LEAVE in inflate_codes() 191 LEAVE in inflate_codes() 229 LEAVE in inflate_codes() 234 LEAVE in inflate_codes() 237 LEAVE in inflate_codes() 240 LEAVE in inflate_codes()
|
D | infutil.h | 70 #define LEAVE {UPDATE return inflate_flush(s,z,r);} macro 73 #define NEEDBYTE {if(n)r=Z_OK;else LEAVE} 82 #define NEEDOUT {if(m==0){WRAP if(m==0){FLUSH WRAP if(m==0) LEAVE}}r=Z_OK;}
|
/third_party/mesa3d/src/mesa/x86/ |
D | common_x86_asm.S | 211 LEAVE
|
D | assyntax.h | 506 #define LEAVE CHOICE(leave, leave, leave) macro 1223 #define LEAVE leave macro
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | VertexProgram.hpp | 113 void LEAVE();
|
D | PixelProgram.hpp | 135 void LEAVE();
|
D | VertexProgram.cpp | 319 case Shader::OPCODE_LEAVE: LEAVE(); break; in program() 1575 void VertexProgram::LEAVE() in LEAVE() function in sw::VertexProgram
|
D | PixelProgram.cpp | 359 case Shader::OPCODE_LEAVE: LEAVE(); break; in applyShader() 1890 void PixelProgram::LEAVE() in LEAVE() function in sw::PixelProgram
|
/third_party/libffi/src/x86/ |
D | win64_intel.S | 88 LEAVE
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ScheduleZnver2.td | 780 // LEAVE 785 def : InstRW<[Zn2WriteLEAVE], (instregex "LEAVE")>;
|
D | X86ScheduleZnver1.td | 780 // LEAVE 785 def : InstRW<[ZnWriteLEAVE], (instregex "LEAVE")>;
|
D | X86ScheduleAtom.td | 561 def : InstRW<[AtomWrite01_2], (instrs LEAVE, LEAVE64, POP16r,
|
D | X86SchedSandyBridge.td | 682 def: InstRW<[SBWriteResGroup25_1], (instrs LEAVE, LEAVE64)>;
|
D | X86SchedBroadwell.td | 1084 def: InstRW<[BWWriteResGroup80], (instrs LEAVE, LEAVE64,
|
D | X86SchedHaswell.td | 1148 def: InstRW<[HWWriteResGroup37], (instrs LEAVE, LEAVE64,
|
D | X86SchedSkylakeClient.td | 1143 def: InstRW<[SKLWriteResGroup94], (instrs LEAVE, LEAVE64,
|
D | X86SchedSkylakeServer.td | 1386 def: InstRW<[SKXWriteResGroup99], (instrs LEAVE, LEAVE64,
|
D | X86InstrInfo.td | 1232 def LEAVE : I<0xC9, RawFrm, (outs), (ins), "leave", []>,
|