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

  /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");
61 // 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
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
ec_gains.cpp 169 state->gbuf[i] = 1;
210 state->gbuf[i] = 1;
276 tmp = gmed_n (st->gbuf,5);
334 tmp = gmed_n(st->gbuf, 5);
423 st->gbuf[i - 1] = st->gbuf[i];
425 st->gbuf[4] = *gain_code;
480 st->gbuf[i - 1] = st->gbuf[i];
482 st->gbuf[4] = *gain_code
    [all...]
ec_gains.h 108 Word16 gbuf[5]; member in struct:__anon31440
  /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/openssh/
sftp-common.c 195 char buf[1024], mode[11+1], tbuf[12+1], ubuf[11+1], gbuf[11+1]; local
208 snprintf(gbuf, sizeof gbuf, "%u", (u_int)st->st_gid);
209 group = gbuf;
  /frameworks/native/libs/gui/
Surface.cpp 194 sp<GraphicBuffer>& gbuf(mSlots[buf].buffer);
203 if ((result & IGraphicBufferProducer::BUFFER_NEEDS_REALLOCATION) || gbuf == 0) {
204 result = mGraphicBufferProducer->requestBuffer(buf, &gbuf);
223 *buffer = gbuf.get();
  /external/chromium_org/third_party/icu/source/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/icu4c/test/cintltst/
cdattst.c 181 char gbuf[2048]; local
183 u_austrcpy(gbuf, result);
184 log_err("FAIL: Date Format for US locale failed using udat_format() - expected %s got %s\n", xbuf, gbuf);
    [all...]

Completed in 327 milliseconds