Home
last modified time | relevance | path

Searched defs:_c (Results 1 – 23 of 23) sorted by relevance

/external/llvm/test/MC/MachO/
Dempty-dwarf-lines.s9 .globl _c ## @c symbol
10 _c: label
Dtls.s11 .globl _c symbol
12 _c: label
Dindirect-symbols.s4 _c = 0 define
Ddarwin-complex-difference.s13 _c: label
/external/llvm/test/MC/AsmParser/
Dmacros.s72 .macro test9 _a _b _c
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_tile_soa.h75 #define TILE_PIXEL(_p, _x, _y, _c) ((_p)[tile_pixel_offset(_x, _y, _c)]) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tile_soa.h75 #define TILE_PIXEL(_p, _x, _y, _c) ((_p)[tile_pixel_offset(_x, _y, _c)]) argument
/external/opencv/cv/src/
Dcvpyrsegmentation.cpp563 Cv32suf _c; in icvPyrSegmentation8uC1R() local
995 Cv32suf _c; in icvPyrSegmentation8uC3R() local
1430 Cv32suf _c; in icvSegmentClusterC1() local
1540 Cv32suf _c; in icvSegmentClusterC1() local
1609 Cv32suf _c; in icvSegmentClusterC3() local
1731 Cv32suf _c; in icvSegmentClusterC3() local
Dcvlinefit.cpp294 icvWeightHuber( float *d, int count, float *w, float _c ) in icvWeightHuber()
310 icvWeightFair( float *d, int count, float *w, float _c ) in icvWeightFair()
322 icvWeightWelsch( float *d, int count, float *w, float _c ) in icvWeightWelsch()
Dcvgeometry.cpp130 icvCreateCenterNormalLine( CvSubdiv2DEdge edge, double *_a, double *_b, double *_c ) in icvCreateCenterNormalLine()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DRecognitionException.cs98 private int _c; field in Antlr.Runtime.RecognitionException
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DRecognitionException.cs100 private int _c; field in Antlr.Runtime.RecognitionException
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
Dchrome_ex_oauthsimple.js397 …rn(m<<16)|(l&0xFFFF);}function _r(n,c){return(n<<c)|(n>>>(32-c));}function _c(x,l){x[l>>5]|=0x80<<… function
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
Dchrome_ex_oauthsimple.js397 …rn(m<<16)|(l&0xFFFF);}function _r(n,c){return(n<<c)|(n>>>(32-c));}function _c(x,l){x[l>>5]|=0x80<<… function
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
Dchrome_ex_oauthsimple.js397 …rn(m<<16)|(l&0xFFFF);}function _r(n,c){return(n<<c)|(n>>>(32-c));}function _c(x,l){x[l>>5]|=0x80<<… function
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
Dchrome_ex_oauthsimple.js397 …rn(m<<16)|(l&0xFFFF);}function _r(n,c){return(n<<c)|(n>>>(32-c));}function _c(x,l){x[l>>5]|=0x80<<… function
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
Dchrome_ex_oauthsimple.js397 …rn(m<<16)|(l&0xFFFF);}function _r(n,c){return(n<<c)|(n>>>(32-c));}function _c(x,l){x[l>>5]|=0x80<<… function
/external/chromium_org/third_party/opus/src/celt/
Dentenc.c82 static void ec_enc_carry_out(ec_enc *_this,int _c){ in ec_enc_carry_out()
/external/clang/test/CodeGenCXX/
Dmangle-ms.cpp34 int _c(void) {return N::anonymous + c;} in _c() function
/external/valgrind/main/VEX/priv/
Dguest_amd64_helpers.c2161 # define SET_ABCD(_a,_b,_c,_d) \ in amd64g_dirtyhelper_CPUID_baseline() argument
2245 # define SET_ABCD(_a,_b,_c,_d) \ in amd64g_dirtyhelper_CPUID_sse3_and_cx16() argument
2367 # define SET_ABCD(_a,_b,_c,_d) \ in amd64g_dirtyhelper_CPUID_sse42_and_cx16() argument
2521 # define SET_ABCD(_a,_b,_c,_d) \ in amd64g_dirtyhelper_CPUID_avx_and_cx16() argument
Dguest_x86_helpers.c2271 # define SET_ABCD(_a,_b,_c,_d) \ in x86g_dirtyhelper_CPUID_sse2() argument
/external/libvpx/libvpx/
Dy4minput.c110 #define OC_CLAMPI(_a,_b,_c) (OC_MAXI(_a,OC_MINI(_b,_c))) argument
/external/opencv/cxcore/src/
Dcxmatmul.cpp1177 const uchar* _c = C->data.ptr + i*c_step0 + j*c_step1; in cvGEMM() local