HomeSort by relevance Sort by last modified time
    Searched defs:gbuf (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
ec_gains.h 108 Word16 gbuf[5]; member in struct:__anon45313
  /frameworks/av/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/clang/test/CodeGen/
object-size.c 12 char gbuf[63]; variable
18 // CHECK: = call i8* @__strcpy_chk(i8* getelementptr inbounds ([63 x i8], [63 x i8]* @gbuf, i64 0, i64 4), i8* getelementptr inbounds ([9 x i8], [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], [63 x i8]* @gbuf, i32 0, i32 0), i8* getelementptr inbounds ([9 x i8], [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], [63 x i8]* @gbuf, i64 1, i64 37), i8* getelementptr inbounds ([9 x i8], [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], [63 x i8]* @gbuf, i64 0, i64 -1), i8* getelementptr inbounds ([9 x i8], [9 x i8]* @.str, i32 0, i32 0), i64 0)
37 strcpy((char*)(void*)&gbuf[-1], "Hi there");
61 // CHECK: = call i8* @__strcpy_chk(i8* getelementptr inbounds ([63 x i8], [63 x i8]* @gbuf, i32 0, i32 0), i8* getelementptr inbounds ([9 x i8], [9 x i8]* @.str, i32 0, i32 0), i64 63
    [all...]
  /external/selinux/libselinux/src/
seusers.c 117 struct group gbuf, *grent = NULL; local
128 int retval = getgrnam_r(group, &gbuf, rbuf,
  /external/icu/icu4c/source/test/cintltst/
cdattst.c 188 char gbuf[2048]; local
190 u_austrcpy(gbuf, result);
191 log_err("FAIL: Date Format for US locale failed using udat_format() - expected %s got %s\n", xbuf, gbuf);
    [all...]
  /external/toybox/generated/
globals.h 663 char stats, singleline, flush, *filter_dev, gbuf[8192]; member in struct:ip_data

Completed in 173 milliseconds