/external/tcpdump/ |
print-dvmrp.c | 264 register u_char thresh; local 272 thresh = *bp++; 279 ipaddr_string(bp), metric, thresh); 294 register u_char metric, thresh, flags; local 306 thresh = *bp++; 313 metric, thresh);
|
/external/kernel-headers/original/linux/ |
netfilter.h | 179 int (*okfn)(struct sk_buff *), int thresh); 192 int (*okfn)(struct sk_buff *), int thresh, 201 return nf_hook_slow(pf, hook, pskb, indev, outdev, okfn, thresh); 233 #define NF_HOOK_THRESH(pf, hook, skb, indev, outdev, okfn, thresh) \ 235 if ((__ret=nf_hook_thresh(pf, hook, &(skb), indev, outdev, okfn, thresh, 1)) == 1)\ 348 int (*okfn)(struct sk_buff *), int thresh,
|
/external/srec/srec/clib/ |
jacobi.c | 56 double g, thresh, sum, c, s, t, tau, h; local 104 thresh = 20.0 * sum / (dim * dim); /* .. first 3 iterations only */ 106 thresh = 0.0; /* .. thereafter */ 120 else if (g > thresh)
|
/external/dropbear/ |
scp.c | 770 static int lamt, thresh = 16384; local 780 if (lamt < thresh) 799 thresh /= 2; 800 if (thresh < 2048) 801 thresh = 2048; 803 thresh *= 2; 804 if (thresh > 32768) 805 thresh = 32768;
|
/external/bluetooth/glib/glib/ |
gqsort.c | 243 char *thresh = min(end_ptr, base_ptr + max_thresh); local 250 for (run_ptr = tmp_ptr + size; run_ptr <= thresh; run_ptr += size)
|
/external/quake/quake/src/WinQuake/ |
in_sun.cpp | 101 //printf( "mouse %d/%d thresh %d\n", x_mouse_num, x_mouse_denom, x_mouse_thresh );
|
/external/speex/libspeex/ |
nb_celp.c | 462 float thresh; local 465 thresh = vbr_nb_thresh[mode][v1]; 467 thresh = (st->vbr_quality-v1)*vbr_nb_thresh[mode][v1+1] + (1+v1-st->vbr_quality)*vbr_nb_thresh[mode][v1]; 468 if (st->relative_quality > thresh && 469 st->relative_quality-thresh<min_diff) 472 min_diff = st->relative_quality-thresh; [all...] |
sb_celp.c | 467 float thresh; local 470 thresh = mode->vbr_thresh[modeid][v1]; 472 thresh = (st->vbr_quality-v1) * mode->vbr_thresh[modeid][v1+1] + 474 if (st->relative_quality >= thresh && st->sampling_rate*st->submodes[modeid]->bits_per_frame/st->full_frame_size <= st->vbr_max_high) [all...] |
/external/grub/netboot/ |
eepro100.c | 219 s32 count; /* # of TBD (=2), Tx start thresh., etc. */
|
/external/grub/stage2/ |
jfs.h | 154 u8 thresh; /* Alert Threshold (in percent) */ member in struct:dasd
|
/external/icu4c/tools/tzcode/ |
tz2icu.cpp | [all...] |
/dalvik/vm/interp/ |
Jit.c | 451 LOGD("JIT: %d traces, %d slots, %d chains, %d thresh, %s", [all...] |
/external/srec/srec/crec/ |
srec.c | 52 keep multiplying pruning thresh by this amount [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/ |
gcc.info | [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/ |
gcc.info | [all...] |