Searched defs:eb (Results 1 - 25 of 30) sorted by relevance

12

/external/libexif/test/
H A Dtest-mem.c35 unsigned char *eb, size[2]; local
50 exif_data_save_data (ed, &eb, &ebs);
58 for (i = 0; i < ebs && exif_loader_write (loader, eb + i, 1); i++);
60 free (eb);
/external/clang/test/CXX/special/class.inhctor/
H A Delsewhere.cpp52 E<bool> eb; // expected-note {{here}} variable
/external/libunwind/src/
H A Dos-freebsd.c97 char *buf, *bp, *eb; local
132 for (bp = buf, eb = buf + len; bp < eb; bp += kv->kve_structsize)
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h65 Environment(BindingsTy eb) argument
66 : ExprBindings(eb) {}
/external/libunwind/tests/
H A Dcrasher.c48 char *buf, *bp, *eb; local
73 for (bp = buf, eb = buf + len; bp < eb; bp += kv->kve_structsize) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dextend.c26 int eb, /* extend bottom border */
67 for (i = 0; i < eb; i++)
80 int eb = dst->border + dst->y_height - src->y_height; local
86 et, el, eb, er);
90 eb = (dst->border >> 1) + dst->uv_height - src->uv_height;
96 et, el, eb, er);
101 et, el, eb, er);
112 int eb = dst->border + dst->y_height - src->y_height; local
125 eb = 0;
134 et, el, eb, e
16 copy_and_extend_plane( unsigned char *s, int sp, unsigned char *d, int dp, int h, int w, int et, int el, int eb, int er ) argument
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dextend.c26 int eb, /* extend bottom border */
67 for (i = 0; i < eb; i++)
80 int eb = dst->border + dst->y_height - src->y_height; local
86 et, el, eb, er);
90 eb = (dst->border >> 1) + dst->uv_height - src->uv_height;
96 et, el, eb, er);
101 et, el, eb, er);
112 int eb = dst->border + dst->y_height - src->y_height; local
125 eb = 0;
134 et, el, eb, e
16 copy_and_extend_plane( unsigned char *s, int sp, unsigned char *d, int dp, int h, int w, int et, int el, int eb, int er ) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dpkcs5.c175 u8 *eb, pad; local
198 eb = os_malloc(enc_data_len);
199 if (eb == NULL) {
204 if (crypto_cipher_decrypt(ctx, enc_data, eb, enc_data_len) < 0) {
207 os_free(eb);
212 pad = eb[enc_data_len - 1];
215 os_free(eb);
219 if (eb[i] != pad) {
221 eb + enc_data_len - pad, pad);
222 os_free(eb);
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dpkcs5.c175 u8 *eb, pad; local
198 eb = os_malloc(enc_data_len);
199 if (eb == NULL) {
204 if (crypto_cipher_decrypt(ctx, enc_data, eb, enc_data_len) < 0) {
207 os_free(eb);
212 pad = eb[enc_data_len - 1];
215 os_free(eb);
219 if (eb[i] != pad) {
221 eb + enc_data_len - pad, pad);
222 os_free(eb);
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dpkcs5.c175 u8 *eb, pad; local
198 eb = os_malloc(enc_data_len);
199 if (eb == NULL) {
204 if (crypto_cipher_decrypt(ctx, enc_data, eb, enc_data_len) < 0) {
207 os_free(eb);
212 pad = eb[enc_data_len - 1];
215 os_free(eb);
219 if (eb[i] != pad) {
221 eb + enc_data_len - pad, pad);
222 os_free(eb);
[all...]
/external/bsdiff/
H A Dbsdiff.c209 u_char *db,*eb; local
244 ((eb=malloc(newsize+1))==NULL)) err(1,NULL);
329 eb[eblen+i]=new[lastscan+lenf+i];
381 BZ2_bzWrite(&bz2err, pfbz2, eb, eblen);
398 free(eb);
/external/libedit/src/
H A Dkeymacro.c629 if (b < eb) \
639 char *b = buf, *eb = b + len; local
656 ssize_t n = ct_encode_char(b, (size_t)(eb - b), *p2++);
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/
H A Dgoobsdiff.c345 u_char *cb, *db, *eb; local
378 ((eb=malloc(newsize+1))==NULL)) err(1,NULL);
473 eb[eblen+i]=new[lastscan+lenf+i];
495 header[90] = make_small(&eb, &eblen);
501 if (fwrite(eb, 1, eblen, pf) != eblen)
519 free(eb);
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libgif.cpp140 const ExtensionBlock* eb = image.ExtensionBlocks + i; local
141 if (eb->Function == 0xF9 && eb->ByteCount == 4) {
142 if (eb->Bytes[0] & 1) {
143 transpIndex = (unsigned char)eb->Bytes[3];
H A DSkMovie_gif.cpp226 ExtensionBlock* eb = frame->ExtensionBlocks + i; local
227 if (eb->Function == GRAPHICS_EXT_FUNC_CODE &&
228 eb->ByteCount == 4) {
229 bool has_transparency = ((eb->Bytes[0] & 1) == 1);
231 transparent = (unsigned char)eb->Bytes[3];
260 ExtensionBlock* eb = frame->ExtensionBlocks + i; local
261 if (eb->Function == GRAPHICS_EXT_FUNC_CODE &&
262 eb->ByteCount == 4) {
264 int disposal = ((eb->Bytes[0] >> 2) & 7);
278 ExtensionBlock* eb local
[all...]
/external/skia/src/images/
H A DSkImageDecoder_libgif.cpp140 const ExtensionBlock* eb = image.ExtensionBlocks + i; local
141 if (eb->Function == 0xF9 && eb->ByteCount == 4) {
142 if (eb->Bytes[0] & 1) {
143 transpIndex = (unsigned char)eb->Bytes[3];
H A DSkMovie_gif.cpp226 ExtensionBlock* eb = frame->ExtensionBlocks + i; local
227 if (eb->Function == GRAPHICS_EXT_FUNC_CODE &&
228 eb->ByteCount == 4) {
229 bool has_transparency = ((eb->Bytes[0] & 1) == 1);
231 transparent = (unsigned char)eb->Bytes[3];
260 ExtensionBlock* eb = frame->ExtensionBlocks + i; local
261 if (eb->Function == GRAPHICS_EXT_FUNC_CODE &&
262 eb->ByteCount == 4) {
264 int disposal = ((eb->Bytes[0] >> 2) & 7);
278 ExtensionBlock* eb local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_tokenize.c185 int eb = sign; local
193 eb |= (a - e[j].base_val) << 1;
197 t[i].extra = eb;
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_triangle.c245 GLfixed er, eg, eb, ea; member in struct:affine_info
330 + (sample[BCOMP] + 1) * info->eb) >> (FIXED_SHIFT + 8); \
559 info.eb = 0; \
566 info.eb = FloatToFixed(unit->EnvColor[BCOMP] * CHAN_MAXF); \
601 GLfixed er, eg, eb, ea; /* texture env color */ member in struct:persp_info
826 info.eb = 0; \
832 info.eb = FloatToFixed(unit->EnvColor[BCOMP] * CHAN_MAXF); \
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_tokenize.c124 int eb = sign; local
132 eb |= (a - e[j].base_val) << 1;
136 t[i].extra = eb;
/external/mesa3d/src/mesa/swrast/
H A Ds_triangle.c245 GLfixed er, eg, eb, ea; member in struct:affine_info
330 + (sample[BCOMP] + 1) * info->eb) >> (FIXED_SHIFT + 8); \
559 info.eb = 0; \
566 info.eb = FloatToFixed(unit->EnvColor[BCOMP] * CHAN_MAXF); \
601 GLfixed er, eg, eb, ea; /* texture env color */ member in struct:persp_info
826 info.eb = 0; \
832 info.eb = FloatToFixed(unit->EnvColor[BCOMP] * CHAN_MAXF); \
/external/clang/test/CXX/drs/
H A Ddr4xx.cpp661 eb = b // expected-error {{not an integral constant}} expected-note {{read of volatile-qualified}} enumerator in enum:dr457::E
/external/fio/
H A Dbackend.c369 enum error_type_bit eb; local
374 eb = td_error_type(ddir, err);
375 if (!(td->o.continue_on_error & (1 << eb)))
378 if (td_non_fatal_error(td, eb, err)) {
H A Dio_u.c1530 enum error_type_bit eb = td_error_type(io_u->ddir, io_u->error); local
1534 if (td_non_fatal_error(td, eb, io_u->error) && !td->o.error_dump)
1703 enum error_type_bit eb = td_error_type(io_u->ddir, icd->error); local
1704 if (!td_non_fatal_error(td, eb, icd->error))
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Dparse-filter.c113 const struct filter_type *eb = b; local
115 if (ea->event_id < eb->event_id)
118 if (ea->event_id > eb->event_id)

Completed in 2263 milliseconds

12