/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/ |
ec_gains.h | 108 Word16 gbuf[5]; member in struct:__anon14921
|
/external/clang/test/CodeGen/ |
object-size.c | 12 char gbuf[63]; variable 18 // CHECK: = call i8* @__strcpy_chk(i8* getelementptr inbounds ([63 x i8]* @gbuf, i32 0, i64 4), i8* getelementptr inbounds ([9 x i8]* @.str, i32 0, i32 0), i64 59) 19 strcpy(&gbuf[4], "Hi there"); 24 // CHECK: = call i8* @__strcpy_chk(i8* getelementptr inbounds ([63 x i8]* @gbuf, i32 0, i32 0), i8* getelementptr inbounds ([9 x i8]* @.str, i32 0, i32 0), i64 63) 25 strcpy(gbuf, "Hi there"); 30 // CHECK: = call i8* @__strcpy_chk(i8* getelementptr inbounds ([63 x i8]* @gbuf, i64 1, i64 37), i8* getelementptr inbounds ([9 x i8]* @.str, i32 0, i32 0), i64 0) 31 strcpy(&gbuf[100], "Hi there"); 36 // CHECK: = call i8* @__strcpy_chk(i8* getelementptr inbounds ([63 x i8]* @gbuf, i32 0, i64 -1), i8* getelementptr inbounds ([9 x i8]* @.str, i32 0, i32 0), i64 0) 37 strcpy((char*)(void*)&gbuf[-1], "Hi there"); 59 // CHECK: = call i8* @__inline_strcpy_chk(i8* getelementptr inbounds ([63 x i8]* @gbuf, i32 0, i32 0), i8* getelementptr inbounds ([9 x i8]* @.str, i32 0, i32 0) [all...] |
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
dec_gain2_amr_wb.cpp | 157 /* next 5 gbuf[] */ 185 int16 *past_gain_pit, *past_gain_code, *past_qua_en, *gbuf, *pbuf, *prev_gc; local 197 gbuf = mem + 12; 236 tmp = median5(&gbuf[2]); 283 gbuf[i - 1] = gbuf[i]; 286 gbuf[4] = *past_gain_code; 359 tmp = gbuf[1]; 364 gbuf[i - 1] = tmp; 367 tmp = gbuf[i] [all...] |
/external/icu4c/test/cintltst/ |
cdattst.c | 176 char gbuf[2048]; local 178 u_austrcpy(gbuf, result); 179 log_err("FAIL: Date Format for US locale failed using udat_format() - expected %s got %s\n", xbuf, gbuf); [all...] |
/external/bluetooth/glib/gio/ |
glocalfileinfo.c | 1153 struct group gbuf; local 1165 getgrgid_r (gid, &gbuf, buffer, sizeof(buffer), &gbufp); 1167 gbufp = getgrgid_r (gid, &gbuf, buffer, sizeof(buffer)); [all...] |