Searched refs:g11 (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/Sema/
H A Dprivate-extern.c48 __private_extern__ int g11; local
49 __private_extern__ int g11; local
/external/clang/test/CodeGen/
H A Dconst-init.c69 // CHECK: @g11.l0 = internal global i32 ptrtoint (i32 ()* @g11 to i32)
70 long g11() { function
71 static long l0 = (long) g11;
H A Dregparm-struct.c101 void g11(void) { function
H A Dtbaa-class.cpp173 uint32_t g11(StructC *C, StructD *D, uint64_t count) { function
H A Dtbaa.cpp167 uint32_t g11(StructC *C, StructD *D, uint64_t count) { function
/external/clang/test/CodeGenCXX/
H A Dpr12251.cpp87 enum e11 g11(enum e11 *x) { function
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_node_data_unittest.cc124 const BookmarkNode* g11 = model->AddFolder(g1, 0, ASCIIToUTF16("g11")); local
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_node_data_unittest.cc124 const BookmarkNode* g11 = model->AddFolder(g1, 0, ASCIIToUTF16("g11")); local
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dgenerators-iteration.js164 function g11() {
/external/chromium_org/third_party/opus/src/celt/
H A Dcelt.c504 opus_val16 g00, g01, g02, g10, g11, g12; local
513 g11 = MULT16_16_Q15(g1, gains[tapset1][1]);
526 + MULT16_32_Q15(MULT16_16_Q15(f,g11),x[i-T1-1])
527 + MULT16_32_Q15(MULT16_16_Q15(f,g11),x[i-T1+1])
535 + MULT16_32_Q15(g11,x[i-T1-1])
536 + MULT16_32_Q15(g11,x[i-T1+1])

Completed in 460 milliseconds