Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 5935) sorted by relevance

12345678910>>...238

/external/mesa3d/prebuilt-intermediates/glsl/
Dir_expression_operation_constant.h3 for (unsigned c = 0; c < op[0]->type->components(); c++) { variable
18 for (unsigned c = 0; c < op[0]->type->components(); c++) { variable
30 for (unsigned c = 0; c < op[0]->type->components(); c++) { variable
51 for (unsigned c = 0; c < op[0]->type->components(); c++) { variable
69 for (unsigned c = 0; c < op[0]->type->components(); c++) { variable
87 for (unsigned c = 0; c < op[0]->type->components(); c++) { variable
102 for (unsigned c = 0; c < op[0]->type->components(); c++) { variable
117 for (unsigned c = 0; c < op[0]->type->components(); c++) { variable
132 for (unsigned c = 0; c < op[0]->type->components(); c++) { variable
144 for (unsigned c = 0; c < op[0]->type->components(); c++) { variable
[all …]
/external/libcxx/test/std/re/re.traits/
Dvalue.pass.cpp25 for (char c = 0; c < '0'; ++c) in main() local
31 for (char c = '0'; c < '8'; ++c) in main() local
37 for (char c = '8'; c < ':'; ++c) in main() local
43 for (char c = ':'; c < 'A'; ++c) in main() local
49 for (char c = 'A'; c < 'G'; ++c) in main() local
55 for (char c = 'G'; c < 'a'; ++c) in main() local
61 for (char c = 'a'; c < 'g'; ++c) in main() local
67 for (int c = 'g'; c < 256; ++c) in main() local
77 for (wchar_t c = 0; c < '0'; ++c) in main() local
83 for (wchar_t c = '0'; c < '8'; ++c) in main() local
[all …]
/external/openssh/
Dnchan.c91 chan_set_istate(Channel *c, u_int next) in chan_set_istate()
100 chan_set_ostate(Channel *c, u_int next) in chan_set_ostate()
114 chan_rcvd_oclose1(Channel *c) in chan_rcvd_oclose1()
138 chan_read_failed(Channel *c) in chan_read_failed()
153 chan_ibuf_empty(Channel *c) in chan_ibuf_empty()
179 chan_rcvd_ieof1(Channel *c) in chan_rcvd_ieof1()
196 chan_write_failed1(Channel *c) in chan_write_failed1()
217 chan_obuf_empty(Channel *c) in chan_obuf_empty()
239 chan_send_ieof1(Channel *c) in chan_send_ieof1()
256 chan_send_oclose1(Channel *c) in chan_send_oclose1()
[all …]
/external/valgrind/coregrind/m_demangle/
Dsafe-ctype.h87 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit)) argument
89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
95 #define ISLOWER(c) _sch_test(c, _sch_islower) argument
96 #define ISPRINT(c) _sch_test(c, _sch_isprint) argument
97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) argument
[all …]
/external/bison/lib/
Dc-ctype.h144 #define c_isascii(c) \ argument
153 #define c_isalnum(c) \ argument
160 #define c_isalnum(c) \ argument
172 #define c_isalpha(c) \ argument
178 #define c_isalpha(c) \ argument
186 #define c_isblank(c) \ argument
193 #define c_iscntrl(c) \ argument
201 #define c_isdigit(c) \ argument
209 #define c_islower(c) \ argument
217 #define c_isgraph(c) \ argument
[all …]
Dc-ctype.c27 c_isascii (int c) in c_isascii()
33 c_isalnum (int c) in c_isalnum()
68 c_isalpha (int c) in c_isalpha()
97 c_isblank (int c) in c_isblank()
103 c_iscntrl (int c) in c_iscntrl()
137 c_isdigit (int c) in c_isdigit()
154 c_islower (int c) in c_islower()
174 c_isgraph (int c) in c_isgraph()
208 c_isprint (int c) in c_isprint()
242 c_ispunct (int c) in c_ispunct()
[all …]
/external/python/cpython2/Include/
Dbytes_methods.h39 #define ISLOWER(c) Py_ISLOWER(c) argument
40 #define ISUPPER(c) Py_ISUPPER(c) argument
41 #define ISALPHA(c) Py_ISALPHA(c) argument
42 #define ISDIGIT(c) Py_ISDIGIT(c) argument
43 #define ISXDIGIT(c) Py_ISXDIGIT(c) argument
44 #define ISALNUM(c) Py_ISALNUM(c) argument
45 #define ISSPACE(c) Py_ISSPACE(c) argument
48 #define islower(c) undefined_islower(c) argument
50 #define isupper(c) undefined_isupper(c) argument
52 #define isalpha(c) undefined_isalpha(c) argument
[all …]
/external/libcxx/test/std/containers/
Dmap_allocator_requirement_test_templates.h44 Container c; in testMapInsert() local
57 Container c; in testMapInsert() local
70 Container c; in testMapInsert() local
83 Container c; in testMapInsert() local
96 Container c; in testMapInsert() local
108 Container c; in testMapInsert() local
120 Container c; in testMapInsert() local
132 Container c; in testMapInsert() local
147 Container c; in testMapInsert() local
173 Container c; in testMapInsertHint() local
[all …]
Dset_allocator_requirement_test_templates.h41 Container c; in testSetInsert() local
54 Container c; in testSetInsert() local
67 Container c; in testSetInsert() local
80 Container c; in testSetInsert() local
93 Container c; in testSetInsert() local
105 Container c; in testSetInsert() local
117 Container c; in testSetInsert() local
132 Container c; in testSetInsert() local
155 Container c; in testSetEmplace() local
168 Container c; in testSetEmplace() local
[all …]
/external/libcxx/test/std/numerics/complex.number/complex.members/
Dconstruct.pass.cpp22 const std::complex<T> c; in test() local
27 const std::complex<T> c = 7.5; in test() local
32 const std::complex<T> c(8.5); in test() local
37 const std::complex<T> c(10.5, -9.5); in test() local
43 constexpr std::complex<T> c; in test() local
48 constexpr std::complex<T> c = 7.5; in test() local
53 constexpr std::complex<T> c(8.5); in test() local
58 constexpr std::complex<T> c(10.5, -9.5); in test() local
/external/libedit/src/
Dvi.c61 cv_action(EditLine *el, Int c) in cv_action()
93 cv_paste(EditLine *el, Int c) in cv_paste()
125 vi_paste_next(EditLine *el, Int c __attribute__((__unused__))) in vi_paste_next()
138 vi_paste_prev(EditLine *el, Int c __attribute__((__unused__))) in vi_paste_prev()
151 vi_prev_big_word(EditLine *el, Int c __attribute__((__unused__))) in vi_prev_big_word()
176 vi_prev_word(EditLine *el, Int c __attribute__((__unused__))) in vi_prev_word()
201 vi_next_big_word(EditLine *el, Int c __attribute__((__unused__))) in vi_next_big_word()
225 vi_next_word(EditLine *el, Int c __attribute__((__unused__))) in vi_next_word()
248 vi_change_case(EditLine *el, Int c) in vi_change_case()
280 vi_change_meta(EditLine *el, Int c __attribute__((__unused__))) in vi_change_meta()
[all …]
Dcommon.c55 ed_end_of_file(EditLine *el, Int c __attribute__((__unused__))) in ed_end_of_file()
69 ed_insert(EditLine *el, Int c) in ed_insert()
112 ed_delete_prev_word(EditLine *el, Int c __attribute__((__unused__))) in ed_delete_prev_word()
140 ed_delete_next_char(EditLine *el, Int c __attribute__((__unused__))) in ed_delete_next_char()
187 ed_kill_line(EditLine *el, Int c __attribute__((__unused__))) in ed_kill_line()
208 ed_move_to_end(EditLine *el, Int c __attribute__((__unused__))) in ed_move_to_end()
231 ed_move_to_beg(EditLine *el, Int c __attribute__((__unused__))) in ed_move_to_beg()
254 ed_transpose_chars(EditLine *el, Int c) in ed_transpose_chars()
280 ed_next_char(EditLine *el, Int c __attribute__((__unused__))) in ed_next_char()
309 ed_prev_word(EditLine *el, Int c __attribute__((__unused__))) in ed_prev_word()
[all …]
/external/libcxx/test/std/numerics/complex.number/complex.ops/
Dstream_input.pass.cpp24 std::complex<double> c; in main() local
31 std::complex<double> c; in main() local
38 std::complex<double> c; in main() local
45 std::complex<double> c; in main() local
52 std::complex<double> c; in main() local
59 std::complex<double> c; in main() local
66 std::complex<double> c; in main() local
73 std::complex<double> c; in main() local
80 std::complex<double> c; in main() local
87 std::complex<double> c; in main() local
[all …]
/external/skia/third_party/lua/src/
Dlctype.h52 #define testprop(c,p) (luai_ctype_[(c)+1] & (p)) argument
57 #define lislalpha(c) testprop(c, MASK(ALPHABIT)) argument
58 #define lislalnum(c) testprop(c, (MASK(ALPHABIT) | MASK(DIGITBIT))) argument
59 #define lisdigit(c) testprop(c, MASK(DIGITBIT)) argument
60 #define lisspace(c) testprop(c, MASK(SPACEBIT)) argument
61 #define lisprint(c) testprop(c, MASK(PRINTBIT)) argument
62 #define lisxdigit(c) testprop(c, MASK(XDIGITBIT)) argument
67 #define ltolower(c) ((c) | ('A' ^ 'a')) argument
83 #define lislalpha(c) (isalpha(c) || (c) == '_') argument
84 #define lislalnum(c) (isalnum(c) || (c) == '_') argument
[all …]
/external/syslinux/com32/lua/src/
Dlctype.h52 #define testprop(c,p) (luai_ctype_[(c)+1] & (p)) argument
57 #define lislalpha(c) testprop(c, MASK(ALPHABIT)) argument
58 #define lislalnum(c) testprop(c, (MASK(ALPHABIT) | MASK(DIGITBIT))) argument
59 #define lisdigit(c) testprop(c, MASK(DIGITBIT)) argument
60 #define lisspace(c) testprop(c, MASK(SPACEBIT)) argument
61 #define lisprint(c) testprop(c, MASK(PRINTBIT)) argument
62 #define lisxdigit(c) testprop(c, MASK(XDIGITBIT)) argument
67 #define ltolower(c) ((c) | ('A' ^ 'a')) argument
83 #define lislalpha(c) (isalpha(c) || (c) == '_') argument
84 #define lislalnum(c) (isalnum(c) || (c) == '_') argument
[all …]
/external/libxml2/include/libxml/
DparserInternals.h105 #define IS_BYTE_CHAR(c) xmlIsChar_ch(c) argument
117 #define IS_CHAR(c) xmlIsCharQ(c) argument
125 #define IS_CHAR_CH(c) xmlIsChar_ch(c) argument
135 #define IS_BLANK(c) xmlIsBlankQ(c) argument
143 #define IS_BLANK_CH(c) xmlIsBlank_ch(c) argument
153 #define IS_BASECHAR(c) xmlIsBaseCharQ(c) argument
163 #define IS_DIGIT(c) xmlIsDigitQ(c) argument
171 #define IS_DIGIT_CH(c) xmlIsDigit_ch(c) argument
181 #define IS_COMBINING(c) xmlIsCombiningQ(c) argument
189 #define IS_COMBINING_CH(c) 0 argument
[all …]
/external/v8/src/
Dchar-predicates-inl.h17 inline int AsciiAlphaToLower(uc32 c) { in AsciiAlphaToLower()
22 inline bool IsCarriageReturn(uc32 c) { in IsCarriageReturn()
27 inline bool IsLineFeed(uc32 c) { in IsLineFeed()
38 inline bool IsAsciiIdentifier(uc32 c) { in IsAsciiIdentifier()
42 inline bool IsAlphaNumeric(uc32 c) { in IsAlphaNumeric()
46 inline bool IsDecimalDigit(uc32 c) { in IsDecimalDigit()
52 inline bool IsHexDigit(uc32 c) { in IsHexDigit()
58 inline bool IsOctalDigit(uc32 c) { in IsOctalDigit()
64 inline bool IsBinaryDigit(uc32 c) { in IsBinaryDigit()
70 inline bool IsRegExpWord(uc16 c) { in IsRegExpWord()
[all …]
/external/icu/icu4c/source/common/unicode/
Dutf.h127 #define U_IS_UNICODE_NONCHAR(c) \ argument
149 #define U_IS_UNICODE_CHAR(c) \ argument
161 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) argument
169 #define U_IS_SUPPLEMENTARY(c) ((uint32_t)((c)-0x10000)<=0xfffff) argument
177 #define U_IS_LEAD(c) (((c)&0xfffffc00)==0xd800) argument
185 #define U_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00) argument
193 #define U_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800) argument
202 #define U_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) argument
211 #define U_IS_SURROGATE_TRAIL(c) (((c)&0x400)!=0) argument
/external/libcxx/include/support/xlocale/
D__posix_l_fallback.h23 inline _LIBCPP_ALWAYS_INLINE int isalnum_l(int c, locale_t) { in isalnum_l()
27 inline _LIBCPP_ALWAYS_INLINE int isalpha_l(int c, locale_t) { in isalpha_l()
31 inline _LIBCPP_ALWAYS_INLINE int isblank_l(int c, locale_t) { in isblank_l()
35 inline _LIBCPP_ALWAYS_INLINE int iscntrl_l(int c, locale_t) { in iscntrl_l()
39 inline _LIBCPP_ALWAYS_INLINE int isdigit_l(int c, locale_t) { in isdigit_l()
43 inline _LIBCPP_ALWAYS_INLINE int isgraph_l(int c, locale_t) { in isgraph_l()
47 inline _LIBCPP_ALWAYS_INLINE int islower_l(int c, locale_t) { in islower_l()
51 inline _LIBCPP_ALWAYS_INLINE int isprint_l(int c, locale_t) { in isprint_l()
55 inline _LIBCPP_ALWAYS_INLINE int ispunct_l(int c, locale_t) { in ispunct_l()
59 inline _LIBCPP_ALWAYS_INLINE int isspace_l(int c, locale_t) { in isspace_l()
[all …]
/external/clang/test/CodeGen/
Dfma4-builtins.c8 __m128 test_mm_macc_ps(__m128 a, __m128 b, __m128 c) { in test_mm_macc_ps()
14 __m128d test_mm_macc_pd(__m128d a, __m128d b, __m128d c) { in test_mm_macc_pd()
20 __m128 test_mm_macc_ss(__m128 a, __m128 b, __m128 c) { in test_mm_macc_ss()
26 __m128d test_mm_macc_sd(__m128d a, __m128d b, __m128d c) { in test_mm_macc_sd()
32 __m128 test_mm_msub_ps(__m128 a, __m128 b, __m128 c) { in test_mm_msub_ps()
38 __m128d test_mm_msub_pd(__m128d a, __m128d b, __m128d c) { in test_mm_msub_pd()
44 __m128 test_mm_msub_ss(__m128 a, __m128 b, __m128 c) { in test_mm_msub_ss()
50 __m128d test_mm_msub_sd(__m128d a, __m128d b, __m128d c) { in test_mm_msub_sd()
56 __m128 test_mm_nmacc_ps(__m128 a, __m128 b, __m128 c) { in test_mm_nmacc_ps()
62 __m128d test_mm_nmacc_pd(__m128d a, __m128d b, __m128d c) { in test_mm_nmacc_pd()
[all …]
Dfma-builtins.c8 __m128 test_mm_fmadd_ps(__m128 a, __m128 b, __m128 c) { in test_mm_fmadd_ps()
13 __m128d test_mm_fmadd_pd(__m128d a, __m128d b, __m128d c) { in test_mm_fmadd_pd()
18 __m128 test_mm_fmadd_ss(__m128 a, __m128 b, __m128 c) { in test_mm_fmadd_ss()
23 __m128d test_mm_fmadd_sd(__m128d a, __m128d b, __m128d c) { in test_mm_fmadd_sd()
28 __m128 test_mm_fmsub_ps(__m128 a, __m128 b, __m128 c) { in test_mm_fmsub_ps()
33 __m128d test_mm_fmsub_pd(__m128d a, __m128d b, __m128d c) { in test_mm_fmsub_pd()
38 __m128 test_mm_fmsub_ss(__m128 a, __m128 b, __m128 c) { in test_mm_fmsub_ss()
43 __m128d test_mm_fmsub_sd(__m128d a, __m128d b, __m128d c) { in test_mm_fmsub_sd()
48 __m128 test_mm_fnmadd_ps(__m128 a, __m128 b, __m128 c) { in test_mm_fnmadd_ps()
53 __m128d test_mm_fnmadd_pd(__m128d a, __m128d b, __m128d c) { in test_mm_fnmadd_pd()
[all …]
/external/libchrome/base/third_party/icu/
Dicu_utf.h57 #define CBU_IS_UNICODE_NONCHAR(c) \ argument
78 #define CBU_IS_UNICODE_CHAR(c) \ argument
89 #define CBU_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800) argument
98 #define CBU_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) argument
125 #define CBU8_IS_SINGLE(c) (((c)&0x80)==0) argument
133 #define CBU8_IS_LEAD(c) ((uint8_t)((c)-0xc0) < 0x3e) argument
141 #define CBU8_IS_TRAIL(c) (((c)&0xc0)==0x80) argument
150 #define CBU8_LENGTH(c) \ argument
196 #define CBU8_NEXT(s, i, length, c) \ argument
223 #define CBU8_APPEND_UNSAFE(s, i, c) \ argument
[all …]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
DCounterImplTest.java30 ICounter c = CounterImpl.getInstance(0, 0); in testGetInstance1() local
41 ICounter c = CounterImpl.getInstance(33, 15); in testGetInstance2() local
52 ICounter c = CounterImpl.getInstance(15, 12); in testGetInstance3() local
78 CounterImpl c = CounterImpl.getInstance(1, 1); in testIncrement1() local
86 CounterImpl c = CounterImpl.getInstance(31, 5); in testIncrement2() local
94 ICounter c = CounterImpl.getInstance(30, 10); in testGetCoveredRatio1() local
101 ICounter c = CounterImpl.getInstance(20, 0); in testGetCoveredRatio2() local
108 ICounter c = CounterImpl.getInstance(0, 0); in testGetCoveredRatio3() local
115 ICounter c = CounterImpl.getInstance(10, 30); in testGetMissedRatio1() local
122 ICounter c = CounterImpl.getInstance(0, 20); in testGetMissedRatio2() local
[all …]
/external/python/cpython2/Lib/curses/
Dascii.py48 def _ctoi(c): argument
54 def isalnum(c): return isalpha(c) or isdigit(c) argument
55 def isalpha(c): return isupper(c) or islower(c) argument
56 def isascii(c): return _ctoi(c) <= 127 # ? argument
57 def isblank(c): return _ctoi(c) in (9, 32) argument
58 def iscntrl(c): return _ctoi(c) <= 31 or _ctoi(c) == 127 argument
59 def isdigit(c): return _ctoi(c) >= 48 and _ctoi(c) <= 57 argument
60 def isgraph(c): return _ctoi(c) >= 33 and _ctoi(c) <= 126 argument
61 def islower(c): return _ctoi(c) >= 97 and _ctoi(c) <= 122 argument
62 def isprint(c): return _ctoi(c) >= 32 and _ctoi(c) <= 126 argument
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_chan.h72 #define CHAN_TO_UBYTE(c) (c) argument
73 #define CHAN_TO_USHORT(c) (((c) << 8) | (c)) argument
74 #define CHAN_TO_SHORT(c) (((c) << 7) | ((c) >> 1)) argument
75 #define CHAN_TO_FLOAT(c) UBYTE_TO_FLOAT(c) argument
77 #define CLAMPED_FLOAT_TO_CHAN(c, f) CLAMPED_FLOAT_TO_UBYTE(c, f) argument
78 #define UNCLAMPED_FLOAT_TO_CHAN(c, f) UNCLAMPED_FLOAT_TO_UBYTE(c, f) argument
84 #define CHAN_TO_UBYTE(c) ((c) >> 8) argument
85 #define CHAN_TO_USHORT(c) (c) argument
86 #define CHAN_TO_SHORT(c) ((c) >> 1) argument
87 #define CHAN_TO_FLOAT(c) ((GLfloat) ((c) * (1.0 / CHAN_MAXF))) argument
[all …]

12345678910>>...238