Searched refs:uc (Results 1 - 25 of 218) sorted by relevance

123456789

/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dstrcasecmp.c35 typedef unsigned char uc; typedef
37 (uc)'\000',(uc)'\001',(uc)'\002',(uc)'\003',(uc)'\004',(uc)'\005',(uc)'\006',(uc)'\007',
38 (uc)'\01
[all...]
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dgetcontext.c59 ucontext_t uc; local
60 (void) getcontext(&uc);
61 (void) getcontext(&uc);
62 (void) getcontext(&uc);
63 (void) getcontext(&uc);
64 (void) getcontext(&uc);
65 (void) getcontext(&uc);
66 (void) getcontext(&uc);
67 (void) getcontext(&uc);
68 (void) getcontext(&uc);
[all...]
H A Dsetcontext.c55 ucontext_t uc; local
59 (void) getcontext(&uc);
62 (void) setcontext(&uc);
/macosx-10.10/libffi-18.1/tests/testsuite/libffi.call/
H A Dreturn_uc.c10 static unsigned char return_uc(unsigned char uc) argument
12 return uc;
22 unsigned char uc; local
26 values[0] = &uc;
32 for (uc = (unsigned char) '\x00';
33 uc < (unsigned char) '\xff'; uc++)
37 CHECK(rint == (signed int) uc);
H A Dpromotion.c10 unsigned char uc, unsigned short us)
12 int r = (int) sc + (int) ss + (int) uc + (int) us;
24 unsigned char uc; local
35 values[2] = &uc;
48 for (uc = (unsigned char) 0;
49 uc <= (unsigned char) 200; /*@-type@*/ uc += 20 /*@=type@*/)
55 (unsigned char) uc + (unsigned short) us);
9 promotion(signed char sc, signed short ss, unsigned char uc, unsigned short us) argument
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dreturn_uc.c10 static unsigned char return_uc(unsigned char uc) argument
12 return uc;
22 unsigned char uc; local
26 values[0] = &uc;
32 for (uc = (unsigned char) '\x00';
33 uc < (unsigned char) '\xff'; uc++)
37 CHECK(rint == (signed int) uc);
H A Dpromotion.c10 unsigned char uc, unsigned short us)
12 int r = (int) sc + (int) ss + (int) uc + (int) us;
24 unsigned char uc; local
35 values[2] = &uc;
48 for (uc = (unsigned char) 0;
49 uc <= (unsigned char) 200; /*@-type@*/ uc += 20 /*@=type@*/)
55 (unsigned char) uc + (unsigned short) us);
9 promotion(signed char sc, signed short ss, unsigned char uc, unsigned short us) argument
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dreturn_uc.c10 static unsigned char return_uc(unsigned char uc) argument
12 return uc;
22 unsigned char uc; local
26 values[0] = &uc;
32 for (uc = (unsigned char) '\x00';
33 uc < (unsigned char) '\xff'; uc++)
37 CHECK(rint == (signed int) uc);
H A Dpromotion.c10 unsigned char uc, unsigned short us)
12 int r = (int) sc + (int) ss + (int) uc + (int) us;
24 unsigned char uc; local
35 values[2] = &uc;
48 for (uc = (unsigned char) 0;
49 uc <= (unsigned char) 200; /*@-type@*/ uc += 20 /*@=type@*/)
55 (unsigned char) uc + (unsigned short) us);
9 promotion(signed char sc, signed short ss, unsigned char uc, unsigned short us) argument
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/tests/testsuite/libffi.call/
H A Dreturn_uc.c10 static unsigned char return_uc(unsigned char uc) argument
12 return uc;
22 unsigned char uc; local
26 values[0] = &uc;
32 for (uc = (unsigned char) '\x00';
33 uc < (unsigned char) '\xff'; uc++)
37 CHECK(rint == (signed int) uc);
H A Dpromotion.c10 unsigned char uc, unsigned short us)
12 int r = (int) sc + (int) ss + (int) uc + (int) us;
24 unsigned char uc; local
35 values[2] = &uc;
48 for (uc = (unsigned char) 0;
49 uc <= (unsigned char) 200; /*@-type@*/ uc += 20 /*@=type@*/)
55 (unsigned char) uc + (unsigned short) us);
9 promotion(signed char sc, signed short ss, unsigned char uc, unsigned short us) argument
/macosx-10.10/libunwind-35.3/testsuite/
H A Dunw_getcontext.c19 unw_context_t uc; local
20 if ( unw_getcontext(&uc) == UNW_ESUCCESS )
H A Dunwind_test_main.c31 unw_context_t uc; local
34 unw_getcontext(&uc);
35 unw_init_local(&cursor, &uc);
H A Dbacktrace.c33 unw_context_t uc; local
37 unw_getcontext(&uc);
38 unw_init_local(&cursor, &uc);
/macosx-10.10/libiconv-42/libiconv/tests/
H A Dgengb18030z.c28 int i1, i2, i3, i4, uc; local
34 uc = 0x10000;
39 printf("0x%02X%02X%02X%02X\t0x%X\n", i1, i2, i3, i4, uc);
40 uc++;
41 if (uc == 0x110000)
/macosx-10.10/emacs-93/emacs/lisp/
H A Dcase-table.el118 (defun set-case-syntax-pair (uc lc table)
124 (setq uc (set-case-syntax-1 uc))
126 (aset table uc lc)
129 (aset up uc uc)
130 (aset up lc uc))
136 (modify-syntax-entry uc "w " (standard-syntax-table)))
138 (defun set-upcase-syntax (uc lc table)
142 (setq uc (se
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dunvis.c192 unsigned char uc = (unsigned char)c; local
336 if (isoctal(uc)) {
352 if (isoctal(uc)) {
362 if (isxdigit(uc)) {
363 *cp = xtod(uc);
375 if (isxdigit(uc)) {
376 *cp = xtod(uc) | (*cp << 4);
382 if (uc == '\n' || uc == '\r') {
386 if (isxdigit(uc)
[all...]
/macosx-10.10/libedit-40/src/
H A Dunvis.c196 unsigned char uc = (unsigned char)c; local
343 if (isoctal(uc)) {
359 if (isoctal(uc)) {
369 if (!isxdigit(uc))
373 if (isxdigit(uc)) {
374 *cp = xtod(uc);
386 if (isxdigit(uc)) {
387 *cp = xtod(uc) | (*cp << 4);
393 if (uc == '\n' || uc
[all...]
/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dsvc_udp.c417 struct udp_cache *uc; local
423 uc = ALLOC(struct udp_cache, 1);
424 if (uc == NULL) {
428 uc->uc_size = size;
429 uc->uc_nextvictim = 0;
430 uc->uc_entries = ALLOC(cache_ptr, size * SPARSENESS);
431 if (uc->uc_entries == NULL) {
435 BZERO(uc->uc_entries, cache_ptr, size * SPARSENESS);
436 uc->uc_fifo = ALLOC(cache_ptr, size);
437 if (uc
462 struct udp_cache *uc = (struct udp_cache *) su->su_cache; local
533 register struct udp_cache *uc = (struct udp_cache *) su->su_cache; local
[all...]
/macosx-10.10/bzip2-36/bzip2/
H A Ddecompress.c108 UChar uc; local
197 GET_UCHAR(BZ_X_MAGIC_1, uc);
198 if (uc != BZ_HDR_B) RETURN(BZ_DATA_ERROR_MAGIC);
200 GET_UCHAR(BZ_X_MAGIC_2, uc);
201 if (uc != BZ_HDR_Z) RETURN(BZ_DATA_ERROR_MAGIC);
203 GET_UCHAR(BZ_X_MAGIC_3, uc)
204 if (uc != BZ_HDR_h) RETURN(BZ_DATA_ERROR_MAGIC);
222 GET_UCHAR(BZ_X_BLKHDR_1, uc);
224 if (uc == 0x17) goto endhdr_2;
225 if (uc !
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/stringprep/
H A Dunicode.tcl91 foreach uc $uclist {
92 set res [concat $res [decomposeCanonical $uc]]
104 foreach uc $uclist {
105 set res [concat $res [decomposeCompat $uc]]
122 foreach uc $uclist {
123 set cclass [data::GetUniCharCClass $uc]
125 lappend slist [list $uc $cclass]
131 lappend res $uc
143 proc ::unicode::decomposeHangul {uc} {
155 set SIndex [expr {$uc
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/features/
H A Dlimits.c89 unsigned char uc; local
105 uc = 0;
106 uc = ~uc;
108 while (uc >>= 1) val++;
118 uc = 0;
119 uc = ~uc;
132 val = uc;
141 val = (unsigned char)(uc >>
[all...]
/macosx-10.10/dtrace-147/libdwarf/
H A Dpro_encode_nm.c67 unsigned char uc; local
72 uc = val & DATA_MASK;
75 uc |= MORE_BYTES;
77 *a = uc;
/macosx-10.10/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXutil.cpp45 unsigned char uc; local
49 uc = val & DATA_MASK;
52 uc |= MORE_BYTES;
53 *a = uc;
/macosx-10.10/lukemftp-14/tnftp/libnetbsd/
H A Dstrunvis.c57 unsigned char uc = (unsigned char)c; local
178 if (isoctal(uc)) {
194 if (isoctal(uc)) {
204 if (isxdigit(uc)) {
205 *cp = xtod(uc);
217 if (isxdigit(uc)) {
218 *cp = xtod(uc) | (*cp << 4);

Completed in 160 milliseconds

123456789