Searched refs:eb (Results 1 - 25 of 73) sorted by relevance

123

/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/chromium_org/third_party/skia/src/images/
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...]
H A DSkImageDecoder_libgif.cpp133 const ExtensionBlock* eb = image.ExtensionBlocks + i; local
134 if (eb->Function == 0xF9 && eb->ByteCount == 4) {
135 if (eb->Bytes[0] & 1) {
136 transpIndex = (unsigned char)eb->Bytes[3];
/external/skia/src/images/
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...]
H A DSkImageDecoder_libgif.cpp133 const ExtensionBlock* eb = image.ExtensionBlocks + i; local
134 if (eb->Function == 0xF9 && eb->ByteCount == 4) {
135 if (eb->Bytes[0] & 1) {
136 transpIndex = (unsigned char)eb->Bytes[3];
/external/valgrind/main/none/tests/s390x/
H A Dopcodes.h102 #define AGSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,7a)
112 #define ALGSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,7e)
117 #define ALSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,6e)
122 #define ASI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,6a)
164 #define CLIY(i2,b1,dl1,dh1) SIY_URD(eb,i2,b1,dl1,dh1,55)
165 #define CLMY(r1,r3,b2,dl2,dh2) RSY_RURD(eb,r1,r3,b2,dl2,dh2,21)
174 #define CSY(r1,r3,b2,dl2,dh2) RSY_RRRD(eb,r1,r3,b2,dl2,dh2,14)
186 #define ICMY(r1,r3,b2,dl2,dh2) RSY_RURD(eb,r1,r3,b2,dl2,dh2,81)
190 #define LAA(r1,r3,b2,dl2,dh2) RSY_RRRD(eb,r1,r3,b2,dl2,dh2,f8)
191 #define LAAG(r1,r3,b2,dl2,dh2) RSY_RRRD(eb,r
[all...]
/external/clang/test/CXX/special/class.inhctor/
H A Delsewhere.cpp52 E<bool> eb; // expected-note {{here}} variable
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h65 Environment(BindingsTy eb) argument
66 : ExprBindings(eb) {}
/external/doclava/res/assets/templates/assets/
H A Dprettify.js3 var aa="!",ba="!=",ca="!==",F="#",da="%",ea="%=",G="&",fa="&&",ja="&&=",ka="&=",H="(",la="*",ma="*=",na="+=",oa=",",pa="-=",qa="->",ra="/",sa="/=",ta=":",ua="::",va=";",I="<",wa="<<",xa="<<=",ya="<=",za="=",Aa="==",Ba="===",J=">",Ca=">=",Da=">>",Ea=">>=",Fa=">>>",Ga=">>>=",Ha="?",Ia="@",L="[",M="^",Ta="^=",Ua="^^",Va="^^=",Wa="{",O="|",Xa="|=",Ya="||",Za="||=",$a="~",ab="break",bb="case",cb="continue",db="delete",eb="do",fb="else",gb="finally",hb="instanceof",ib="return",jb="throw",kb="try",lb="typeof",
11 (function(){var N=function(){for(var a=[aa,ba,ca,F,da,ea,G,fa,ja,ka,H,la,ma,na,oa,pa,qa,ra,sa,ta,ua,va,I,wa,xa,ya,za,Aa,Ba,J,Ca,Da,Ea,Fa,Ga,Ha,Ia,L,M,Ta,Ua,Va,Wa,O,Xa,Ya,Za,$a,ab,bb,cb,db,eb,fb,gb,hb,ib,jb,kb,lb],b=mb,c=0;c<a.length;++c)b+=O+a[c].replace(/([^=<>:&a-z])/g,nb);b+=ob;return b}(),Ja=/&/g,Ka=/</g,La=/>/g,Kd=/\"/g;function Ld(a){return a.replace(Ja,pb).replace(Ka,qb).replace(La,rb).replace(Kd,sb)}function ga(a){return a.replace(Ja,pb).replace(Ka,qb).replace(La,rb)}var Md=/&lt;/g,Nd=/&gt;/g,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_tokenize.c42 int eb = sign; local
50 eb |= (a - e[j].base_val) << 1;
54 t[i].extra = eb;
/external/chromium_org/cc/trees/
H A Dlayer_sorter.cc118 for (int eb = 0; eb < 4; ++eb)
120 bPoints[eb], bPoints[(eb + 1) % 4],
/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/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/openssh/openbsd-compat/
H A Dglob.c354 Char *b, *eb; local
360 eb = &patbuf[patbuf_len - 1];
362 h < (char *)eb && *p && *p != SLASH; *h++ = *p++)
368 if (h == (char *)eb)
397 for (b = patbuf; b < eb && *h; *b++ = *h++)
401 while (b < eb && (*b++ = *p++) != EOS)
/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/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/chromium_org/third_party/sqlite/src/
H A Dconfig.sub280 | sh | sh[1234] | sh[24]a | sh[24]a*eb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
361 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]a*eb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1155 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
/external/libusb/
H A Dconfig.sub280 | sh | sh[1234] | sh[24]a | sh[24]a*eb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
361 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]a*eb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1187 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
/external/libusb-compat/
H A Dconfig.sub280 | sh | sh[1234] | sh[24]a | sh[24]a*eb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
361 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]a*eb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1187 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
/external/valgrind/main/none/tests/amd64/
H A Dslahf-amd64.stdout.exp238 eb -> c300
/external/chromium/sdch/open-vcdiff/
H A Dconfig.sub280 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
361 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1137 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
/external/chromium/third_party/libevent/
H A Dconfig.sub280 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
361 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
1169 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)

Completed in 5175 milliseconds

123