Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 1117) sorted by relevance

12345678910>>...45

/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlunicode.c990 return(((code >= 0xFB00) && (code <= 0xFB4F))); in xmlUCSIsAlphabeticPresentationForms()
1003 return(((code >= 0x0600) && (code <= 0x06FF))); in xmlUCSIsArabic()
1016 return(((code >= 0xFB50) && (code <= 0xFDFF))); in xmlUCSIsArabicPresentationFormsA()
1029 return(((code >= 0xFE70) && (code <= 0xFEFF))); in xmlUCSIsArabicPresentationFormsB()
1042 return(((code >= 0x0530) && (code <= 0x058F))); in xmlUCSIsArmenian()
1055 return(((code >= 0x2190) && (code <= 0x21FF))); in xmlUCSIsArrows()
1068 return(((code >= 0x0000) && (code <= 0x007F))); in xmlUCSIsBasicLatin()
1081 return(((code >= 0x0980) && (code <= 0x09FF))); in xmlUCSIsBengali()
2675 return(((code >= 0x0) && (code <= 0x1f)) || in xmlUCSIsCatCc()
2676 ((code >= 0x7f) && (code <= 0x9f))); in xmlUCSIsCatCc()
[all …]
/reactos/sdk/include/reactos/libs/libxml/
H A Dxmlunicode.h28 XMLPUBFUN int XMLCALL xmlUCSIsArabic (int code);
31 XMLPUBFUN int XMLCALL xmlUCSIsArmenian (int code);
32 XMLPUBFUN int XMLCALL xmlUCSIsArrows (int code);
34 XMLPUBFUN int XMLCALL xmlUCSIsBengali (int code);
36 XMLPUBFUN int XMLCALL xmlUCSIsBopomofo (int code);
40 XMLPUBFUN int XMLCALL xmlUCSIsBuhid (int code);
71 XMLPUBFUN int XMLCALL xmlUCSIsGreek (int code);
92 XMLPUBFUN int XMLCALL xmlUCSIsKhmer (int code);
94 XMLPUBFUN int XMLCALL xmlUCSIsLao (int code);
139 XMLPUBFUN int XMLCALL xmlUCSIsTags (int code);
[all …]
/reactos/sdk/include/reactos/libs/libjpeg/
H A Djerror.h28 #define JMESSAGE(code,string) argument
36 #define JMESSAGE(code,string) code , argument
209 #define ERREXIT(cinfo,code) \ argument
210 ((cinfo)->err->msg_code = (code), \
212 #define ERREXIT1(cinfo,code,p1) \ argument
213 ((cinfo)->err->msg_code = (code), \
243 #define ERREXITS(cinfo,code,str) \ argument
251 #define WARNMS(cinfo,code) \ argument
254 #define WARNMS1(cinfo,code,p1) \ argument
258 #define WARNMS2(cinfo,code,p1,p2) \ argument
[all …]
/reactos/base/services/dhcpcsvc/dhcp/
H A Doptions.c104 int len, code; in parse_option_buffer() local
107 code = s[0]; in parse_option_buffer()
110 if (code == DHO_PAD) { in parse_option_buffer()
180 packet->options[code].len); in parse_option_buffer()
318 int code = priority_list[i]; in store_options() local
328 if (!options[code]) { in store_options()
336 if (option_stored[code]) in store_options()
338 option_stored[code] = 1; in store_options()
341 length = options[code]->len; in store_options()
380 buffer[bufix] = code; in store_options()
[all …]
/reactos/dll/directx/wine/d3dx9_36/
H A Dtxc_fetch_dxtn.c58 switch (code) { in dxt135_decode_imageblock()
171 GLubyte code; in fetch_2d_texel_rgba_dxt5()
191 switch (code) { in fetch_2d_texel_rgba_dxt5()
204 rgba[ACOMP] = UBYTE_TO_CHAN( ((alpha0 * (8 - code) + (alpha1 * (code - 1))) / 7) ); in fetch_2d_texel_rgba_dxt5()
209 switch (code) { in fetch_2d_texel_rgba_dxt5()
234 if (code == 0) in fetch_2d_texel_rgba_dxt5()
236 else if (code == 1) in fetch_2d_texel_rgba_dxt5()
239 rgba[ACOMP] = UBYTE_TO_CHAN( ((alpha0 * (8 - code) + (alpha1 * (code - 1))) / 7) ); in fetch_2d_texel_rgba_dxt5()
240 else if (code < 6) in fetch_2d_texel_rgba_dxt5()
241 rgba[ACOMP] = UBYTE_TO_CHAN( ((alpha0 * (6 - code) + (alpha1 * (code - 1))) / 5) ); in fetch_2d_texel_rgba_dxt5()
[all …]
/reactos/dll/3rdparty/dxtn/
H A Dtxc_fetch_dxtn.c54 switch (code) { in dxt135_decode_imageblock()
167 GLubyte code; in fetch_2d_texel_rgba_dxt5()
187 switch (code) { in fetch_2d_texel_rgba_dxt5()
200 rgba[ACOMP] = UBYTE_TO_CHAN( ((alpha0 * (8 - code) + (alpha1 * (code - 1))) / 7) ); in fetch_2d_texel_rgba_dxt5()
205 switch (code) { in fetch_2d_texel_rgba_dxt5()
230 if (code == 0) in fetch_2d_texel_rgba_dxt5()
232 else if (code == 1) in fetch_2d_texel_rgba_dxt5()
235 rgba[ACOMP] = UBYTE_TO_CHAN( ((alpha0 * (8 - code) + (alpha1 * (code - 1))) / 7) ); in fetch_2d_texel_rgba_dxt5()
236 else if (code < 6) in fetch_2d_texel_rgba_dxt5()
237 rgba[ACOMP] = UBYTE_TO_CHAN( ((alpha0 * (6 - code) + (alpha1 * (code - 1))) / 5) ); in fetch_2d_texel_rgba_dxt5()
[all …]
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Diso.c25 iso_send_msg(RDPCLIENT * This, uint8 code) in iso_send_msg() argument
39 out_uint8(s, code); in iso_send_msg()
110 in_uint8(s, *code); in iso_recv_msg()
111 if (*code == ISO_PDU_DT) in iso_recv_msg()
161 uint8 code = 0; in iso_recv() local
163 s = iso_recv_msg(This, &code, rdpver); in iso_recv()
169 if (code != ISO_PDU_DT) in iso_recv()
181 uint8 code = 0; in iso_connect() local
192 if (code != ISO_PDU_CC) in iso_connect()
206 uint8 code = 0; in iso_reconnect() local
[all …]
/reactos/sdk/lib/crt/math/libm_sse2/
H A Dlog_special.c45 static float _logf_special_common(float x, float y, U32 code, unsigned int op, char *name) in _logf_special_common() argument
47 switch(code) in _logf_special_common()
86 float _logf_special(float x, float y, U32 code) in _logf_special() argument
88 return _logf_special_common(x, y, code, _FpCodeLog, "logf"); in _logf_special()
91 float _log10f_special(float x, float y, U32 code) in _log10f_special() argument
93 return _logf_special_common(x, y, code, _FpCodeLog10, "log10f"); in _log10f_special()
98 switch(code) in _log_special_common()
125 double _log_special(double x, double y, U32 code) in _log_special() argument
127 return _log_special_common(x, y, code, _FpCodeLog, "log"); in _log_special()
130 double _log10_special(double x, double y, U32 code) in _log10_special() argument
[all …]
/reactos/base/applications/network/ftp/
H A Dcmds.c57 code = -1; in setpeer()
72 code = -1; in setpeer()
81 code = -1; in setpeer()
164 code = -1; in settype()
170 code = 0; in settype()
179 code = -1; in settype()
248 code = -1; in fsetmode()
261 code = -1; in setform()
273 code = -1; in setstruct()
833 code = 0; in status()
[all …]
H A Dftp.c113 code = -1; in hookup()
125 code = -1; in hookup()
153 code = -1; in hookup()
159 code = -1; in hookup()
169 code = -1; in hookup()
199 code = -1; in login()
283 code = -1; in command()
371 code = code * 10 + (c - '0');
483 code = -1; in sendrequest()
696 code = -1; in sendrequest()
[all …]
/reactos/base/applications/kbswitch/kbsdll/
H A Dkbsdll.c22 WinHookProc(int code, WPARAM wParam, LPARAM lParam) in WinHookProc() argument
24 if (code < 0) in WinHookProc()
26 return CallNextHookEx(hWinHook, code, wParam, lParam); in WinHookProc()
29 switch (code) in WinHookProc()
42 return CallNextHookEx(hWinHook, code, wParam, lParam); in WinHookProc()
46 ShellHookProc(int code, WPARAM wParam, LPARAM lParam) in ShellHookProc() argument
48 if (code < 0) in ShellHookProc()
50 return CallNextHookEx(hShellHook, code, wParam, lParam); in ShellHookProc()
53 switch (code) in ShellHookProc()
62 return CallNextHookEx(hShellHook, code, wParam, lParam); in ShellHookProc()
/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd_common.c37 unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } in ZSTD_isError() argument
41 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTD_getErrorName() argument
45 ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(code); } in ZSTD_getErrorCode() argument
49 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); } in ZSTD_getErrorString() argument
H A Derror_private.h56 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError() argument
58 …ATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; return (… in ERR_getErrorCode() argument
69 const char* ERR_getErrorString(ERR_enum code); /* error_private.c */
71 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName() argument
73 return ERR_getErrorString(ERR_getErrorCode(code)); in ERR_getErrorName()
/reactos/dll/3rdparty/libtiff/
H A Dtif_lzw.c113 hcode_t code; member
187 #define NextCode(tif, sp, bp, code, get) get(sp, bp, code) argument
202 int code; in LZWSetupDecode() local
240 code = 255; in LZWSetupDecode()
242 sp->dec_codetab[code].value = (unsigned char)code; in LZWSetupDecode()
243 sp->dec_codetab[code].firstchar = (unsigned char)code; in LZWSetupDecode()
246 } while (code--); in LZWSetupDecode()
371 hcode_t code; in LZWDecode() local
501 if (code >= 256) { in LZWDecode()
611 int code, nbits; in LZWDecodeCompat() local
[all …]
/reactos/base/applications/mstsc/
H A Dbitmap.c73 uint8 code; in bitmap_decompress1() local
82 code = CVAL(input); in bitmap_decompress1()
83 opcode = code >> 4; in bitmap_decompress1()
91 count = code & 0xf; in bitmap_decompress1()
271 uint8 code; in bitmap_decompress2() local
280 code = CVAL(input); in bitmap_decompress2()
281 opcode = code >> 4; in bitmap_decompress2()
470 uint8 code; in bitmap_decompress3() local
754 int code; in process_plane() local
858 int code; in bitmap_decompress4() local
[all …]
H A Diso.c39 iso_send_msg(uint8 code) in iso_send_msg() argument
50 out_uint8(s, code); in iso_send_msg()
138 in_uint8(s, *code); in iso_recv_msg()
139 if (*code == ISO_PDU_DT) in iso_recv_msg()
185 uint8 code = 0; in iso_recv() local
187 s = iso_recv_msg(&code, rdpver); in iso_recv()
193 if (code != ISO_PDU_DT) in iso_recv()
207 uint8 code; in iso_connect() local
225 code = 0; in iso_connect()
232 s = iso_recv_msg(&code, NULL); in iso_connect()
[all …]
/reactos/sdk/lib/3rdparty/freetype/src/cff/
H A Dcffparse.c43 FT_UInt code, in cff_parser_init() argument
59 parser->object_code = code; in cff_parser_init()
1025 #define CFF_FIELD_BLEND( code, id ) \ argument
1028 code | CFFCODE, \
1077 #define CFF_FIELD_BLEND( code, id ) \ argument
1216 clazz[i].code = 0; in FT_Create_Class_cff_field_handlers()
1278 clazz[i].code = 0; in FT_Create_Class_cff_field_handlers()
1513 code = v; in cff_parser_run()
1522 code = 0x100 | p[0]; in cff_parser_run()
1524 code = code | parser->object_code; in cff_parser_run()
[all …]
/reactos/dll/win32/vbscript/
H A Dcompile.c44 vbscode_t *code; member
249 }else if(ctx->code->bstr_pool_size == ctx->code->bstr_cnt) { in alloc_bstr_arg()
260 ctx->code->bstr_pool[ctx->code->bstr_cnt] = SysAllocString(str); in alloc_bstr_arg()
261 if(!ctx->code->bstr_pool[ctx->code->bstr_cnt]) in alloc_bstr_arg()
264 return ctx->code->bstr_pool[ctx->code->bstr_cnt++]; in alloc_bstr_arg()
362 unsigned code; in emit_catch_jmp() local
365 if(!code) in emit_catch_jmp()
1824 if(ctx->code) in release_compiler()
1843 code = ctx.code = alloc_vbscode(&ctx, src); in compile_script()
1844 if(!ctx.code) in compile_script()
[all …]
/reactos/sdk/include/reactos/wine/
H A Dasm.h68 # define __ASM_DEFINE_FUNC(name,code) argument
70 # define __ASM_DEFINE_FUNC(name,code) \ argument
72 …__ASM_CFI(".cfi_startproc\n\t") code __ASM_CFI("\n\t.cfi_endproc") __ASM_SEH("\n\t.seh_endproc") );
74 # define __ASM_DEFINE_FUNC(name,code) void __asm_dummy_##__LINE__(void) { \ argument
76 …__ASM_CFI(".cfi_startproc\n\t") code __ASM_CFI("\n\t.cfi_endproc") __ASM_SEH("\n\t.seh_endproc") )…
79 #define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(__ASM_NAME(#name),code) argument
81 #define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(__ASM_STDCALL(#name,args),code) argument
/reactos/sdk/tools/hhpcomp/chmc/
H A Derr.c28 int code; member
38 chmc_err.code = CHMC_NOERR; in chmcerr_clean()
43 return chmc_err.code; in chmcerr_code()
50 void chmcerr_set(int code, const char *fmt, ...) in chmcerr_set() argument
55 chmc_err.code = code; in chmcerr_set()
/reactos/dll/win32/tapiui/lang/
H A Den-US.rc30 LTEXT "Area &code:", -1, 190, 49, 48, 8
56 …LTEXT "An area code rule determines how phone numbers are dialed from your current area code to ot…
283 LTEXT "What area &code (or city code) are you in now?", -1, 107, 74, 189, 10
304 LTEXT "What area &code (or city code) are you in now?", -1, 95, 61, 188, 10
343 17 "Dial %1 plus area code"
344 18 "Dial area code"
350 24 "Dial '%2' plus the area code before the number for all calls within the %1 area code."
352 26 "Dial the area code before the number for all calls within the %1 area code."
370 44 "Dial the country/region code, area code, and number."
373 47 "Dial the country/region code."
[all …]
H A Dhe-IL.rc30 LTEXT "Area &code:", -1, 190, 49, 48, 8
56 …LTEXT "An area code rule determines how phone numbers are dialed from your current area code to ot…
283 LTEXT "What area &code (or city code) are you in now?", -1, 107, 74, 189, 10
304 LTEXT "What area &code (or city code) are you in now?", -1, 95, 61, 188, 10
343 17 "Dial %1 plus area code"
344 18 "Dial area code"
350 24 "Dial '%2' plus the area code before the number for all calls within the %1 area code."
352 26 "Dial the area code before the number for all calls within the %1 area code."
370 44 "Dial the country/region code, area code, and number."
373 47 "Dial the country/region code."
[all …]
/reactos/sdk/lib/3rdparty/freetype/src/gzip/
H A Dinfcodes.c41 } code; /* if LEN or DIST, where in tree */ member
117 c->sub.code.need = c->lbits; in inflate_codes()
118 c->sub.code.tree = c->ltree; in inflate_codes()
121 j = c->sub.code.need; in inflate_codes()
144 c->sub.code.need = e; in inflate_codes()
145 c->sub.code.tree = t + t->base; in inflate_codes()
163 c->sub.code.need = c->dbits; in inflate_codes()
164 c->sub.code.tree = c->dtree; in inflate_codes()
168 j = c->sub.code.need; in inflate_codes()
182 c->sub.code.need = e; in inflate_codes()
[all …]
/reactos/dll/win32/jscript/
H A Dcompile.c53 bytecode_t *code; member
142 }else if(ctx->code->str_pool_size == ctx->code->str_cnt) { in compiler_alloc_string_len()
157 ctx->code->str_pool[ctx->code->str_cnt++] = new_str; in compiler_alloc_string_len()
173 }else if(ctx->code->bstr_pool_size == ctx->code->bstr_cnt) { in ensure_bstr_slot()
192 ctx->code->bstr_pool[ctx->code->bstr_cnt] = SysAllocString(str); in compiler_alloc_bstr()
193 if(!ctx->code->bstr_pool[ctx->code->bstr_cnt]) in compiler_alloc_bstr()
196 return ctx->code->bstr_pool[ctx->code->bstr_cnt++]; in compiler_alloc_bstr()
205 if(!ctx->code->bstr_pool[ctx->code->bstr_cnt]) in compiler_alloc_bstr_len()
208 return ctx->code->bstr_pool[ctx->code->bstr_cnt++]; in compiler_alloc_bstr_len()
2230 if(--code->ref) in release_bytecode()
[all …]
/reactos/sdk/lib/3rdparty/zlib/
H A Dtrees.c239 int code; /* code value */ in tr_static_init() local
257 for (code = 0; code < LENGTH_CODES-1; code++) { in tr_static_init()
258 base_length[code] = length; in tr_static_init()
272 for (code = 0 ; code < 16; code++) { in tr_static_init()
273 base_dist[code] = dist; in tr_static_init()
280 for ( ; code < D_CODES; code++) { in tr_static_init()
281 base_dist[code] = dist << 7; in tr_static_init()
586 code = (code + bl_count[bits - 1]) << 1;
1070 code = d_code(dist);
1142 res |= code & 1;
[all …]

12345678910>>...45