Home
last modified time | relevance | path

Searched defs:g11 (Results 1 – 19 of 19) sorted by relevance

/external/clang/test/Sema/
Dprivate-extern.c48 __private_extern__ int g11; in f5() local
49 __private_extern__ int g11; in f5() local
/external/libopus/celt/
Dcelt.c90 opus_val16 g10, opus_val16 g11, opus_val16 g12) in comb_filter_const()
120 opus_val16 g00, g01, g02, g10, g11, g12; in comb_filter() local
/external/libopus/celt/x86/
Dpitch_sse.h106 opus_val16 g10, opus_val16 g11, opus_val16 g12) in comb_filter_const()
/external/clang/test/CodeGenCXX/
Dpr12251.cpp87 enum e11 g11(enum e11 *x) { in g11() function
/external/clang/test/CodeGen/
Dtbaa-class.cpp173 uint32_t g11(StructC *C, StructD *D, uint64_t count) { in g11() function
Dregparm-struct.c101 void g11(void) { in g11() function
Dconst-init.c70 long g11() { in g11() function
Dtbaa.cpp167 uint32_t g11(StructC *C, StructD *D, uint64_t count) { in g11() function
/external/clang/test/CodeGenObjC/
Dencode-test.m167 const char g11[] = @encode(void); function
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_fdct16x16_msa.c20 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; in fadst16_cols_step1_msa() local
206 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; in fadst16_rows_step1_msa() local
/external/dng_sdk/source/
Ddng_bad_pixels.cpp842 int32 g11 = p1 [1]; in FixIsolatedPixel() local
1182 int32 g11 = p1 [1 * cs]; in FixSingleColumn() local
/external/opencv3/modules/video/src/
Doptflowgf.cpp342 double g11, g12, g22, h1, h2; in FarnebackUpdateFlow_Blur() local
449 double g11, g12, g22, h1, h2; in FarnebackUpdateFlow_GaussianBlur() local
/external/vulkan-validation-layers/libs/glm/gtc/
Dnoise.inl75 detail::tvec2<T, P> g11(gx.w, gy.w); local
397 detail::tvec2<T, P> g11(gx.w, gy.w); local
/external/v8/test/mjsunit/es6/
Dgenerators-iteration.js174 function g11() { function
/external/libvpx/libvpx/vpx_dsp/mips/
Didct16x16_msa.c330 v8i16 g0, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11, g12, g13, g14, g15; in vpx_iadst16_1d_columns_addblk_msa() local
/external/opencv3/modules/cudaoptflow/src/cuda/
Dfarneback.cu275 float g11 = M(y, x); in updateFlow() local
/external/v8/test/mjsunit/harmony/
Ddefault-parameters.js211 var g11 = (z = eval("var y = 2")) => { return y; }; function in TestSloppyEvalScoping
Ddestructuring.js1019 var g11 = ({x}, y) => { var z = y; var y = 2; return z; }; function in TestObjectLiteralPatternInitializers.TestObjectLiteralPatternLexicalInitializers.TestTDZInIntializers.TestMultipleAccesses.TestShadowingOfParameters
/external/opencv3/modules/imgproc/src/
Dcolor.cpp6460 … int r11 = row1[2-bIdx + cn + j]; int g11 = row1[1 + cn + j]; int b11 = row1[bIdx + cn + j]; in operator ()() local