Searched defs:subl (Results 1 - 2 of 2) sorted by relevance

/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/tcpdump/
H A Dprint-isoclns.c1359 isis_print_ip_reach_subtlv (const u_int8_t *tptr,int subt,int subl,const char *ident) { argument
1368 subl);
1370 if (!TTEST2(*tptr,subl))
1376 while (subl >= 4) {
1381 subl-=4;
1385 while (subl >= 8) {
1390 subl-=8;
1395 subl))
1412 isis_print_is_reach_subtlv (const u_int8_t *tptr,u_int subt,u_int subl,const char *ident) { argument
1427 subl);
[all...]

Completed in 122 milliseconds