Format: AllC/C++CSSTextshell script Advanced Search
441: // Fill with 0 using 'unit' as data unit. 442: k = ALIGN_U(tokenLen, unit); 443: if (n + k > SETDT_SZ) return_er(E_LIMIT);