Searched defs:subl (Results 1 - 4 of 4) sorted by last modified time

/external/tcpdump/
H A Dprint-isoclns.c1669 isis_print_ip_reach_subtlv (const u_int8_t *tptr,int subt,int subl,const char *ident) { argument
1678 subl);
1680 if (!TTEST2(*tptr,subl))
1686 while (subl >= 4) {
1691 subl-=4;
1695 while (subl >= 8) {
1700 subl-=8;
1705 subl))
1722 isis_print_is_reach_subtlv (const u_int8_t *tptr,u_int subt,u_int subl,const char *ident) { argument
1737 subl);
[all...]
/external/libcxxabi/src/Unwind/
H A DCompactUnwinder.hpp132 // stack size is encoded in subl $xxx,%esp instruction
133 uint32_t subl = addressSpace.get32(functionStart + stackSizeEncoded); local
134 stackSize = subl + 4 * stackAdjust;
361 // stack size is encoded in subl $xxx,%esp instruction
362 uint32_t subl = addressSpace.get32(functionStart + stackSizeEncoded); local
363 stackSize = subl + 8 * stackAdjust;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/gas/
H A Dwin32at.asm26 subl $8,%esp label
76 subl $84,%esp label
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dxcorr_coef.c29 int16_t subl, /* (i) dimension arrays */
58 max=WebRtcSpl_MaxAbsValueW16(regressor, (int16_t)(subl+searchLen-1));
60 rp_end = &regressor[subl];
62 max=WebRtcSpl_MaxAbsValueW16(&regressor[-searchLen], (int16_t)(subl+searchLen-1));
64 rp_end = &regressor[subl-1];
78 Energy=WebRtcSpl_DotProductWithScale(regressor, regressor, subl, shifts);
84 crossCorr=WebRtcSpl_DotProductWithScale(tp, rp, subl, shifts);
26 WebRtcIlbcfix_XcorrCoef( int16_t *target, int16_t *regressor, int16_t subl, int16_t searchLen, int16_t offset, int16_t step ) argument

Completed in 149 milliseconds