HomeSort by relevance Sort by last modified time
    Searched refs:lcode (Results 1 - 8 of 8) sorted by null

  /external/opencv3/3rdparty/zlib/
inffast.c 86 code const FAR *lcode; /* local strm->lencode */ local
113 lcode = state->lencode;
127 here = lcode[hold & lmask];
294 here = lcode[here.val + (hold & ((1U << op) - 1))];
  /external/pdfium/third_party/zlib_v128/
inffast.c 86 code const FAR *lcode; /* local strm->lencode */ local
113 lcode = state->lencode;
127 here = lcode[hold & lmask];
294 here = lcode[here.val + (hold & ((1U << op) - 1))];
  /external/zlib/src/
inffast.c 86 code const FAR *lcode; /* local strm->lencode */ local
113 lcode = state->lencode;
127 here = lcode[hold & lmask];
294 here = lcode[here.val + (hold & ((1U << op) - 1))];
  /external/zlib/src/contrib/masmx64/
inffas8664.c 92 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */ member in struct:inffast_ar
98 /*100 56 */ unsigned lmask; /* r12 mask for lcode */
137 ar.lcode = state->lencode;
inffasx64.asm 51 mov rbp, [rsp+64] ; /* rbp = lcode */
101 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
116 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
248 mov eax, [rbp+rax*4] ; /* eax = lcode[val+(hold&mask[op])]*/
  /external/zlib/src/contrib/inflate86/
inffast.S 184 #define lcode 8 /* code* */ define
277 * lcode = state->lencode;
286 movl %eax, lcode(%esp)
442 * this = lcode[hold & lmask]
456 movl lcode(%esp), %ecx /* ecx = lcode */
458 movl (%ecx,%edx,4), %eax /* eax = lcode[hold & lmask] */
671 * this = lcode[this.val + (hold & mask[op])];
682 movl lcode(%esp), %edx /* edx = lcode */
    [all...]
inffas86.c 87 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */ member in struct:inffast_ar
93 /*100 56 */ unsigned lmask; /* r12 mask for lcode */
120 ar.lcode = state->lencode;
144 " movq 64(%%rsp), %%rbp\n" /* rbp = lcode */
191 " movl (%%rbp,%%r8,4), %%eax\n" /* eax = lcode[hold & lmask] */
206 " movl (%%rbp,%%r8,4), %%eax\n" /* eax = lcode[hold & lmask] */
338 " movl (%%rbp,%%rax,4), %%eax\n" /* eax = lcode[val+(hold&mask[op])]*/
480 " movl 32(%%esp), %%ebp\n" /* ebp = lcode */
506 " movl (%%ebp,%%eax,4), %%eax\n" /* eax = lcode[hold & lmask] */
625 " movl 32(%%esp), %%ebp\n" /* ebp = lcode */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
textstor.h 169 TsLayoutCode lcode,
221 TsLayoutCode lcode,
260 #define ITextStoreACPSink_OnLayoutChange(This,lcode,vcView) (This)->lpVtbl->OnLayoutChange(This,lcode,vcView)
284 static FORCEINLINE HRESULT ITextStoreACPSink_OnLayoutChange(ITextStoreACPSink* This,TsLayoutCode lcode,TsViewCookie vcView) {
285 return This->lpVtbl->OnLayoutChange(This,lcode,vcView);
325 TsLayoutCode lcode,
    [all...]

Completed in 146 milliseconds