Home
last modified time | relevance | path

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

12345678910>>...166

/external/libcxx/test/std/re/re.traits/
Dvalue.pass.cpp24 for (char c = 0; c < '0'; ++c) in main() local
30 for (char c = '0'; c < '8'; ++c) in main() local
36 for (char c = '8'; c < ':'; ++c) in main() local
42 for (char c = ':'; c < 'A'; ++c) in main() local
48 for (char c = 'A'; c < 'G'; ++c) in main() local
54 for (char c = 'G'; c < 'a'; ++c) in main() local
60 for (char c = 'a'; c < 'g'; ++c) in main() local
66 for (int c = 'g'; c < 256; ++c) in main() local
76 for (wchar_t c = 0; c < '0'; ++c) in main() local
82 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/mesa3d/src/glsl/
Dir_constant_expression.cpp68 for (unsigned c = 0; c < op0->type->components(); c++) in dot() local
161 for (unsigned c = 0; c < components; c++) in constant_expression_value() local
165 for (unsigned c = 0; c < components; c++) in constant_expression_value() local
175 for (unsigned c = 0; c < op[0]->type->components(); c++) in constant_expression_value() local
181 for (unsigned c = 0; c < op[0]->type->components(); c++) { in constant_expression_value() local
187 for (unsigned c = 0; c < op[0]->type->components(); c++) { in constant_expression_value() local
193 for (unsigned c = 0; c < op[0]->type->components(); c++) { in constant_expression_value() local
199 for (unsigned c = 0; c < op[0]->type->components(); c++) { in constant_expression_value() local
205 for (unsigned c = 0; c < op[0]->type->components(); c++) { in constant_expression_value() local
211 for (unsigned c = 0; c < op[0]->type->components(); c++) { in constant_expression_value() local
[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/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 …]
Demacs.c55 em_delete_or_list(EditLine *el, Int c) in em_delete_or_list()
91 em_delete_next_word(EditLine *el, Int c __attribute__((__unused__))) in em_delete_next_word()
120 em_yank(EditLine *el, Int c __attribute__((__unused__))) in em_yank()
156 em_kill_line(EditLine *el, Int c __attribute__((__unused__))) in em_kill_line()
178 em_kill_region(EditLine *el, Int c __attribute__((__unused__))) in em_kill_region()
211 em_copy_region(EditLine *el, Int c __attribute__((__unused__))) in em_copy_region()
240 em_gosmacs_transpose(EditLine *el, Int c) in em_gosmacs_transpose()
260 em_next_word(EditLine *el, Int c __attribute__((__unused__))) in em_next_word()
285 em_upper_case(EditLine *el, Int c __attribute__((__unused__))) in em_upper_case()
309 em_capitol_case(EditLine *el, Int c __attribute__((__unused__))) in em_capitol_case()
[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/icu/icu4c/source/common/
Duchar.c41 #define GET_PROPS(c, result) ((result)=UTRIE2_GET16(&propsTrie, c)); argument
55 u_charType(UChar32 c) { in u_charType()
95 u_islower(UChar32 c) { in u_islower()
103 u_isupper(UChar32 c) { in u_isupper()
111 u_istitle(UChar32 c) { in u_istitle()
119 u_isdigit(UChar32 c) { in u_isdigit()
126 u_isxdigit(UChar32 c) { in u_isxdigit()
143 u_isalpha(UChar32 c) { in u_isalpha()
150 u_isUAlphabetic(UChar32 c) { in u_isUAlphabetic()
156 u_isalnum(UChar32 c) { in u_isalnum()
[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/clang/test/CodeGen/
Dfma4-builtins.c8 __m128 test_mm_macc_ps(__m128 a, __m128 b, __m128 c) { in test_mm_macc_ps()
13 __m128d test_mm_macc_pd(__m128d a, __m128d b, __m128d c) { in test_mm_macc_pd()
18 __m128 test_mm_macc_ss(__m128 a, __m128 b, __m128 c) { in test_mm_macc_ss()
23 __m128d test_mm_macc_sd(__m128d a, __m128d b, __m128d c) { in test_mm_macc_sd()
28 __m128 test_mm_msub_ps(__m128 a, __m128 b, __m128 c) { in test_mm_msub_ps()
33 __m128d test_mm_msub_pd(__m128d a, __m128d b, __m128d c) { in test_mm_msub_pd()
38 __m128 test_mm_msub_ss(__m128 a, __m128 b, __m128 c) { in test_mm_msub_ss()
43 __m128d test_mm_msub_sd(__m128d a, __m128d b, __m128d c) { in test_mm_msub_sd()
48 __m128 test_mm_nmacc_ps(__m128 a, __m128 b, __m128 c) { in test_mm_nmacc_ps()
53 __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/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/mesa3d/src/mesa/swrast/
Ds_chan.h71 #define CHAN_TO_UBYTE(c) (c) argument
72 #define CHAN_TO_USHORT(c) (((c) << 8) | (c)) argument
73 #define CHAN_TO_SHORT(c) (((c) << 7) | ((c) >> 1)) argument
74 #define CHAN_TO_FLOAT(c) UBYTE_TO_FLOAT(c) argument
76 #define CLAMPED_FLOAT_TO_CHAN(c, f) CLAMPED_FLOAT_TO_UBYTE(c, f) argument
77 #define UNCLAMPED_FLOAT_TO_CHAN(c, f) UNCLAMPED_FLOAT_TO_UBYTE(c, f) argument
83 #define CHAN_TO_UBYTE(c) ((c) >> 8) argument
84 #define CHAN_TO_USHORT(c) (c) argument
85 #define CHAN_TO_SHORT(c) ((c) >> 1) argument
86 #define CHAN_TO_FLOAT(c) ((GLfloat) ((c) * (1.0 / CHAN_MAXF))) argument
[all …]
/external/icu/icu4c/source/common/unicode/
Dutf.h125 #define U_IS_UNICODE_NONCHAR(c) \ argument
147 #define U_IS_UNICODE_CHAR(c) \ argument
159 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) argument
167 #define U_IS_SUPPLEMENTARY(c) ((uint32_t)((c)-0x10000)<=0xfffff) argument
175 #define U_IS_LEAD(c) (((c)&0xfffffc00)==0xd800) argument
183 #define U_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00) argument
191 #define U_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800) argument
200 #define U_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) argument
209 #define U_IS_SURROGATE_TRAIL(c) (((c)&0x400)!=0) argument
/external/apache-xml/src/main/java/org/apache/xml/utils/
DXMLChar.java349 public static boolean isSupplemental(int c) { in isSupplemental()
369 public static char highSurrogate(int c) { in highSurrogate()
378 public static char lowSurrogate(int c) { in lowSurrogate()
387 public static boolean isHighSurrogate(int c) { in isHighSurrogate()
396 public static boolean isLowSurrogate(int c) { in isLowSurrogate()
411 public static boolean isValid(int c) { in isValid()
421 public static boolean isInvalid(int c) { in isInvalid()
430 public static boolean isContent(int c) { in isContent()
441 public static boolean isMarkup(int c) { in isMarkup()
451 public static boolean isSpace(int c) { in isSpace()
[all …]
/external/clang/include/clang/Basic/
DCharInfo.h43 LLVM_READNONE static inline bool isASCII(char c) { in isASCII()
71 LLVM_READONLY static inline bool isHorizontalWhitespace(unsigned char c) { in isHorizontalWhitespace()
79 LLVM_READONLY static inline bool isVerticalWhitespace(unsigned char c) { in isVerticalWhitespace()
88 LLVM_READONLY static inline bool isWhitespace(unsigned char c) { in isWhitespace()
94 LLVM_READONLY static inline bool isDigit(unsigned char c) { in isDigit()
100 LLVM_READONLY static inline bool isLowercase(unsigned char c) { in isLowercase()
106 LLVM_READONLY static inline bool isUppercase(unsigned char c) { in isUppercase()
112 LLVM_READONLY static inline bool isLetter(unsigned char c) { in isLetter()
118 LLVM_READONLY static inline bool isAlphanumeric(unsigned char c) { in isAlphanumeric()
124 LLVM_READONLY static inline bool isHexDigit(unsigned char c) { in isHexDigit()
[all …]
/external/libcxx/include/support/xlocale/
Dxlocale.h25 static inline int isalnum_l(int c, locale_t) { in isalnum_l()
29 static inline int isalpha_l(int c, locale_t) { in isalpha_l()
33 static inline int isblank_l(int c, locale_t) { in isblank_l()
37 static inline int iscntrl_l(int c, locale_t) { in iscntrl_l()
41 static inline int isdigit_l(int c, locale_t) { in isdigit_l()
45 static inline int isgraph_l(int c, locale_t) { in isgraph_l()
49 static inline int islower_l(int c, locale_t) { in islower_l()
53 static inline int isprint_l(int c, locale_t) { in isprint_l()
57 static inline int ispunct_l(int c, locale_t) { in ispunct_l()
61 static inline int isspace_l(int c, locale_t) { in isspace_l()
[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()
39 inline bool IsDecimalDigit(uc32 c) { in IsDecimalDigit()
45 inline bool IsHexDigit(uc32 c) { in IsHexDigit()
51 inline bool IsOctalDigit(uc32 c) { in IsOctalDigit()
57 inline bool IsBinaryDigit(uc32 c) { in IsBinaryDigit()
63 inline bool IsRegExpWord(uc16 c) { in IsRegExpWord()
70 inline bool IsRegExpNewline(uc16 c) { in IsRegExpNewline()
/external/libvncserver/vncterm/
DVNConsole.c26 void MakeColourMap16(vncConsolePtr c) in MakeColourMap16()
38 void vcDrawOrHideCursor(vncConsolePtr c) in vcDrawOrHideCursor()
51 void vcDrawCursor(vncConsolePtr c) in vcDrawCursor()
59 void vcHideCursor(vncConsolePtr c) in vcHideCursor()
68 vncConsolePtr c=(vncConsolePtr)cl->screen->screenData; in vcMakeSureCursorIsDrawn() local
80 vncConsolePtr c=(vncConsolePtr)malloc(sizeof(vncConsole)); in vcGetConsole() local
148 void vcScroll(vncConsolePtr c,int lineCount) in vcScroll()
201 void vcCheckCoordinates(vncConsolePtr c) in vcCheckCoordinates()
217 void vcPutChar(vncConsolePtr c,unsigned char ch) in vcPutChar()
228 void vcPutCharColour(vncConsolePtr c,unsigned char ch,unsigned char foreColour,unsigned char backCo… in vcPutCharColour()
[all …]
/external/v8/test/webkit/fast/js/
Dfunction-apply.js26 function argumentsApply1(a, b, c) argument
28 function t(a, b, c) argument
35 function argumentsApply2(a, b, c) argument
37 function t(a, b, c) argument
44 function argumentsApply3(a, b, c) argument
46 function t(a, b, c) argument
53 function argumentsApplyLength(a, b, c) argument
55 function t(a, b, c) argument
62 function argumentsApplyExcessArguments(a, b, c) argument
64 function t(a, b, c) argument
[all …]
Darguments.js28 function access_1(a, b, c) argument
33 function access_2(a, b, c) argument
38 function access_3(a, b, c) argument
43 function access_4(a, b, c) argument
48 function access_5(a, b, c) argument
104 function f(a, b, c) argument
109 function tear_off_equal_access_1(a, b, c) argument
114 function tear_off_equal_access_2(a, b, c) argument
119 function tear_off_equal_access_3(a, b, c) argument
124 function tear_off_equal_access_4(a, b, c) argument
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_alu.c43 struct radeon_compiler * c, struct rc_instruction * after, in emit1()
60 struct radeon_compiler * c, struct rc_instruction * after, in emit2()
79 struct radeon_compiler * c, struct rc_instruction * after, in emit3()
216 static struct rc_dst_register try_to_reuse_dst(struct radeon_compiler *c, in try_to_reuse_dst()
229 static void transform_ABS(struct radeon_compiler* c, in transform_ABS()
239 static void transform_CEIL(struct radeon_compiler* c, in transform_CEIL()
259 static void transform_CLAMP(struct radeon_compiler *c, in transform_CLAMP()
275 static void transform_DP2(struct radeon_compiler* c, in transform_DP2()
290 static void transform_DPH(struct radeon_compiler* c, in transform_DPH()
305 static void transform_DST(struct radeon_compiler* c, in transform_DST()
[all …]

12345678910>>...166