Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 25 of 221) sorted by relevance

123456789

/reactos/sdk/lib/3rdparty/freetype/src/gzip/
H A Dinfblock.c75 ZFREE(z, s->sub.trees.blens); in inflate_blocks_reset()
203 t = s->sub.left; in inflate_blocks()
235 s->sub.trees.index = 0; in inflate_blocks()
239 while (s->sub.trees.index < 4 + (s->sub.trees.table >> 10)) in inflate_blocks()
242 s->sub.trees.blens[border[s->sub.trees.index++]] = (uInt)b & 7; in inflate_blocks()
246 s->sub.trees.blens[border[s->sub.trees.index++]] = 0; in inflate_blocks()
247 s->sub.trees.bb = 7; in inflate_blocks()
248 t = inflate_trees_bits(s->sub.trees.blens, &s->sub.trees.bb, in inflate_blocks()
260 s->sub.trees.index = 0; in inflate_blocks()
270 t = s->sub.trees.bb; in inflate_blocks()
[all …]
H A Dinfcodes.c121 j = c->sub.code.need; in inflate_codes()
128 c->sub.lit = t->base; in inflate_codes()
137 c->sub.copy.get = e & 15; in inflate_codes()
144 c->sub.code.need = e; in inflate_codes()
159 j = c->sub.copy.get; in inflate_codes()
168 j = c->sub.code.need; in inflate_codes()
175 c->sub.copy.get = e & 15; in inflate_codes()
182 c->sub.code.need = e; in inflate_codes()
191 j = c->sub.copy.get; in inflate_codes()
198 f = q - c->sub.copy.dist; in inflate_codes()
[all …]
H A Dinflate.c43 } sub; /* submode */ member
180 if (((z->state->sub.method << 8) + b) % 31) in inflate()
196 z->state->sub.check.need = (uLong)NEXTBYTE << 24; in inflate()
200 z->state->sub.check.need += (uLong)NEXTBYTE << 16; in inflate()
204 z->state->sub.check.need += (uLong)NEXTBYTE << 8; in inflate()
208 z->state->sub.check.need += (uLong)NEXTBYTE; in inflate()
209 z->adler = z->state->sub.check.need; in inflate()
239 z->state->sub.check.need = (uLong)NEXTBYTE << 24; in inflate()
247 z->state->sub.check.need += (uLong)NEXTBYTE << 8; in inflate()
251 z->state->sub.check.need += (uLong)NEXTBYTE; in inflate()
[all …]
/reactos/win32ss/gdi/eng/i386/
H A Dfloatobj.S172 sub eax, edx
708 sub eax, edx
719 sub eax, edx
736 sub eax, ebx
850 sub eax, edx
859 sub eax, edx
887 sub eax, edx
896 sub eax, edx
1004 sub eax, edx
1013 sub eax, edx
[all …]
/reactos/sdk/lib/rtl/i386/
H A Drtlmem.s61 sub esi, 4
62 sub edi, 4
91 sub edi, 4
163 sub ecx, 2
248 sub ecx, 5
250 sub edx, ecx
291 sub edx, ecx
296 sub esi, 3
297 sub edi, 3
320 sub edi, 4
[all …]
/reactos/sdk/lib/crt/mem/i386/
H A Dmemmove_asm.s51 sub ecx, 5
53 sub edx, ecx
94 sub edx, ecx
100 sub esi, 3
101 sub edi, 3
125 sub edi, 4
126 sub esi, 4
/reactos/ntoskrnl/ke/i386/
H A Dusercall_asm.S63 sub esp, 12 + NPX_FRAME_LENGTH + KTRAP_FRAME_LENGTH + 16
131 sub ebp, ecx
136 sub eax, ecx
141 sub ecx, esp
144 sub edi, ecx
186 sub ecx, 16
H A Dctxswitch.S47 sub esp, 2 * 4
82 sub esp, 4 * 4
149 sub eax, offset _Ki386EnableCurrentLargePage@8
196 sub esp, (12 + KTRAP_FRAME_LENGTH + NPX_FRAME_LENGTH + 16)
/reactos/sdk/lib/crt/except/i386/
H A Dchkstk_asm.s29 sub ecx, eax
69 sub ecx, PAGE_SIZE
73 sub eax, PAGE_SIZE
80 sub ecx, eax
H A Dchkstk_ms.s37 sub ecx, PAGE_SIZE
41 sub eax, PAGE_SIZE
48 sub ecx, eax
/reactos/drivers/filesystems/btrfs/
H A Dxor.S56 sub r8d, 16
72 sub r8d, 8
127 sub r8d, 32
143 sub r8d, 8
212 sub esi, 16
228 sub esi, 4
297 sub esi, 32
313 sub esi, 4
H A Dcrc32c.S82 sub r8, 8 label
92 sub r8, 4 label
101 sub r8, 2 label
193 sub ecx, 4 label
203 sub ecx, 2 label
/reactos/sdk/lib/3rdparty/freetype/src/cff/
H A Dcffobjs.c195 CFF_SubFont sub = font->subfonts[i - 1]; in cff_size_init() local
198 cff_make_private_dict( sub, &priv ); in cff_size_init()
247 CFF_SubFont sub = font->subfonts[i - 1]; in cff_size_select() local
782 if ( sub->has_font_matrix ) in cff_face_init()
805 sub->units_per_em = (FT_ULong) in cff_face_init()
813 sub->font_matrix = top->font_matrix; in cff_face_init()
814 sub->font_offset = top->font_offset; in cff_face_init()
816 sub->units_per_em = top->units_per_em; in cff_face_init()
819 matrix = &sub->font_matrix; in cff_face_init()
820 offset = &sub->font_offset; in cff_face_init()
[all …]
/reactos/sdk/lib/ucrt/string/amd64/
H A Dstrncpy.asm25 sub rcx, rdx ; combine pointers
50 sub r8, 8
135 sub r8, 32
143 sub r8, 32
149 sub r8, 8
158 sub r8, 1
/reactos/sdk/lib/crt/except/amd64/
H A Dchkstk_ms.s37 sub rcx, PAGE_SIZE /* yes, move pointer down 4k */
39 sub rax, PAGE_SIZE /* decrement count */
45 sub rcx, rax
/reactos/sdk/lib/rtl/amd64/
H A Drtlmem.S67 sub rsi, 8
68 sub rdi, 8
75 sub rdi, rdx
/reactos/sdk/lib/ucrt/string/i386/
H A Dstrncat.asm115 sub edi,1
118 sub edi,2
121 sub edi,3
124 sub edi,4
148 sub ecx,1
169 sub ecx,1
196 sub ecx,1
H A Dstrlen.asm105 sub eax,ecx
110 sub eax,ecx
115 sub eax,ecx
120 sub eax,ecx
/reactos/win32ss/gdi/dib/i386/
H A Ddib32bpp_colorfill.s26 sub esp, 4 /* Space for lDelta */
41 sub ebx, [edx] /* ebx = prcl->right - prcl->left; */
45 sub edx, edi /* edx -= prcl->top; */
/reactos/sdk/lib/crt/math/libm_sse2/
H A Dtanf.asm195 sub r10,134 ; r10 <-- -last
230 sub rcx,r11
249 sub rcx,64 ; form the exponent
258 sub r11,64
270 sub rcx,64
282 sub rcx,64
411 sub r10,134 ; r10 <-- -last
446 sub rcx,r11
474 sub r11,64
486 sub rcx,64
[all …]
H A Dremainder_piby2_forFMA3.asm90 sub r11,1023 ; r11 <-- xexp = exponent of input x
96 sub r10,134 ; r10 <-- -last
136 sub rcx,r11
157 sub rcx,64 ; form the exponent
167 sub r11,64
172 sub rcx,52 ; rcx = no. of bits to shift in r10
180 sub rcx,64
194 sub rcx,64
217 sub rcx,64 ; to shift the implied bit as well
222 sub r11,rcx
H A Dremainder_piby2f_forC.asm56 sub r11,1023 ;r11 = xexp = exponent of input x
62 sub r10,134 ;r10 = -last
101 sub rcx,r11
122 sub rcx,64 ;form the exponent
131 sub r11,64
137 sub rcx,52 ;rcx = no. of bits to shift in r10
152 sub rcx,64
/reactos/sdk/lib/ucrt/string/arm64/
H A Dstrlen.asm108 sub x5, x5, #16 ; undo the last #16 post-increment of x5
120sub x0, x5, x0 ; subtract ptr to null char from ptr to first …
124sub x5, x5, #1 ; Undo the final post-increment that happened …
125sub x0, x5, x0 ; With x5 pointing at the null char, x5-x0 is …
129 sub x1, x1, #16 ; x1 = (addr mod 16) - 16
175 sub x3, x3, #16 ; x3 = (start address mod 16) - 16
234 sub x3, x3, #16 ; x3 = (addr mod 16) - 16
246 sub x5, x5, #16 ; undo the last #16 post-increment of x5
258sub x0, x5, x0 ; subtract ptr to null char from ptr to first …
262sub x5, x5, #1 ; Undo the final post-increment that happened …
[all …]
/reactos/sdk/lib/3rdparty/freetype/src/tools/
H A Dchktrcmp.py66 component_name = trace_use_pat.sub( '', src_line )
86 component_name = trace_def_pat_opn.sub( '', hdr_line )
87 component_name = trace_def_pat_cls.sub( '', component_name )
/reactos/sdk/lib/pseh/i386/
H A Dpseh3_i386.S146 sub ecx, [eax + SEH3_REGISTRATION_FRAME_Esp]
155 sub esp, ecx
200 sub ecx, [eax + SEH3_REGISTRATION_FRAME_Esp]
209 sub esp, ecx

123456789