Searched defs:cc (Results 251 - 275 of 489) sorted by relevance

<<11121314151617181920

/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c753 void rc_pair_regalloc(struct radeon_compiler *cc, void *user) argument
756 (struct r300_fragment_program_compiler*)cc;
761 s.C = cc;
762 s.NumInputs = rc_get_max_index(cc, RC_FILE_INPUT) + 1;
763 s.Input = memory_pool_malloc(&cc->Pool,
767 s.NumTemporaries = rc_get_max_index(cc, RC_FILE_TEMPORARY) + 1;
768 s.Temporary = memory_pool_malloc(&cc->Pool,
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp194 unsigned cc = flags & AF_CC_MASK; local
222 if (cv1.f < 0.0f && (cc == AF_CC_GT || cc == AF_CC_NE)) {
225 } else if (cv1.f <= 0.0f && cc == AF_CC_GE) {
230 if (cv1.f > 0.0f && (cc == AF_CC_GE || cc == AF_CC_E)) {
233 } else if (cv1.f >= 0.0f && cc == AF_CC_GT) {
238 } else if (cmp_type == AF_UINT_CMP && cv1.u == 0 && cc == AF_CC_GE) {
245 if (cv0.f <= 0.0f && cc == AF_CC_GT) {
248 } else if (cv0.f < 0.0f && (cc
881 unsigned cc = alu_cnd_flags & AF_CC_MASK; local
1126 invert_setcc_condition(unsigned cc, bool &swap_args) argument
1141 get_setcc_op(unsigned cc, unsigned cmp_type, bool int_dst) argument
1187 get_predsetcc_op(unsigned cc, unsigned cmp_type) argument
1223 get_killcc_op(unsigned cc, unsigned cmp_type) argument
1259 get_cndcc_op(unsigned cc, unsigned cmp_type) argument
1288 unsigned cc = flags & AF_CC_MASK; local
[all...]
/external/mksh/src/
H A Dshf.c613 unsigned char cc = (unsigned char)c; local
622 while ((n = write(shf->fd, &cc, 1)) != 1)
/external/one-true-awk/
H A Db.c776 struct charclass *cc; local
820 for (cc = charclasses; cc->cc_name; cc++)
821 if (strncmp((const char *) prestr + 1, (const char *) cc->cc_name, cc->cc_namelen) == 0)
823 if (cc->cc_name != NULL && prestr[1 + cc->cc_namelen] == ':' &&
824 prestr[2 + cc->cc_namelen] == ']') {
825 prestr += cc
[all...]
/external/pdfium/third_party/libtiff/
H A Dtif_lzw.c883 LZWEncode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) argument
919 if (ent == (hcode_t) -1 && cc > 0) {
926 ent = *bp++; cc--; incount++;
928 while (cc > 0) {
929 c = *bp++; cc--; incount++;
H A Dtif_pixarlog.c599 static int PixarLogEncode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s);
1119 PixarLogEncode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) argument
1133 n = cc / sizeof(float); /* XXX float == 32 bits */
1138 n = cc / sizeof(uint16); /* XXX uint16 == 16 bits */
1142 n = cc;
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_localevalue.cpp200 int32_t cc = 0; local
205 while (FXSYS_iswspace(str[cc]) && cc < len)
206 cc++;
208 if (cc >= len)
211 cc++;
214 cc++;
218 while (cc < len) {
219 if (str[cc] == '.' || !FXSYS_isDecimalDigit(str[cc]) ||
[all...]
/external/speex/libspeex/
H A Dsmallft.c116 static void dradf2(int ido,int l1,float *cc,float *ch,float *wa1){ argument
125 ch[t1<<1]=cc[t1]+cc[t2];
126 ch[(t1<<1)+t3-1]=cc[t1]-cc[t2];
146 tr2=wa1[i-2]*cc[t3-1]+wa1[i-1]*cc[t3];
147 ti2=wa1[i-2]*cc[t3]-wa1[i-1]*cc[t3-1];
148 ch[t6]=cc[t
171 dradf4(int ido,int l1,float *cc,float *ch,float *wa1, float *wa2,float *wa3) argument
273 dradfg(int ido,int ip,int l1,int idl1,float *cc,float *c1, float *c2,float *ch,float *ch2,float *wa) argument
636 dradb2(int ido,int l1,float *cc,float *ch,float *wa1) argument
688 dradb3(int ido,int l1,float *cc,float *ch,float *wa1, float *wa2) argument
751 dradb4(int ido,int l1,float *cc,float *ch,float *wa1, float *wa2,float *wa3) argument
842 dradbg(int ido,int ip,int l1,int idl1,float *cc,float *c1, float *c2,float *ch,float *ch2,float *wa) argument
[all...]
/external/toybox/toys/pending/
H A Ddiff.c418 int i, j, cc, cl; local
425 cc = fgetc(fp);
426 if (cc == EOF) {
430 if ((cc == '\t') && (toys.optflags & FLAG_t))
433 putchar(cc); //xputc has calls to fflush, it hurts performance badly.
/external/v8/testing/gmock/test/
H A Dgmock-spec-builders_test.cc203 MockCC cc; local
204 ON_CALL(cc, Method());
210 MockCC cc; local
211 ON_CALL(cc, Method()).WillByDefault(Return(42));
212 EXPECT_EQ(42, cc.Method());
217 MockCC cc; local
218 EXPECT_CALL(cc, Method());
219 cc.Method();
224 MockCC cc; local
225 EXPECT_CALL(cc, Metho
[all...]
/external/valgrind/coregrind/
H A Dm_oset.c116 const HChar* cc; // cost centre for allocator member in struct:_OSet
289 Alloc_Fn_t alloc_fn, const HChar* cc,
302 t = alloc_fn(cc, sizeof(AvlTree));
306 t->cc = cc;
318 Alloc_Fn_t alloc_fn, const HChar* cc,
325 t = VG_(OSetGen_Create) (keyOff, cmp, alloc_fn, cc, free_fn);
334 cc,
347 t = os->alloc_fn(os->cc, sizeof(AvlTree));
351 t->cc
288 OSetGen_Create(PtrdiffT keyOff, OSetCmp_t cmp, Alloc_Fn_t alloc_fn, const HChar* cc, Free_Fn_t free_fn) argument
317 OSetGen_Create_With_Pool(PtrdiffT keyOff, OSetCmp_t cmp, Alloc_Fn_t alloc_fn, const HChar* cc, Free_Fn_t free_fn, SizeT poolSize, SizeT maxEltSize) argument
364 OSetWord_Create(Alloc_Fn_t alloc_fn, const HChar* cc, Free_Fn_t free_fn) argument
[all...]
H A Dm_wordfm.c85 const HChar* cc; member in struct:_WordFM
506 const HChar* cc )
512 nyu = alloc_nofail(cc, sizeof(AvlNode));
537 alloc_nofail, cc );
541 alloc_nofail, cc );
550 const HChar* cc,
557 fm->cc = cc;
572 const HChar* cc,
576 WordFM* fm = alloc_nofail(cc, sizeo
548 initFM( WordFM* fm, void* (*alloc_nofail)( const HChar*, SizeT ), const HChar* cc, void (*dealloc)(void*), Word (*kCmp)(UWord,UWord) ) argument
571 newFM( void* (*alloc_nofail)( const HChar*, SizeT ), const HChar* cc, void (*dealloc)(void*), Word (*kCmp)(UWord,UWord) ) argument
837 newBag( void* (*alloc_nofail)( const HChar*, SizeT ), const HChar* cc, void (*dealloc)(void*) ) argument
[all...]
/external/valgrind/helgrind/
H A Dhg_wordset.c152 const HChar* cc; member in struct:_WordSetU
190 wv = wsu->alloc( wsu->cc, sizeof(WordVec) );
195 wv->words = wsu->alloc( wsu->cc, (SizeT)sz * sizeof(UWord) );
248 new_vec = wsu->alloc( wsu->cc, new_sz * sizeof(WordVec*) );
340 if (HG_DEBUG) VG_(printf)("aodW %s re-use free %d %p\n", wsu->cc, (Int)ws, wv_new );
348 if (HG_DEBUG) VG_(printf)("aodW %s %d %p\n", wsu->cc, (Int)wsu->ix2vec_used, wv_new );
357 const HChar* cc,
364 wsu = alloc_nofail( cc, sizeof(WordSetU) );
367 wsu->cc = cc;
356 newWordSetU( void* (*alloc_nofail)( const HChar*, SizeT ), const HChar* cc, void (*dealloc)(void*), Word cacheSize ) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.c905 static int country_match(const char *const cc[], const char *const country) argument
911 for (i = 0; cc[i]; i++) {
912 if (cc[i][0] == country[0] && cc[i][1] == country[1])
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.c905 static int country_match(const char *const cc[], const char *const country) argument
911 for (i = 0; cc[i]; i++) {
912 if (cc[i][0] == country[0] && cc[i][1] == country[1])
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_common.c905 static int country_match(const char *const cc[], const char *const country) argument
911 for (i = 0; cc[i]; i++) {
912 if (cc[i][0] == country[0] && cc[i][1] == country[1])
/external/aac/libMpegTPEnc/src/
H A Dtpenc_asc.cpp398 FDKwriteBits(hBs, 0, 4); /* No valid cc elements */
631 bits += 3 + 4; /* No (assoc data + valid cc) elements */
857 int extFlag, CODER_CONFIG *cc,
860 int usacConfigBits = cc->rawConfigBits;
863 ((usacConfigBits + 7) / 8 > (int)sizeof(cc->rawConfig))) {
866 FDKinitBitStream(&usacConf, cc->rawConfig, BUFSIZE_DUMMY_VALUE,
856 transportEnc_writeUsacSpecificConfig(HANDLE_FDK_BITSTREAM hBs, int extFlag, CODER_CONFIG *cc, CSTpCallBacks *cb) argument
/external/clang/test/Analysis/
H A Dpr22954.c167 struct cc { struct
176 struct cc c0;
/external/clang/test/SemaCXX/
H A Dattr-noreturn.cpp111 const CC& cc = CC(); local
H A Dfunctional-cast.cpp44 typedef const char cc; typedef
45 typedef cc *ccp;
H A Doverload-call.cpp232 void test_derived(B* b, B const* bc, C* c, const C* cc, void* v, D* d) { argument
236 char* d4 = derived1(cc);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cc1 //===-- tsan_interface_atomic.cc ------------------------------------------===//
416 T cc = *c; local
417 T pr = func_cas(a, cc, v);
424 if (pr == cc)
/external/curl/lib/vtls/
H A Dgskit.c712 CURLcode cc = CURLE_SEND_ERROR; local
716 cc = gskit_status(data,
720 if(cc == CURLE_OK)
722 cc = CURLE_SEND_ERROR;
724 if(cc != CURLE_OK) {
725 *curlcode = cc;
739 CURLcode cc = CURLE_RECV_ERROR; local
743 cc = gskit_status(data, gsk_secure_soc_read(BACKEND->handle,
747 switch(cc) {
751 cc
[all...]
/external/dtc/
H A Dchecks.c1014 struct check *cc = check_table[i]; local
1017 for (j = 0; j < cc->num_prereqs; j++)
1018 if (cc->prereq[j] == c)
1019 disable_warning_error(cc, warn, error);
/external/e2fsprogs/lib/ext2fs/
H A Dcsum.c193 struct ext2_dx_countlimit **cc,
230 if (cc)
231 *cc = c;
238 struct ext2_dx_countlimit **cc,
241 return __get_dx_countlimit(fs, dirent, cc, offset, 0);
191 __get_dx_countlimit(ext2_filsys fs, struct ext2_dir_entry *dirent, struct ext2_dx_countlimit **cc, int *offset, int need_swab) argument
236 ext2fs_get_dx_countlimit(ext2_filsys fs, struct ext2_dir_entry *dirent, struct ext2_dx_countlimit **cc, int *offset) argument

Completed in 633 milliseconds

<<11121314151617181920