Searched refs:cc (Results 1 - 25 of 1121) sorted by relevance

1234567891011>>

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A Ducdata.h125 #define ucisalpha(cc) ucisprop(cc, UC_LU|UC_LL|UC_LM|UC_LO|UC_LT, 0)
126 #define ucisdigit(cc) ucisprop(cc, UC_ND, 0)
127 #define ucisalnum(cc) ucisprop(cc, UC_LU|UC_LL|UC_LM|UC_LO|UC_LT|UC_ND, 0)
128 #define uciscntrl(cc) ucisprop(cc, UC_CC|UC_CF, 0)
129 #define ucisspace(cc) ucisprop(cc, UC_Z
[all...]
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLTokenizer.cpp62 static inline UChar toLowerCase(UChar cc) argument
64 ASSERT(isASCIIUpper(cc));
66 return cc + lowerCaseOffset;
160 cc = m_inputStreamPreprocessor.nextInputCharacter(); \
193 UChar cc = m_inputStreamPreprocessor.nextInputCharacter();
198 if (cc == '&')
200 else if (cc == '<') {
207 } else if (cc == kEndOfFileMarker)
210 bufferCharacter(cc);
224 if (cc
1600 addToPossibleEndTag(LChar cc) argument
[all...]
H A DHTMLEntityParser.cpp47 static inline bool isAlphaNumeric(UChar cc) argument
49 return (cc >= '0' && cc <= '9') || (cc >= 'a' && cc <= 'z') || (cc >= 'A' && cc <= 'Z');
73 inline static bool consumeNamedEntity(SegmentedString& source, StringBuilder& decodedEntity, bool& notEnoughCharacters, UChar additionalAllowedCharacter, UChar& cc) argument
78 cc = source.currentChar();
79 entitySearch.advance(cc);
[all...]
/macosx-10.10/vim-55/runtime/macros/maze/
H A DMakefile4 cc -o maze mazeansi.c
7 cc -o mazeclean mazeclean.c
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/
H A DCMakeLists.txt37 googletest/gtest.cc
38 googletest/gtest-death-test.cc
39 googletest/gtest-filepath.cc
40 googletest/gtest-port.cc
41 googletest/gtest-printers.cc
42 googletest/gtest-test-part.cc
43 googletest/gtest-typed-test.cc
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dcubetype.sh149 Cube_t cc
150 cc[2]=(x=2 y=3 name=two colors+=([table]=white) items+=(pencil) z=6)
151 [[ ${cc[0].x} == 8 ]] || err_exit 'cc[0].x !=8'
152 [[ ${cc[2].y} == 3 ]] || err_exit '${cc[2].y} != 3'
153 (( cc[2].y == 3 )) || err_exit '(( cc[2].y != 3))'
154 [[ ${cc[2].colors[table]} == white ]] || err_exit '${cc[
[all...]
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DWebVTTTokenizer.cpp50 cc = m_inputStreamPreprocessor.nextInputCharacter(); \
95 UChar cc = m_inputStreamPreprocessor.nextInputCharacter();
96 if (cc == kEndOfFileMarker) {
119 if (cc == '&') {
120 buffer.append(static_cast<LChar>(cc));
122 } else if (cc == '<') {
130 } else if (cc == kEndOfFileMarker)
133 result.append(cc);
140 if (cc == ';') {
154 buffer.append(static_cast<LChar>(cc));
[all...]
/macosx-10.10/WebCore-7600.1.25/xml/parser/
H A DCharacterReferenceParserInlines.h34 inline bool isHexDigit(UChar cc) argument
36 return (cc >= '0' && cc <= '9') || (cc >= 'a' && cc <= 'f') || (cc >= 'A' && cc <= 'F');
71 UChar cc = source.currentChar(); local
74 if (cc == '\x09' || cc
[all...]
H A DMarkupTokenizerInlines.h35 inline bool isTokenizerWhitespace(UChar cc) argument
37 return cc == ' ' || cc == '\x0A' || cc == '\x09' || cc == '\x0C';
76 cc = m_inputStreamPreprocessor.nextInputCharacter(); \
89 cc = m_inputStreamPreprocessor.nextInputCharacter(); \
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dconvtest.cpp88 ConversionCase cc; local
114 cc.caseNr=i;
118 cc.charset=charset;
120 cc.bytes=testCase->getBinary(cc.bytesLength, "bytes", errorCode);
122 cc.unicode=unicode.getBuffer();
123 cc.unicodeLength=unicode.length();
126 cc.offsets=testCase->getIntVector(offsetsLength, "offsets", errorCode);
128 cc.offsets=NULL;
135 cc
200 ConversionCase cc; local
758 stepToUnicode(ConversionCase &cc, UConverter *cnv, UChar *result, int32_t resultCapacity, int32_t *resultOffsets, int32_t step, UErrorCode *pErrorCode) argument
948 ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option) argument
1075 checkToUnicode(ConversionCase &cc, UConverter *cnv, const char *name, const UChar *result, int32_t resultLength, const int32_t *resultOffsets, UErrorCode resultErrorCode) argument
1159 stepFromUTF8(ConversionCase &cc, UConverter *utf8Cnv, UConverter *cnv, char *result, int32_t resultCapacity, int32_t step, UErrorCode *pErrorCode) argument
1265 stepFromUnicode(ConversionCase &cc, UConverter *cnv, char *result, int32_t resultCapacity, int32_t *resultOffsets, int32_t step, UErrorCode *pErrorCode) argument
1352 FromUnicodeCase(ConversionCase &cc, UConverterFromUCallback callback, const char *option) argument
1526 checkFromUnicode(ConversionCase &cc, UConverter *cnv, const char *name, const uint8_t *result, int32_t resultLength, const int32_t *resultOffsets, UErrorCode resultErrorCode) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/ripemd/
H A Drmd128.c47 dword aa = MDbuf[0], bb = MDbuf[1], cc = MDbuf[2], dd = MDbuf[3]; local
51 FF(aa, bb, cc, dd, X[ 0], 11);
52 FF(dd, aa, bb, cc, X[ 1], 14);
53 FF(cc, dd, aa, bb, X[ 2], 15);
54 FF(bb, cc, dd, aa, X[ 3], 12);
55 FF(aa, bb, cc, dd, X[ 4], 5);
56 FF(dd, aa, bb, cc, X[ 5], 8);
57 FF(cc, dd, aa, bb, X[ 6], 7);
58 FF(bb, cc, dd, aa, X[ 7], 9);
59 FF(aa, bb, cc, d
[all...]
H A Drmd160.c46 dword aa = MDbuf[0], bb = MDbuf[1], cc = MDbuf[2], local
52 FF(aa, bb, cc, dd, ee, X[ 0], 11);
53 FF(ee, aa, bb, cc, dd, X[ 1], 14);
54 FF(dd, ee, aa, bb, cc, X[ 2], 15);
55 FF(cc, dd, ee, aa, bb, X[ 3], 12);
56 FF(bb, cc, dd, ee, aa, X[ 4], 5);
57 FF(aa, bb, cc, dd, ee, X[ 5], 8);
58 FF(ee, aa, bb, cc, dd, X[ 6], 7);
59 FF(dd, ee, aa, bb, cc, X[ 7], 9);
60 FF(cc, d
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_next.c52 tsize_t cc; local
62 for (op = buf, cc = occ; cc-- > 0;)
66 cc = tif->tif_rawcc;
69 n = *bp++, cc--;
75 if (cc < scanline)
79 cc -= scanline;
89 if (cc < 4+n || off+n > scanline)
93 cc -= 4+n;
119 if (cc
[all...]
H A Dtif_dumpmode.c38 DumpModeEncode(TIFF* tif, tidata_t pp, tsize_t cc, tsample_t s) argument
41 while (cc > 0) {
44 n = cc;
59 cc -= n;
71 DumpModeDecode(TIFF* tif, tidata_t buf, tsize_t cc, tsample_t s) argument
75 /* (long) tif->tif_row, (long) tif->tif_rawcc, (long) cc); */
76 if (tif->tif_rawcc < cc) {
87 _TIFFmemcpy(buf, tif->tif_rawcp, cc);
88 tif->tif_rawcp += cc;
89 tif->tif_rawcc -= cc;
[all...]
/macosx-10.10/screen-22/screen/etc/
H A Dccdefs5 CC=cc
16 cc=$1
24 strings - "$cc" 2>/dev/null | tr ' ' '\012' > ${TEMP}.x
45 echo "Defines in cc are:"
46 cc -E ${TEMP}.c | sed -n -e 's/"\([^:]*\)":/\1:/p' | sort | uniq
/macosx-10.10/CrackLib-37765/cracklib27/util/
H A DMakefile24 cc $(CFLAGS) -o $@ $@.o $(LIBS)
27 cc $(CFLAGS) -o $@ $@.o $(LIBS)
30 cc $(CFLAGS) -o $@ $@.o $(LIBS)
33 cc $(CFLAGS) -o $@ $@.o $(LIBS)
36 cc $(CFLAGS) -o $@ $@.o $(LIBS)
/macosx-10.10/OpenSSH-189/openssh/
H A Dcipher.c225 cipher_init(CipherContext *cc, Cipher *cipher, argument
247 cc->plaintext = (cipher->number == SSH_CIPHER_NONE);
248 cc->encrypt = do_encrypt;
256 cc->cipher = cipher;
260 EVP_CIPHER_CTX_init(&cc->evp);
267 EVP_CipherInit(&cc->evp, type, (u_char *)key, (u_char *)iv,
270 if (EVP_CipherInit(&cc->evp, type, NULL, (u_char *)iv,
275 !EVP_CIPHER_CTX_ctrl(&cc->evp, EVP_CTRL_GCM_SET_IV_FIXED,
279 klen = EVP_CIPHER_CTX_key_length(&cc->evp);
282 if (EVP_CIPHER_CTX_set_key_length(&cc
314 cipher_crypt(CipherContext *cc, u_char *dest, const u_char *src, u_int len, u_int aadlen, u_int authlen) argument
359 cipher_cleanup(CipherContext *cc) argument
371 cipher_set_key_string(CipherContext *cc, Cipher *cipher, const char *passphrase, int do_encrypt) argument
394 cipher_get_keyiv_len(const CipherContext *cc) argument
407 cipher_get_keyiv(CipherContext *cc, u_char *iv, u_int len) argument
443 cipher_set_keyiv(CipherContext *cc, u_char *iv) argument
476 cipher_get_keycontext(const CipherContext *cc, u_char *dat) argument
491 cipher_set_keycontext(CipherContext *cc, u_char *dat) argument
[all...]
/macosx-10.10/pcre-7/pcre/
H A Dpcre_study.c84 register uschar *cc = (uschar *)code + 1 + LINK_SIZE; local
86 if (*code == OP_CBRA || *code == OP_SCBRA) cc += 2;
95 register int op = *cc;
106 cs = cc + GET(cc, 1);
109 cc = cs + 1 + LINK_SIZE;
121 d = find_minlength(cc, startcode, options);
124 do cc += GET(cc, 1); while (*cc
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dcmscipher.c72 void * cc; /* CSP CONTEXT */ member in struct:SecCmsCipherContextStr
185 SecCmsCipherContextRef cc; local
455 cc = (SecCmsCipherContextRef)PORT_ZAlloc(sizeof(SecCmsCipherContext));
456 if (cc == NULL)
459 cc->cc = ciphercc;
460 cc->encrypt = encrypt;
462 cc->block_size =cipher_blocksize;
464 return cc;
489 SecCmsCipherContextRef cc;
689 SecCmsCipherContextDestroy(SecCmsCipherContextRef cc) argument
703 SecCmsCipherContextLength(SecCmsCipherContextRef cc, unsigned int input_len, Boolean final, Boolean encrypt) argument
743 SecCmsCipherContextDecryptLength(SecCmsCipherContextRef cc, unsigned int input_len, Boolean final) argument
805 SecCmsCipherContextEncryptLength(SecCmsCipherContextRef cc, unsigned int input_len, Boolean final) argument
853 SecCmsCipherContextCrypt(SecCmsCipherContextRef cc, unsigned char *output, unsigned int *output_len_p, unsigned int max_output_len, const unsigned char *input, unsigned int input_len, Boolean final, Boolean encrypt) argument
930 SecCmsCipherContextDecrypt(SecCmsCipherContextRef cc, unsigned char *output, unsigned int *output_len_p, unsigned int max_output_len, const unsigned char *input, unsigned int input_len, Boolean final) argument
1148 SecCmsCipherContextEncrypt(SecCmsCipherContextRef cc, unsigned char *output, unsigned int *output_len_p, unsigned int max_output_len, const unsigned char *input, unsigned int input_len, Boolean final) argument
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dcmscipher.c72 void * cc; /* CSP CONTEXT */ member in struct:SecCmsCipherContextStr
185 SecCmsCipherContextRef cc; local
455 cc = (SecCmsCipherContextRef)PORT_ZAlloc(sizeof(SecCmsCipherContext));
456 if (cc == NULL)
459 cc->cc = ciphercc;
460 cc->encrypt = encrypt;
462 cc->block_size =cipher_blocksize;
464 return cc;
489 SecCmsCipherContextRef cc;
689 SecCmsCipherContextDestroy(SecCmsCipherContextRef cc) argument
703 SecCmsCipherContextLength(SecCmsCipherContextRef cc, unsigned int input_len, Boolean final, Boolean encrypt) argument
743 SecCmsCipherContextDecryptLength(SecCmsCipherContextRef cc, unsigned int input_len, Boolean final) argument
805 SecCmsCipherContextEncryptLength(SecCmsCipherContextRef cc, unsigned int input_len, Boolean final) argument
853 SecCmsCipherContextCrypt(SecCmsCipherContextRef cc, unsigned char *output, unsigned int *output_len_p, unsigned int max_output_len, const unsigned char *input, unsigned int input_len, Boolean final, Boolean encrypt) argument
930 SecCmsCipherContextDecrypt(SecCmsCipherContextRef cc, unsigned char *output, unsigned int *output_len_p, unsigned int max_output_len, const unsigned char *input, unsigned int input_len, Boolean final) argument
1148 SecCmsCipherContextEncrypt(SecCmsCipherContextRef cc, unsigned char *output, unsigned int *output_len_p, unsigned int max_output_len, const unsigned char *input, unsigned int input_len, Boolean final) argument
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcmscipher.c72 void * cc; /* CSP CONTEXT */ member in struct:SecCmsCipherContextStr
185 SecCmsCipherContextRef cc; local
455 cc = (SecCmsCipherContextRef)PORT_ZAlloc(sizeof(SecCmsCipherContext));
456 if (cc == NULL)
459 cc->cc = ciphercc;
460 cc->encrypt = encrypt;
462 cc->block_size =cipher_blocksize;
464 return cc;
489 SecCmsCipherContextRef cc;
689 SecCmsCipherContextDestroy(SecCmsCipherContextRef cc) argument
703 SecCmsCipherContextLength(SecCmsCipherContextRef cc, unsigned int input_len, Boolean final, Boolean encrypt) argument
743 SecCmsCipherContextDecryptLength(SecCmsCipherContextRef cc, unsigned int input_len, Boolean final) argument
805 SecCmsCipherContextEncryptLength(SecCmsCipherContextRef cc, unsigned int input_len, Boolean final) argument
853 SecCmsCipherContextCrypt(SecCmsCipherContextRef cc, unsigned char *output, unsigned int *output_len_p, unsigned int max_output_len, const unsigned char *input, unsigned int input_len, Boolean final, Boolean encrypt) argument
930 SecCmsCipherContextDecrypt(SecCmsCipherContextRef cc, unsigned char *output, unsigned int *output_len_p, unsigned int max_output_len, const unsigned char *input, unsigned int input_len, Boolean final) argument
1148 SecCmsCipherContextEncrypt(SecCmsCipherContextRef cc, unsigned char *output, unsigned int *output_len_p, unsigned int max_output_len, const unsigned char *input, unsigned int input_len, Boolean final) argument
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DARMAssembler.h326 void bitAnd(int rd, int rn, ARMWord op2, Condition cc = AL)
328 emitInstruction(toARMWord(cc) | AND, rd, rn, op2);
331 void bitAnds(int rd, int rn, ARMWord op2, Condition cc = AL)
333 emitInstruction(toARMWord(cc) | AND | SetConditionalCodes, rd, rn, op2);
336 void eor(int rd, int rn, ARMWord op2, Condition cc = AL)
338 emitInstruction(toARMWord(cc) | EOR, rd, rn, op2);
341 void eors(int rd, int rn, ARMWord op2, Condition cc = AL)
343 emitInstruction(toARMWord(cc) | EOR | SetConditionalCodes, rd, rn, op2);
346 void sub(int rd, int rn, ARMWord op2, Condition cc = AL)
348 emitInstruction(toARMWord(cc) | SU
1159 toARMWord(Condition cc) argument
[all...]
/macosx-10.10/Libc-1044.1.2/locale/FreeBSD/
H A Dbtowc.c41 char cc; local
52 cc = (char)c;
53 if (loc->__lc_ctype->__mbrtowc(&wc, &cc, 1, &mbs, loc) > 1)
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A DMakefile47 cc ld ldd :PACKAGE_INIT: mamake.c proto.c ratz.c release.c
51 cc.specialize cc.pentium4 \
53 cc.darwin.i386 cc.darwin.i386-64 cc.darwin ldd.darwin \
54 cc.hp.ia64 cc.hp.pa cc.hp.pa64 ld.hp.pa ldd.hp.pa \
55 cc
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A Dcmscipher.c64 CSSM_CC_HANDLE cc; /* CSP CONTEXT */ member in struct:SecCmsCipherContextStr
162 SecCmsCipherContextRef cc; local
381 cc = (SecCmsCipherContextRef)PORT_ZAlloc(sizeof(SecCmsCipherContext));
382 if (cc == NULL)
385 cc->cc = ciphercc;
386 cc->encrypt = encrypt;
388 return cc;
409 SecCmsCipherContextRef cc;
462 cc
609 SecCmsCipherContextDestroy(SecCmsCipherContextRef cc) argument
619 SecCmsCipherContextLength(SecCmsCipherContextRef cc, unsigned int input_len, Boolean final, Boolean encrypt) argument
655 SecCmsCipherContextDecryptLength(SecCmsCipherContextRef cc, size_t input_len, Boolean final) argument
717 SecCmsCipherContextEncryptLength(SecCmsCipherContextRef cc, size_t input_len, Boolean final) argument
765 SecCmsCipherContextCrypt(SecCmsCipherContextRef cc, unsigned char *output, size_t *output_len_p, size_t max_output_len, const unsigned char *input, size_t input_len, Boolean final, Boolean encrypt) argument
834 SecCmsCipherContextDecrypt(SecCmsCipherContextRef cc, unsigned char *output, size_t *output_len_p, size_t max_output_len, const unsigned char *input, size_t input_len, Boolean final) argument
1052 SecCmsCipherContextEncrypt(SecCmsCipherContextRef cc, unsigned char *output, size_t *output_len_p, size_t max_output_len, const unsigned char *input, size_t input_len, Boolean final) argument
[all...]

Completed in 647 milliseconds

1234567891011>>