HomeSort by relevance Sort by last modified time
    Searched refs:nb (Results 226 - 250 of 425) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/scapy/scapy/contrib/
diameter.py 83 nb = 8
86 nb = 4
89 for i in range(nb):
93 return res + cmdt + ' (' + invert[:nb] + ')'
124 nb = 8
127 nb = 3
130 for i in range(nb):
134 return res + ' (' + invert[:nb] + ')'
    [all...]
  /external/speex/libspeex/
lsp.c 219 int lpc_to_lsp (spx_coef_t *a,int lpcrdr,spx_lsp_t *freq,int nb,spx_word16_t delta, char *stack)
223 /* int nb number of sub-intervals (4) */
358 for(k=0;k<=nb;k++){
  /external/tensorflow/tensorflow/core/common_runtime/
bfc_allocator.cc 199 [this](size_t a, size_t nb, bool v) {
200 return AllocateRawInternal(a, nb, v);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib.py 782 self.assertEqual(('user', 'a\nb'),urllib.splitpasswd('user:a\nb'))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib.py 782 self.assertEqual(('user', 'a\nb'),urllib.splitpasswd('user:a\nb'))
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
chan.go 658 func reflect_chansend(c *hchan, elem unsafe.Pointer, nb bool) (selected bool) {
659 return chansend(c, elem, !nb, getcallerpc())
663 func reflect_chanrecv(c *hchan, nb bool, elem unsafe.Pointer) (selected bool, received bool) {
664 return chanrecv(c, elem, !nb)
  /prebuilts/go/linux-x86/src/runtime/
chan.go 658 func reflect_chansend(c *hchan, elem unsafe.Pointer, nb bool) (selected bool) {
659 return chansend(c, elem, !nb, getcallerpc())
663 func reflect_chanrecv(c *hchan, nb bool, elem unsafe.Pointer) (selected bool, received bool) {
664 return chanrecv(c, elem, !nb)
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.h 226 TFlattenData(int nb, int nl) : nextBinding(nb), nextLocation(nl) { }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py 782 self.assertEqual(('user', 'a\nb'),urllib.splitpasswd('user:a\nb'))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib.py 782 self.assertEqual(('user', 'a\nb'),urllib.splitpasswd('user:a\nb'))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lvm.c 524 lua_Number nb = nvalue(rb), nc = nvalue(rc); \
525 setnvalue(ra, op(L, nb, nc)); \
532 #define vmcasenb(l,b) case l: {b} /* nb = no break */
638 lua_Number nb = nvalue(rb);
639 setnvalue(ra, luai_numunm(L, nb));
  /external/mesa3d/src/compiler/spirv/
vtn_private.h 347 nir_builder nb; member in struct:vtn_builder
  /external/syslinux/com32/lua/src/
lvm.c 547 lua_Number nb = nvalue(rb), nc = nvalue(rc); \
548 setnvalue(ra, op(L, nb, nc)); \
555 #define vmcasenb(l,b) case l: {b} /* nb = no break */
661 lua_Number nb = nvalue(rb);
662 setnvalue(ra, luai_numunm(L, nb));
  /external/elfutils/libdwfl/
link_map.c 269 size_t nb = n * addrsize (elfclass); /* Address words -> bytes to read. */
274 || vaddr - read_vaddr + nb > buffer_available)
283 vaddr, nb, memory_callback_arg)))
267 size_t nb = n * addrsize (elfclass); \/* Address words -> bytes to read. *\/ local
  /external/libxml2/doc/
search.php 233 list($rb,$tb,$mb,$nb,$db) = $b;
449 $nb = count($results); variable
450 echo "<h3 align='center'>Found $nb results for query $querystr</h3>\n";
453 if ($nb > 0) {
  /external/libxml2/
hash.c 874 int i, nb; local
890 nb = table->nbElems;
894 if (nb != table->nbElems) {
xmllint.c 2477 int nb, i; local
    [all...]
  /external/scapy/scapy/layers/
ntp.py 222 def getlayer(self, cls, nb=1, _track=None, _subclass=True, **flt):
223 return super(NTP, self).getlayer(cls, nb=nb, _track=_track,
    [all...]
inet.py 467 nb = (len(s)+fragsize-1)//fragsize
468 for i in range(nb):
473 if i != nb - 1:
840 nb = (len(s)+fragsize-1)//fragsize
841 for i in range(nb):
846 if i != nb - 1:
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 366 final StatusBarNotification nb = b.notification;
393 isSystemNotification(nb);
410 return Long.compare(nb.getNotification().when, na.getNotification().when);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
flmodule.c 1962 int nb; local
    [all...]
  /external/python/cpython2/Modules/
flmodule.c 1958 int nb; local
    [all...]
  /external/python/cpython3/Objects/
floatobject.c 230 PyNumberMethods *nb; local
243 nb = Py_TYPE(op)->tp_as_number;
244 if (nb == NULL || nb->nb_float == NULL) {
250 res = (*nb->nb_float) (op);
    [all...]
  /external/pdfium/third_party/libtiff/
tif_dirread.c 2731 uint16 nb; local
3451 uint16 nb; local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
sparse_matmul_op.cc     [all...]

Completed in 1276 milliseconds

1 2 3 4 5 6 7 8 91011>>