HomeSort by relevance Sort by last modified time
    Searched refs:NC (Results 1 - 15 of 15) sorted by null

  /external/netcat/scripts/
bsh 3 ## Arg is taken as the port to listen on. Define "NC" to point wherever.
5 NC=nc
12 echo "-l -p $LPN -e $0" | $NC > /dev/null 2>&1 &
19 echo "-l -p $LPN -e $0" | $NC > /dev/null 2>&1 &
  /bionic/libc/regex/
utils.h 41 #define NC (CHAR_MAX - CHAR_MIN + 1)
regcomp.c 175 (NC-1)*sizeof(cat_t));
196 g->csetsize = NC;
209 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
1025 size_t nc; local
1035 nc = p->ncsalloc;
1036 assert(nc % CHAR_BIT == 0);
1037 nbytes = nc / CHAR_BIT * css;
1039 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset));
    [all...]
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/
az_lsp.cpp 57 4. Used NC in the definition of f1 and f2 arrays.
106 #define NC M/2 /* M = LPC order, NC = M/2 */
399 * for (i = 0; i< NC; i++) *
414 for (i = 0; i < NC; i++)
439 ylow = Chebps (xlow, coef, NC);
449 ylow = Chebps (xlow, coef, NC);
460 ymid = Chebps (xmid, coef, NC);
519 ylow = Chebps (xlow, coef, NC);
583 Word16 f1[NC + 1]
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
az_lsp.cpp 57 4. Used NC in the definition of f1 and f2 arrays.
106 #define NC M/2 /* M = LPC order, NC = M/2 */
399 * for (i = 0; i< NC; i++) *
414 for (i = 0; i < NC; i++)
439 ylow = Chebps (xlow, coef, NC);
449 ylow = Chebps (xlow, coef, NC);
460 ymid = Chebps (xmid, coef, NC);
519 ylow = Chebps (xlow, coef, NC);
583 Word16 f1[NC + 1]
    [all...]
  /external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java 99 private static final String NC = "00000001"; //nonce-count is always 1
352 + NC.length() + cnonce.length() + qopOption.length() + md5a2.length() + 5);
357 tmp2.append(NC);
411 params.add(new BasicNameValuePair("nc", NC));
426 boolean noQuotes = "nc".equals(param.getName()) ||
  /external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
isp_az.cpp 93 #define NC (M/2)
143 int16 nc; local
149 nc = m >> 1;
152 if (nc > 8)
154 Get_isp_pol_16kHz(&isp[0], f1, nc);
155 for (i = 0; i <= nc; i++)
159 Get_isp_pol_16kHz(&isp[1], f2, nc - 1);
160 for (i = 0; i <= nc - 1; i++)
167 Get_isp_pol(&isp[0], f1, nc);
168 Get_isp_pol(&isp[1], f2, nc - 1)
    [all...]
  /external/srec/srec/include/
front.h 56 #define NC 40
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
isp_az.cpp 93 #define NC (M/2)
143 int16 nc; local
149 nc = m >> 1;
152 if (nc > 8)
154 Get_isp_pol_16kHz(&isp[0], f1, nc);
155 for (i = 0; i <= nc; i++)
159 Get_isp_pol_16kHz(&isp[1], f2, nc - 1);
160 for (i = 0; i <= nc - 1; i++)
167 Get_isp_pol(&isp[0], f1, nc);
168 Get_isp_pol(&isp[1], f2, nc - 1)
    [all...]
  /frameworks/base/services/java/com/android/server/am/
UsageStatsService.java 699 final int NC = pus.mLaunchTimes.size();
700 if (NC > 0) {
731 final int NC = pus.mLaunchTimes.size();
732 if (NC > 0) {
  /frameworks/base/tools/aapt/
XMLNode.cpp     [all...]
Command.cpp     [all...]
ResourceTable.cpp     [all...]
  /frameworks/base/services/java/com/android/server/
WindowManagerService.java 794 final int NC = atoken.windows.size();
795 if (NC > 0) {
821 final int NC = atoken.windows.size();
822 if (NC > 0) {
823 WindowState top = atoken.windows.get(NC-1);
    [all...]
  /external/opencore/protocols/rtp_payload_parser/util/output/
pv_rtp.bin 480 p(? ?XpS ??t????[83)?0+??JD?/?? ??h??pNC?M?????$?W3???3t?$?!???~g:n?K??@?/ d?? ????\lB???Ay*???s>??? E?@+?W???
    [all...]

Completed in 651 milliseconds